Muneyuki Noguchi : clock: Convert Japanese resource to UTF-8.

Alexandre Julliard julliard at winehq.org
Mon Oct 13 06:37:49 CDT 2008


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

Author: Muneyuki Noguchi <nogu.dev at gmail.com>
Date:   Sat Oct 11 23:03:47 2008 +0900

clock: Convert Japanese resource to UTF-8.

---

 programs/clock/Ja.rc |   35 ++++++++++++++++++++---------------
 1 files changed, 20 insertions(+), 15 deletions(-)

diff --git a/programs/clock/Ja.rc b/programs/clock/Ja.rc
index ba3cc0b..b220e79 100644
--- a/programs/clock/Ja.rc
+++ b/programs/clock/Ja.rc
@@ -19,38 +19,41 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+/* UTF-8 */
+#pragma code_page(65001)
+
 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
 
 MAIN_MENU MENU
 {
- POPUP "ƒvƒƒpƒeƒB(&P)" {
-  MENUITEM "ƒAƒiƒƒO(&L)", IDM_ANALOG
-  MENUITEM "ƒfƒWƒ^ƒ‹(&T)", IDM_DIGITAL
+ POPUP "プロパティ(&P)" {
+  MENUITEM "アナログ(&L)", IDM_ANALOG
+  MENUITEM "デジタル(&T)", IDM_DIGITAL
   MENUITEM SEPARATOR
-  MENUITEM "ƒtƒHƒ“ƒg(&F)...", IDM_FONT
+  MENUITEM "フォント(&F)...", IDM_FONT
   MENUITEM SEPARATOR
-  MENUITEM "ƒ^ƒCƒgƒ‹ƒo[‚È‚µ(&W)", IDM_NOTITLE
+  MENUITEM "タイトルバーなし(&W)", IDM_NOTITLE
   MENUITEM SEPARATOR
-  MENUITEM "•b(&S)", IDM_SECONDS
-  MENUITEM "“ú•t(&D)", IDM_DATE
+  MENUITEM "秒(&S)", IDM_SECONDS
+  MENUITEM "日付(&D)", IDM_DATE
   MENUITEM SEPARATOR
-  MENUITEM "í‚ÉŽè‘O‚É•\\Ž¦(&A)", IDM_ONTOP
+  MENUITEM "常に手前に表示(&A)", IDM_ONTOP
  }
- POPUP "î•ñ(&O)" {
-  MENUITEM "ƒ‰ƒCƒZƒ“ƒX(&L)...", IDM_LICENSE
-  MENUITEM "–³•ÛØ(&N)...", IDM_NOWARRANTY
-  MENUITEM "ŽžŒv‚ɂ‚¢‚Ä(&A)...", IDM_ABOUT
+ POPUP "情報(&O)" {
+  MENUITEM "ライセンス(&L)...", IDM_LICENSE
+  MENUITEM "無保証(&N)...", IDM_NOWARRANTY
+  MENUITEM "時計について(&A)...", IDM_ABOUT
  }
 }
 
 STRINGTABLE DISCARDABLE
 {
-IDS_CLOCK, "ŽžŒv"
+IDS_CLOCK, "時計"
 }
 
 STRINGTABLE DISCARDABLE LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
 {
-IDS_LICENSE_CAPTION,            "ƒ‰ƒCƒZƒ“ƒX"
+IDS_LICENSE_CAPTION,            "ライセンス"
 IDS_LICENSE,
 "This program is free software; you can redistribute it and/or \
 modify it under the terms of the GNU Lesser General Public \
@@ -64,10 +67,12 @@ You should have received a copy of the GNU Lesser General Public \
 License along with this program; if not, write to the Free Software \
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
 
-IDS_WARRANTY_CAPTION, "–³•ÛØ"
+IDS_WARRANTY_CAPTION, "無保証"
 IDS_WARRANTY,
 "This program is distributed in the hope that it will be useful, \
 but WITHOUT ANY WARRANTY; without even the implied warranty of \
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU \
 Lesser General Public License for more details."
 }
+
+#pragma code_page(default)




More information about the wine-cvs mailing list