Huw Davies : wordpad: Add English neutral translations.

Alexandre Julliard julliard at winehq.org
Wed Jul 8 14:35:55 CDT 2009


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Jul  8 15:24:08 2009 +0100

wordpad: Add English neutral translations.

---

 programs/wordpad/En.rc |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/programs/wordpad/En.rc b/programs/wordpad/En.rc
index 3f8070c..fe92de7 100644
--- a/programs/wordpad/En.rc
+++ b/programs/wordpad/En.rc
@@ -244,3 +244,12 @@ BEGIN
     STRING_PRINTING_NOT_IMPLEMENTED,  "Printing not implemented"
     STRING_MAX_TAB_STOPS,             "Cannot add more than 32 tab stops."
 END
+
+LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
+
+STRINGTABLE DISCARDABLE
+BEGIN
+    STRING_ALIGN_LEFT,            "Left"
+    STRING_ALIGN_RIGHT,           "Right"
+    STRING_ALIGN_CENTER,          "Centre"
+END




More information about the wine-cvs mailing list