source: tspsg-svn/trunk/i18n/en.ts @ 44

Last change on this file since 44 was 42, checked in by laleppa, 15 years ago

+ Finished solving algorithm (needs thorough testing).
+ Solution can be saved to HTML or OpenDocument? format.
+ Added VERSIONINFO resource for windows builds.

  • Updated translations to have unified terminology everywhere.

NB: This will be the first public alpha build.

File size: 33.8 KB
RevLine 
[18]1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE TS>
[29]3<TS version="2.0">
[18]4<defaultcodec>UTF-8</defaultcodec>
5<context>
6    <name>CTSPModel</name>
7    <message>
[35]8        <location filename="../src/tspmodel.cpp" line="51"/>
[27]9        <source>City %1</source>
[29]10        <translation type="unfinished"></translation>
[18]11    </message>
12    <message>
[35]13        <location filename="../src/tspmodel.cpp" line="53"/>
[18]14        <source>%1</source>
[29]15        <translation type="unfinished"></translation>
[18]16    </message>
[35]17    <message>
[42]18        <location filename="../src/tspmodel.cpp" line="147"/>
[35]19        <source>Unexpected end of file.</source>
20        <translation type="unfinished"></translation>
21    </message>
22    <message>
[42]23        <location filename="../src/tspmodel.cpp" line="149"/>
[35]24        <source>Corrupt data read. File possibly corrupted.</source>
25        <translation type="unfinished"></translation>
26    </message>
27    <message>
[42]28        <location filename="../src/tspmodel.cpp" line="151"/>
[35]29        <source>Unknown error.</source>
30        <translation type="unfinished"></translation>
31    </message>
32    <message>
[42]33        <location filename="../src/tspmodel.cpp" line="152"/>
34        <location filename="../src/tspmodel.cpp" line="160"/>
35        <location filename="../src/tspmodel.cpp" line="175"/>
36        <location filename="../src/tspmodel.cpp" line="191"/>
37        <location filename="../src/tspmodel.cpp" line="204"/>
38        <location filename="../src/tspmodel.cpp" line="234"/>
[35]39        <location filename="../src/tspmodel.cpp" line="243"/>
40        <source>Task Load</source>
41        <translation type="unfinished"></translation>
42    </message>
43    <message>
[42]44        <location filename="../src/tspmodel.cpp" line="152"/>
45        <location filename="../src/tspmodel.cpp" line="175"/>
46        <location filename="../src/tspmodel.cpp" line="191"/>
47        <location filename="../src/tspmodel.cpp" line="204"/>
48        <location filename="../src/tspmodel.cpp" line="234"/>
[35]49        <location filename="../src/tspmodel.cpp" line="243"/>
50        <source>Unable to load task:</source>
51        <translation type="unfinished"></translation>
52    </message>
53    <message>
[42]54        <location filename="../src/tspmodel.cpp" line="160"/>
[35]55        <source>Unable to open task file.
56Error: %1</source>
57        <translation type="unfinished"></translation>
58    </message>
59    <message>
[42]60        <location filename="../src/tspmodel.cpp" line="175"/>
[35]61        <source>Unknown file format or file is corrupted.</source>
62        <translation type="unfinished"></translation>
63    </message>
64    <message>
[42]65        <location filename="../src/tspmodel.cpp" line="191"/>
66        <location filename="../src/tspmodel.cpp" line="234"/>
[35]67        <source>File version is newer than application supports.
68Please, try to update application.</source>
69        <translation type="unfinished"></translation>
70    </message>
71    <message>
[42]72        <location filename="../src/tspmodel.cpp" line="204"/>
73        <location filename="../src/tspmodel.cpp" line="243"/>
[35]74        <source>Unexpected data read.
75File is possibly corrupted.</source>
76        <translation type="unfinished"></translation>
77    </message>
78    <message>
[42]79        <location filename="../src/tspmodel.cpp" line="273"/>
80        <location filename="../src/tspmodel.cpp" line="279"/>
81        <location filename="../src/tspmodel.cpp" line="286"/>
82        <location filename="../src/tspmodel.cpp" line="293"/>
83        <location filename="../src/tspmodel.cpp" line="300"/>
84        <location filename="../src/tspmodel.cpp" line="307"/>
85        <location filename="../src/tspmodel.cpp" line="314"/>
86        <location filename="../src/tspmodel.cpp" line="324"/>
[35]87        <source>Task Save</source>
88        <translation type="unfinished"></translation>
89    </message>
90    <message>
[42]91        <location filename="../src/tspmodel.cpp" line="273"/>
[35]92        <source>Unable to create task file.
93Error: %1
94Maybe, file is read-only?</source>
95        <translation type="unfinished"></translation>
96    </message>
97    <message>
[42]98        <location filename="../src/tspmodel.cpp" line="279"/>
99        <location filename="../src/tspmodel.cpp" line="286"/>
100        <location filename="../src/tspmodel.cpp" line="293"/>
101        <location filename="../src/tspmodel.cpp" line="300"/>
102        <location filename="../src/tspmodel.cpp" line="307"/>
103        <location filename="../src/tspmodel.cpp" line="314"/>
104        <location filename="../src/tspmodel.cpp" line="324"/>
[35]105        <source>Unable to save task.
106Error: %1</source>
107        <translation type="unfinished"></translation>
108    </message>
[18]109</context>
110<context>
[42]111    <name>CTSPSolver</name>
112    <message>
113        <location filename="../src/tspsolver.cpp" line="137"/>
114        <source>%v of %m parts found</source>
115        <translation type="unfinished"></translation>
116    </message>
117    <message>
118        <location filename="../src/tspsolver.cpp" line="141"/>
119        <source>Calculating optimal route...</source>
120        <translation type="unfinished"></translation>
121    </message>
122    <message>
123        <location filename="../src/tspsolver.cpp" line="142"/>
124        <source>Solution Progress</source>
125        <translation type="unfinished"></translation>
126    </message>
127    <message>
128        <location filename="../src/tspsolver.cpp" line="210"/>
129        <source>Solution Result</source>
130        <translation type="unfinished"></translation>
131    </message>
132    <message>
133        <location filename="../src/tspsolver.cpp" line="210"/>
134        <source>This task has no solution.</source>
135        <translation type="unfinished"></translation>
136    </message>
137</context>
138<context>
[18]139    <name>MainWindow</name>
140    <message>
[42]141        <location filename="../src/mainwindow.cpp" line="141"/>
142        <location filename="../src/mainwindow.cpp" line="439"/>
143        <location filename="../src/mainwindow.cpp" line="448"/>
[29]144        <source>Language change</source>
145        <translation type="unfinished"></translation>
[18]146    </message>
147    <message>
[42]148        <location filename="../src/mainwindow.cpp" line="141"/>
[29]149        <source>Unable to load translation language.</source>
150        <translation type="unfinished"></translation>
[18]151    </message>
152    <message>
[42]153        <location filename="../src/mainwindow.cpp" line="181"/>
[37]154        <source>New Task</source>
155        <translation type="unfinished"></translation>
156    </message>
157    <message>
[42]158        <location filename="../src/mainwindow.cpp" line="181"/>
159        <location filename="../src/mainwindow.cpp" line="195"/>
160        <location filename="../src/mainwindow.cpp" line="462"/>
[37]161        <source>Would you like to save changes in current task?</source>
162        <translation type="unfinished"></translation>
163    </message>
164    <message>
[42]165        <location filename="../src/mainwindow.cpp" line="195"/>
[37]166        <source>Task Open</source>
167        <translation type="unfinished"></translation>
168    </message>
169    <message>
[42]170        <location filename="../src/mainwindow.cpp" line="202"/>
[35]171        <source>All Supported Formats</source>
172        <translation type="unfinished"></translation>
173    </message>
174    <message>
[42]175        <location filename="../src/mainwindow.cpp" line="203"/>
176        <location filename="../src/mainwindow.cpp" line="204"/>
[35]177        <source>%1 Task Files</source>
178        <translation type="unfinished"></translation>
179    </message>
180    <message>
[42]181        <location filename="../src/mainwindow.cpp" line="205"/>
182        <location filename="../src/mainwindow.cpp" line="232"/>
183        <location filename="../src/mainwindow.cpp" line="251"/>
[35]184        <source>All Files</source>
185        <translation type="unfinished"></translation>
186    </message>
187    <message>
[42]188        <location filename="../src/mainwindow.cpp" line="230"/>
189        <source>HTML Files</source>
190        <translation type="unfinished"></translation>
191    </message>
192    <message>
193        <location filename="../src/mainwindow.cpp" line="231"/>
194        <source>OpenDocument Files</source>
195        <translation type="unfinished"></translation>
196    </message>
197    <message>
198        <location filename="../src/mainwindow.cpp" line="250"/>
[35]199        <source>%1 Task File</source>
200        <translation type="unfinished"></translation>
201    </message>
202    <message>
[42]203        <location filename="../src/mainwindow.cpp" line="273"/>
204        <source>Settings Changed</source>
205        <translation type="unfinished"></translation>
206    </message>
207    <message>
208        <location filename="../src/mainwindow.cpp" line="273"/>
209        <source>You have changed color settings.
210Do you wish to apply them to current solution text?</source>
211        <translation type="unfinished"></translation>
212    </message>
213    <message>
214        <location filename="../src/mainwindow.cpp" line="337"/>
[29]215        <source>Data error</source>
216        <translation type="unfinished"></translation>
[18]217    </message>
218    <message>
[42]219        <location filename="../src/mainwindow.cpp" line="337"/>
[29]220        <source>Error in cell [Row %1; Column %2]: Invalid data format.</source>
221        <translation type="unfinished"></translation>
[18]222    </message>
223    <message>
[42]224        <location filename="../src/mainwindow.cpp" line="350"/>
225        <source>Variant #%1</source>
[29]226        <translation type="unfinished"></translation>
[18]227    </message>
228    <message>
[42]229        <location filename="../src/mainwindow.cpp" line="351"/>
230        <source>Task:</source>
[29]231        <translation type="unfinished"></translation>
[18]232    </message>
233    <message>
[42]234        <location filename="../src/mainwindow.cpp" line="354"/>
235        <location filename="../src/mainwindow.cpp" line="380"/>
236        <source>Solution of Variant #%1 task</source>
237        <translation type="unfinished"></translation>
238    </message>
239    <message>
240        <location filename="../src/mainwindow.cpp" line="361"/>
241        <source>Step #%1</source>
242        <translation type="unfinished"></translation>
243    </message>
244    <message>
245        <location filename="../src/mainwindow.cpp" line="364"/>
246        <source>This step has alternate candidates for branching.</source>
247        <translation type="unfinished"></translation>
248    </message>
249    <message>
250        <location filename="../src/mainwindow.cpp" line="376"/>
251        <source>Optimal path:</source>
252        <translation type="unfinished"></translation>
253    </message>
254    <message>
255        <location filename="../src/mainwindow.cpp" line="378"/>
256        <source>The price is &lt;b&gt;%1&lt;/b&gt; units.</source>
257        <translation type="unfinished"></translation>
258    </message>
259    <message>
260        <location filename="../src/mainwindow.cpp" line="439"/>
[30]261        <source>Language will be autodetected on next application start.</source>
262        <translation type="unfinished"></translation>
263    </message>
264    <message>
[42]265        <location filename="../src/mainwindow.cpp" line="448"/>
[30]266        <source>You have language autodetection turned on.
267It needs to be off.
268Do you wish to turn it off?</source>
269        <translation type="unfinished"></translation>
270    </message>
271    <message>
[42]272        <location filename="../src/mainwindow.cpp" line="462"/>
[37]273        <source>Application Close</source>
[29]274        <translation type="unfinished"></translation>
[18]275    </message>
276    <message>
[42]277        <location filename="../ui/mainwindow.ce.ui" line="53"/>
278        <location filename="../ui/mainwindow.ui" line="41"/>
[27]279        <source>Task</source>
[29]280        <translation type="unfinished"></translation>
[18]281    </message>
282    <message>
[42]283        <location filename="../ui/mainwindow.ce.ui" line="74"/>
284        <location filename="../ui/mainwindow.ui" line="62"/>
[27]285        <source>&amp;Variant:</source>
[29]286        <translation type="unfinished"></translation>
[18]287    </message>
288    <message>
[42]289        <location filename="../ui/mainwindow.ce.ui" line="87"/>
290        <location filename="../ui/mainwindow.ui" line="75"/>
[27]291        <source>Number of variant</source>
[29]292        <translation type="unfinished"></translation>
[18]293    </message>
294    <message>
[42]295        <location filename="../ui/mainwindow.ce.ui" line="97"/>
296        <location filename="../ui/mainwindow.ui" line="85"/>
[27]297        <source>&amp;Cities:</source>
[29]298        <translation type="unfinished"></translation>
[18]299    </message>
300    <message>
[42]301        <location filename="../ui/mainwindow.ce.ui" line="110"/>
302        <location filename="../ui/mainwindow.ui" line="98"/>
[27]303        <source>Number of cities</source>
[29]304        <translation type="unfinished"></translation>
[18]305    </message>
306    <message>
[42]307        <location filename="../ui/mainwindow.ce.ui" line="141"/>
308        <location filename="../ui/mainwindow.ui" line="129"/>
[27]309        <source>Cost of travel from city to city</source>
[29]310        <translation type="unfinished"></translation>
[18]311    </message>
312    <message>
[42]313        <location filename="../ui/mainwindow.ce.ui" line="169"/>
314        <location filename="../ui/mainwindow.ui" line="157"/>
[27]315        <source>Fill table with random numbers</source>
[29]316        <translation type="unfinished"></translation>
[18]317    </message>
318    <message>
[42]319        <location filename="../ui/mainwindow.ce.ui" line="172"/>
320        <location filename="../ui/mainwindow.ui" line="160"/>
[27]321        <source>Random</source>
[29]322        <translation type="unfinished"></translation>
[18]323    </message>
324    <message>
[42]325        <location filename="../ui/mainwindow.ce.ui" line="186"/>
326        <location filename="../ui/mainwindow.ui" line="174"/>
[27]327        <source>Solve current task</source>
[29]328        <translation type="unfinished"></translation>
[18]329    </message>
330    <message>
[42]331        <location filename="../ui/mainwindow.ce.ui" line="189"/>
332        <location filename="../ui/mainwindow.ui" line="177"/>
[27]333        <source>Solve</source>
[29]334        <translation type="unfinished"></translation>
[18]335    </message>
336    <message>
[42]337        <location filename="../ui/mainwindow.ce.ui" line="203"/>
338        <location filename="../ui/mainwindow.ui" line="191"/>
[27]339        <source>Solution</source>
[29]340        <translation type="unfinished"></translation>
[18]341    </message>
342    <message>
[42]343        <location filename="../ui/mainwindow.ce.ui" line="212"/>
344        <location filename="../ui/mainwindow.ui" line="200"/>
[27]345        <source>Solution steps</source>
[29]346        <translation type="unfinished"></translation>
[18]347    </message>
348    <message>
[42]349        <location filename="../ui/mainwindow.ce.ui" line="242"/>
350        <location filename="../ui/mainwindow.ui" line="230"/>
351        <source>&amp;File</source>
[29]352        <translation type="unfinished"></translation>
[18]353    </message>
354    <message>
[42]355        <location filename="../ui/mainwindow.ce.ui" line="249"/>
356        <location filename="../ui/mainwindow.ui" line="234"/>
357        <source>Save &amp;As...</source>
[29]358        <translation type="unfinished"></translation>
[18]359    </message>
360    <message>
[42]361        <location filename="../ui/mainwindow.ce.ui" line="277"/>
362        <location filename="../ui/mainwindow.ui" line="265"/>
363        <source>&amp;Language</source>
364        <comment>Please, append &quot; / Language&quot; when translating this string.</comment>
[39]365        <translation type="unfinished"></translation>
366    </message>
367    <message>
[42]368        <location filename="../ui/mainwindow.ce.ui" line="328"/>
369        <location filename="../ui/mainwindow.ui" line="351"/>
[39]370        <source>Solution S&amp;teps</source>
371        <translation type="unfinished"></translation>
372    </message>
373    <message>
[42]374        <location filename="../ui/mainwindow.ce.ui" line="342"/>
375        <location filename="../ui/mainwindow.ui" line="365"/>
[39]376        <source>Solution &amp;Graph</source>
377        <translation type="unfinished"></translation>
378    </message>
379    <message>
[42]380        <location filename="../ui/mainwindow.ce.ui" line="359"/>
381        <source>Solution...</source>
382        <translation type="unfinished"></translation>
383    </message>
384    <message>
385        <location filename="../ui/mainwindow.ce.ui" line="449"/>
386        <location filename="../ui/mainwindow.ui" line="469"/>
[39]387        <source>Context &amp;Help</source>
388        <translation type="unfinished"></translation>
389    </message>
390    <message>
[42]391        <location filename="../ui/mainwindow.ce.ui" line="540"/>
392        <location filename="../ui/mainwindow.ui" line="556"/>
[27]393        <source>&amp;Save</source>
[29]394        <translation type="unfinished"></translation>
[18]395    </message>
396    <message>
[42]397        <location filename="../ui/mainwindow.ce.ui" line="267"/>
398        <location filename="../ui/mainwindow.ui" line="255"/>
[27]399        <source>&amp;Settings</source>
[29]400        <translation type="unfinished"></translation>
[18]401    </message>
402    <message>
[37]403        <location filename="../ui/mainwindow.ce.ui" line="17"/>
404        <location filename="../ui/mainwindow.ui" line="14"/>
405        <source>Travelling salesman problem[*]</source>
406        <translation type="unfinished"></translation>
407    </message>
408    <message>
[42]409        <location filename="../ui/mainwindow.ce.ui" line="293"/>
410        <location filename="../ui/mainwindow.ui" line="281"/>
[27]411        <source>&amp;Help</source>
[29]412        <translation type="unfinished"></translation>
[18]413    </message>
414    <message>
[42]415        <location filename="../ui/mainwindow.ce.ui" line="331"/>
416        <location filename="../ui/mainwindow.ui" line="354"/>
[27]417        <source>Save solution steps</source>
[29]418        <translation type="unfinished"></translation>
[18]419    </message>
420    <message>
[42]421        <location filename="../ui/mainwindow.ce.ui" line="334"/>
422        <location filename="../ui/mainwindow.ui" line="357"/>
[27]423        <source>Save solution steps only</source>
[29]424        <translation type="unfinished"></translation>
[18]425    </message>
426    <message>
[42]427        <location filename="../ui/mainwindow.ce.ui" line="345"/>
428        <location filename="../ui/mainwindow.ui" line="368"/>
[27]429        <source>Save solution graph</source>
[29]430        <translation type="unfinished"></translation>
[18]431    </message>
432    <message>
[42]433        <location filename="../ui/mainwindow.ce.ui" line="348"/>
434        <location filename="../ui/mainwindow.ui" line="371"/>
[27]435        <source>Save solution graph only</source>
[29]436        <translation type="unfinished"></translation>
[18]437    </message>
438    <message>
[42]439        <location filename="../ui/mainwindow.ce.ui" line="362"/>
440        <location filename="../ui/mainwindow.ui" line="382"/>
[27]441        <source>Save solution</source>
[29]442        <translation type="unfinished"></translation>
[18]443    </message>
444    <message>
[42]445        <location filename="../ui/mainwindow.ce.ui" line="365"/>
446        <location filename="../ui/mainwindow.ui" line="385"/>
[27]447        <source>Save solution steps and graph</source>
[29]448        <translation type="unfinished"></translation>
[18]449    </message>
450    <message>
[42]451        <location filename="../ui/mainwindow.ce.ui" line="374"/>
452        <location filename="../ui/mainwindow.ui" line="394"/>
[27]453        <source>&amp;New</source>
[29]454        <translation type="unfinished"></translation>
[18]455    </message>
456    <message>
[42]457        <location filename="../ui/mainwindow.ce.ui" line="377"/>
458        <location filename="../ui/mainwindow.ui" line="397"/>
[27]459        <source>New</source>
[29]460        <translation type="unfinished"></translation>
[18]461    </message>
462    <message>
[42]463        <location filename="../ui/mainwindow.ce.ui" line="380"/>
464        <location filename="../ui/mainwindow.ui" line="400"/>
[27]465        <source>New task</source>
[29]466        <translation type="unfinished"></translation>
[18]467    </message>
468    <message>
[42]469        <location filename="../ui/mainwindow.ce.ui" line="383"/>
470        <location filename="../ui/mainwindow.ui" line="403"/>
[27]471        <source>Create new task</source>
[29]472        <translation type="unfinished"></translation>
[18]473    </message>
474    <message>
[42]475        <location filename="../ui/mainwindow.ce.ui" line="386"/>
476        <location filename="../ui/mainwindow.ui" line="406"/>
[29]477        <source>Ctrl+N</source>
478        <translation type="unfinished"></translation>
479    </message>
480    <message>
[42]481        <location filename="../ui/mainwindow.ce.ui" line="395"/>
482        <location filename="../ui/mainwindow.ui" line="415"/>
[27]483        <source>&amp;Open...</source>
[29]484        <translation type="unfinished"></translation>
[18]485    </message>
486    <message>
[42]487        <location filename="../ui/mainwindow.ce.ui" line="398"/>
488        <location filename="../ui/mainwindow.ui" line="418"/>
[27]489        <source>Open...</source>
[29]490        <translation type="unfinished"></translation>
[18]491    </message>
492    <message>
[42]493        <location filename="../ui/mainwindow.ce.ui" line="401"/>
494        <location filename="../ui/mainwindow.ui" line="421"/>
[27]495        <source>Open task</source>
[29]496        <translation type="unfinished"></translation>
[18]497    </message>
498    <message>
[42]499        <location filename="../ui/mainwindow.ce.ui" line="404"/>
500        <location filename="../ui/mainwindow.ui" line="424"/>
[27]501        <source>Open saved task</source>
[29]502        <translation type="unfinished"></translation>
[18]503    </message>
504    <message>
[42]505        <location filename="../ui/mainwindow.ce.ui" line="407"/>
506        <location filename="../ui/mainwindow.ui" line="427"/>
[27]507        <source>Ctrl+O</source>
[29]508        <translation type="unfinished"></translation>
[18]509    </message>
510    <message>
[42]511        <location filename="../ui/mainwindow.ce.ui" line="416"/>
512        <location filename="../ui/mainwindow.ui" line="436"/>
[27]513        <source>&amp;Preferences...</source>
[29]514        <translation type="unfinished"></translation>
[18]515    </message>
516    <message>
[42]517        <location filename="../ui/mainwindow.ce.ui" line="419"/>
518        <location filename="../ui/mainwindow.ui" line="439"/>
[27]519        <source>Preferences...</source>
[29]520        <translation type="unfinished"></translation>
[27]521    </message>
522    <message>
[42]523        <location filename="../ui/mainwindow.ce.ui" line="422"/>
524        <location filename="../ui/mainwindow.ui" line="442"/>
[27]525        <source>Application preferences</source>
[29]526        <translation type="unfinished"></translation>
[18]527    </message>
528    <message>
[42]529        <location filename="../ui/mainwindow.ce.ui" line="434"/>
530        <location filename="../ui/mainwindow.ui" line="454"/>
[27]531        <source>&amp;Contents</source>
[29]532        <translation type="unfinished"></translation>
[18]533    </message>
534    <message>
[42]535        <location filename="../ui/mainwindow.ce.ui" line="437"/>
536        <location filename="../ui/mainwindow.ui" line="457"/>
[27]537        <source>Open help contents</source>
[29]538        <translation type="unfinished"></translation>
[27]539    </message>
540    <message>
[42]541        <location filename="../ui/mainwindow.ce.ui" line="452"/>
542        <location filename="../ui/mainwindow.ui" line="472"/>
[27]543        <source>Open context help</source>
[29]544        <translation type="unfinished"></translation>
[27]545    </message>
546    <message>
[42]547        <location filename="../ui/mainwindow.ce.ui" line="461"/>
548        <location filename="../ui/mainwindow.ui" line="481"/>
[27]549        <source>&amp;About...</source>
[29]550        <translation type="unfinished"></translation>
[18]551    </message>
552    <message>
[42]553        <location filename="../ui/mainwindow.ce.ui" line="464"/>
554        <location filename="../ui/mainwindow.ui" line="484"/>
[27]555        <source>About...</source>
[29]556        <translation type="unfinished"></translation>
[18]557    </message>
558    <message>
[42]559        <location filename="../ui/mainwindow.ce.ui" line="467"/>
560        <location filename="../ui/mainwindow.ui" line="487"/>
[27]561        <source>About application</source>
[29]562        <translation type="unfinished"></translation>
[18]563    </message>
564    <message>
[42]565        <location filename="../ui/mainwindow.ce.ui" line="476"/>
566        <location filename="../ui/mainwindow.ui" line="496"/>
[27]567        <source>E&amp;xit</source>
[29]568        <translation type="unfinished"></translation>
[18]569    </message>
570    <message>
[42]571        <location filename="../ui/mainwindow.ce.ui" line="479"/>
572        <location filename="../ui/mainwindow.ui" line="499"/>
[27]573        <source>Exit application</source>
[29]574        <translation type="unfinished"></translation>
[18]575    </message>
576    <message>
[42]577        <location filename="../ui/mainwindow.ce.ui" line="488"/>
578        <location filename="../ui/mainwindow.ui" line="504"/>
[27]579        <source>&amp;Task...</source>
[29]580        <translation type="unfinished"></translation>
[18]581    </message>
582    <message>
[42]583        <location filename="../ui/mainwindow.ce.ui" line="491"/>
584        <location filename="../ui/mainwindow.ui" line="507"/>
[27]585        <source>Task...</source>
[29]586        <translation type="unfinished"></translation>
[18]587    </message>
588    <message>
[42]589        <location filename="../ui/mainwindow.ce.ui" line="494"/>
590        <location filename="../ui/mainwindow.ce.ui" line="543"/>
591        <location filename="../ui/mainwindow.ui" line="510"/>
592        <location filename="../ui/mainwindow.ui" line="562"/>
[27]593        <source>Save task</source>
[29]594        <translation type="unfinished"></translation>
[18]595    </message>
596    <message>
[42]597        <location filename="../ui/mainwindow.ce.ui" line="497"/>
598        <location filename="../ui/mainwindow.ui" line="513"/>
[27]599        <source>Save task to file</source>
[29]600        <translation type="unfinished"></translation>
[18]601    </message>
602    <message>
[42]603        <location filename="../ui/mainwindow.ce.ui" line="500"/>
604        <location filename="../ui/mainwindow.ui" line="516"/>
[29]605        <source>Ctrl+S</source>
606        <translation type="unfinished"></translation>
[18]607    </message>
608    <message>
[42]609        <location filename="../ui/mainwindow.ce.ui" line="511"/>
610        <location filename="../ui/mainwindow.ui" line="527"/>
[29]611        <source>&amp;Autodetect</source>
612        <translation type="unfinished"></translation>
[18]613    </message>
614    <message>
[42]615        <location filename="../ui/mainwindow.ce.ui" line="528"/>
[30]616        <source>English</source>
617        <translation type="unfinished"></translation>
618    </message>
619    <message>
[42]620        <location filename="../ui/mainwindow.ce.ui" line="546"/>
621        <location filename="../ui/mainwindow.ui" line="565"/>
[35]622        <source>Save current task</source>
623        <translation type="unfinished"></translation>
624    </message>
625    <message>
[42]626        <location filename="../ui/mainwindow.ce.ui" line="555"/>
627        <location filename="../ui/mainwindow.ui" line="574"/>
[37]628        <source>About &amp;Qt...</source>
629        <translation type="unfinished"></translation>
630    </message>
631    <message>
[42]632        <location filename="../ui/mainwindow.ce.ui" line="558"/>
633        <location filename="../ui/mainwindow.ui" line="577"/>
[37]634        <source>About Qt...</source>
635        <translation type="unfinished"></translation>
636    </message>
637    <message>
[42]638        <location filename="../ui/mainwindow.ce.ui" line="561"/>
[37]639        <source>About Qt</source>
640        <translation type="unfinished"></translation>
641    </message>
642    <message>
[42]643        <location filename="../ui/mainwindow.ce.ui" line="564"/>
644        <location filename="../ui/mainwindow.ui" line="580"/>
[37]645        <source>About Qt library</source>
646        <translation type="unfinished"></translation>
647    </message>
648    <message>
[42]649        <location filename="../ui/mainwindow.ce.ui" line="271"/>
650        <location filename="../ui/mainwindow.ui" line="259"/>
[29]651        <source>Select language</source>
652        <translation type="unfinished"></translation>
[18]653    </message>
654    <message>
[42]655        <location filename="../ui/mainwindow.ce.ui" line="274"/>
656        <location filename="../ui/mainwindow.ui" line="262"/>
[29]657        <source>Select application language</source>
658        <translation type="unfinished"></translation>
[18]659    </message>
660    <message>
[42]661        <location filename="../ui/mainwindow.ui" line="322"/>
[39]662        <source>P&amp;rint Setup...</source>
[29]663        <translation type="unfinished"></translation>
[18]664    </message>
665    <message>
[42]666        <location filename="../ui/mainwindow.ui" line="325"/>
[29]667        <source>Setup printing</source>
668        <translation type="unfinished"></translation>
[18]669    </message>
670    <message>
[42]671        <location filename="../ui/mainwindow.ui" line="337"/>
[29]672        <source>&amp;Print...</source>
673        <translation type="unfinished"></translation>
[18]674    </message>
675    <message>
[42]676        <location filename="../ui/mainwindow.ui" line="340"/>
[29]677        <source>Print solution results</source>
678        <translation type="unfinished"></translation>
[18]679    </message>
680    <message>
[42]681        <location filename="../ui/mainwindow.ui" line="343"/>
[29]682        <source>Ctrl+P</source>
683        <translation type="unfinished"></translation>
[18]684    </message>
685    <message>
[42]686        <location filename="../ui/mainwindow.ce.ui" line="356"/>
687        <location filename="../ui/mainwindow.ui" line="379"/>
688        <source>&amp;Solution...</source>
689        <translation type="unfinished"></translation>
690    </message>
691    <message>
692        <location filename="../ui/mainwindow.ui" line="559"/>
[35]693        <source>Save</source>
694        <translation type="unfinished"></translation>
695    </message>
696    <message>
[42]697        <location filename="../ui/mainwindow.ce.ui" line="514"/>
698        <location filename="../ui/mainwindow.ui" line="530"/>
[29]699        <source>Detect language automatically</source>
700        <translation type="unfinished"></translation>
[18]701    </message>
702    <message>
[42]703        <location filename="../ui/mainwindow.ce.ui" line="517"/>
704        <location filename="../ui/mainwindow.ui" line="533"/>
[29]705        <source>Detect language automatically based on regional settings</source>
706        <translation type="unfinished"></translation>
[18]707    </message>
[29]708</context>
709<context>
710    <name>SettingsDialog</name>
[18]711    <message>
[27]712        <location filename="../ui/settingsdialog.ce.ui" line="14"/>
713        <location filename="../ui/settingsdialog.ui" line="14"/>
714        <source>Preferences</source>
[29]715        <translation type="unfinished"></translation>
[18]716    </message>
717    <message>
[27]718        <location filename="../ui/settingsdialog.ce.ui" line="100"/>
719        <location filename="../ui/settingsdialog.ui" line="151"/>
720        <source>Random values:</source>
[29]721        <translation type="unfinished"></translation>
[18]722    </message>
723    <message>
[27]724        <location filename="../ui/settingsdialog.ce.ui" line="114"/>
725        <location filename="../ui/settingsdialog.ui" line="165"/>
726        <source>&amp;Minimal:</source>
[29]727        <translation type="unfinished"></translation>
[27]728    </message>
729    <message>
[18]730        <location filename="../ui/settingsdialog.ce.ui" line="127"/>
731        <location filename="../ui/settingsdialog.ui" line="178"/>
[27]732        <source>Minimum for random number generation</source>
[29]733        <translation type="unfinished"></translation>
[18]734    </message>
735    <message>
[27]736        <location filename="../ui/settingsdialog.ce.ui" line="150"/>
737        <location filename="../ui/settingsdialog.ui" line="201"/>
738        <source>Ma&amp;ximal:</source>
[29]739        <translation type="unfinished"></translation>
[27]740    </message>
741    <message>
[18]742        <location filename="../ui/settingsdialog.ce.ui" line="163"/>
743        <location filename="../ui/settingsdialog.ui" line="214"/>
[27]744        <source>Maximum for random number generation</source>
[29]745        <translation type="unfinished"></translation>
[18]746    </message>
747    <message>
[42]748        <location filename="../ui/settingsdialog.ce.ui" line="184"/>
749        <location filename="../ui/settingsdialog.ui" line="235"/>
750        <source>Output settings:</source>
751        <translation type="unfinished"></translation>
752    </message>
753    <message>
754        <location filename="../ui/settingsdialog.ce.ui" line="210"/>
755        <location filename="../ui/settingsdialog.ui" line="261"/>
[27]756        <source>Font color for printing</source>
[29]757        <translation type="unfinished"></translation>
[18]758    </message>
759    <message>
[42]760        <location filename="../ui/settingsdialog.ce.ui" line="213"/>
761        <location filename="../ui/settingsdialog.ui" line="264"/>
[27]762        <source>&amp;Color...</source>
[29]763        <translation type="unfinished"></translation>
[18]764    </message>
765    <message>
[42]766        <location filename="../ui/settingsdialog.ce.ui" line="193"/>
767        <location filename="../ui/settingsdialog.ui" line="244"/>
[27]768        <source>Font face for printing</source>
[29]769        <translation type="unfinished"></translation>
[18]770    </message>
771    <message>
[42]772        <location filename="../ui/settingsdialog.ce.ui" line="196"/>
773        <location filename="../ui/settingsdialog.ui" line="247"/>
[27]774        <source>&amp;Font...</source>
[29]775        <translation type="unfinished"></translation>
[18]776    </message>
777    <message>
[42]778        <location filename="../ui/settingsdialog.ce.ui" line="279"/>
779        <location filename="../ui/settingsdialog.ce.ui" line="285"/>
780        <location filename="../ui/settingsdialog.ui" line="331"/>
781        <location filename="../ui/settingsdialog.ui" line="337"/>
[27]782        <source>Help</source>
[29]783        <translation type="unfinished"></translation>
[18]784    </message>
785    <message>
[42]786        <location filename="../ui/settingsdialog.ce.ui" line="282"/>
787        <location filename="../ui/settingsdialog.ui" line="334"/>
[27]788        <source>Get preferences help</source>
[29]789        <translation type="unfinished"></translation>
[18]790    </message>
791    <message>
[42]792        <location filename="../ui/settingsdialog.ce.ui" line="315"/>
793        <location filename="../ui/settingsdialog.ui" line="391"/>
[27]794        <source>Save new preferences</source>
[29]795        <translation type="unfinished"></translation>
[18]796    </message>
797    <message>
[42]798        <location filename="../ui/settingsdialog.ce.ui" line="318"/>
799        <location filename="../ui/settingsdialog.ui" line="394"/>
[27]800        <source>&amp;OK</source>
[29]801        <translation type="unfinished"></translation>
[18]802    </message>
[27]803    <message>
[42]804        <location filename="../ui/settingsdialog.ce.ui" line="335"/>
805        <location filename="../ui/settingsdialog.ui" line="411"/>
[27]806        <source>Close without saving preferences</source>
[29]807        <translation type="unfinished"></translation>
[27]808    </message>
809    <message>
[42]810        <location filename="../ui/settingsdialog.ce.ui" line="338"/>
811        <location filename="../ui/settingsdialog.ui" line="414"/>
[27]812        <source>&amp;Cancel</source>
[29]813        <translation type="unfinished"></translation>
[27]814    </message>
[29]815    <message>
816        <location filename="../ui/settingsdialog.ui" line="41"/>
817        <source>background-color: #0080C0</source>
818        <translation type="unfinished"></translation>
819    </message>
820    <message>
[42]821        <location filename="../ui/settingsdialog.ui" line="283"/>
[29]822        <source>Restore main window state and position on application restart</source>
823        <translation type="unfinished"></translation>
824    </message>
825    <message>
[42]826        <location filename="../ui/settingsdialog.ui" line="286"/>
[29]827        <source>Save main window state and position</source>
828        <translation type="unfinished"></translation>
829    </message>
830    <message>
[42]831        <location filename="../ui/settingsdialog.ui" line="369"/>
[29]832        <source>Hover mouse pointer over dialog elements to get additional help</source>
833        <translation type="unfinished"></translation>
834    </message>
[18]835</context>
836</TS>
Note: See TracBrowser for help on using the repository browser.