source: tspsg/i18n/en.ts @ f1fb54b9f7

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