1/* 2 * PROJECT: ReactOS Font Viewer 3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) 4 * PURPOSE: Swedish resource file 5 * TRANSLATORS: Copyright 2011 Jan Blomqvist Kinander (Jaix Bly) <jaixbly@spray.se> 6 * Copyright 2017 Markus Gothe <nietzsche@lysator.liu.se> 7 */ 8 9LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL 10 11STRINGTABLE 12BEGIN 13 IDS_INSTALL "&Installera" 14 IDS_PRINT "&Skriv ut" 15 IDS_STRING "Jackdaws love my big sphinx of quartz. 1234567890" 16 IDS_OPEN "Öppna font..." 17 IDS_ERROR "Fel" 18 IDS_ERROR_NOMEM "Det er inte nog minne för att slutföre operationen." 19 IDS_ERROR_NOFONT "Filen %1 är inte en giltig typsnittsfil." 20 IDS_ERROR_NOCLASS "Kunde inte initialisera Windows klassen." 21 IDS_ERROR_ISINSTALLED "This font is already installed!" 22 IDS_ERROR_FONTCPY "Failed to copy the font file!" 23 IDS_ERROR_OPENKEY "Failed to open the fonts registry key!" 24 IDS_ERROR_REGISTER "Failed to register the new font!" 25 IDS_SUCCESS "Success" 26 IDS_COMPLETED "Font installation completed." 27 IDS_FILTER_LIST "All Supported Fonts (*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\ 28Font File (*.fon;*.fnt)\0*.fon;*.fnt\0\ 29TrueType Font (*.ttf)\0*.ttf\0\ 30TrueType Font Collection (*.ttc)\0*.ttc\0\ 31OpenType Font (*.otf)\0*.otf\0\ 32OpenType Font Collection (*.otc)\0*.otc\0\ 33All Files (*.*)\0*.*\0" 34 IDS_PREVIOUS "< F&öregående" 35 IDS_NEXT "&Nästa >" 36END 37