Swedish translation

David Nordenberg 
dnordenberg@users.sourceforge.net

proofread by 
Andreas Bjerkeholt
harteex@gmail.com,



svn path=/trunk/; revision=14407
This commit is contained in:
Magnus Olsen 2005-04-01 08:56:53 +00:00
parent 8cd95a438b
commit ce23c3c042
2 changed files with 32 additions and 0 deletions

View file

@ -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 */

View file

@ -18,5 +18,6 @@ IDI_MAIN ICON "res/reactos.ico"
/* Language-specific resources */
#include "De.rc"
#include "En.rc"
#include "Sv.rc"
/* EOF */