Changeset 5587b87fac in tspsg for ui/mainwindow.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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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">
Note: See TracChangeset for help on using the changeset viewer.