Fix code assuming that the Reg* functions set the last error code
[reactos.git] / reactos / lib / userenv / De.rc
1 /*
2 * Copyright (C) 2004 Eric Kohl
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_GERMAN, SUBLANG_NEUTRAL
20
21 STRINGTABLE
22 BEGIN
23 IDS_PROFILEPATH "%SystemDrive%\\Dokumente und Einstellungen"
24 IDS_APPDATA "Anwendungsdaten"
25 IDS_DESKTOP "Desktop"
26 IDS_FAVORITES "Favoriten"
27 IDS_STARTMENU "Startmenü"
28 IDS_PROGRAMS "Startmenü\\Programme"
29 IDS_ADMINTOOLS "Startmenü\\Programme\\Verwaltung"
30 IDS_STARTUP "Startmenü\\Programme\\Autostart"
31 IDS_MYDOCUMENTS "Eigene Dateien"
32 IDS_MYPICTURES "Eigene Dateien\\Eigene Bilder"
33 IDS_MYMUSIC "Eigene Dateien\\Eigene Musik"
34 IDS_MYVIDEOS "Eigene Dateien\\Eigene Videos"
35 IDS_TEMPLATES "Vorlagen"
36 IDS_RECENT "Recent"
37 IDS_SENDTO "SendTo"
38 IDS_PRINTHOOD "Druckumgebung"
39 IDS_NETHOOD "Netzwerkumgebung"
40 IDS_LOCALSETTINGS "Lokale Einstellungen"
41 IDS_LOCALAPPDATA "Lokale Einstellungen\\Anwendungsdaten"
42 IDS_TEMP "Lokale Einstellungen\\Temp"
43 IDS_CACHE "Lokale Einstellungen\\Temporary Internet Files"
44 IDS_HISTORY "Lokale Einstellungen\\Verlauf"
45 IDS_COOKIES "Cookies"
46 IDS_PROGRAMFILES "%SystemDrive%\\Programme"
47 END