André Hentschel : wordpad: Update German translation.

Alexandre Julliard julliard at winehq.org
Wed May 12 12:33:20 CDT 2010


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue May 11 21:22:33 2010 +0200

wordpad: Update German translation.

---

 programs/wordpad/De.rc |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/programs/wordpad/De.rc b/programs/wordpad/De.rc
index ca11edd..f6079c5 100644
--- a/programs/wordpad/De.rc
+++ b/programs/wordpad/De.rc
@@ -192,7 +192,7 @@ Caption ""
 FONT 8, "MS Shell Dlg"
 BEGIN
     GROUPBOX "Zeilenumbruch", -1, 10, 10, 130, 85
-    RADIOBUTTON "No line wrapping", IDC_PAGEFMT_WN, 18, 25, 117, 15
+    RADIOBUTTON "&Kein Zeilenumbruch", IDC_PAGEFMT_WN, 18, 25, 117, 15
     RADIOBUTTON "&Am Fenster umbrechen", IDC_PAGEFMT_WW, 18, 45, 117, 15
     RADIOBUTTON "A&m Lineal umbrechen", IDC_PAGEFMT_WM, 18, 65, 117, 15
     GROUPBOX "Symbolleisten", -1, 150, 10, 120, 85
@@ -249,11 +249,10 @@ BEGIN
     STRING_PREVIEW_CLOSE,            "&Schließen"
     STRING_PREVIEW_PAGE,             "Seite"
     STRING_PREVIEW_PAGES,            "Seiten"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
-    STRING_UNITS_CM,             "cm"
+    STRING_UNITS_CM,                 "cm"
+    STRING_UNITS_IN,                 "in"
+    STRING_UNITS_INCH,               "Zoll"
+    STRING_UNITS_PT,                 "pt"
 END
 
 STRINGTABLE DISCARDABLE




More information about the wine-cvs mailing list