André Hentschel : shell32: Correct German language.

Alexandre Julliard julliard at winehq.org
Thu Jul 16 11:57:37 CDT 2009


Module: wine
Branch: master
Commit: 4a70164d66959f49f33f7f7bf7d9da9db9ef14ce
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4a70164d66959f49f33f7f7bf7d9da9db9ef14ce

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Jul 15 17:45:44 2009 +0200

shell32: Correct German language.

---

 dlls/shell32/shell32_De.rc |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dlls/shell32/shell32_De.rc b/dlls/shell32/shell32_De.rc
index 47ccae2..75980ec 100644
--- a/dlls/shell32/shell32_De.rc
+++ b/dlls/shell32/shell32_De.rc
@@ -97,13 +97,13 @@ END
 
 MENU_CPANEL MENU
 BEGIN
-    POPUP "&File"
+    POPUP "&Datei"
     BEGIN
         MENUITEM SEPARATOR
-        MENUITEM "E&xit", IDM_CPANEL_EXIT
+        MENUITEM "&Beenden", IDM_CPANEL_EXIT
     END
 
-    POPUP "&View"
+    POPUP "&Ansicht"
     BEGIN
         MENUITEM "&Große Symbole", FCIDM_SHVIEW_BIGICON
         MENUITEM "&Kleine Symbole", FCIDM_SHVIEW_SMALLICON
@@ -111,9 +111,9 @@ BEGIN
         MENUITEM "&Details", FCIDM_SHVIEW_REPORTVIEW
     END
 
-    POPUP "&Help"
+    POPUP "&Hilfe"
     BEGIN
-        MENUITEM "&About Control Panel...", IDM_CPANEL_ABOUT
+        MENUITEM "&Über Systemsteuerung...", IDM_CPANEL_ABOUT
     END
 END
 
@@ -213,7 +213,7 @@ STRINGTABLE
 	IDS_DESKTOP		"Desktop"
 	IDS_MYCOMPUTER		"Arbeitsplatz"
 	IDS_RECYCLEBIN_FOLDER_NAME      "Papierkorb"
-	IDS_CONTROLPANEL	"Control Panel"
+	IDS_CONTROLPANEL	"Systemsteuerung"
 
         /* context menus */
 	IDS_VIEW_LARGE		"&Große Symbole"
@@ -283,15 +283,15 @@ STRINGTABLE
 
 	IDS_NEWFOLDER		"Neuer Ordner"
 
-	IDS_CPANEL_TITLE	"Wine Control Panel"
+	IDS_CPANEL_TITLE	"Wine Systemsteuerung"
 	IDS_CPANEL_NAME		"Name"
-	IDS_CPANEL_DESCRIPTION	"Description"
+	IDS_CPANEL_DESCRIPTION	"Beschreibung"
 	IDS_SHLEXEC_NOASSOC	"Es ist kein Programm mit diesem Dateityp verknüpft."
 }
 
 STRINGTABLE
 {
-IDS_LICENSE_CAPTION,            "Wine License"
+IDS_LICENSE_CAPTION,            "Wine Lizenz"
 IDS_LICENSE,
 "Wine ist freie Software; Sie dürfen sie unter den Bedingungen \
 der GNU Lesser General Public License, welche von der \




More information about the wine-cvs mailing list