mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
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:
parent
8cd95a438b
commit
ce23c3c042
2 changed files with 32 additions and 0 deletions
31
reactos/subsys/system/reactos/Sv.rc
Normal file
31
reactos/subsys/system/reactos/Sv.rc
Normal 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 */
|
|
@ -18,5 +18,6 @@ IDI_MAIN ICON "res/reactos.ico"
|
||||||
/* Language-specific resources */
|
/* Language-specific resources */
|
||||||
#include "De.rc"
|
#include "De.rc"
|
||||||
#include "En.rc"
|
#include "En.rc"
|
||||||
|
#include "Sv.rc"
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue