mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
20 lines
591 B
Text
20 lines
591 B
Text
/*
|
|
* PROJECT: ReactOS FontView
|
|
* FILE: base\applications\fontview\lang\sv-SE.rc
|
|
* PURPOSE: Swedish resource file
|
|
* TRANSLATOR: Jaix Bly
|
|
*/
|
|
|
|
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
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."
|
|
END
|