Vladimir Pankratov : winecfg: Update Russian translation.

Alexandre Julliard julliard at winehq.org
Tue Aug 18 10:00:41 CDT 2009


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

Author: Vladimir Pankratov <scriptkid at mail.ru>
Date:   Tue Aug 18 13:15:10 2009 +0500

winecfg: Update Russian translation.

---

 programs/winecfg/Ru.rc |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/programs/winecfg/Ru.rc b/programs/winecfg/Ru.rc
index 7293cbc..38b4546 100644
--- a/programs/winecfg/Ru.rc
+++ b/programs/winecfg/Ru.rc
@@ -129,6 +129,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 8, "MS Shell Dlg"




More information about the wine-cvs mailing list