wordpad: Fix the English NEUTRAL translation.

Michael Stefaniuc mstefani at redhat.de
Tue Jul 14 18:45:18 CDT 2009


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

diff --git a/programs/wordpad/En.rc b/programs/wordpad/En.rc
index fe92de7..1e1fd2e 100644
--- a/programs/wordpad/En.rc
+++ b/programs/wordpad/En.rc
@@ -249,7 +249,17 @@ LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
 
 STRINGTABLE DISCARDABLE
 BEGIN
-    STRING_ALIGN_LEFT,            "Left"
     STRING_ALIGN_RIGHT,           "Right"
     STRING_ALIGN_CENTER,          "Centre"
+    STRING_PRINTER_FILES_PRN,     "Printer files (*.PRN)"
+    STRING_VIEWPROPS_TITLE,       "Options"
+    STRING_VIEWPROPS_TEXT,        "Text"
+    STRING_VIEWPROPS_RICHTEXT,    "Rich text"
+    STRING_PREVIEW_PRINT,         "Print"
+    STRING_PREVIEW_NEXTPAGE,      "Next page"
+    STRING_PREVIEW_PREVPAGE,      "Previous page"
+    STRING_PREVIEW_TWOPAGES,      "Two pages"
+    STRING_PREVIEW_ONEPAGE,       "One page"
+    STRING_PREVIEW_CLOSE,         "Close"
+    STRING_UNITS_CM,              "cm"
 END
-- 
1.6.2.5



More information about the wine-patches mailing list