Michael Stefaniuc : wordpad: Fix the errors in the Chinese (Traditional) resources.

Alexandre Julliard julliard at winehq.org
Tue Jul 13 14:05:34 CDT 2010


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Jul 13 16:32:22 2010 +0200

wordpad: Fix the errors in the Chinese (Traditional) resources.

---

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

diff --git a/programs/wordpad/Zh.rc b/programs/wordpad/Zh.rc
index eba25a6..9e9bc36 100644
--- a/programs/wordpad/Zh.rc
+++ b/programs/wordpad/Zh.rc
@@ -426,6 +426,7 @@ Caption ""
 FONT 9, "MS Shell Dlg"
 BEGIN
     GROUPBOX "自動換行", -1, 10, 10, 130, 85
+    RADIOBUTTON "No line wrapping", IDC_PAGEFMT_WN, 18, 25, 117, 15
     RADIOBUTTON "按視窗寬度(&W)", IDC_PAGEFMT_WW, 18, 25, 117, 15
     RADIOBUTTON "按紙張寬度(&M)", IDC_PAGEFMT_WM, 18, 45, 117, 15
     GROUPBOX "工具欄", -1, 150, 10, 120, 85
@@ -477,6 +478,8 @@ BEGIN
     STRING_PREVIEW_PREVPAGE,         "上一頁"
     STRING_PREVIEW_TWOPAGES,         "雙頁"
     STRING_PREVIEW_ONEPAGE,          "單頁"
+    STRING_PREVIEW_ZOOMIN,           "Zoom in"
+    STRING_PREVIEW_ZOOMOUT,          "Zoom out"
     STRING_PREVIEW_CLOSE,            "關閉"
 END
 
@@ -495,4 +498,5 @@ BEGIN
     STRING_WRITE_ACCESS_DENIED,       "你沒有儲存檔案的權力."
     STRING_OPEN_FAILED,               "不能開啟檔案."
     STRING_OPEN_ACCESS_DENIED,        "你沒有開啟檔案的權力."
+    STRING_PRINTING_NOT_IMPLEMENTED,  "Printing not implemented"
 END




More information about the wine-cvs mailing list