David Nordenberg: Swedish translation, proofread by Andreas Bjerkeholt

svn path=/trunk/; revision=14913
This commit is contained in:
Magnus Olsen 2005-05-01 14:39:01 +00:00
parent 2603ff574e
commit 27da6bdc5d
2 changed files with 48 additions and 0 deletions

47
reactos/lib/userenv/Sv.rc Normal file
View file

@ -0,0 +1,47 @@
/*
* 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
STRINGTABLE
BEGIN
IDS_PROFILEPATH "%SystemDrive%\\Documents and Settings"
IDS_APPDATA "Application Data"
IDS_DESKTOP "Skrivbord"
IDS_FAVORITES "Favoriter"
IDS_STARTMENU "Start-meny"
IDS_PROGRAMS "Start-meny\\Program"
IDS_ADMINTOOLS "Start-meny\\Program\\Administrativa verktyg"
IDS_STARTUP "Start-meny\\Program\\Autostart"
IDS_MYDOCUMENTS "Mina dokument"
IDS_MYPICTURES "Mina dokument\\Mina bilder"
IDS_MYMUSIC "Mina dokument\\Min musik"
IDS_MYVIDEOS "Mina dokument\\Mina videoklipp"
IDS_TEMPLATES "Mallar"
IDS_RECENT "Tidigare"
IDS_SENDTO "SendTo"
IDS_PRINTHOOD "Skrivare"
IDS_NETHOOD "Nätverket"
IDS_LOCALSETTINGS "Lokala inställningar"
IDS_LOCALAPPDATA "Lokala inställningar\\Application Data"
IDS_TEMP "Lokala inställningar\\Temp"
IDS_CACHE "Lokala inställningar\\Temporary Internet Files"
IDS_HISTORY "Lokala inställningar\\Tidigare"
IDS_COOKIES "Cookies"
IDS_PROGRAMFILES "%SystemDrive%\\Program files"
END

View file

@ -38,3 +38,4 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "En.rc"
#include "De.rc"
#include "Sv.rc"