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

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

+ Added the ability to generate fractional random numbers.
+ Added "Scroll to the end of solution output after solving" option.

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