2011-04-24 10:05:12 +00:00
|
|
|
/*
|
2013-11-28 22:04:03 +00:00
|
|
|
* PROJECT: ReactOS FontView
|
2015-09-09 13:13:35 +00:00
|
|
|
* FILE: base/applications/fontview/lang/sv-SE.rc
|
2013-11-28 22:04:03 +00:00
|
|
|
* PURPOSE: Swedish resource file
|
|
|
|
* TRANSLATOR: Jaix Bly
|
2011-04-24 10:05:12 +00:00
|
|
|
*/
|
2011-09-03 14:37:34 +00:00
|
|
|
|
2011-04-24 10:05:12 +00:00
|
|
|
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
|
|
|
|
2013-10-13 22:31:17 +00:00
|
|
|
STRINGTABLE
|
2011-04-24 10:05:12 +00:00
|
|
|
BEGIN
|
2013-11-28 22:04:03 +00:00
|
|
|
IDS_INSTALL "Install"
|
|
|
|
IDS_PRINT "Skriv ut"
|
|
|
|
IDS_STRING "Jackdaws love my big sphinx of quartz. 1234567890"
|
|
|
|
IDS_OPEN "Open Font..."
|
|
|
|
IDS_ERROR "Fel"
|
|
|
|
IDS_ERROR_NOMEM "Det er inte nog minne för att slutföre operationen."
|
|
|
|
IDS_ERROR_NOFONT "Filen %1 är inte en giltig typsnittsfil."
|
|
|
|
IDS_ERROR_NOCLASS "Kunde inte initialisera Windows klassen."
|
2015-06-06 17:20:49 +00:00
|
|
|
IDS_FILTER_LIST "All Supported Fonts (*.ttf;*.fon;*.otf)\0*.ttf;*.fon;*.otf\0\
|
|
|
|
TrueType Font (*.ttf)\0*.ttf\0\
|
|
|
|
OpenType Font (*.otf)\0*.otf\0\
|
|
|
|
Font File (*.fon)\0*.fon\0\
|
|
|
|
All Files (*.*)\0*.*\0"
|
2011-04-24 10:05:12 +00:00
|
|
|
END
|