1LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
2
3STRINGTABLE
4BEGIN
5    IDS_INSTALL "&Install"
6    IDS_PRINT "&Skriv"
7    IDS_STRING "Jackdaws love my big sphinx of quartz. 1234567890"
8    IDS_OPEN "Open Font..."
9    IDS_ERROR "Feil"
10    IDS_ERROR_NOMEM "Det er ikke nok minne for å fullføre oppgaven."
11    IDS_ERROR_NOFONT "Filen %1 er ikke et gyldig skriftfil."
12    IDS_ERROR_NOCLASS "Kunne ikke initialise vindu klassen."
13    IDS_FILTER_LIST "All Supported Fonts (*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\
14Font File (*.fon;*.fnt)\0*.fon;*.fnt\0\
15TrueType Font (*.ttf)\0*.ttf\0\
16TrueType Font Collection (*.ttc)\0*.ttc\0\
17OpenType Font (*.otf)\0*.otf\0\
18OpenType Font Collection (*.otc)\0*.otc\0\
19All Files (*.*)\0*.*\0"
20    IDS_PREVIOUS "< P&revious"
21    IDS_NEXT "&Next >"
22END
23