[pkg-wine-party] [SCM] Debian Wine packaging branch, lenny, updated. wine-1.0.0-1-126-gccc5cbd

Alexandre Julliard julliard at winehq.org
Thu Oct 30 14:44:51 UTC 2008


The following commit has been merged in the lenny branch:
commit 60d9a0f32920d222ee852d9c825508ca339f35ca
Author: Muneyuki Noguchi <nogu.dev at gmail.com>
Date:   Sat Sep 6 22:46:14 2008 +0900

    view: Add Japanese resources.
    (cherry picked from commit 3a6373d1a8942263453acad7f920c7357740bf78)

diff --git a/programs/view/En.rc b/programs/view/Ja.rc
similarity index 69%
copy from programs/view/En.rc
copy to programs/view/Ja.rc
index 042f303..b49ca8b 100644
--- a/programs/view/En.rc
+++ b/programs/view/Ja.rc
@@ -1,6 +1,6 @@
 /*
  * View
- * English Language Support
+ * Japanese Language Support
  *
  * Copyright 1998 Douglas Ridgway
  * Copyright 2003 Marcelo Duarte
@@ -20,7 +20,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
 
 /*
  *
@@ -30,19 +30,19 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 
 VIEW MENU
 BEGIN
-    POPUP "&File"
+    POPUP "ƒtƒ@ƒCƒ‹(&F)"
     BEGIN
-	MENUITEM "&Open",			IDM_OPEN
-        MENUITEM "E&xit",                       IDM_EXIT
+	MENUITEM "ŠJ‚­(&O)",			IDM_OPEN
+        MENUITEM "I—¹(&X)",                       IDM_EXIT
     END
-    POPUP "&Pan"
+    POPUP "ƒpƒ“(&P)"
     BEGIN
-      MENUITEM "&Scale to Window",              IDM_SET_EXT_TO_WIN
+      MENUITEM "ƒEƒBƒ“ƒhƒE‚ɍ‡‚킹‚é(&S)",              IDM_SET_EXT_TO_WIN
       MENUITEM SEPARATOR
-      MENUITEM "&Left",				IDM_LEFT
-      MENUITEM "&Right",			IDM_RIGHT
-      MENUITEM "&Up",				IDM_UP
-      MENUITEM "&Down",				IDM_DOWN
+      MENUITEM "¶(&L)",				IDM_LEFT
+      MENUITEM "‰E(&R)",			IDM_RIGHT
+      MENUITEM "ã(&U)",				IDM_UP
+      MENUITEM "‰º(&D)",				IDM_DOWN
     END
 END
 
@@ -67,5 +67,5 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
-    IDS_DESCRIPTION         "Regular Metafile Viewer"
+    IDS_DESCRIPTION         "•W€ƒƒ^ƒtƒ@ƒCƒ‹ ƒrƒ…ƒA["
 END
diff --git a/programs/view/viewrc.rc b/programs/view/viewrc.rc
index 67a0dea..18354fb 100644
--- a/programs/view/viewrc.rc
+++ b/programs/view/viewrc.rc
@@ -28,6 +28,7 @@
 #include "Es.rc"
 #include "Fr.rc"
 #include "It.rc"
+#include "Ja.rc"
 #include "Ko.rc"
 #include "Nl.rc"
 #include "No.rc"

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list