Changeset 5587b87fac in tspsg for ui


Ignore:
Timestamp:
Jun 23, 2009, 7:56:29 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
78282ec778
Parents:
0621172ec1
Message:

+ Language is automatically loaded at application startup (based on user's locale name).
+ Full Ukrainian and Russian translation.

  • English is now default language.
Location:
ui
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ce.ui

    r0621172ec1 r5587b87fac  
    33 <class>MainWindow</class>
    44 <widget class="QMainWindow" name="MainWindow">
     5  <property name="enabled">
     6   <bool>true</bool>
     7  </property>
    58  <property name="geometry">
    69   <rect>
     
    1215  </property>
    1316  <property name="windowTitle">
    14    <string>Задача коммивояжера</string>
     17   <string>Travelling salesman problem</string>
    1518  </property>
    1619  <property name="windowIcon">
     
    5154    <widget class="QWidget" name="tabTask">
    5255     <attribute name="title">
    53       <string>Задача</string>
     56      <string>Task</string>
    5457     </attribute>
    5558     <layout class="QVBoxLayout" name="verticalLayout">
     
    7275         <widget class="QLabel" name="labelVariant">
    7376          <property name="text">
    74            <string>&amp;Вариант:</string>
     77           <string>&amp;Variant:</string>
    7578          </property>
    7679          <property name="buddy">
     
    8588          </property>
    8689          <property name="statusTip">
    87            <string>Номер варианта</string>
     90           <string>Number of variant</string>
    8891          </property>
    8992          <property name="minimum">
     
    9598         <widget class="QLabel" name="labelCities">
    9699          <property name="text">
    97            <string>&amp;Городов:</string>
     100           <string>&amp;Cities:</string>
    98101          </property>
    99102          <property name="buddy">
     
    108111          </property>
    109112          <property name="statusTip">
    110            <string>Количество городов, которые обходит коммивояжер</string>
     113           <string>Number of cities</string>
    111114          </property>
    112115          <property name="minimum">
     
    139142       <widget class="QTableView" name="taskView">
    140143        <property name="statusTip">
    141          <string>Стоимости переходов/переездов из города в город</string>
     144         <string>Cost of travel from city to city</string>
    142145        </property>
    143146        <property name="selectionMode">
     
    167170          </property>
    168171          <property name="statusTip">
    169            <string>Заполнить таблицу случайными значениями</string>
     172           <string>Fill table with random numbers</string>
    170173          </property>
    171174          <property name="text">
    172            <string>Случайно</string>
     175           <string>Random</string>
    173176          </property>
    174177         </widget>
     
    180183          </property>
    181184          <property name="statusTip">
    182            <string>Решить текущую задачу</string>
     185           <string>Solve current task</string>
    183186          </property>
    184187          <property name="text">
    185            <string>Решить</string>
     188           <string>Solve</string>
    186189          </property>
    187190          <property name="icon">
     
    197200    <widget class="QWidget" name="tabSolution">
    198201     <attribute name="title">
    199       <string>Решение</string>
     202      <string>Solution</string>
    200203     </attribute>
    201204     <layout class="QVBoxLayout" name="_4">
     
    214217          </property>
    215218          <property name="statusTip">
    216            <string>Ход решения</string>
     219           <string>Solution steps</string>
    217220          </property>
    218221          <property name="readOnly">
     
    224227         <widget class="QGraphicsView" name="graphicsView">
    225228          <property name="statusTip">
    226            <string>Граф решения</string>
     229           <string>Solution graph</string>
    227230          </property>
    228231         </widget>
     
    250253    </property>
    251254    <property name="title">
    252      <string>&amp;Файл</string>
     255     <string>&amp;File</string>
    253256    </property>
    254257    <widget class="QMenu" name="menuFileSave">
     
    257260     </property>
    258261     <property name="title">
    259       <string>Со&amp;хранить</string>
     262      <string>&amp;Save</string>
    260263     </property>
    261264     <property name="icon">
     
    277280   <widget class="QMenu" name="menuSettings">
    278281    <property name="title">
    279      <string>&amp;Настройки</string>
     282     <string>&amp;Settings</string>
    280283    </property>
    281284    <addaction name="actionSettingsSettings"/>
     
    283286   <widget class="QMenu" name="menuHelp">
    284287    <property name="title">
    285      <string>&amp;Помощь</string>
     288     <string>&amp;Help</string>
    286289    </property>
    287290    <addaction name="actionHelpContents"/>
     
    323326   </property>
    324327   <property name="text">
    325     <string>&amp;Ход решения</string>
    326    </property>
    327    <property name="statusTip">
    328     <string>Сохранить только хоод решения</string>
     328    <string>Solution st&amp;eps</string>
     329   </property>
     330   <property name="toolTip">
     331    <string>Save solution steps</string>
     332   </property>
     333   <property name="statusTip">
     334    <string>Save solution steps only</string>
    329335   </property>
    330336  </action>
     
    334340   </property>
    335341   <property name="text">
    336     <string>&amp;Граф решения</string>
    337    </property>
    338    <property name="statusTip">
    339     <string>Сохранить только граф решения</string>
     342    <string>Solution &amp;graph</string>
     343   </property>
     344   <property name="toolTip">
     345    <string>Save solution graph</string>
     346   </property>
     347   <property name="statusTip">
     348    <string>Save solution graph only</string>
    340349   </property>
    341350  </action>
     
    345354   </property>
    346355   <property name="text">
    347     <string>&amp;Решение</string>
    348    </property>
    349    <property name="statusTip">
    350     <string>Сохранить ход и граф решения</string>
     356    <string>&amp;Solution</string>
     357   </property>
     358   <property name="toolTip">
     359    <string>Save solution</string>
     360   </property>
     361   <property name="statusTip">
     362    <string>Save solution steps and graph</string>
    351363   </property>
    352364  </action>
     
    357369   </property>
    358370   <property name="text">
    359     <string>&amp;Создать</string>
    360    </property>
    361    <property name="statusTip">
    362     <string>Создать новую задачу</string>
     371    <string>&amp;New</string>
     372   </property>
     373   <property name="iconText">
     374    <string>New</string>
     375   </property>
     376   <property name="toolTip">
     377    <string>New task</string>
     378   </property>
     379   <property name="statusTip">
     380    <string>Create new task</string>
    363381   </property>
    364382   <property name="shortcut">
     
    367385  </action>
    368386  <action name="actionFileOpen">
     387   <property name="enabled">
     388    <bool>false</bool>
     389   </property>
    369390   <property name="icon">
    370391    <iconset resource="../resources/tspsg.qrc">
     
    372393   </property>
    373394   <property name="text">
    374     <string>&amp;Открыть</string>
     395    <string>&amp;Open...</string>
     396   </property>
     397   <property name="iconText">
     398    <string>Open...</string>
    375399   </property>
    376400   <property name="toolTip">
    377     <string>Открыть задачу</string>
    378    </property>
    379    <property name="statusTip">
    380     <string>Открыть сохраненное условие задачи</string>
     401    <string>Open task</string>
     402   </property>
     403   <property name="statusTip">
     404    <string>Open saved task</string>
    381405   </property>
    382406   <property name="shortcut">
     
    390414   </property>
    391415   <property name="text">
    392     <string>&amp;Параметры</string>
    393    </property>
    394    <property name="statusTip">
    395     <string>Настройка параметров программмы</string>
     416    <string>&amp;Preferences...</string>
     417   </property>
     418   <property name="iconText">
     419    <string>Preferences...</string>
     420   </property>
     421   <property name="statusTip">
     422    <string>Application preferences</string>
    396423   </property>
    397424  </action>
    398425  <action name="actionHelpContents">
     426   <property name="enabled">
     427    <bool>false</bool>
     428   </property>
    399429   <property name="icon">
    400430    <iconset resource="../resources/tspsg.qrc">
     
    402432   </property>
    403433   <property name="text">
    404     <string>&amp;Содежание</string>
    405    </property>
    406    <property name="statusTip">
    407     <string>Вызвать справку по программе</string>
     434    <string>&amp;Contents</string>
     435   </property>
     436   <property name="statusTip">
     437    <string>Open help contents</string>
    408438   </property>
    409439  </action>
    410440  <action name="actionHelpContextual">
     441   <property name="enabled">
     442    <bool>false</bool>
     443   </property>
    411444   <property name="icon">
    412445    <iconset resource="../resources/tspsg.qrc">
     
    414447   </property>
    415448   <property name="text">
    416     <string>&amp;Контекстная справка</string>
    417    </property>
    418    <property name="statusTip">
    419     <string>Вызвать контекстную справку</string>
     449    <string>&amp;Context help</string>
     450   </property>
     451   <property name="statusTip">
     452    <string>Open context help</string>
    420453   </property>
    421454  </action>
     
    426459   </property>
    427460   <property name="text">
    428     <string>&amp;Про...</string>
    429    </property>
    430    <property name="statusTip">
    431     <string>Получить информацию о программе</string>
     461    <string>&amp;About...</string>
     462   </property>
     463   <property name="iconText">
     464    <string>About...</string>
     465   </property>
     466   <property name="statusTip">
     467    <string>About application</string>
    432468   </property>
    433469  </action>
     
    438474   </property>
    439475   <property name="text">
    440     <string>В&amp;ыход</string>
    441    </property>
    442    <property name="statusTip">
    443     <string>Выйти из программы</string>
     476    <string>E&amp;xit</string>
     477   </property>
     478   <property name="statusTip">
     479    <string>Exit application</string>
    444480   </property>
    445481  </action>
    446482  <action name="actionFileSaveTask">
     483   <property name="enabled">
     484    <bool>false</bool>
     485   </property>
    447486   <property name="icon">
    448487    <iconset resource="../resources/tspsg.qrc">
     
    450489   </property>
    451490   <property name="text">
    452     <string>&amp;Задачу</string>
     491    <string>&amp;Task...</string>
    453492   </property>
    454493   <property name="iconText">
    455     <string>Сохранить</string>
     494    <string>Task...</string>
    456495   </property>
    457496   <property name="toolTip">
    458     <string>Сохранить задачу</string>
    459    </property>
    460    <property name="statusTip">
    461     <string>Сохранить условие задачи в файл</string>
     497    <string>Save task</string>
     498   </property>
     499   <property name="statusTip">
     500    <string>Save task to file</string>
    462501   </property>
    463502   <property name="shortcut">
  • ui/mainwindow.ui

    r0621172ec1 r5587b87fac  
    1212  </property>
    1313  <property name="windowTitle">
    14    <string>Задача коммивояжера</string>
     14   <string>Travelling salesman problem</string>
    1515  </property>
    1616  <property name="windowIcon">
     
    3333      <widget class="QWidget" name="tabTask">
    3434       <attribute name="title">
    35         <string>Задача</string>
     35        <string>Task</string>
    3636       </attribute>
    3737       <layout class="QVBoxLayout">
     
    5454           <widget class="QLabel" name="labelVariant">
    5555            <property name="text">
    56              <string>&amp;Вариант:</string>
     56             <string>&amp;Variant:</string>
    5757            </property>
    5858            <property name="buddy">
     
    6767            </property>
    6868            <property name="statusTip">
    69              <string>Номер варианта</string>
     69             <string>Number of variant</string>
    7070            </property>
    7171            <property name="minimum">
     
    7777           <widget class="QLabel" name="labelCities">
    7878            <property name="text">
    79              <string>&amp;Городов:</string>
     79             <string>&amp;Cities:</string>
    8080            </property>
    8181            <property name="buddy">
     
    9090            </property>
    9191            <property name="statusTip">
    92              <string>Количество городов, которые обходит коммивояжер</string>
     92             <string>Number of cities</string>
    9393            </property>
    9494            <property name="minimum">
     
    121121         <widget class="QTableView" name="taskView">
    122122          <property name="statusTip">
    123            <string>Стоимости переходов/переездов из города в город</string>
     123           <string>Cost of travel from city to city</string>
    124124          </property>
    125125          <property name="selectionMode">
     
    149149            </property>
    150150            <property name="statusTip">
    151              <string>Заполнить таблицу случайными значениями</string>
     151             <string>Fill table with random numbers</string>
    152152            </property>
    153153            <property name="text">
    154              <string>Случайно</string>
     154             <string>Random</string>
    155155            </property>
    156156           </widget>
     
    162162            </property>
    163163            <property name="statusTip">
    164              <string>Решить текущую задачу</string>
     164             <string>Solve current task</string>
    165165            </property>
    166166            <property name="text">
    167              <string>Решить</string>
     167             <string>Solve</string>
    168168            </property>
    169169            <property name="icon">
     
    179179      <widget class="QWidget" name="tabSolution">
    180180       <attribute name="title">
    181         <string>Решение</string>
     181        <string>Solution</string>
    182182       </attribute>
    183183       <layout class="QVBoxLayout">
     
    196196            </property>
    197197            <property name="statusTip">
    198              <string>Ход решения</string>
     198             <string>Solution steps</string>
    199199            </property>
    200200            <property name="readOnly">
     
    206206           <widget class="QGraphicsView" name="graphicsView">
    207207            <property name="statusTip">
    208              <string>Граф решения</string>
     208             <string>Solution graph</string>
    209209            </property>
    210210           </widget>
     
    234234    </property>
    235235    <property name="title">
    236      <string>&amp;Файл</string>
     236     <string>&amp;File</string>
    237237    </property>
    238238    <widget class="QMenu" name="menuFileSave">
     
    241241     </property>
    242242     <property name="title">
    243       <string>Со&amp;хранить</string>
     243      <string>&amp;Save</string>
    244244     </property>
    245245     <property name="icon">
     
    264264   <widget class="QMenu" name="menuSettings">
    265265    <property name="title">
    266      <string>&amp;Настройки</string>
     266     <string>&amp;Settings</string>
    267267    </property>
    268268    <addaction name="actionSettingsSettings"/>
     
    270270   <widget class="QMenu" name="menuHelp">
    271271    <property name="title">
    272      <string>&amp;Помощь</string>
     272     <string>&amp;Help</string>
    273273    </property>
    274274    <addaction name="actionHelpContents"/>
     
    313313   </property>
    314314   <property name="text">
    315     <string>&amp;Настройка печати</string>
    316    </property>
    317    <property name="statusTip">
    318     <string>Настроить принтер для печати</string>
     315    <string>P&amp;rint setup...</string>
     316   </property>
     317   <property name="statusTip">
     318    <string>Setup printing</string>
    319319   </property>
    320320  </action>
     
    328328   </property>
    329329   <property name="text">
    330     <string>&amp;Печать...</string>
    331    </property>
    332    <property name="statusTip">
    333     <string>Распечатать результаты решения</string>
     330    <string>&amp;Print...</string>
     331   </property>
     332   <property name="statusTip">
     333    <string>Print solution results</string>
    334334   </property>
    335335   <property name="shortcut">
     
    342342   </property>
    343343   <property name="text">
    344     <string>&amp;Ход решения</string>
    345    </property>
    346    <property name="statusTip">
    347     <string>Сохранить только хоод решения</string>
     344    <string>Solution st&amp;eps</string>
     345   </property>
     346   <property name="toolTip">
     347    <string>Save solution steps</string>
     348   </property>
     349   <property name="statusTip">
     350    <string>Save solution steps only</string>
    348351   </property>
    349352  </action>
     
    353356   </property>
    354357   <property name="text">
    355     <string>&amp;Граф решения</string>
    356    </property>
    357    <property name="statusTip">
    358     <string>Сохранить только граф решения</string>
     358    <string>Solution &amp;graph</string>
     359   </property>
     360   <property name="toolTip">
     361    <string>Save solution graph</string>
     362   </property>
     363   <property name="statusTip">
     364    <string>Save solution graph only</string>
    359365   </property>
    360366  </action>
     
    364370   </property>
    365371   <property name="text">
    366     <string>&amp;Решение</string>
    367    </property>
    368    <property name="statusTip">
    369     <string>Сохранить ход и граф решения</string>
     372    <string>&amp;Solution</string>
     373   </property>
     374   <property name="toolTip">
     375    <string>Save solution</string>
     376   </property>
     377   <property name="statusTip">
     378    <string>Save solution steps and graph</string>
    370379   </property>
    371380  </action>
     
    376385   </property>
    377386   <property name="text">
    378     <string>&amp;Создать</string>
    379    </property>
    380    <property name="statusTip">
    381     <string>Создать новую задачу</string>
     387    <string>&amp;New</string>
     388   </property>
     389   <property name="iconText">
     390    <string>New</string>
     391   </property>
     392   <property name="toolTip">
     393    <string>New task</string>
     394   </property>
     395   <property name="statusTip">
     396    <string>Create new task</string>
    382397   </property>
    383398   <property name="shortcut">
     
    386401  </action>
    387402  <action name="actionFileOpen">
     403   <property name="enabled">
     404    <bool>false</bool>
     405   </property>
    388406   <property name="icon">
    389407    <iconset resource="../resources/tspsg.qrc">
     
    391409   </property>
    392410   <property name="text">
    393     <string>&amp;Открыть</string>
     411    <string>&amp;Open...</string>
     412   </property>
     413   <property name="iconText">
     414    <string>Open...</string>
    394415   </property>
    395416   <property name="toolTip">
    396     <string>Открыть задачу</string>
    397    </property>
    398    <property name="statusTip">
    399     <string>Открыть сохраненное условие задачи</string>
     417    <string>Open task</string>
     418   </property>
     419   <property name="statusTip">
     420    <string>Open saved task</string>
    400421   </property>
    401422   <property name="shortcut">
     
    409430   </property>
    410431   <property name="text">
    411     <string>&amp;Параметры</string>
    412    </property>
    413    <property name="statusTip">
    414     <string>Настройка параметров программмы</string>
     432    <string>&amp;Preferences...</string>
     433   </property>
     434   <property name="iconText">
     435    <string>Preferences...</string>
     436   </property>
     437   <property name="statusTip">
     438    <string>Application preferences</string>
    415439   </property>
    416440  </action>
    417441  <action name="actionHelpContents">
     442   <property name="enabled">
     443    <bool>false</bool>
     444   </property>
    418445   <property name="icon">
    419446    <iconset resource="../resources/tspsg.qrc">
     
    421448   </property>
    422449   <property name="text">
    423     <string>&amp;Содежание</string>
    424    </property>
    425    <property name="statusTip">
    426     <string>Вызвать справку по программе</string>
     450    <string>&amp;Contents</string>
     451   </property>
     452   <property name="statusTip">
     453    <string>Open help contents</string>
    427454   </property>
    428455  </action>
    429456  <action name="actionHelpContextual">
     457   <property name="enabled">
     458    <bool>false</bool>
     459   </property>
    430460   <property name="icon">
    431461    <iconset resource="../resources/tspsg.qrc">
     
    433463   </property>
    434464   <property name="text">
    435     <string>&amp;Контекстная справка</string>
    436    </property>
    437    <property name="statusTip">
    438     <string>Вызвать контекстную справку</string>
     465    <string>&amp;Context help</string>
     466   </property>
     467   <property name="statusTip">
     468    <string>Open context help</string>
    439469   </property>
    440470  </action>
     
    445475   </property>
    446476   <property name="text">
    447     <string>&amp;Про...</string>
    448    </property>
    449    <property name="statusTip">
    450     <string>Получить информацию о программе</string>
     477    <string>&amp;About...</string>
     478   </property>
     479   <property name="iconText">
     480    <string>About...</string>
     481   </property>
     482   <property name="statusTip">
     483    <string>About application</string>
    451484   </property>
    452485  </action>
     
    457490   </property>
    458491   <property name="text">
    459     <string>В&amp;ыход</string>
    460    </property>
    461    <property name="statusTip">
    462     <string>Выйти из программы</string>
     492    <string>E&amp;xit</string>
     493   </property>
     494   <property name="statusTip">
     495    <string>Exit application</string>
    463496   </property>
    464497  </action>
    465498  <action name="actionFileSaveTask">
     499   <property name="enabled">
     500    <bool>false</bool>
     501   </property>
    466502   <property name="icon">
    467503    <iconset resource="../resources/tspsg.qrc">
     
    469505   </property>
    470506   <property name="text">
    471     <string>&amp;Задачу</string>
     507    <string>&amp;Task...</string>
    472508   </property>
    473509   <property name="iconText">
    474     <string>Сохранить</string>
     510    <string>Task...</string>
    475511   </property>
    476512   <property name="toolTip">
    477     <string>Сохранить задачу</string>
    478    </property>
    479    <property name="statusTip">
    480     <string>Сохранить условие задачи в файл</string>
     513    <string>Save task</string>
     514   </property>
     515   <property name="statusTip">
     516    <string>Save task to file</string>
    481517   </property>
    482518   <property name="shortcut">
  • ui/settingsdialog.ce.ui

    r0621172ec1 r5587b87fac  
    77    <x>0</x>
    88    <y>0</y>
    9     <width>214</width>
    10     <height>207</height>
     9    <width>235</width>
     10    <height>190</height>
    1111   </rect>
    1212  </property>
    1313  <property name="windowTitle">
    14    <string>Параметры</string>
     14   <string>Preferences</string>
    1515  </property>
    1616  <property name="windowIcon">
     
    9898       <widget class="QGroupBox" name="groupRandomSettings">
    9999        <property name="title">
    100          <string>Случайные значения:</string>
     100         <string>Random values:</string>
    101101        </property>
    102         <layout class="QVBoxLayout">
     102        <layout class="QVBoxLayout" name="_5">
    103103         <item>
    104           <layout class="QHBoxLayout">
     104          <layout class="QHBoxLayout" name="_6">
    105105           <item>
    106106            <widget class="QLabel" name="labelRandMin">
     
    112112             </property>
    113113             <property name="text">
    114               <string>Ми&amp;нимум:</string>
     114              <string>&amp;Minimal:</string>
    115115             </property>
    116116             <property name="buddy">
     
    125125             </property>
    126126             <property name="statusTip">
    127               <string>Нижняя граница для генерации случайных значений</string>
     127              <string>Minimum for random number generation</string>
    128128             </property>
    129129             <property name="maximum">
     
    138138         </item>
    139139         <item>
    140           <layout class="QHBoxLayout">
     140          <layout class="QHBoxLayout" name="_7">
    141141           <item>
    142142            <widget class="QLabel" name="labelRandMax">
     
    148148             </property>
    149149             <property name="text">
    150               <string>&amp;Максимум:</string>
     150              <string>Ma&amp;ximal:</string>
    151151             </property>
    152152             <property name="buddy">
     
    161161             </property>
    162162             <property name="statusTip">
    163               <string>Верхняя граница для генерации случайных значений</string>
     163              <string>Maximum for random number generation</string>
    164164             </property>
    165165             <property name="minimum">
     
    196196        <item>
    197197         <widget class="QPushButton" name="buttonColor">
     198          <property name="cursor">
     199           <cursorShape>PointingHandCursor</cursorShape>
     200          </property>
    198201          <property name="statusTip">
    199            <string>Задать цвет шрифта, используемого при печати</string>
     202           <string>Font color for printing</string>
    200203          </property>
    201204          <property name="text">
    202            <string>&amp;Цвет...</string>
     205           <string>&amp;Color...</string>
    203206          </property>
    204207          <property name="icon">
     
    214217          </property>
    215218          <property name="statusTip">
    216            <string>Задать параметры шрифта, используемого при печати</string>
     219           <string>Font face for printing</string>
    217220          </property>
    218221          <property name="text">
    219            <string>&amp;Шрифт...</string>
     222           <string>&amp;Font...</string>
    220223          </property>
    221224          <property name="icon">
     
    274277     </property>
    275278     <item>
    276       <widget class="QToolButton" name="toolButton">
     279      <widget class="QToolButton" name="buttonHelp">
     280       <property name="enabled">
     281        <bool>false</bool>
     282       </property>
    277283       <property name="cursor">
    278284        <cursorShape>PointingHandCursor</cursorShape>
    279285       </property>
    280286       <property name="toolTip">
    281         <string>Справка</string>
     287        <string>Help</string>
    282288       </property>
    283289       <property name="statusTip">
    284         <string>Получить помощь по настройкам</string>
     290        <string>Get preferences help</string>
    285291       </property>
    286292       <property name="text">
    287         <string>Помощь</string>
     293        <string>Help</string>
    288294       </property>
    289295       <property name="icon">
     
    315321       </property>
    316322       <property name="statusTip">
    317         <string>Сохранить новые параметры</string>
     323        <string>Save new preferences</string>
    318324       </property>
    319325       <property name="text">
     
    335341       </property>
    336342       <property name="statusTip">
    337         <string>Закрыть окно без сохранения параметров</string>
     343        <string>Close without saving preferences</string>
    338344       </property>
    339345       <property name="text">
    340         <string>&amp;Отмена</string>
     346        <string>&amp;Cancel</string>
    341347       </property>
    342348       <property name="icon">
  • ui/settingsdialog.ui

    r0621172ec1 r5587b87fac  
    77    <x>0</x>
    88    <y>0</y>
    9     <width>498</width>
    10     <height>188</height>
     9    <width>448</width>
     10    <height>174</height>
    1111   </rect>
    1212  </property>
    1313  <property name="windowTitle">
    14    <string>Параметры</string>
     14   <string>Preferences</string>
    1515  </property>
    1616  <property name="windowIcon">
     
    149149           <widget class="QGroupBox" name="groupRandomSettings">
    150150            <property name="title">
    151              <string>Случайные значения:</string>
     151             <string>Random values:</string>
    152152            </property>
    153153            <layout class="QVBoxLayout">
     
    163163                 </property>
    164164                 <property name="text">
    165                   <string>Ми&amp;нимум:</string>
     165                  <string>&amp;Minimal:</string>
    166166                 </property>
    167167                 <property name="buddy">
     
    176176                 </property>
    177177                 <property name="statusTip">
    178                   <string>Нижняя граница для генерации случайных значений</string>
     178                  <string>Minimum for random number generation</string>
    179179                 </property>
    180180                 <property name="maximum">
     
    199199                 </property>
    200200                 <property name="text">
    201                   <string>&amp;Максимум:</string>
     201                  <string>Ma&amp;ximal:</string>
    202202                 </property>
    203203                 <property name="buddy">
     
    212212                 </property>
    213213                 <property name="statusTip">
    214                   <string>Верхняя граница для генерации случайных значений</string>
     214                  <string>Maximum for random number generation</string>
    215215                 </property>
    216216                 <property name="minimum">
     
    233233           <widget class="QGroupBox" name="groupPrintSetup">
    234234            <property name="title">
    235              <string>Настройки печати:</string>
     235             <string>Print settings:</string>
    236236            </property>
    237237            <layout class="QVBoxLayout" name="verticalLayout">
     
    247247                 </property>
    248248                 <property name="text">
    249                   <string>&amp;Левый отступ:</string>
     249                  <string>&amp;Left margin:</string>
    250250                 </property>
    251251                 <property name="buddy">
     
    260260                 </property>
    261261                 <property name="statusTip">
    262                   <string>Размер отступа от левого края страницы</string>
     262                  <string>Left border margin for page</string>
    263263                 </property>
    264264                 <property name="maximum">
     
    286286                 </property>
    287287                 <property name="statusTip">
    288                   <string>Задать цвет шрифта, используемого при печати</string>
     288                  <string>Font color for printing</string>
    289289                 </property>
    290290                 <property name="text">
    291                   <string>&amp;Цвет...</string>
     291                  <string>&amp;Color...</string>
    292292                 </property>
    293293                 <property name="icon">
     
    303303                 </property>
    304304                 <property name="statusTip">
    305                   <string>Задать параметры шрифта, используемого при печати</string>
     305                  <string>Font face for printing</string>
    306306                 </property>
    307307                 <property name="text">
    308                   <string>&amp;Шрифт...</string>
     308                  <string>&amp;Font...</string>
    309309                 </property>
    310310                 <property name="icon">
     
    327327          </property>
    328328          <property name="statusTip">
    329            <string>Восстанавливать состояние и размеры окна после перезапуска программы</string>
     329           <string>Restore main window state and position on application restart</string>
    330330          </property>
    331331          <property name="text">
    332            <string>Сохранять состояние и положение главного окна</string>
     332           <string>Save main window state and position</string>
    333333          </property>
    334334         </widget>
     
    367367     </property>
    368368     <item>
    369       <widget class="QToolButton" name="toolButton">
     369      <widget class="QToolButton" name="buttonHelp">
     370       <property name="enabled">
     371        <bool>false</bool>
     372       </property>
    370373       <property name="cursor">
    371374        <cursorShape>PointingHandCursor</cursorShape>
    372375       </property>
    373376       <property name="toolTip">
    374         <string>Справка</string>
     377        <string>Help</string>
    375378       </property>
    376379       <property name="statusTip">
    377         <string>Получить помощь по настройкам</string>
     380        <string>Get preferences help</string>
    378381       </property>
    379382       <property name="text">
    380         <string>Помощь</string>
     383        <string>Help</string>
    381384       </property>
    382385       <property name="icon">
     
    398401       </property>
    399402       <property name="statusTip">
    400         <string>Наведите указатель мыши на элемент диалога, чтоб получить подсказку</string>
     403        <string>Hover mouse pointer over dialog elements to get additional help</string>
    401404       </property>
    402405       <property name="text">
     
    420423       </property>
    421424       <property name="statusTip">
    422         <string>Сохранить новые параметры</string>
     425        <string>Save new preferences</string>
    423426       </property>
    424427       <property name="text">
     
    440443       </property>
    441444       <property name="statusTip">
    442         <string>Закрыть окно без сохранения параметров</string>
     445        <string>Close without saving preferences</string>
    443446       </property>
    444447       <property name="text">
    445         <string>&amp;Отмена</string>
     448        <string>&amp;Cancel</string>
    446449       </property>
    447450       <property name="icon">
Note: See TracChangeset for help on using the changeset viewer.