Author: dreimer
Date: Tue Jun 26 11:55:08 2007
New Revision: 27280
URL:
http://svn.reactos.org/svn/reactos?rev=27280&view=rev
Log:
- 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 ;-)
Added:
trunk/reactos/base/shell/explorer-new/lang/de-DE.rc
Modified:
trunk/reactos/base/applications/games/solitaire/lang/de-DE.rc
trunk/reactos/base/shell/explorer-new/explorer.rc
Modified: trunk/reactos/base/applications/games/solitaire/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/so…
==============================================================================
--- trunk/reactos/base/applications/games/solitaire/lang/de-DE.rc (original)
+++ trunk/reactos/base/applications/games/solitaire/lang/de-DE.rc Tue Jun 26 11:55:08
2007
@@ -34,9 +34,9 @@
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
Modified: trunk/reactos/base/shell/explorer-new/explorer.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/ex…
==============================================================================
--- trunk/reactos/base/shell/explorer-new/explorer.rc (original)
+++ trunk/reactos/base/shell/explorer-new/explorer.rc Tue Jun 26 11:55:08 2007
@@ -14,6 +14,7 @@
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"
Added: trunk/reactos/base/shell/explorer-new/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/la…
==============================================================================
--- trunk/reactos/base/shell/explorer-new/lang/de-DE.rc (added)
+++ trunk/reactos/base/shell/explorer-new/lang/de-DE.rc Tue Jun 26 11:55:08 2007
@@ -1,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