Akihiro Sagawa : winecfg: Update Japanese translation.

Alexandre Julliard julliard at winehq.org
Mon Aug 24 10:08:21 CDT 2009


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

Author: Akihiro Sagawa <sagawa.aki at gmail.com>
Date:   Sat Aug 22 22:34:41 2009 +0900

winecfg: Update Japanese translation.

---

 programs/winecfg/Ja.rc |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/programs/winecfg/Ja.rc b/programs/winecfg/Ja.rc
index 5faff4f..5b77da7 100644
--- a/programs/winecfg/Ja.rc
+++ b/programs/winecfg/Ja.rc
@@ -127,6 +127,16 @@ BEGIN
     PUSHBUTTON      "キャンセル",IDCANCEL,57,74,45,14,WS_GROUP
 END
 
+IDD_DRIVECHOOSE DIALOG DISCARDABLE  60, 70, 170, 60
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+CAPTION "ドライブ レターを選択"
+FONT 8, "MS Shell Dlg"
+BEGIN
+    COMBOBOX IDC_DRIVESA2Z,15,10,75,230,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
+    DEFPUSHBUTTON   "OK",IDOK,105,10,45,14,WS_GROUP
+    PUSHBUTTON      "キャンセル",IDCANCEL,105,30,45,14,WS_GROUP
+END
+
 IDD_DRIVECFG DIALOG DISCARDABLE  0, 0, 260, 250
 STYLE WS_CHILD | WS_DISABLED
 FONT 9, "MS Shell Dlg"
@@ -179,7 +189,7 @@ BEGIN
     COMBOBOX	    IDC_DSOUND_HW_ACCEL,100,228,150,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
     LTEXT           "既定のサンプルレート(&S):",IDC_STATIC,15,247,70,8
     COMBOBOX        IDC_DSOUND_RATES,90,245,42,76,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
-    LTEXT           "既定のサンプルごとのビット数(&B):",IDC_STATIC,137,232,80,8
+    LTEXT           "既定の量子化ビット数(&B):",IDC_STATIC,137,247,80,8
     COMBOBOX        IDC_DSOUND_BITS,220,245,30,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
 END
 




More information about the wine-cvs mailing list