eol-style fixes
[reactos.git] / reactos / lib / userenv / Sv.rc
1 /*
2 * Copyright (C) 2005 David Nordenberg
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 */
18
19 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
20
21 STRINGTABLE
22 BEGIN
23 IDS_PROFILEPATH "%SystemDrive%\\Documents and Settings"
24 IDS_APPDATA "Application Data"
25 IDS_DESKTOP "Skrivbord"
26 IDS_FAVORITES "Favoriter"
27 IDS_STARTMENU "Start-meny"
28 IDS_PROGRAMS "Start-meny\\Program"
29 IDS_ADMINTOOLS "Start-meny\\Program\\Administrativa verktyg"
30 IDS_STARTUP "Start-meny\\Program\\Autostart"
31 IDS_MYDOCUMENTS "Mina dokument"
32 IDS_MYPICTURES "Mina dokument\\Mina bilder"
33 IDS_MYMUSIC "Mina dokument\\Min musik"
34 IDS_MYVIDEOS "Mina dokument\\Mina videoklipp"
35 IDS_TEMPLATES "Mallar"
36 IDS_RECENT "Tidigare"
37 IDS_SENDTO "SendTo"
38 IDS_PRINTHOOD "Skrivare"
39 IDS_NETHOOD "Nätverket"
40 IDS_LOCALSETTINGS "Lokala inställningar"
41 IDS_LOCALAPPDATA "Lokala inställningar\\Application Data"
42 IDS_TEMP "Lokala inställningar\\Temp"
43 IDS_CACHE "Lokala inställningar\\Temporary Internet Files"
44 IDS_HISTORY "Lokala inställningar\\Tidigare"
45 IDS_COOKIES "Cookies"
46 IDS_PROGRAMFILES "%SystemDrive%\\Program files"
47 END