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

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

Translations updated...

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