David Nordenberg: Swedish translation, proofread by Andreas Bjerkeholt Added: trunk/reactos/lib/userenv/Sv.rc Modified: trunk/reactos/lib/userenv/userenv.rc _____
Added: trunk/reactos/lib/userenv/Sv.rc --- trunk/reactos/lib/userenv/Sv.rc 2005-05-01 13:58:30 UTC (rev 14912) +++ trunk/reactos/lib/userenv/Sv.rc 2005-05-01 14:39:01 UTC (rev 14913) @@ -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 _____
Modified: trunk/reactos/lib/userenv/userenv.rc --- trunk/reactos/lib/userenv/userenv.rc 2005-05-01 13:58:30 UTC (rev 14912) +++ trunk/reactos/lib/userenv/userenv.rc 2005-05-01 14:39:01 UTC (rev 14913) @@ -38,3 +38,4 @@
#include "En.rc" #include "De.rc" +#include "Sv.rc"