Michael Stefaniuc : regedit: Fix the Japanese translation.

Alexandre Julliard julliard at winehq.org
Fri May 30 05:41:46 CDT 2008


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Fri May 30 00:53:46 2008 +0200

regedit: Fix the Japanese translation.

---

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

diff --git a/programs/regedit/Ja.rc b/programs/regedit/Ja.rc
index 9d75875..f1019ea 100644
--- a/programs/regedit/Ja.rc
+++ b/programs/regedit/Ja.rc
@@ -49,6 +49,7 @@ BEGIN
             MENUITEM "•¶Žš—ñ(&S)",               ID_EDIT_NEW_STRINGVALUE
             MENUITEM "ƒoƒCƒiƒŠ(&B)",               ID_EDIT_NEW_BINARYVALUE
             MENUITEM "DWORD’l(&D)",                ID_EDIT_NEW_DWORDVALUE
+            MENUITEM "&Multi String Value",         ID_EDIT_NEW_MULTI_STRINGVALUE
         END
         MENUITEM SEPARATOR
         MENUITEM "íœ(&D)\tDel",                ID_EDIT_DELETE
@@ -99,11 +100,13 @@ BEGIN
             MENUITEM "•¶Žš—ñ(&S)",               ID_EDIT_NEW_STRINGVALUE
             MENUITEM "ƒoƒCƒiƒŠ(&B)",               ID_EDIT_NEW_BINARYVALUE
             MENUITEM "DWORD’l(&D)",                ID_EDIT_NEW_DWORDVALUE
+            MENUITEM "&Multi String Value",         ID_EDIT_NEW_MULTI_STRINGVALUE
         END
         MENUITEM SEPARATOR
         MENUITEM "íœ(&D)\tDel",                ID_EDIT_DELETE
         MENUITEM "–¼‘O‚̕ύX(&R)\tF2",                 ID_EDIT_RENAME
         MENUITEM SEPARATOR
+        MENUITEM "&Export ...",               ID_EDIT_EXPORT
         MENUITEM "ƒL[–¼‚ðƒRƒs[(&C)",              ID_EDIT_COPYKEYNAME
         MENUITEM SEPARATOR
         MENUITEM "ŒŸõ(&F)\tCtrl+F",               ID_EDIT_FIND, GRAYED
@@ -215,6 +218,7 @@ BEGIN
     IDS_DELETE_BOX_TEXT     "–{“–‚É '%s'‚ðíœ‚µ‚Ü‚·‚©?"
     IDS_NEWKEY              "V‚µ‚¢ƒL[ #%d"
     IDS_NEWVALUE            "V‚µ‚¢’l #%d"
+    IDS_NOTFOUND            "Search string '%s' not found"
 END
 
 /*****************************************************************/




More information about the wine-cvs mailing list