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

Last change on this file since 52 was 47, checked in by laleppa, 15 years ago

+ Current file name is displayed in main application window header.

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