From ce23c3c042e3a939bbde71fc59698e3854ab3fd1 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Fri, 1 Apr 2005 08:56:53 +0000 Subject: [PATCH] Swedish translation David Nordenberg dnordenberg@users.sourceforge.net proofread by Andreas Bjerkeholt harteex@gmail.com, svn path=/trunk/; revision=14407 --- reactos/subsys/system/reactos/Sv.rc | 31 ++++++++++++++++++++++++ reactos/subsys/system/reactos/reactos.rc | 1 + 2 files changed, 32 insertions(+) create mode 100644 reactos/subsys/system/reactos/Sv.rc diff --git a/reactos/subsys/system/reactos/Sv.rc b/reactos/subsys/system/reactos/Sv.rc new file mode 100644 index 00000000000..5c3ae5ee6a6 --- /dev/null +++ b/reactos/subsys/system/reactos/Sv.rc @@ -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 */ diff --git a/reactos/subsys/system/reactos/reactos.rc b/reactos/subsys/system/reactos/reactos.rc index ca9be0792bb..018699c382f 100644 --- a/reactos/subsys/system/reactos/reactos.rc +++ b/reactos/subsys/system/reactos/reactos.rc @@ -18,5 +18,6 @@ IDI_MAIN ICON "res/reactos.ico" /* Language-specific resources */ #include "De.rc" #include "En.rc" +#include "Sv.rc" /* EOF */