Changeset c10297cf73 in tspsg for i18n/en.ts


Ignore:
Timestamp:
Aug 9, 2009, 1:45:19 AM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
6dfdef0c3e
Parents:
6332a24386
Message:
  • mainwindow.ui and mainwindow.ce.ui had differences only in printing actions and statusbar, so I merged them into one. Differences are now applied in source code. This will simplify Main Window maintenance.
  • Changed #ifndef Q_OS_WINCE to #ifndef QT_NO_PRINTER where relevant.
  • Now using method at() instead of operator [] in solving algorithm. This change dramatically decreased solution time (from 13 seconds to 10-40 milliseconds for 20 cities on my PC).
  • Increased maximum number of cities to 30. Setting more makes no sense at this moment, because generated solution output is big and inserting it to QTextEdit takes veeeeery long time.
  • Translations were updated.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • i18n/en.ts

    r6332a24386 rc10297cf73  
    3636        <location filename="../src/tspmodel.cpp" line="201"/>
    3737        <location filename="../src/tspmodel.cpp" line="214"/>
    38         <location filename="../src/tspmodel.cpp" line="245"/>
    39         <location filename="../src/tspmodel.cpp" line="254"/>
     38        <location filename="../src/tspmodel.cpp" line="247"/>
     39        <location filename="../src/tspmodel.cpp" line="256"/>
    4040        <source>Task Load</source>
    4141        <translation type="unfinished"></translation>
     
    4646        <location filename="../src/tspmodel.cpp" line="201"/>
    4747        <location filename="../src/tspmodel.cpp" line="214"/>
    48         <location filename="../src/tspmodel.cpp" line="245"/>
    49         <location filename="../src/tspmodel.cpp" line="254"/>
     48        <location filename="../src/tspmodel.cpp" line="247"/>
     49        <location filename="../src/tspmodel.cpp" line="256"/>
    5050        <source>Unable to load task:</source>
    5151        <translation type="unfinished"></translation>
     
    6464    <message>
    6565        <location filename="../src/tspmodel.cpp" line="201"/>
    66         <location filename="../src/tspmodel.cpp" line="245"/>
     66        <location filename="../src/tspmodel.cpp" line="247"/>
    6767        <source>File version is newer than application supports.
    6868Please, try to update application.</source>
     
    7171    <message>
    7272        <location filename="../src/tspmodel.cpp" line="214"/>
    73         <location filename="../src/tspmodel.cpp" line="254"/>
     73        <location filename="../src/tspmodel.cpp" line="256"/>
    7474        <source>Unexpected data read.
    7575File is possibly corrupted.</source>
     
    7777    </message>
    7878    <message>
    79         <location filename="../src/tspmodel.cpp" line="285"/>
    80         <location filename="../src/tspmodel.cpp" line="291"/>
    81         <location filename="../src/tspmodel.cpp" line="298"/>
    82         <location filename="../src/tspmodel.cpp" line="305"/>
    83         <location filename="../src/tspmodel.cpp" line="312"/>
    84         <location filename="../src/tspmodel.cpp" line="319"/>
    85         <location filename="../src/tspmodel.cpp" line="326"/>
    86         <location filename="../src/tspmodel.cpp" line="336"/>
     79        <location filename="../src/tspmodel.cpp" line="289"/>
     80        <location filename="../src/tspmodel.cpp" line="295"/>
     81        <location filename="../src/tspmodel.cpp" line="302"/>
     82        <location filename="../src/tspmodel.cpp" line="309"/>
     83        <location filename="../src/tspmodel.cpp" line="316"/>
     84        <location filename="../src/tspmodel.cpp" line="323"/>
     85        <location filename="../src/tspmodel.cpp" line="330"/>
     86        <location filename="../src/tspmodel.cpp" line="340"/>
    8787        <source>Task Save</source>
    8888        <translation type="unfinished"></translation>
    8989    </message>
    9090    <message>
    91         <location filename="../src/tspmodel.cpp" line="285"/>
     91        <location filename="../src/tspmodel.cpp" line="289"/>
    9292        <source>Unable to create task file.
    9393Error: %1
     
    9696    </message>
    9797    <message>
    98         <location filename="../src/tspmodel.cpp" line="291"/>
    99         <location filename="../src/tspmodel.cpp" line="298"/>
    100         <location filename="../src/tspmodel.cpp" line="305"/>
    101         <location filename="../src/tspmodel.cpp" line="312"/>
    102         <location filename="../src/tspmodel.cpp" line="319"/>
    103         <location filename="../src/tspmodel.cpp" line="326"/>
    104         <location filename="../src/tspmodel.cpp" line="336"/>
     98        <location filename="../src/tspmodel.cpp" line="295"/>
     99        <location filename="../src/tspmodel.cpp" line="302"/>
     100        <location filename="../src/tspmodel.cpp" line="309"/>
     101        <location filename="../src/tspmodel.cpp" line="316"/>
     102        <location filename="../src/tspmodel.cpp" line="323"/>
     103        <location filename="../src/tspmodel.cpp" line="330"/>
     104        <location filename="../src/tspmodel.cpp" line="340"/>
    105105        <source>Unable to save task.
    106106Error: %1</source>
     
    111111    <name>CTSPSolver</name>
    112112    <message>
    113         <location filename="../src/tspsolver.cpp" line="137"/>
     113        <location filename="../src/tspsolver.cpp" line="138"/>
    114114        <source>%v of %m parts found</source>
    115115        <translation type="unfinished"></translation>
    116116    </message>
    117117    <message>
    118         <location filename="../src/tspsolver.cpp" line="141"/>
     118        <location filename="../src/tspsolver.cpp" line="142"/>
    119119        <source>Calculating optimal route...</source>
    120120        <translation type="unfinished"></translation>
    121121    </message>
    122122    <message>
    123         <location filename="../src/tspsolver.cpp" line="142"/>
     123        <location filename="../src/tspsolver.cpp" line="143"/>
    124124        <source>Solution Progress</source>
    125125        <translation type="unfinished"></translation>
    126126    </message>
    127127    <message>
    128         <location filename="../src/tspsolver.cpp" line="210"/>
     128        <location filename="../src/tspsolver.cpp" line="209"/>
    129129        <source>Solution Result</source>
    130130        <translation type="unfinished"></translation>
    131131    </message>
    132132    <message>
    133         <location filename="../src/tspsolver.cpp" line="210"/>
    134         <source>This task has no solution.</source>
     133        <location filename="../src/tspsolver.cpp" line="209"/>
     134        <source>Unable to find solution.
     135Maybe, this task has no solutions.</source>
    135136        <translation type="unfinished"></translation>
    136137    </message>
     
    139140    <name>MainWindow</name>
    140141    <message>
    141         <location filename="../src/mainwindow.cpp" line="146"/>
    142         <location filename="../src/mainwindow.cpp" line="492"/>
    143         <location filename="../src/mainwindow.cpp" line="501"/>
     142        <location filename="../src/mainwindow.cpp" line="543"/>
     143        <location filename="../src/mainwindow.cpp" line="552"/>
    144144        <source>Language change</source>
    145145        <translation type="unfinished"></translation>
    146146    </message>
    147147    <message>
    148         <location filename="../src/mainwindow.cpp" line="146"/>
     148        <location filename="../src/mainwindow.cpp" line="162"/>
    149149        <source>Unable to load translation language.</source>
    150150        <translation type="unfinished"></translation>
    151151    </message>
    152152    <message>
    153         <location filename="../src/mainwindow.cpp" line="192"/>
     153        <location filename="../src/mainwindow.cpp" line="204"/>
    154154        <source>Would you like to save changes in current task?</source>
    155155        <translation type="unfinished"></translation>
    156156    </message>
    157157    <message>
    158         <location filename="../src/mainwindow.cpp" line="170"/>
     158        <location filename="../src/mainwindow.cpp" line="186"/>
     159        <location filename="../ui/mainwindow.ui" line="14"/>
    159160        <source>Travelling Salesman Problem</source>
    160161        <translation type="unfinished"></translation>
    161162    </message>
    162163    <message>
    163         <location filename="../src/mainwindow.cpp" line="192"/>
     164        <location filename="../src/mainwindow.cpp" line="162"/>
     165        <source>Language Change</source>
     166        <translation type="unfinished"></translation>
     167    </message>
     168    <message>
     169        <location filename="../src/mainwindow.cpp" line="204"/>
    164170        <source>Unsaved Changes</source>
    165171        <translation type="unfinished"></translation>
    166172    </message>
    167173    <message>
    168         <location filename="../src/mainwindow.cpp" line="224"/>
     174        <location filename="../src/mainwindow.cpp" line="236"/>
    169175        <source>All Supported Formats</source>
    170176        <translation type="unfinished"></translation>
    171177    </message>
    172178    <message>
    173         <location filename="../src/mainwindow.cpp" line="225"/>
    174         <location filename="../src/mainwindow.cpp" line="226"/>
     179        <location filename="../src/mainwindow.cpp" line="237"/>
     180        <location filename="../src/mainwindow.cpp" line="238"/>
    175181        <source>%1 Task Files</source>
    176182        <translation type="unfinished"></translation>
    177183    </message>
    178184    <message>
    179         <location filename="../src/mainwindow.cpp" line="227"/>
    180         <location filename="../src/mainwindow.cpp" line="267"/>
    181         <location filename="../src/mainwindow.cpp" line="296"/>
     185        <location filename="../src/mainwindow.cpp" line="239"/>
     186        <location filename="../src/mainwindow.cpp" line="289"/>
     187        <location filename="../src/mainwindow.cpp" line="323"/>
    182188        <source>All Files</source>
    183189        <translation type="unfinished"></translation>
    184190    </message>
    185191    <message>
    186         <location filename="../src/mainwindow.cpp" line="263"/>
     192        <location filename="../src/mainwindow.cpp" line="285"/>
    187193        <source>HTML Files</source>
    188194        <translation type="unfinished"></translation>
    189195    </message>
    190196    <message>
    191         <location filename="../src/mainwindow.cpp" line="265"/>
     197        <location filename="../src/mainwindow.cpp" line="287"/>
    192198        <source>OpenDocument Files</source>
    193199        <translation type="unfinished"></translation>
    194200    </message>
    195201    <message>
    196         <location filename="../src/mainwindow.cpp" line="295"/>
     202        <location filename="../src/mainwindow.cpp" line="322"/>
    197203        <source>%1 Task File</source>
    198204        <translation type="unfinished"></translation>
    199205    </message>
    200206    <message>
    201         <location filename="../src/mainwindow.cpp" line="326"/>
     207        <location filename="../src/mainwindow.cpp" line="353"/>
    202208        <source>Settings Changed</source>
    203209        <translation type="unfinished"></translation>
    204210    </message>
    205211    <message>
    206         <location filename="../src/mainwindow.cpp" line="326"/>
     212        <location filename="../src/mainwindow.cpp" line="353"/>
    207213        <source>You have changed color settings.
    208214Do you wish to apply them to current solution text?</source>
     
    210216    </message>
    211217    <message>
    212         <location filename="../src/mainwindow.cpp" line="390"/>
     218        <location filename="../src/mainwindow.cpp" line="438"/>
    213219        <source>Data error</source>
    214220        <translation type="unfinished"></translation>
    215221    </message>
    216222    <message>
    217         <location filename="../src/mainwindow.cpp" line="390"/>
     223        <location filename="../src/mainwindow.cpp" line="438"/>
    218224        <source>Error in cell [Row %1; Column %2]: Invalid data format.</source>
    219225        <translation type="unfinished"></translation>
    220226    </message>
    221227    <message>
    222         <location filename="../src/mainwindow.cpp" line="403"/>
     228        <location filename="../src/mainwindow.cpp" line="454"/>
    223229        <source>Variant #%1</source>
    224230        <translation type="unfinished"></translation>
    225231    </message>
    226232    <message>
    227         <location filename="../src/mainwindow.cpp" line="404"/>
     233        <location filename="../src/mainwindow.cpp" line="455"/>
    228234        <source>Task:</source>
    229235        <translation type="unfinished"></translation>
    230236    </message>
    231237    <message>
    232         <location filename="../src/mainwindow.cpp" line="407"/>
    233         <location filename="../src/mainwindow.cpp" line="433"/>
     238        <location filename="../src/mainwindow.cpp" line="458"/>
     239        <location filename="../src/mainwindow.cpp" line="484"/>
    234240        <source>Solution of Variant #%1 task</source>
    235241        <translation type="unfinished"></translation>
    236242    </message>
    237243    <message>
    238         <location filename="../src/mainwindow.cpp" line="414"/>
     244        <location filename="../src/mainwindow.cpp" line="465"/>
    239245        <source>Step #%1</source>
    240246        <translation type="unfinished"></translation>
    241247    </message>
    242248    <message>
    243         <location filename="../src/mainwindow.cpp" line="417"/>
     249        <location filename="../src/mainwindow.cpp" line="468"/>
    244250        <source>This step has alternate candidates for branching.</source>
    245251        <translation type="unfinished"></translation>
    246252    </message>
    247253    <message>
    248         <location filename="../src/mainwindow.cpp" line="429"/>
     254        <location filename="../src/mainwindow.cpp" line="480"/>
    249255        <source>Optimal path:</source>
    250256        <translation type="unfinished"></translation>
    251257    </message>
    252258    <message>
    253         <location filename="../src/mainwindow.cpp" line="431"/>
     259        <location filename="../src/mainwindow.cpp" line="482"/>
    254260        <source>The price is &lt;b&gt;%1&lt;/b&gt; units.</source>
    255261        <translation type="unfinished"></translation>
    256262    </message>
    257263    <message>
    258         <location filename="../src/mainwindow.cpp" line="492"/>
     264        <location filename="../src/mainwindow.cpp" line="543"/>
    259265        <source>Language will be autodetected on next application start.</source>
    260266        <translation type="unfinished"></translation>
    261267    </message>
    262268    <message>
    263         <location filename="../src/mainwindow.cpp" line="501"/>
     269        <location filename="../src/mainwindow.cpp" line="552"/>
    264270        <source>You have language autodetection turned on.
    265271It needs to be off.
     
    268274    </message>
    269275    <message>
    270         <location filename="../src/mainwindow.cpp" line="506"/>
    271         <location filename="../src/mainwindow.h" line="76"/>
     276        <location filename="../src/mainwindow.cpp" line="263"/>
     277        <location filename="../src/mainwindow.cpp" line="557"/>
     278        <location filename="../src/mainwindow.h" line="78"/>
    272279        <source>Untitled</source>
    273280        <translation type="unfinished"></translation>
    274281    </message>
    275282    <message>
    276         <location filename="../ui/mainwindow.ce.ui" line="53"/>
    277         <location filename="../ui/mainwindow.ui" line="41"/>
     283        <location filename="../ui/mainwindow.ui" line="44"/>
    278284        <source>Task</source>
    279285        <translation type="unfinished"></translation>
    280286    </message>
    281287    <message>
    282         <location filename="../ui/mainwindow.ce.ui" line="74"/>
    283         <location filename="../ui/mainwindow.ui" line="62"/>
     288        <location filename="../ui/mainwindow.ui" line="65"/>
    284289        <source>&amp;Variant:</source>
    285290        <translation type="unfinished"></translation>
    286291    </message>
    287292    <message>
    288         <location filename="../ui/mainwindow.ce.ui" line="87"/>
    289         <location filename="../ui/mainwindow.ui" line="75"/>
     293        <location filename="../ui/mainwindow.ui" line="78"/>
    290294        <source>Number of variant</source>
    291295        <translation type="unfinished"></translation>
    292296    </message>
    293297    <message>
    294         <location filename="../ui/mainwindow.ce.ui" line="97"/>
    295         <location filename="../ui/mainwindow.ui" line="85"/>
     298        <location filename="../ui/mainwindow.ui" line="88"/>
    296299        <source>&amp;Cities:</source>
    297300        <translation type="unfinished"></translation>
    298301    </message>
    299302    <message>
    300         <location filename="../ui/mainwindow.ce.ui" line="110"/>
    301         <location filename="../ui/mainwindow.ui" line="98"/>
     303        <location filename="../ui/mainwindow.ui" line="101"/>
    302304        <source>Number of cities</source>
    303305        <translation type="unfinished"></translation>
    304306    </message>
    305307    <message>
    306         <location filename="../ui/mainwindow.ce.ui" line="141"/>
    307308        <location filename="../ui/mainwindow.ui" line="129"/>
    308309        <source>Cost of travel from city to city</source>
     
    310311    </message>
    311312    <message>
    312         <location filename="../ui/mainwindow.ce.ui" line="169"/>
    313313        <location filename="../ui/mainwindow.ui" line="157"/>
    314314        <source>Fill table with random numbers</source>
     
    316316    </message>
    317317    <message>
    318         <location filename="../ui/mainwindow.ce.ui" line="172"/>
    319318        <location filename="../ui/mainwindow.ui" line="160"/>
    320319        <source>Random</source>
     
    322321    </message>
    323322    <message>
    324         <location filename="../ui/mainwindow.ce.ui" line="186"/>
    325323        <location filename="../ui/mainwindow.ui" line="174"/>
    326324        <source>Solve current task</source>
     
    328326    </message>
    329327    <message>
    330         <location filename="../ui/mainwindow.ce.ui" line="189"/>
    331328        <location filename="../ui/mainwindow.ui" line="177"/>
    332329        <source>Solve</source>
     
    334331    </message>
    335332    <message>
    336         <location filename="../ui/mainwindow.ce.ui" line="203"/>
    337333        <location filename="../ui/mainwindow.ui" line="191"/>
    338334        <source>Solution</source>
     
    340336    </message>
    341337    <message>
    342         <location filename="../ui/mainwindow.ce.ui" line="212"/>
    343338        <location filename="../ui/mainwindow.ui" line="200"/>
    344339        <source>Solution steps</source>
     
    346341    </message>
    347342    <message>
    348         <location filename="../ui/mainwindow.ce.ui" line="242"/>
    349         <location filename="../ui/mainwindow.ui" line="230"/>
     343        <location filename="../ui/mainwindow.ui" line="221"/>
     344        <location filename="../ui/mainwindow.ui" line="424"/>
     345        <source>Save solution to a file</source>
     346        <translation type="unfinished"></translation>
     347    </message>
     348    <message>
     349        <location filename="../ui/mainwindow.ui" line="224"/>
     350        <source>Save Solution</source>
     351        <translation type="unfinished"></translation>
     352    </message>
     353    <message>
     354        <location filename="../ui/mainwindow.ui" line="251"/>
     355        <source>Go back to Task tab</source>
     356        <translation type="unfinished"></translation>
     357    </message>
     358    <message>
     359        <location filename="../ui/mainwindow.ui" line="254"/>
     360        <source>Back to Task</source>
     361        <translation type="unfinished"></translation>
     362    </message>
     363    <message>
     364        <location filename="../ui/mainwindow.ui" line="284"/>
    350365        <source>&amp;File</source>
    351366        <translation type="unfinished"></translation>
    352367    </message>
    353368    <message>
    354         <location filename="../ui/mainwindow.ce.ui" line="249"/>
    355         <location filename="../ui/mainwindow.ui" line="234"/>
    356         <source>Save &amp;As...</source>
    357         <translation type="unfinished"></translation>
    358     </message>
    359     <message>
    360         <location filename="../ui/mainwindow.ce.ui" line="277"/>
    361         <location filename="../ui/mainwindow.ui" line="265"/>
     369        <location filename="../ui/mainwindow.ui" line="316"/>
    362370        <source>&amp;Language</source>
    363371        <comment>Please, append &quot; / Language&quot; when translating this string.</comment>
     
    365373    </message>
    366374    <message>
    367         <location filename="../ui/mainwindow.ce.ui" line="328"/>
    368         <location filename="../ui/mainwindow.ui" line="351"/>
    369         <source>Solution S&amp;teps</source>
    370         <translation type="unfinished"></translation>
    371     </message>
    372     <message>
    373         <location filename="../ui/mainwindow.ce.ui" line="342"/>
    374         <location filename="../ui/mainwindow.ui" line="365"/>
    375         <source>Solution &amp;Graph</source>
    376         <translation type="unfinished"></translation>
    377     </message>
    378     <message>
    379         <location filename="../ui/mainwindow.ce.ui" line="359"/>
     375        <location filename="../ui/mainwindow.ui" line="418"/>
    380376        <source>Solution...</source>
    381377        <translation type="unfinished"></translation>
    382378    </message>
    383379    <message>
    384         <location filename="../ui/mainwindow.ce.ui" line="449"/>
    385         <location filename="../ui/mainwindow.ui" line="469"/>
     380        <location filename="../ui/mainwindow.ui" line="511"/>
    386381        <source>Context &amp;Help</source>
    387382        <translation type="unfinished"></translation>
    388383    </message>
    389384    <message>
    390         <location filename="../ui/mainwindow.ce.ui" line="540"/>
    391         <location filename="../ui/mainwindow.ui" line="556"/>
     385        <location filename="../ui/mainwindow.ui" line="598"/>
    392386        <source>&amp;Save</source>
    393387        <translation type="unfinished"></translation>
    394388    </message>
    395389    <message>
    396         <location filename="../ui/mainwindow.ce.ui" line="267"/>
    397         <location filename="../ui/mainwindow.ui" line="255"/>
     390        <location filename="../ui/mainwindow.ui" line="306"/>
    398391        <source>&amp;Settings</source>
    399392        <translation type="unfinished"></translation>
    400393    </message>
    401394    <message>
    402         <location filename="../ui/mainwindow.ce.ui" line="17"/>
    403         <location filename="../ui/mainwindow.ui" line="14"/>
    404         <source>Travelling salesman problem[*]</source>
    405         <translation type="unfinished"></translation>
    406     </message>
    407     <message>
    408         <location filename="../ui/mainwindow.ce.ui" line="293"/>
    409         <location filename="../ui/mainwindow.ui" line="281"/>
     395        <location filename="../ui/mainwindow.ui" line="332"/>
    410396        <source>&amp;Help</source>
    411397        <translation type="unfinished"></translation>
    412398    </message>
    413399    <message>
    414         <location filename="../ui/mainwindow.ce.ui" line="331"/>
    415         <location filename="../ui/mainwindow.ui" line="354"/>
    416         <source>Save solution steps</source>
    417         <translation type="unfinished"></translation>
    418     </message>
    419     <message>
    420         <location filename="../ui/mainwindow.ce.ui" line="334"/>
    421         <location filename="../ui/mainwindow.ui" line="357"/>
    422         <source>Save solution steps only</source>
    423         <translation type="unfinished"></translation>
    424     </message>
    425     <message>
    426         <location filename="../ui/mainwindow.ce.ui" line="345"/>
    427         <location filename="../ui/mainwindow.ui" line="368"/>
    428         <source>Save solution graph</source>
    429         <translation type="unfinished"></translation>
    430     </message>
    431     <message>
    432         <location filename="../ui/mainwindow.ce.ui" line="348"/>
    433         <location filename="../ui/mainwindow.ui" line="371"/>
    434         <source>Save solution graph only</source>
    435         <translation type="unfinished"></translation>
    436     </message>
    437     <message>
    438         <location filename="../ui/mainwindow.ce.ui" line="362"/>
    439         <location filename="../ui/mainwindow.ui" line="382"/>
     400        <location filename="../ui/mainwindow.ui" line="421"/>
    440401        <source>Save solution</source>
    441402        <translation type="unfinished"></translation>
    442403    </message>
    443404    <message>
    444         <location filename="../ui/mainwindow.ce.ui" line="365"/>
    445         <location filename="../ui/mainwindow.ui" line="385"/>
    446         <source>Save solution steps and graph</source>
    447         <translation type="unfinished"></translation>
    448     </message>
    449     <message>
    450         <location filename="../ui/mainwindow.ce.ui" line="374"/>
    451         <location filename="../ui/mainwindow.ui" line="394"/>
     405        <location filename="../ui/mainwindow.ui" line="433"/>
    452406        <source>&amp;New</source>
    453407        <translation type="unfinished"></translation>
    454408    </message>
    455409    <message>
    456         <location filename="../ui/mainwindow.ce.ui" line="377"/>
    457         <location filename="../ui/mainwindow.ui" line="397"/>
     410        <location filename="../ui/mainwindow.ui" line="436"/>
    458411        <source>New</source>
    459412        <translation type="unfinished"></translation>
    460413    </message>
    461414    <message>
    462         <location filename="../ui/mainwindow.ce.ui" line="380"/>
    463         <location filename="../ui/mainwindow.ui" line="400"/>
     415        <location filename="../ui/mainwindow.ui" line="439"/>
    464416        <source>New task</source>
    465417        <translation type="unfinished"></translation>
    466418    </message>
    467419    <message>
    468         <location filename="../ui/mainwindow.ce.ui" line="383"/>
    469         <location filename="../ui/mainwindow.ui" line="403"/>
     420        <location filename="../ui/mainwindow.ui" line="442"/>
    470421        <source>Create new task</source>
    471422        <translation type="unfinished"></translation>
    472423    </message>
    473424    <message>
    474         <location filename="../ui/mainwindow.ce.ui" line="386"/>
    475         <location filename="../ui/mainwindow.ui" line="406"/>
     425        <location filename="../ui/mainwindow.ui" line="445"/>
    476426        <source>Ctrl+N</source>
    477427        <translation type="unfinished"></translation>
    478428    </message>
    479429    <message>
    480         <location filename="../ui/mainwindow.ce.ui" line="395"/>
     430        <location filename="../ui/mainwindow.ui" line="454"/>
     431        <source>&amp;Open...</source>
     432        <translation type="unfinished"></translation>
     433    </message>
     434    <message>
     435        <location filename="../ui/mainwindow.ui" line="457"/>
     436        <source>Open...</source>
     437        <translation type="unfinished"></translation>
     438    </message>
     439    <message>
     440        <location filename="../ui/mainwindow.ui" line="460"/>
     441        <source>Open task</source>
     442        <translation type="unfinished"></translation>
     443    </message>
     444    <message>
     445        <location filename="../ui/mainwindow.ui" line="463"/>
     446        <source>Open saved task</source>
     447        <translation type="unfinished"></translation>
     448    </message>
     449    <message>
     450        <location filename="../ui/mainwindow.ui" line="466"/>
     451        <source>Ctrl+O</source>
     452        <translation type="unfinished"></translation>
     453    </message>
     454    <message>
     455        <location filename="../ui/mainwindow.ui" line="475"/>
     456        <source>&amp;Preferences...</source>
     457        <translation type="unfinished"></translation>
     458    </message>
     459    <message>
     460        <location filename="../ui/mainwindow.ui" line="478"/>
     461        <source>Preferences...</source>
     462        <translation type="unfinished"></translation>
     463    </message>
     464    <message>
     465        <location filename="../ui/mainwindow.ui" line="481"/>
     466        <source>Application preferences</source>
     467        <translation type="unfinished"></translation>
     468    </message>
     469    <message>
     470        <location filename="../ui/mainwindow.ui" line="493"/>
     471        <source>&amp;Contents</source>
     472        <translation type="unfinished"></translation>
     473    </message>
     474    <message>
     475        <location filename="../ui/mainwindow.ui" line="496"/>
     476        <source>Open help contents</source>
     477        <translation type="unfinished"></translation>
     478    </message>
     479    <message>
     480        <location filename="../ui/mainwindow.ui" line="499"/>
     481        <source>Ctrl+F1</source>
     482        <translation type="unfinished"></translation>
     483    </message>
     484    <message>
     485        <location filename="../ui/mainwindow.ui" line="514"/>
     486        <source>Open context help</source>
     487        <translation type="unfinished"></translation>
     488    </message>
     489    <message>
     490        <location filename="../ui/mainwindow.ui" line="517"/>
     491        <source>F1</source>
     492        <translation type="unfinished"></translation>
     493    </message>
     494    <message>
     495        <location filename="../ui/mainwindow.ui" line="526"/>
     496        <source>&amp;About...</source>
     497        <translation type="unfinished"></translation>
     498    </message>
     499    <message>
     500        <location filename="../ui/mainwindow.ui" line="529"/>
     501        <source>About...</source>
     502        <translation type="unfinished"></translation>
     503    </message>
     504    <message>
     505        <location filename="../ui/mainwindow.ui" line="532"/>
     506        <source>About application</source>
     507        <translation type="unfinished"></translation>
     508    </message>
     509    <message>
     510        <location filename="../ui/mainwindow.ui" line="541"/>
     511        <source>E&amp;xit</source>
     512        <translation type="unfinished"></translation>
     513    </message>
     514    <message>
     515        <location filename="../ui/mainwindow.ui" line="544"/>
     516        <source>Exit application</source>
     517        <translation type="unfinished"></translation>
     518    </message>
     519    <message>
     520        <location filename="../ui/mainwindow.ui" line="549"/>
     521        <source>&amp;Task...</source>
     522        <translation type="unfinished"></translation>
     523    </message>
     524    <message>
     525        <location filename="../ui/mainwindow.ui" line="552"/>
     526        <source>Task...</source>
     527        <translation type="unfinished"></translation>
     528    </message>
     529    <message>
     530        <location filename="../ui/mainwindow.ui" line="555"/>
     531        <location filename="../ui/mainwindow.ui" line="604"/>
     532        <source>Save task</source>
     533        <translation type="unfinished"></translation>
     534    </message>
     535    <message>
     536        <location filename="../ui/mainwindow.ui" line="558"/>
     537        <source>Save task to file</source>
     538        <translation type="unfinished"></translation>
     539    </message>
     540    <message>
     541        <location filename="../ui/mainwindow.ui" line="610"/>
     542        <source>Ctrl+S</source>
     543        <translation type="unfinished"></translation>
     544    </message>
     545    <message>
     546        <location filename="../ui/mainwindow.ui" line="569"/>
     547        <source>&amp;Autodetect</source>
     548        <translation type="unfinished"></translation>
     549    </message>
     550    <message>
     551        <location filename="../ui/mainwindow.ui" line="607"/>
     552        <source>Save current task</source>
     553        <translation type="unfinished"></translation>
     554    </message>
     555    <message>
     556        <location filename="../ui/mainwindow.ui" line="619"/>
     557        <source>About &amp;Qt...</source>
     558        <translation type="unfinished"></translation>
     559    </message>
     560    <message>
     561        <location filename="../ui/mainwindow.ui" line="622"/>
     562        <source>About Qt...</source>
     563        <translation type="unfinished"></translation>
     564    </message>
     565    <message>
     566        <location filename="../ui/mainwindow.ui" line="625"/>
     567        <source>About Qt library</source>
     568        <translation type="unfinished"></translation>
     569    </message>
     570    <message>
     571        <location filename="../ui/mainwindow.ui" line="310"/>
     572        <source>Select language</source>
     573        <translation type="unfinished"></translation>
     574    </message>
     575    <message>
     576        <location filename="../ui/mainwindow.ui" line="288"/>
     577        <source>Save &amp;As</source>
     578        <translation type="unfinished"></translation>
     579    </message>
     580    <message>
     581        <location filename="../ui/mainwindow.ui" line="313"/>
     582        <source>Select application language</source>
     583        <translation type="unfinished"></translation>
     584    </message>
     585    <message>
     586        <location filename="../ui/mainwindow.ui" line="395"/>
     587        <source>&amp;Print...</source>
     588        <translation type="unfinished"></translation>
     589    </message>
     590    <message>
     591        <location filename="../ui/mainwindow.ui" line="407"/>
     592        <source>Ctrl+P</source>
     593        <translation type="unfinished"></translation>
     594    </message>
     595    <message>
    481596        <location filename="../ui/mainwindow.ui" line="415"/>
    482         <source>&amp;Open...</source>
    483         <translation type="unfinished"></translation>
    484     </message>
    485     <message>
    486         <location filename="../ui/mainwindow.ce.ui" line="398"/>
    487         <location filename="../ui/mainwindow.ui" line="418"/>
    488         <source>Open...</source>
    489         <translation type="unfinished"></translation>
    490     </message>
    491     <message>
    492         <location filename="../ui/mainwindow.ce.ui" line="401"/>
    493         <location filename="../ui/mainwindow.ui" line="421"/>
    494         <source>Open task</source>
    495         <translation type="unfinished"></translation>
    496     </message>
    497     <message>
    498         <location filename="../ui/mainwindow.ce.ui" line="404"/>
    499         <location filename="../ui/mainwindow.ui" line="424"/>
    500         <source>Open saved task</source>
    501         <translation type="unfinished"></translation>
    502     </message>
    503     <message>
    504         <location filename="../ui/mainwindow.ce.ui" line="407"/>
    505         <location filename="../ui/mainwindow.ui" line="427"/>
    506         <source>Ctrl+O</source>
    507         <translation type="unfinished"></translation>
    508     </message>
    509     <message>
    510         <location filename="../ui/mainwindow.ce.ui" line="416"/>
    511         <location filename="../ui/mainwindow.ui" line="436"/>
    512         <source>&amp;Preferences...</source>
    513         <translation type="unfinished"></translation>
    514     </message>
    515     <message>
    516         <location filename="../ui/mainwindow.ce.ui" line="419"/>
    517         <location filename="../ui/mainwindow.ui" line="439"/>
    518         <source>Preferences...</source>
    519         <translation type="unfinished"></translation>
    520     </message>
    521     <message>
    522         <location filename="../ui/mainwindow.ce.ui" line="422"/>
    523         <location filename="../ui/mainwindow.ui" line="442"/>
    524         <source>Application preferences</source>
    525         <translation type="unfinished"></translation>
    526     </message>
    527     <message>
    528         <location filename="../ui/mainwindow.ce.ui" line="434"/>
    529         <location filename="../ui/mainwindow.ui" line="454"/>
    530         <source>&amp;Contents</source>
    531         <translation type="unfinished"></translation>
    532     </message>
    533     <message>
    534         <location filename="../ui/mainwindow.ce.ui" line="437"/>
    535         <location filename="../ui/mainwindow.ui" line="457"/>
    536         <source>Open help contents</source>
    537         <translation type="unfinished"></translation>
    538     </message>
    539     <message>
    540         <location filename="../ui/mainwindow.ce.ui" line="452"/>
    541         <location filename="../ui/mainwindow.ui" line="472"/>
    542         <source>Open context help</source>
    543         <translation type="unfinished"></translation>
    544     </message>
    545     <message>
    546         <location filename="../ui/mainwindow.ce.ui" line="461"/>
    547         <location filename="../ui/mainwindow.ui" line="481"/>
    548         <source>&amp;About...</source>
    549         <translation type="unfinished"></translation>
    550     </message>
    551     <message>
    552         <location filename="../ui/mainwindow.ce.ui" line="464"/>
    553         <location filename="../ui/mainwindow.ui" line="484"/>
    554         <source>About...</source>
    555         <translation type="unfinished"></translation>
    556     </message>
    557     <message>
    558         <location filename="../ui/mainwindow.ce.ui" line="467"/>
    559         <location filename="../ui/mainwindow.ui" line="487"/>
    560         <source>About application</source>
    561         <translation type="unfinished"></translation>
    562     </message>
    563     <message>
    564         <location filename="../ui/mainwindow.ce.ui" line="476"/>
    565         <location filename="../ui/mainwindow.ui" line="496"/>
    566         <source>E&amp;xit</source>
    567         <translation type="unfinished"></translation>
    568     </message>
    569     <message>
    570         <location filename="../ui/mainwindow.ce.ui" line="479"/>
    571         <location filename="../ui/mainwindow.ui" line="499"/>
    572         <source>Exit application</source>
    573         <translation type="unfinished"></translation>
    574     </message>
    575     <message>
    576         <location filename="../ui/mainwindow.ce.ui" line="488"/>
    577         <location filename="../ui/mainwindow.ui" line="504"/>
    578         <source>&amp;Task...</source>
    579         <translation type="unfinished"></translation>
    580     </message>
    581     <message>
    582         <location filename="../ui/mainwindow.ce.ui" line="491"/>
    583         <location filename="../ui/mainwindow.ui" line="507"/>
    584         <source>Task...</source>
    585         <translation type="unfinished"></translation>
    586     </message>
    587     <message>
    588         <location filename="../ui/mainwindow.ce.ui" line="494"/>
    589         <location filename="../ui/mainwindow.ce.ui" line="543"/>
    590         <location filename="../ui/mainwindow.ui" line="510"/>
    591         <location filename="../ui/mainwindow.ui" line="562"/>
    592         <source>Save task</source>
    593         <translation type="unfinished"></translation>
    594     </message>
    595     <message>
    596         <location filename="../ui/mainwindow.ce.ui" line="497"/>
    597         <location filename="../ui/mainwindow.ui" line="513"/>
    598         <source>Save task to file</source>
    599         <translation type="unfinished"></translation>
    600     </message>
    601     <message>
    602         <location filename="../ui/mainwindow.ce.ui" line="500"/>
    603         <location filename="../ui/mainwindow.ui" line="516"/>
    604         <source>Ctrl+S</source>
    605         <translation type="unfinished"></translation>
    606     </message>
    607     <message>
    608         <location filename="../ui/mainwindow.ce.ui" line="511"/>
    609         <location filename="../ui/mainwindow.ui" line="527"/>
    610         <source>&amp;Autodetect</source>
    611         <translation type="unfinished"></translation>
    612     </message>
    613     <message>
    614         <location filename="../ui/mainwindow.ce.ui" line="528"/>
    615         <source>English</source>
    616         <translation type="unfinished"></translation>
    617     </message>
    618     <message>
    619         <location filename="../ui/mainwindow.ce.ui" line="546"/>
    620         <location filename="../ui/mainwindow.ui" line="565"/>
    621         <source>Save current task</source>
    622         <translation type="unfinished"></translation>
    623     </message>
    624     <message>
    625         <location filename="../ui/mainwindow.ce.ui" line="555"/>
    626         <location filename="../ui/mainwindow.ui" line="574"/>
    627         <source>About &amp;Qt...</source>
    628         <translation type="unfinished"></translation>
    629     </message>
    630     <message>
    631         <location filename="../ui/mainwindow.ce.ui" line="558"/>
    632         <location filename="../ui/mainwindow.ui" line="577"/>
    633         <source>About Qt...</source>
    634         <translation type="unfinished"></translation>
    635     </message>
    636     <message>
    637         <location filename="../ui/mainwindow.ce.ui" line="561"/>
    638         <source>About Qt</source>
    639         <translation type="unfinished"></translation>
    640     </message>
    641     <message>
    642         <location filename="../ui/mainwindow.ce.ui" line="564"/>
    643         <location filename="../ui/mainwindow.ui" line="580"/>
    644         <source>About Qt library</source>
    645         <translation type="unfinished"></translation>
    646     </message>
    647     <message>
    648         <location filename="../ui/mainwindow.ce.ui" line="271"/>
    649         <location filename="../ui/mainwindow.ui" line="259"/>
    650         <source>Select language</source>
    651         <translation type="unfinished"></translation>
    652     </message>
    653     <message>
    654         <location filename="../ui/mainwindow.ce.ui" line="274"/>
    655         <location filename="../ui/mainwindow.ui" line="262"/>
    656         <source>Select application language</source>
    657         <translation type="unfinished"></translation>
    658     </message>
    659     <message>
    660         <location filename="../ui/mainwindow.ui" line="322"/>
    661         <source>P&amp;rint Setup...</source>
    662         <translation type="unfinished"></translation>
    663     </message>
    664     <message>
    665         <location filename="../ui/mainwindow.ui" line="325"/>
    666         <source>Setup printing</source>
    667         <translation type="unfinished"></translation>
    668     </message>
    669     <message>
    670         <location filename="../ui/mainwindow.ui" line="337"/>
    671         <source>&amp;Print...</source>
    672         <translation type="unfinished"></translation>
    673     </message>
    674     <message>
    675         <location filename="../ui/mainwindow.ui" line="340"/>
    676         <source>Print solution results</source>
    677         <translation type="unfinished"></translation>
    678     </message>
    679     <message>
    680         <location filename="../ui/mainwindow.ui" line="343"/>
    681         <source>Ctrl+P</source>
    682         <translation type="unfinished"></translation>
    683     </message>
    684     <message>
    685         <location filename="../ui/mainwindow.ce.ui" line="356"/>
    686         <location filename="../ui/mainwindow.ui" line="379"/>
    687597        <source>&amp;Solution...</source>
    688598        <translation type="unfinished"></translation>
    689599    </message>
    690600    <message>
    691         <location filename="../ui/mainwindow.ui" line="559"/>
     601        <location filename="../ui/mainwindow.ui" line="601"/>
    692602        <source>Save</source>
    693603        <translation type="unfinished"></translation>
    694604    </message>
    695605    <message>
    696         <location filename="../ui/mainwindow.ce.ui" line="514"/>
    697         <location filename="../ui/mainwindow.ui" line="530"/>
     606        <location filename="../ui/mainwindow.ui" line="572"/>
    698607        <source>Detect language automatically</source>
    699608        <translation type="unfinished"></translation>
    700609    </message>
    701610    <message>
    702         <location filename="../ui/mainwindow.ce.ui" line="517"/>
    703         <location filename="../ui/mainwindow.ui" line="533"/>
     611        <location filename="../ui/mainwindow.ui" line="349"/>
     612        <source>Toolbar</source>
     613        <translation type="unfinished"></translation>
     614    </message>
     615    <message>
     616        <location filename="../ui/mainwindow.ui" line="374"/>
     617        <source>P&amp;rint Preview...</source>
     618        <translation type="unfinished"></translation>
     619    </message>
     620    <message>
     621        <location filename="../ui/mainwindow.ui" line="377"/>
     622        <source>Print Preview...</source>
     623        <translation type="unfinished"></translation>
     624    </message>
     625    <message>
     626        <location filename="../ui/mainwindow.ui" line="380"/>
     627        <source>Preview solution results</source>
     628        <translation type="unfinished"></translation>
     629    </message>
     630    <message>
     631        <location filename="../ui/mainwindow.ui" line="383"/>
     632        <source>Preview current solution results before printing</source>
     633        <translation type="unfinished"></translation>
     634    </message>
     635    <message>
     636        <location filename="../ui/mainwindow.ui" line="398"/>
     637        <source>Print...</source>
     638        <translation type="unfinished"></translation>
     639    </message>
     640    <message>
     641        <location filename="../ui/mainwindow.ui" line="401"/>
     642        <source>Print solution</source>
     643        <translation type="unfinished"></translation>
     644    </message>
     645    <message>
     646        <location filename="../ui/mainwindow.ui" line="404"/>
     647        <source>Print current solution results</source>
     648        <translation type="unfinished"></translation>
     649    </message>
     650    <message>
     651        <location filename="../ui/mainwindow.ui" line="575"/>
    704652        <source>Detect language automatically based on regional settings</source>
    705653        <translation type="unfinished"></translation>
Note: See TracChangeset for help on using the changeset viewer.