diff --git a/reactos/lib/userenv/Sv.rc b/reactos/lib/userenv/Sv.rc new file mode 100644 index 00000000000..b54f13ef975 --- /dev/null +++ b/reactos/lib/userenv/Sv.rc @@ -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 diff --git a/reactos/lib/userenv/userenv.rc b/reactos/lib/userenv/userenv.rc index f89ddc50761..6f1aff6cd17 100644 --- a/reactos/lib/userenv/userenv.rc +++ b/reactos/lib/userenv/userenv.rc @@ -38,3 +38,4 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "En.rc" #include "De.rc" +#include "Sv.rc"