From 533ca516f7aa1d5e02c9c1cfc04cb75bd1365782 Mon Sep 17 00:00:00 2001 From: Daniel Reimer Date: Tue, 26 Jun 2007 07:55:08 +0000 Subject: [PATCH] - Translate the Strings in the German Solitaire RC File, which were added a while ago. - Add a German RC File to th new Explorer. Its my first commit in Trunk, if I broke something, kill me ;-) svn path=/trunk/; revision=27280 --- .../games/solitaire/lang/de-DE.rc | 6 +- reactos/base/shell/explorer-new/explorer.rc | 1 + reactos/base/shell/explorer-new/lang/de-DE.rc | 59 +++++++++++++++++++ 3 files changed, 63 insertions(+), 3 deletions(-) create mode 100644 reactos/base/shell/explorer-new/lang/de-DE.rc diff --git a/reactos/base/applications/games/solitaire/lang/de-DE.rc b/reactos/base/applications/games/solitaire/lang/de-DE.rc index 43f36809e1d..95ae003a233 100644 --- a/reactos/base/applications/games/solitaire/lang/de-DE.rc +++ b/reactos/base/applications/games/solitaire/lang/de-DE.rc @@ -34,9 +34,9 @@ END STRINGTABLE BEGIN - IDS_SOL_NAME "Solitaire" - IDS_SOL_ABOUT "Solitaire by J Brown\n\nCardLib version 1.0." - IDS_SOL_QUIT "Quit the current game?" + IDS_SOL_NAME "Solitär" + IDS_SOL_ABOUT "Solitär von J Brown\n\nCardLib version 1.0." + IDS_SOL_QUIT "Laufendes Spiel beenden?" END diff --git a/reactos/base/shell/explorer-new/explorer.rc b/reactos/base/shell/explorer-new/explorer.rc index 74138dab373..a321e380bae 100644 --- a/reactos/base/shell/explorer-new/explorer.rc +++ b/reactos/base/shell/explorer-new/explorer.rc @@ -14,6 +14,7 @@ IDI_START ICON DISCARDABLE res/start.ico IDB_STARTMENU BITMAP DISCARDABLE res/logov.bmp #include "lang/en-US.rc" +#include "lang/de-DE.rc" #include "lang/fr-FR.rc" #include "lang/pl-PL.rc" #include "lang/ru-RU.rc" diff --git a/reactos/base/shell/explorer-new/lang/de-DE.rc b/reactos/base/shell/explorer-new/lang/de-DE.rc new file mode 100644 index 00000000000..e94c8d81894 --- /dev/null +++ b/reactos/base/shell/explorer-new/lang/de-DE.rc @@ -0,0 +1,59 @@ +LANGUAGE LANG_GERMAN, SUBLANG_GERMAN + +IDM_TRAYWND MENU DISCARDABLE +BEGIN + POPUP "" + BEGIN + MENUITEM "Taskbar fi&xieren", ID_LOCKTASKBAR + MENUITEM "E&igenschaften", ID_SHELL_CMD_PROPERTIES + END +END + +IDM_STARTMENU MENUEX DISCARDABLE +BEGIN + POPUP "" + BEGIN + MENUITEM "", -1, MFT_SEPARATOR + POPUP "&Programme", IDM_PROGRAMS + BEGIN + MENUITEM "(Empty)", -1, MFT_STRING, MFS_GRAYED + END + POPUP "F&avoriten", IDM_FAVORITES + BEGIN + MENUITEM "(Empty)", -1, MFT_STRING, MFS_GRAYED + END + POPUP "&Dokumente", IDM_DOCUMENTS + BEGIN + MENUITEM "(Empty)", -1, MFT_STRING, MFS_GRAYED + END + POPUP "&Einstellungen", IDM_SETTINGS + BEGIN + MENUITEM "S&ystemsteuerung", IDM_CONTROLPANEL, MFT_STRING, MFS_GRAYED + MENUITEM SEPARATOR + MENUITEM "&Sicherheit...", IDM_SECURITY, MFT_STRING, MFS_ENABLED + MENUITEM "&Netzwerkverbindungen", IDM_NETWORKCONNECTIONS, MFT_STRING, MFS_ENABLED + MENUITEM "&Drucker und Faxgeräte", IDM_PRINTERSANDFAXES, MFT_STRING, MFS_ENABLED + MENUITEM "&Taskbar und Startmenü", IDM_TASKBARANDSTARTMENU, MFT_STRING, MFS_ENABLED + END + POPUP "Sear&ch", IDM_SEARCH + BEGIN + MENUITEM SEPARATOR + END + MENUITEM "&Hilfe und Support", IDM_HELPANDSUPPORT, MFT_STRING, MFS_ENABLED + MENUITEM "A&usführen...", IDM_RUN, MFT_STRING, MFS_ENABLED + MENUITEM "", 450, MFT_SEPARATOR, MFS_ENABLED + MENUITEM "S&ynchronisieren", IDM_SYNCHRONIZE, MFT_STRING, MFS_ENABLED + MENUITEM "Ab&melden %s...", IDM_LOGOFF, MFT_STRING, MFS_ENABLED + MENUITEM "T&rennen...", IDM_DISCONNECT, MFT_STRING, MFS_ENABLED + MENUITEM "Comput&er undocken", IDM_UNDOCKCOMPUTER, MFT_STRING, MFS_ENABLED + MENUITEM "He&runterfahren...", IDM_SHUTDOWN, MFT_STRING, MFS_ENABLED + END +END + +STRINGTABLE DISCARDABLE +BEGIN + IDS_START "Start" + IDS_PROPERTIES "E&igenschaften" + IDS_OPEN_ALL_USERS "Öffnen &Alle Benutzer" + IDS_EXPLORE_ALL_USERS "Explorer A&lle Benutzer" +END