Michael Stefaniuc : comdlg32: Fix the Japanese translation.

Alexandre Julliard julliard at winehq.org
Thu May 29 06:52:37 CDT 2008


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu May 29 01:33:35 2008 +0200

comdlg32: Fix the Japanese translation.

---

 dlls/comdlg32/cdlg_Ja.rc |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/dlls/comdlg32/cdlg_Ja.rc b/dlls/comdlg32/cdlg_Ja.rc
index 811197a..a84ed45 100644
--- a/dlls/comdlg32/cdlg_Ja.rc
+++ b/dlls/comdlg32/cdlg_Ja.rc
@@ -338,4 +338,9 @@ STRINGTABLE DISCARDABLE
     IDS_FILENOTFOUND        "̧²Ù‚ªŒ©‚‚©‚è‚Ü‚¹‚ñB"
     IDS_VERIFYFILE          "̧²Ù–¼‚ðŠm”F‚µ‚Ä‚­‚¾‚³‚¢B"
     IDS_CREATEFILE          "‚±‚Ì̧²Ù‚Í‘¶Ý‚µ‚Ü‚¹‚ñB\nì¬‚µ‚Ü‚·‚©?"
+    IDS_OVERWRITEFILE       "File already exists.\nDo you want to replace it?"
+    IDS_INVALID_FILENAME_TITLE "Invalid character(s) in path"
+    IDS_INVALID_FILENAME    "A filename cannot contain any of the following characters: \n                          / : < > |"
+    IDS_PATHNOTEXISTING     "Path does not exist"
+    IDS_FILENOTEXISTING     "File does not exist"
 }




More information about the wine-cvs mailing list