[ros-diffs] [dreimer] 27584: Russian Translation by towerr. Thx for it :-) Fix in changelog

dreimer at svn.reactos.org dreimer at svn.reactos.org
Wed Jul 11 00:50:53 CEST 2007


Author: dreimer
Date: Wed Jul 11 02:50:53 2007
New Revision: 27584

URL: http://svn.reactos.org/svn/reactos?rev=27584&view=rev
Log:
Russian Translation by towerr. Thx for it :-)
Fix in changelog

Added:
    trunk/tools/RosBE-Windows/Tools/config/lang/ru-RU.rc
Modified:
    trunk/tools/RosBE-Windows/Root/ChangeLog.txt
    trunk/tools/RosBE-Windows/Tools/config/options.rc

Modified: trunk/tools/RosBE-Windows/Root/ChangeLog.txt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/ChangeLog.txt?rev=27584&r1=27583&r2=27584&view=diff
==============================================================================
--- trunk/tools/RosBE-Windows/Root/ChangeLog.txt (original)
+++ trunk/tools/RosBE-Windows/Root/ChangeLog.txt Wed Jul 11 02:50:53 2007
@@ -13,7 +13,7 @@
 - Readded makex. Sorry, bug in Vista still persists... its a GCC bug.
 - Changed Default Source Folder to \Source Subfolder. Helpful for letting RosBE load the Source.
 - Added a command to change the Default Folder for this session, nice for working with several ROS Trees or Branches.
-- Very ALPHA User Mode Support.
+- Very ALPHA NonAdmin Account Support (NOT for Vista).
 
 
 *** May 21th, 2007 - RosBE 0.3.6 Released

Added: trunk/tools/RosBE-Windows/Tools/config/lang/ru-RU.rc
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Tools/config/lang/ru-RU.rc?rev=27584&view=auto
==============================================================================
--- trunk/tools/RosBE-Windows/Tools/config/lang/ru-RU.rc (added)
+++ trunk/tools/RosBE-Windows/Tools/config/lang/ru-RU.rc Wed Jul 11 02:50:53 2007
@@ -1,0 +1,20 @@
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+
+ID_DIALOG DIALOGEX DISCARDABLE  0, 0, 280, 200
+STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Óñòàíîâêè RosBE"
+FONT 8, "MS Shell Dlg"
+{
+  // x, pos_hight, width, hight
+  LTEXT "Óñòàíîâêè ïåðåìåííûõ êîìïèëÿòîðà ÐåàêòÎÑ", 0x0, 10, 10, 130, 13
+  LTEXT "Öâåò Øðèôòà", 0x0, 10, 35, 114, 13
+  COMBOBOX IDC_FONT, 100, 35, 110, 100, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
+  LTEXT "Öâåò Ôîíà", 0x0, 10, 70, 114, 13
+  COMBOBOX IDC_BACK, 100, 70, 110, 100, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
+  CONTROL "Ïîêàçûâàòü Âðåìÿ", ID_SHOWBUILDTIME, "button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 81, 90, 110, 21
+  CONTROL "Âåñòè Ëîãè", ID_SAVELOGS, "button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 10, 90, 60, 21
+  EDITTEXT ID_LOGDIR, 25, 120, 200, 13, WS_TABSTOP
+  PUSHBUTTON "...", ID_BROWSE, 230, 120, 30, 13, WS_TABSTOP
+  PUSHBUTTON "Ñîõðàíèòü", ID_OK, 92, 160, 59, 26, WS_TABSTOP
+  PUSHBUTTON "Îòìåíèòü", ID_CANCEL, 162, 160, 59, 26, WS_TABSTOP
+}

Modified: trunk/tools/RosBE-Windows/Tools/config/options.rc
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Tools/config/options.rc?rev=27584&r1=27583&r2=27584&view=diff
==============================================================================
--- trunk/tools/RosBE-Windows/Tools/config/options.rc (original)
+++ trunk/tools/RosBE-Windows/Tools/config/options.rc Wed Jul 11 02:50:53 2007
@@ -5,3 +5,4 @@
 
 #include "lang/en-US.rc"
 #include "lang/de-DE.rc"
+#include "lang/ru-RU.rc"




More information about the Ros-diffs mailing list