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
|
2017-12-25 02:39:34 +00:00
|
|
|
IDS_INSTALL "&Installera"
|
2017-02-08 17:56:22 +00:00
|
|
|
IDS_PRINT "&Skriv ut"
|
2013-11-28 22:04:03 +00:00
|
|
|
IDS_STRING "Jackdaws love my big sphinx of quartz. 1234567890"
|
2017-12-25 02:39:34 +00:00
|
|
|
IDS_OPEN "Öppna font..."
|
2013-11-28 22:04:03 +00:00
|
|
|
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."
|
2017-02-08 23:30:05 +00:00
|
|
|
IDS_FILTER_LIST "All Supported Fonts (*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\
|
|
|
|
Font File (*.fon;*.fnt)\0*.fon;*.fnt\0\
|
2015-06-06 17:20:49 +00:00
|
|
|
TrueType Font (*.ttf)\0*.ttf\0\
|
2017-02-08 17:56:22 +00:00
|
|
|
TrueType Font Collection (*.ttc)\0*.ttc\0\
|
2017-02-08 23:30:05 +00:00
|
|
|
OpenType Font (*.otf)\0*.otf\0\
|
|
|
|
OpenType Font Collection (*.otc)\0*.otc\0\
|
2015-06-06 17:20:49 +00:00
|
|
|
All Files (*.*)\0*.*\0"
|
2017-12-25 02:39:34 +00:00
|
|
|
IDS_PREVIOUS "< F&öregående"
|
|
|
|
IDS_NEXT "&Nästa >"
|
2011-04-24 10:05:12 +00:00
|
|
|
END
|