Swedish translation David Nordenberg dnordenberg@users.sourceforge.net
proofread by Andreas Bjerkeholt harteex@gmail.com, Added: trunk/reactos/subsys/system/reactos/Sv.rc Modified: trunk/reactos/subsys/system/reactos/reactos.rc _____
Added: trunk/reactos/subsys/system/reactos/Sv.rc --- trunk/reactos/subsys/system/reactos/Sv.rc 2005-04-01 08:54:01 UTC (rev 14406) +++ trunk/reactos/subsys/system/reactos/Sv.rc 2005-04-01 08:56:53 UTC (rev 14407) @@ -0,0 +1,31 @@
+/* + * Swedish (SE) resources + * + * Copyright (C) 2005 David Nordenberg + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT + +/* String Tables */ +STRINGTABLE DISCARDABLE +BEGIN + IDS_CAPTION "ReactOS installation" + IDS_TEXT "Du kan inte installera ReactOS direkt frÕn den hõr CDn!\n\n"\ + "Starta om datorn med hjõlp av skivan f÷r att installera ReactOS." +END + +/* EOF */ _____
Modified: trunk/reactos/subsys/system/reactos/reactos.rc --- trunk/reactos/subsys/system/reactos/reactos.rc 2005-04-01 08:54:01 UTC (rev 14406) +++ trunk/reactos/subsys/system/reactos/reactos.rc 2005-04-01 08:56:53 UTC (rev 14407) @@ -18,5 +18,6 @@
/* Language-specific resources */ #include "De.rc" #include "En.rc" +#include "Sv.rc"
/* EOF */