source: tspsg/l10n/tspsg_en.ts @ 87b8a22768

appveyorimgbotreadme
Last change on this file since 87b8a22768 was 87b8a22768, checked in by Oleksii Serdiuk, 12 years ago

Small tweaks to texts and translations update.

  • Property mode set to 100644
File size: 60.1 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>--------</name>
7    <message>
8        <location filename="../src/mainwindow.cpp" line="609"/>
9        <source>AUTHORS %1</source>
10        <comment>Please, provide translator credits here. %1 will be replaced with VERSION</comment>
11        <translation type="unfinished"></translation>
12    </message>
13    <message>
14        <location filename="../src/mainwindow.cpp" line="611"/>
15        <source>VERSION</source>
16        <comment>Please, provide your translation version here.</comment>
17        <translation>$Id: $Format:%h %ai %an$ $</translation>
18    </message>
19    <message>
20        <location filename="../src/mainwindow.cpp" line="1420"/>
21        <source>COUNTRY</source>
22        <comment>Please, provide an ISO 3166-1 alpha-2 country code for this translation language here (eg., UA).</comment>
23        <translation>GB</translation>
24    </message>
25    <message>
26        <location filename="../src/mainwindow.cpp" line="1421"/>
27        <source>LANGNAME</source>
28        <comment>Please, provide a native name of your translation language here.</comment>
29        <translation type="unfinished"></translation>
30    </message>
31</context>
32<context>
33    <name>CTSPModel</name>
34    <message>
35        <location filename="../src/tspmodel.cpp" line="121"/>
36        <source>City %1</source>
37        <translation type="unfinished"></translation>
38    </message>
39    <message>
40        <location filename="../src/tspmodel.cpp" line="123"/>
41        <source>%1</source>
42        <translation type="unfinished"></translation>
43    </message>
44    <message>
45        <location filename="../src/tspmodel.cpp" line="142"/>
46        <location filename="../src/tspmodel.cpp" line="168"/>
47        <location filename="../src/tspmodel.cpp" line="385"/>
48        <location filename="../src/tspmodel.cpp" line="404"/>
49        <location filename="../src/tspmodel.cpp" line="423"/>
50        <location filename="../src/tspmodel.cpp" line="431"/>
51        <location filename="../src/tspmodel.cpp" line="474"/>
52        <location filename="../src/tspmodel.cpp" line="489"/>
53        <source>Task Load</source>
54        <translation type="unfinished"></translation>
55    </message>
56    <message>
57        <location filename="../src/tspmodel.cpp" line="168"/>
58        <location filename="../src/tspmodel.cpp" line="385"/>
59        <location filename="../src/tspmodel.cpp" line="404"/>
60        <location filename="../src/tspmodel.cpp" line="423"/>
61        <location filename="../src/tspmodel.cpp" line="431"/>
62        <location filename="../src/tspmodel.cpp" line="474"/>
63        <location filename="../src/tspmodel.cpp" line="489"/>
64        <source>Unable to load task:</source>
65        <translation type="unfinished"></translation>
66    </message>
67    <message>
68        <location filename="../src/tspmodel.cpp" line="142"/>
69        <source>Unable to open task file.
70Error: %1</source>
71        <translation type="unfinished"></translation>
72    </message>
73    <message>
74        <location filename="../src/tspmodel.cpp" line="168"/>
75        <source>Unknown file format or file is corrupted.</source>
76        <translation type="unfinished"></translation>
77    </message>
78    <message>
79        <location filename="../src/tspmodel.cpp" line="238"/>
80        <location filename="../src/tspmodel.cpp" line="246"/>
81        <location filename="../src/tspmodel.cpp" line="255"/>
82        <location filename="../src/tspmodel.cpp" line="264"/>
83        <location filename="../src/tspmodel.cpp" line="273"/>
84        <location filename="../src/tspmodel.cpp" line="282"/>
85        <location filename="../src/tspmodel.cpp" line="291"/>
86        <location filename="../src/tspmodel.cpp" line="303"/>
87        <source>Task Save</source>
88        <translation type="unfinished"></translation>
89    </message>
90    <message>
91        <location filename="../src/tspmodel.cpp" line="238"/>
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="246"/>
99        <location filename="../src/tspmodel.cpp" line="255"/>
100        <location filename="../src/tspmodel.cpp" line="264"/>
101        <location filename="../src/tspmodel.cpp" line="273"/>
102        <location filename="../src/tspmodel.cpp" line="282"/>
103        <location filename="../src/tspmodel.cpp" line="291"/>
104        <location filename="../src/tspmodel.cpp" line="303"/>
105        <source>Unable to save task.
106Error: %1</source>
107        <translation type="unfinished"></translation>
108    </message>
109    <message>
110        <location filename="../src/tspmodel.cpp" line="378"/>
111        <source>Unexpected end of file. The file could be corrupted.</source>
112        <translation type="unfinished"></translation>
113    </message>
114    <message>
115        <location filename="../src/tspmodel.cpp" line="380"/>
116        <source>Corrupt data read. The file could be corrupted.</source>
117        <translation type="unfinished"></translation>
118    </message>
119    <message>
120        <location filename="../src/tspmodel.cpp" line="382"/>
121        <source>Unknown error. The file could be corrupted.</source>
122        <translation type="unfinished"></translation>
123    </message>
124    <message>
125        <location filename="../src/tspmodel.cpp" line="405"/>
126        <location filename="../src/tspmodel.cpp" line="475"/>
127        <source>File version (%1) is newer than this version of %3 supports (%2).
128Please, try to update the application. Also, the file could be corrupted.</source>
129        <translation type="unfinished"></translation>
130    </message>
131    <message>
132        <location filename="../src/tspmodel.cpp" line="424"/>
133        <location filename="../src/tspmodel.cpp" line="490"/>
134        <source>Unexpected data read. The file could be corrupted.</source>
135        <translation type="unfinished"></translation>
136    </message>
137    <message>
138        <location filename="../src/tspmodel.cpp" line="432"/>
139        <source>The task contains more cities (%1) than this version of %3 supports (%2).
140You might be using an old version of the application or the file could be corrupted.</source>
141        <translation type="unfinished"></translation>
142    </message>
143</context>
144<context>
145    <name>MainWindow</name>
146    <message>
147        <location filename="../src/mainwindow.cpp" line="473"/>
148        <source>Language change</source>
149        <translation type="unfinished"></translation>
150    </message>
151    <message>
152        <location filename="../src/mainwindow.cpp" line="1498"/>
153        <source>Language Change</source>
154        <translation type="unfinished"></translation>
155    </message>
156    <message>
157        <location filename="../src/mainwindow.cpp" line="1555"/>
158        <location filename="../src/mainwindow.cpp" line="1959"/>
159        <source>Unsaved Changes</source>
160        <translation type="unfinished"></translation>
161    </message>
162    <message>
163        <location filename="../src/mainwindow.cpp" line="192"/>
164        <source>All Supported Formats</source>
165        <translation type="unfinished"></translation>
166    </message>
167    <message>
168        <location filename="../src/mainwindow.cpp" line="193"/>
169        <location filename="../src/mainwindow.cpp" line="194"/>
170        <source>%1 Task Files</source>
171        <translation type="unfinished"></translation>
172    </message>
173    <message>
174        <location filename="../src/mainwindow.cpp" line="195"/>
175        <location filename="../src/mainwindow.cpp" line="267"/>
176        <location filename="../src/mainwindow.cpp" line="1702"/>
177        <source>All Files</source>
178        <translation type="unfinished"></translation>
179    </message>
180    <message>
181        <location filename="../src/mainwindow.cpp" line="262"/>
182        <source>PDF Files</source>
183        <translation type="unfinished"></translation>
184    </message>
185    <message>
186        <location filename="../src/mainwindow.cpp" line="264"/>
187        <source>HTML Files</source>
188        <translation type="unfinished"></translation>
189    </message>
190    <message>
191        <location filename="../src/mainwindow.cpp" line="266"/>
192        <source>OpenDocument Files</source>
193        <translation type="unfinished"></translation>
194    </message>
195    <message>
196        <location filename="../src/mainwindow.cpp" line="462"/>
197        <source>You have changed color settings.
198They will be applied to the next solution output.</source>
199        <translation type="unfinished"></translation>
200    </message>
201    <message>
202        <location filename="../src/mainwindow.cpp" line="543"/>
203        <source>Sorry, but this feature is not supported on your
204platform or support for it was not installed.</source>
205        <translation type="unfinished"></translation>
206    </message>
207    <message>
208        <location filename="../src/mainwindow.cpp" line="556"/>
209        <source>Version</source>
210        <translation type="unfinished"></translation>
211    </message>
212    <message>
213        <location filename="../src/mainwindow.cpp" line="570"/>
214        <source> from git commit &lt;b&gt;%1&lt;/b&gt;</source>
215        <translation type="unfinished"></translation>
216    </message>
217    <message>
218        <location filename="../src/mainwindow.cpp" line="572"/>
219        <source>Build &lt;b&gt;%1&lt;/b&gt;, built on &lt;b&gt;%2&lt;/b&gt; at &lt;b&gt;%3&lt;/b&gt;%5 with &lt;b&gt;%4&lt;/b&gt; compiler.</source>
220        <translation type="unfinished"></translation>
221    </message>
222    <message>
223        <location filename="../src/mainwindow.cpp" line="700"/>
224        <location filename="../src/mainwindow.cpp" line="1692"/>
225        <source>About %1</source>
226        <translation type="unfinished"></translation>
227    </message>
228    <message>
229        <location filename="../src/mainwindow.cpp" line="759"/>
230        <source>%v of %1 parts found</source>
231        <translation type="unfinished"></translation>
232    </message>
233    <message>
234        <location filename="../src/mainwindow.cpp" line="841"/>
235        <source>Generating solution output...</source>
236        <translation type="unfinished"></translation>
237    </message>
238    <message>
239        <location filename="../src/mainwindow.cpp" line="889"/>
240        <source>Variant #%1 Task</source>
241        <translation type="unfinished"></translation>
242    </message>
243    <message>
244        <location filename="../src/mainwindow.cpp" line="902"/>
245        <source>Variant #%1 Solution</source>
246        <translation type="unfinished"></translation>
247    </message>
248    <message>
249        <location filename="../src/mainwindow.cpp" line="907"/>
250        <source>Generating step %v</source>
251        <translation type="unfinished"></translation>
252    </message>
253    <message>
254        <location filename="../src/mainwindow.cpp" line="954"/>
255        <location filename="../src/mainwindow.cpp" line="961"/>
256        <location filename="../src/mainwindow.cpp" line="1253"/>
257        <source>(%1;%2)</source>
258        <translation type="unfinished"></translation>
259    </message>
260    <message numerus="yes">
261        <location filename="../src/mainwindow.cpp" line="964"/>
262        <source>%n alternate candidate(s) for branching: %1.</source>
263        <translation>
264            <numerusform>%n alternate candidate for branching: %1.</numerusform>
265            <numerusform>%n alternate candidates for branching: %1.</numerusform>
266        </translation>
267    </message>
268    <message>
269        <location filename="../src/mainwindow.cpp" line="984"/>
270        <source>Generating footer</source>
271        <translation type="unfinished"></translation>
272    </message>
273    <message numerus="yes">
274        <location filename="../src/mainwindow.cpp" line="1006"/>
275        <source>The price is &lt;b&gt;%n&lt;/b&gt; unit(s).</source>
276        <translation>
277            <numerusform>The price is &lt;b&gt;%n&lt;/b&gt; unit.</numerusform>
278            <numerusform>The price is &lt;b&gt;%n&lt;/b&gt; units.</numerusform>
279        </translation>
280    </message>
281    <message>
282        <location filename="../src/mainwindow.cpp" line="1518"/>
283        <source>Set application style to %1</source>
284        <translation type="unfinished"></translation>
285    </message>
286    <message>
287        <location filename="../src/mainwindow.cpp" line="1555"/>
288        <location filename="../src/mainwindow.cpp" line="1960"/>
289        <source>Would you like to save changes in the current task?</source>
290        <translation type="unfinished"></translation>
291    </message>
292    <message>
293        <location filename="../src/mainwindow.cpp" line="1653"/>
294        <source>Pa&amp;ge Setup...</source>
295        <translation type="unfinished"></translation>
296    </message>
297    <message>
298        <location filename="../src/mainwindow.cpp" line="1655"/>
299        <source>Setup print options</source>
300        <translation type="unfinished"></translation>
301    </message>
302    <message>
303        <location filename="../src/mainwindow.cpp" line="1658"/>
304        <source>Setup page-related options for printing</source>
305        <translation type="unfinished"></translation>
306    </message>
307    <message>
308        <location filename="../src/mainwindow.cpp" line="1672"/>
309        <source>Exit %1</source>
310        <translation type="unfinished"></translation>
311    </message>
312    <message>
313        <location filename="../src/mainwindow.cpp" line="1676"/>
314        <source>Configure...</source>
315        <translation type="unfinished"></translation>
316    </message>
317    <message>
318        <location filename="../src/mainwindow.cpp" line="1678"/>
319        <source>Customize toolbars</source>
320        <translation type="unfinished"></translation>
321    </message>
322    <message>
323        <location filename="../src/mainwindow.cpp" line="1683"/>
324        <source>Report about a bug in %1</source>
325        <translation type="unfinished"></translation>
326    </message>
327    <message>
328        <location filename="../src/mainwindow.cpp" line="1688"/>
329        <source>Check for %1 updates</source>
330        <translation type="unfinished"></translation>
331    </message>
332    <message>
333        <location filename="../src/mainwindow.cpp" line="1701"/>
334        <source>%1 Task File</source>
335        <translation type="unfinished"></translation>
336    </message>
337    <message>
338        <location filename="../src/mainwindow.cpp" line="462"/>
339        <location filename="../src/mainwindow.cpp" line="499"/>
340        <source>Settings Changed</source>
341        <translation type="unfinished"></translation>
342    </message>
343    <message numerus="yes">
344        <location filename="../src/mainwindow.cpp" line="150"/>
345        <source>Would you like %1 to automatically check for updates every %n day(s)?</source>
346        <translation>
347            <numerusform>Would you like %1 to automatically check for updates every %n day?</numerusform>
348            <numerusform>Would you like %1 to automatically check for updates every %n days?</numerusform>
349        </translation>
350    </message>
351    <message>
352        <location filename="../src/mainwindow.cpp" line="203"/>
353        <source>Task Load</source>
354        <translation type="unfinished"></translation>
355    </message>
356    <message>
357        <location filename="../src/mainwindow.cpp" line="293"/>
358        <location filename="../src/mainwindow.cpp" line="373"/>
359        <location filename="../src/mainwindow.cpp" line="378"/>
360        <location filename="../src/mainwindow.cpp" line="387"/>
361        <location filename="../src/mainwindow.cpp" line="1330"/>
362        <source>Solution Save</source>
363        <translation type="unfinished"></translation>
364    </message>
365    <message>
366        <location filename="../src/mainwindow.cpp" line="293"/>
367        <location filename="../src/mainwindow.cpp" line="387"/>
368        <source>Unable to save the solution.
369Error: %1</source>
370        <translation type="unfinished"></translation>
371    </message>
372    <message>
373        <location filename="../src/mainwindow.cpp" line="328"/>
374        <location filename="../src/mainwindow.cpp" line="332"/>
375        <location filename="../src/mainwindow.cpp" line="1303"/>
376        <source>Solution Graph</source>
377        <translation type="unfinished"></translation>
378    </message>
379    <message>
380        <location filename="../src/mainwindow.cpp" line="1304"/>
381        <source>Generated with %1</source>
382        <translation type="unfinished"></translation>
383    </message>
384    <message>
385        <location filename="../src/mainwindow.cpp" line="373"/>
386        <location filename="../src/mainwindow.cpp" line="378"/>
387        <location filename="../src/mainwindow.cpp" line="1330"/>
388        <source>Unable to save the solution graph.
389Error: %1</source>
390        <translation type="unfinished"></translation>
391    </message>
392    <message>
393        <location filename="../src/mainwindow.cpp" line="265"/>
394        <source>Web Archive Files</source>
395        <translation type="unfinished"></translation>
396    </message>
397    <message>
398        <location filename="../src/mainwindow.cpp" line="473"/>
399        <source>Language will be autodetected on the next %1 start.</source>
400        <translation type="unfinished"></translation>
401    </message>
402    <message>
403        <location filename="../src/mainwindow.cpp" line="499"/>
404        <source>You have changed the application language.
405To get current solution output in the new language
406you need to re-run the solution process.</source>
407        <translation type="unfinished"></translation>
408    </message>
409    <message>
410        <location filename="../src/mainwindow.cpp" line="507"/>
411        <source>Style Change</source>
412        <translation type="unfinished"></translation>
413    </message>
414    <message>
415        <location filename="../src/mainwindow.cpp" line="507"/>
416        <source>To apply the default style you need to restart %1.</source>
417        <translation type="unfinished"></translation>
418    </message>
419    <message>
420        <location filename="../src/mainwindow.cpp" line="543"/>
421        <source>Unsupported Feature</source>
422        <translation type="unfinished"></translation>
423    </message>
424    <message>
425        <location filename="../src/mainwindow.cpp" line="563"/>
426        <source>Target OS (ARCH)</source>
427        <translation type="unfinished"></translation>
428    </message>
429    <message>
430        <location filename="../src/mainwindow.cpp" line="564"/>
431        <source>Qt library</source>
432        <translation type="unfinished"></translation>
433    </message>
434    <message>
435        <location filename="../src/mainwindow.cpp" line="565"/>
436        <source>Build time</source>
437        <translation type="unfinished"></translation>
438    </message>
439    <message>
440        <location filename="../src/mainwindow.cpp" line="566"/>
441        <source>Runtime</source>
442        <translation type="unfinished"></translation>
443    </message>
444    <message>
445        <location filename="../src/mainwindow.cpp" line="567"/>
446        <source>Logical screen DPI</source>
447        <translation type="unfinished"></translation>
448    </message>
449    <message>
450        <location filename="../src/mainwindow.cpp" line="573"/>
451        <source>Algorithm</source>
452        <translation type="unfinished"></translation>
453    </message>
454    <message>
455        <location filename="../src/mainwindow.cpp" line="575"/>
456        <source>This program is free software: you can redistribute it and/or modify&lt;br&gt;
457it under the terms of the GNU General Public License as published by&lt;br&gt;
458the Free Software Foundation, either version 3 of the License, or&lt;br&gt;
459(at your option) any later version.&lt;br&gt;
460&lt;br&gt;
461This program is distributed in the hope that it will be useful,&lt;br&gt;
462but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br&gt;
463MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&lt;br&gt;
464GNU General Public License for more details.&lt;br&gt;
465&lt;br&gt;
466You should have received a copy of the GNU General Public License&lt;br&gt;
467along with TSPSG.  If not, see &lt;a href=&quot;http://www.gnu.org/licenses/&quot;&gt;www.gnu.org/licenses/&lt;/a&gt;.</source>
468        <translation type="unfinished"></translation>
469    </message>
470    <message>
471        <location filename="../src/mainwindow.cpp" line="589"/>
472        <source>%1 was created using &lt;b&gt;Qt&amp;nbsp;framework&lt;/b&gt; licensed under the terms of the GNU Lesser General Public License,&lt;br&gt;
473see &lt;a href=&quot;http://qt.nokia.com/&quot;&gt;qt.nokia.com&lt;/a&gt;&lt;br&gt;
474&lt;br&gt;
475Most icons used in %1 are part of &lt;b&gt;Oxygen&amp;nbsp;Icons&lt;/b&gt; project licensed according to the GNU Lesser General Public License,&lt;br&gt;
476see &lt;a href=&quot;http://www.oxygen-icons.org/&quot;&gt;www.oxygen-icons.org&lt;/a&gt;&lt;br&gt;
477&lt;br&gt;
478Country flag icons used in %1 are part of the free &lt;b&gt;Flag&amp;nbsp;Icons&lt;/b&gt; collection created by &lt;b&gt;IconDrawer&lt;/b&gt;,&lt;br&gt;
479see &lt;a href=&quot;http://www.icondrawer.com/&quot;&gt;www.icondrawer.com&lt;/a&gt;&lt;br&gt;
480&lt;br&gt;
481%1 comes with the default &quot;embedded&quot; font &lt;b&gt;DejaVu&amp;nbsp;LGC&amp;nbsp;Sans&amp;nbsp;Mono&lt;/b&gt; from the &lt;b&gt;DejaVu fonts&lt;/b&gt; licensed under a Free license&lt;/a&gt;,&lt;br&gt;
482see &lt;a href=&quot;http://dejavu-fonts.org/&quot;&gt;dejavu-fonts.org&lt;/a&gt;</source>
483        <translation type="unfinished"></translation>
484    </message>
485    <message>
486        <location filename="../src/mainwindow.cpp" line="679"/>
487        <source>About</source>
488        <translation type="unfinished"></translation>
489    </message>
490    <message>
491        <location filename="../src/mainwindow.cpp" line="680"/>
492        <source>License</source>
493        <translation type="unfinished"></translation>
494    </message>
495    <message>
496        <location filename="../src/mainwindow.cpp" line="681"/>
497        <source>Credits</source>
498        <translation type="unfinished"></translation>
499    </message>
500    <message>
501        <location filename="../src/mainwindow.cpp" line="690"/>
502        <source>Translation</source>
503        <translation type="unfinished"></translation>
504    </message>
505    <message>
506        <location filename="../src/mainwindow.cpp" line="749"/>
507        <source>Data error</source>
508        <translation type="unfinished"></translation>
509    </message>
510    <message>
511        <location filename="../src/mainwindow.cpp" line="749"/>
512        <source>Error in cell [Row %1; Column %2]: Invalid data format.</source>
513        <translation type="unfinished"></translation>
514    </message>
515    <message>
516        <location filename="../src/mainwindow.cpp" line="767"/>
517        <source>Calculating optimal route...</source>
518        <translation type="unfinished"></translation>
519    </message>
520    <message>
521        <location filename="../src/mainwindow.cpp" line="768"/>
522        <source>Solution Progress</source>
523        <translation type="unfinished"></translation>
524    </message>
525    <message>
526        <location filename="../src/mainwindow.cpp" line="810"/>
527        <source>Solution Result</source>
528        <translation type="unfinished"></translation>
529    </message>
530    <message>
531        <location filename="../src/mainwindow.cpp" line="810"/>
532        <source>Unable to find a solution.
533Maybe, this task has no solution.</source>
534        <translation type="unfinished"></translation>
535    </message>
536    <message>
537        <location filename="../src/mainwindow.cpp" line="812"/>
538        <location filename="../src/mainwindow.cpp" line="910"/>
539        <location filename="../src/mainwindow.cpp" line="1045"/>
540        <source>Memory cleanup...</source>
541        <translation type="unfinished"></translation>
542    </message>
543    <message>
544        <location filename="../src/mainwindow.cpp" line="840"/>
545        <source>Generating header</source>
546        <translation type="unfinished"></translation>
547    </message>
548    <message>
549        <location filename="../src/mainwindow.cpp" line="851"/>
550        <source>Solution of Variant #%1 Task</source>
551        <translation type="unfinished"></translation>
552    </message>
553    <message>
554        <location filename="../src/mainwindow.cpp" line="891"/>
555        <source>Task:</source>
556        <translation type="unfinished"></translation>
557    </message>
558    <message>
559        <location filename="../src/mainwindow.cpp" line="946"/>
560        <source>Step #%1</source>
561        <translation type="unfinished"></translation>
562    </message>
563    <message>
564        <location filename="../src/mainwindow.cpp" line="954"/>
565        <source>Selected route %1 %2 part.</source>
566        <translation type="unfinished"></translation>
567    </message>
568    <message>
569        <location filename="../src/mainwindow.cpp" line="954"/>
570        <source>with</source>
571        <translation type="unfinished"></translation>
572    </message>
573    <message>
574        <location filename="../src/mainwindow.cpp" line="954"/>
575        <source>without</source>
576        <translation type="unfinished"></translation>
577    </message>
578    <message>
579        <location filename="../src/mainwindow.cpp" line="994"/>
580        <source>Optimal path:</source>
581        <translation type="unfinished"></translation>
582    </message>
583    <message>
584        <location filename="../src/mainwindow.cpp" line="996"/>
585        <source>Resulting path:</source>
586        <translation type="unfinished"></translation>
587    </message>
588    <message>
589        <location filename="../src/mainwindow.cpp" line="999"/>
590        <source>City %1</source>
591        <translation type="unfinished"></translation>
592    </message>
593    <message>
594        <location filename="../src/mainwindow.cpp" line="1008"/>
595        <source>The price is &lt;b&gt;%1&lt;/b&gt; units.</source>
596        <translation type="unfinished"></translation>
597    </message>
598    <message>
599        <location filename="../src/mainwindow.cpp" line="1011"/>
600        <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>
601        <translation type="unfinished"></translation>
602    </message>
603    <message>
604        <location filename="../src/mainwindow.cpp" line="1264"/>
605        <source>Root</source>
606        <translation type="unfinished"></translation>
607    </message>
608    <message>
609        <location filename="../src/mainwindow.cpp" line="1498"/>
610        <source>Unable to load the translation language.
611Falling back to autodetection.</source>
612        <translation type="unfinished"></translation>
613    </message>
614    <message>
615        <location filename="../src/mainwindow.cpp" line="1422"/>
616        <source>Set application language to %1</source>
617        <translation type="unfinished"></translation>
618    </message>
619    <message>
620        <location filename="../src/mainwindow.cpp" line="1686"/>
621        <source>Check for &amp;Updates...</source>
622        <translation type="unfinished"></translation>
623    </message>
624    <message>
625        <location filename="../src/mainwindow.cpp" line="1715"/>
626        <source>Task Save</source>
627        <translation type="unfinished"></translation>
628    </message>
629    <message>
630        <location filename="../src/mainwindow.cpp" line="198"/>
631        <location filename="../src/mainwindow.cpp" line="220"/>
632        <location filename="../src/mainwindow.cpp" line="246"/>
633        <location filename="../src/mainwindow.cpp" line="484"/>
634        <location filename="../src/mainwindow.cpp" line="1704"/>
635        <location filename="../src/mainwindow.h" line="161"/>
636        <source>Untitled</source>
637        <translation type="unfinished"></translation>
638    </message>
639    <message>
640        <location filename="../ui/mainwindow.ui" line="24"/>
641        <source>Task</source>
642        <translation type="unfinished"></translation>
643    </message>
644    <message>
645        <location filename="../ui/mainwindow.ui" line="45"/>
646        <source>&amp;Variant:</source>
647        <translation type="unfinished"></translation>
648    </message>
649    <message>
650        <location filename="../ui/mainwindow.ui" line="58"/>
651        <source>Number of variant</source>
652        <translation type="unfinished"></translation>
653    </message>
654    <message>
655        <location filename="../ui/mainwindow.ui" line="68"/>
656        <source>&amp;Cities:</source>
657        <translation type="unfinished"></translation>
658    </message>
659    <message>
660        <location filename="../ui/mainwindow.ui" line="81"/>
661        <source>Number of cities</source>
662        <translation type="unfinished"></translation>
663    </message>
664    <message>
665        <location filename="../ui/mainwindow.ui" line="109"/>
666        <source>Cost of travel from city to city</source>
667        <translation type="unfinished"></translation>
668    </message>
669    <message>
670        <location filename="../ui/mainwindow.ui" line="137"/>
671        <source>Fill table with random numbers</source>
672        <translation type="unfinished"></translation>
673    </message>
674    <message>
675        <location filename="../ui/mainwindow.ui" line="140"/>
676        <source>Random</source>
677        <translation type="unfinished"></translation>
678    </message>
679    <message>
680        <location filename="../ui/mainwindow.ui" line="150"/>
681        <source>Solve current task</source>
682        <translation type="unfinished"></translation>
683    </message>
684    <message>
685        <location filename="../ui/mainwindow.ui" line="153"/>
686        <source>Solve</source>
687        <translation type="unfinished"></translation>
688    </message>
689    <message>
690        <location filename="../ui/mainwindow.ui" line="163"/>
691        <source>Solution</source>
692        <translation type="unfinished"></translation>
693    </message>
694    <message>
695        <location filename="../ui/mainwindow.ui" line="172"/>
696        <source>Solution steps</source>
697        <translation type="unfinished"></translation>
698    </message>
699    <message>
700        <location filename="../ui/mainwindow.ui" line="196"/>
701        <location filename="../ui/mainwindow.ui" line="343"/>
702        <source>Save solution to a file</source>
703        <translation type="unfinished"></translation>
704    </message>
705    <message>
706        <location filename="../ui/mainwindow.ui" line="199"/>
707        <source>Save Solution</source>
708        <translation type="unfinished"></translation>
709    </message>
710    <message>
711        <location filename="../ui/mainwindow.ui" line="222"/>
712        <source>Go back to Task tab</source>
713        <translation type="unfinished"></translation>
714    </message>
715    <message>
716        <location filename="../ui/mainwindow.ui" line="225"/>
717        <source>Back to Task</source>
718        <translation type="unfinished"></translation>
719    </message>
720    <message>
721        <location filename="../ui/mainwindow.ui" line="250"/>
722        <source>&amp;File</source>
723        <translation type="unfinished"></translation>
724    </message>
725    <message>
726        <location filename="../ui/mainwindow.ui" line="272"/>
727        <source>&amp;Language</source>
728        <comment>Please, append &quot; / Language&quot; when translating this string.</comment>
729        <translation type="unfinished"></translation>
730    </message>
731    <message>
732        <location filename="../ui/mainwindow.ui" line="401"/>
733        <source>Context &amp;Help</source>
734        <translation type="unfinished"></translation>
735    </message>
736    <message>
737        <location filename="../ui/mainwindow.ui" line="412"/>
738        <source>&amp;About TSPSG...</source>
739        <translation type="unfinished"></translation>
740    </message>
741    <message>
742        <location filename="../ui/mainwindow.ui" line="467"/>
743        <source>&amp;Save</source>
744        <translation type="unfinished"></translation>
745    </message>
746    <message>
747        <location filename="../ui/mainwindow.ui" line="506"/>
748        <source>Online &amp;Support...</source>
749        <translation type="unfinished"></translation>
750    </message>
751    <message>
752        <location filename="../ui/mainwindow.ui" line="509"/>
753        <source>Get support online</source>
754        <translation type="unfinished"></translation>
755    </message>
756    <message>
757        <location filename="../ui/mainwindow.ui" line="514"/>
758        <source>Report a &amp;Bug...</source>
759        <translation type="unfinished"></translation>
760    </message>
761    <message>
762        <location filename="../ui/mainwindow.ui" line="268"/>
763        <source>&amp;Settings</source>
764        <translation type="unfinished"></translation>
765    </message>
766    <message>
767        <location filename="../ui/mainwindow.ui" line="280"/>
768        <source>Style</source>
769        <translation type="unfinished"></translation>
770    </message>
771    <message>
772        <location filename="../ui/mainwindow.ui" line="285"/>
773        <source>Toolbars</source>
774        <translation type="unfinished"></translation>
775    </message>
776    <message>
777        <location filename="../ui/mainwindow.ui" line="296"/>
778        <source>&amp;Help</source>
779        <translation type="unfinished"></translation>
780    </message>
781    <message>
782        <location filename="../ui/mainwindow.ui" line="316"/>
783        <source>Main Toolbar</source>
784        <translation type="unfinished"></translation>
785    </message>
786    <message>
787        <location filename="../ui/mainwindow.ui" line="340"/>
788        <source>Save solution</source>
789        <translation type="unfinished"></translation>
790    </message>
791    <message>
792        <location filename="../ui/mainwindow.ui" line="348"/>
793        <source>&amp;New</source>
794        <translation type="unfinished"></translation>
795    </message>
796    <message>
797        <location filename="../ui/mainwindow.ui" line="351"/>
798        <source>New task</source>
799        <translation type="unfinished"></translation>
800    </message>
801    <message>
802        <location filename="../ui/mainwindow.ui" line="354"/>
803        <source>Create new task</source>
804        <translation type="unfinished"></translation>
805    </message>
806    <message>
807        <location filename="../ui/mainwindow.ui" line="357"/>
808        <source>Ctrl+N</source>
809        <translation type="unfinished"></translation>
810    </message>
811    <message>
812        <location filename="../ui/mainwindow.ui" line="362"/>
813        <source>&amp;Open...</source>
814        <translation type="unfinished"></translation>
815    </message>
816    <message>
817        <location filename="../ui/mainwindow.ui" line="365"/>
818        <source>Open task</source>
819        <translation type="unfinished"></translation>
820    </message>
821    <message>
822        <location filename="../ui/mainwindow.ui" line="368"/>
823        <source>Open saved task</source>
824        <translation type="unfinished"></translation>
825    </message>
826    <message>
827        <location filename="../ui/mainwindow.ui" line="371"/>
828        <source>Ctrl+O</source>
829        <translation type="unfinished"></translation>
830    </message>
831    <message>
832        <location filename="../ui/mainwindow.ui" line="376"/>
833        <source>&amp;Preferences...</source>
834        <translation type="unfinished"></translation>
835    </message>
836    <message>
837        <location filename="../ui/mainwindow.ui" line="379"/>
838        <source>Application preferences</source>
839        <translation type="unfinished"></translation>
840    </message>
841    <message>
842        <location filename="../ui/mainwindow.ui" line="387"/>
843        <source>&amp;Contents</source>
844        <translation type="unfinished"></translation>
845    </message>
846    <message>
847        <location filename="../ui/mainwindow.ui" line="390"/>
848        <source>Open help contents</source>
849        <translation type="unfinished"></translation>
850    </message>
851    <message>
852        <location filename="../ui/mainwindow.ui" line="393"/>
853        <source>Ctrl+F1</source>
854        <translation type="unfinished"></translation>
855    </message>
856    <message>
857        <location filename="../ui/mainwindow.ui" line="404"/>
858        <source>Open context help</source>
859        <translation type="unfinished"></translation>
860    </message>
861    <message>
862        <location filename="../ui/mainwindow.ui" line="407"/>
863        <source>F1</source>
864        <translation type="unfinished"></translation>
865    </message>
866    <message>
867        <location filename="../ui/mainwindow.ui" line="417"/>
868        <location filename="../src/mainwindow.cpp" line="1696"/>
869        <source>E&amp;xit</source>
870        <translation type="unfinished"></translation>
871    </message>
872    <message>
873        <location filename="../ui/mainwindow.ui" line="422"/>
874        <source>&amp;Task...</source>
875        <translation type="unfinished"></translation>
876    </message>
877    <message>
878        <location filename="../ui/mainwindow.ui" line="425"/>
879        <location filename="../ui/mainwindow.ui" line="470"/>
880        <source>Save task</source>
881        <translation type="unfinished"></translation>
882    </message>
883    <message>
884        <location filename="../ui/mainwindow.ui" line="428"/>
885        <source>Save task to file</source>
886        <translation type="unfinished"></translation>
887    </message>
888    <message>
889        <location filename="../ui/mainwindow.ui" line="476"/>
890        <source>Ctrl+S</source>
891        <translation type="unfinished"></translation>
892    </message>
893    <message>
894        <location filename="../ui/mainwindow.ui" line="498"/>
895        <source>System Default</source>
896        <translation type="unfinished"></translation>
897    </message>
898    <message>
899        <location filename="../ui/mainwindow.ui" line="501"/>
900        <source>Automatically choose the most appropriate style</source>
901        <translation type="unfinished"></translation>
902    </message>
903    <message>
904        <location filename="../ui/mainwindow.ui" line="439"/>
905        <source>&amp;Autodetect</source>
906        <translation type="unfinished"></translation>
907    </message>
908    <message>
909        <location filename="../ui/mainwindow.ui" line="473"/>
910        <source>Save current task</source>
911        <translation type="unfinished"></translation>
912    </message>
913    <message>
914        <location filename="../ui/mainwindow.ui" line="481"/>
915        <source>About &amp;Qt...</source>
916        <translation type="unfinished"></translation>
917    </message>
918    <message>
919        <location filename="../ui/mainwindow.ui" line="484"/>
920        <source>About Qt library</source>
921        <translation type="unfinished"></translation>
922    </message>
923    <message>
924        <location filename="../ui/mainwindow.ui" line="254"/>
925        <source>Save &amp;As</source>
926        <translation type="unfinished"></translation>
927    </message>
928    <message>
929        <location filename="../src/mainwindow.cpp" line="1661"/>
930        <source>&amp;Print...</source>
931        <translation type="unfinished"></translation>
932    </message>
933    <message>
934        <location filename="../src/mainwindow.cpp" line="1668"/>
935        <source>Ctrl+P</source>
936        <translation type="unfinished"></translation>
937    </message>
938    <message>
939        <location filename="../ui/mainwindow.ui" line="337"/>
940        <source>&amp;Solution...</source>
941        <translation type="unfinished"></translation>
942    </message>
943    <message>
944        <location filename="../ui/mainwindow.ui" line="442"/>
945        <source>Detect language automatically</source>
946        <translation type="unfinished"></translation>
947    </message>
948    <message>
949        <location filename="../src/mainwindow.cpp" line="1645"/>
950        <source>P&amp;rint Preview...</source>
951        <translation type="unfinished"></translation>
952    </message>
953    <message>
954        <location filename="../src/mainwindow.cpp" line="1647"/>
955        <source>Preview solution results</source>
956        <translation type="unfinished"></translation>
957    </message>
958    <message>
959        <location filename="../src/mainwindow.cpp" line="1650"/>
960        <source>Preview current solution results before printing</source>
961        <translation type="unfinished"></translation>
962    </message>
963    <message>
964        <location filename="../src/mainwindow.cpp" line="1663"/>
965        <source>Print solution</source>
966        <translation type="unfinished"></translation>
967    </message>
968    <message>
969        <location filename="../src/mainwindow.cpp" line="1666"/>
970        <source>Print current solution results</source>
971        <translation type="unfinished"></translation>
972    </message>
973    <message>
974        <location filename="../ui/mainwindow.ui" line="445"/>
975        <source>Detect language automatically based on regional settings</source>
976        <translation type="unfinished"></translation>
977    </message>
978</context>
979<context>
980    <name>QDialogButtonBox</name>
981    <message>
982        <location filename="../src/mainwindow.cpp" line="763"/>
983        <location filename="../src/mainwindow.cpp" line="1966"/>
984        <source>Cancel</source>
985        <comment>No need to translate this. The translation will be taken from Qt translation files.</comment>
986        <translation type="unfinished"></translation>
987    </message>
988    <message>
989        <location filename="../src/mainwindow.cpp" line="1964"/>
990        <source>Discard</source>
991        <comment>No need to translate this. The translation will be taken from Qt translation files.</comment>
992        <translation type="unfinished"></translation>
993    </message>
994</context>
995<context>
996    <name>QtToolBarDialog</name>
997    <message>
998        <location filename="../src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.ui" line="6"/>
999        <source>Customize Toolbars</source>
1000        <translation type="unfinished"></translation>
1001    </message>
1002    <message>
1003        <location filename="../src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.ui" line="27"/>
1004        <location filename="../src/mainwindow.cpp" line="1969"/>
1005        <source>Actions</source>
1006        <translation type="unfinished"></translation>
1007    </message>
1008    <message>
1009        <location filename="../src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.ui" line="42"/>
1010        <source>Toolbars</source>
1011        <translation type="unfinished"></translation>
1012    </message>
1013    <message>
1014        <location filename="../src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.ui" line="49"/>
1015        <source>New</source>
1016        <translation type="unfinished"></translation>
1017    </message>
1018    <message>
1019        <location filename="../src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.ui" line="56"/>
1020        <source>Remove</source>
1021        <translation type="unfinished"></translation>
1022    </message>
1023    <message>
1024        <location filename="../src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.ui" line="63"/>
1025        <source>Rename</source>
1026        <translation type="unfinished"></translation>
1027    </message>
1028    <message>
1029        <location filename="../src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.ui" line="86"/>
1030        <source>Up</source>
1031        <translation type="unfinished"></translation>
1032    </message>
1033    <message>
1034        <location filename="../src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.ui" line="99"/>
1035        <source>&lt;-</source>
1036        <translation type="unfinished"></translation>
1037    </message>
1038    <message>
1039        <location filename="../src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.ui" line="112"/>
1040        <source>-&gt;</source>
1041        <translation type="unfinished"></translation>
1042    </message>
1043    <message>
1044        <location filename="../src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.ui" line="125"/>
1045        <source>Down</source>
1046        <translation type="unfinished"></translation>
1047    </message>
1048    <message>
1049        <location filename="../src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.ui" line="150"/>
1050        <source>Current Toolbar Actions</source>
1051        <translation type="unfinished"></translation>
1052    </message>
1053    <message>
1054        <location filename="../src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.cpp" line="1815"/>
1055        <source>&lt; S E P A R A T O R &gt;</source>
1056        <translation type="unfinished"></translation>
1057    </message>
1058</context>
1059<context>
1060    <name>QtToolBarDialogPrivate</name>
1061    <message>
1062        <location filename="../src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.cpp" line="1264"/>
1063        <source>Custom Toolbar</source>
1064        <translation type="unfinished"></translation>
1065    </message>
1066</context>
1067<context>
1068    <name>SettingsDialog</name>
1069    <message>
1070        <location filename="../ui/settingsdialog.ui" line="7"/>
1071        <source>Preferences</source>
1072        <translation type="unfinished"></translation>
1073    </message>
1074    <message>
1075        <location filename="../ui/settingsdialog.ui" line="120"/>
1076        <source>Remember the last used directory when opening and saving files</source>
1077        <translation type="unfinished"></translation>
1078    </message>
1079    <message>
1080        <location filename="../ui/settingsdialog.ui" line="123"/>
1081        <source>Remember last used directories</source>
1082        <translation type="unfinished"></translation>
1083    </message>
1084    <message>
1085        <location filename="../ui/settingsdialog.ui" line="157"/>
1086        <source>Task</source>
1087        <translation type="unfinished"></translation>
1088    </message>
1089    <message>
1090        <location filename="../ui/settingsdialog.ui" line="160"/>
1091        <source>Task generation and solving settings</source>
1092        <translation type="unfinished"></translation>
1093    </message>
1094    <message>
1095        <location filename="../ui/settingsdialog.ui" line="171"/>
1096        <source>Fractional accuracy:</source>
1097        <translation type="unfinished"></translation>
1098    </message>
1099    <message>
1100        <location filename="../ui/settingsdialog.ui" line="184"/>
1101        <source>Accuracy of the fractional values (in decimal places)</source>
1102        <translation type="unfinished"></translation>
1103    </message>
1104    <message>
1105        <location filename="../ui/settingsdialog.ui" line="199"/>
1106        <source>In this mode the cost of travel from city 1 to city 2 and vice versa is the same</source>
1107        <translation type="unfinished"></translation>
1108    </message>
1109    <message>
1110        <location filename="../ui/settingsdialog.ui" line="202"/>
1111        <source>Symmetric mode</source>
1112        <translation type="unfinished"></translation>
1113    </message>
1114    <message>
1115        <location filename="../ui/settingsdialog.ui" line="220"/>
1116        <source>Minimal random:</source>
1117        <translation type="unfinished"></translation>
1118    </message>
1119    <message>
1120        <location filename="../ui/settingsdialog.ui" line="233"/>
1121        <source>Minimum for random number generation</source>
1122        <translation type="unfinished"></translation>
1123    </message>
1124    <message>
1125        <location filename="../ui/settingsdialog.ui" line="240"/>
1126        <source>Maximal random:</source>
1127        <translation type="unfinished"></translation>
1128    </message>
1129    <message>
1130        <location filename="../ui/settingsdialog.ui" line="253"/>
1131        <source>Maximum for random number generation</source>
1132        <translation type="unfinished"></translation>
1133    </message>
1134    <message>
1135        <location filename="../ui/settingsdialog.ui" line="265"/>
1136        <source>Generate fractional random values with the Fractional accuracy</source>
1137        <translation type="unfinished"></translation>
1138    </message>
1139    <message>
1140        <location filename="../ui/settingsdialog.ui" line="361"/>
1141        <source> cm</source>
1142        <comment>Don&apos;t forget a space at the beginning!</comment>
1143        <translation type="unfinished"></translation>
1144    </message>
1145    <message>
1146        <location filename="../ui/settingsdialog.ui" line="413"/>
1147        <source>Save solution graph as</source>
1148        <translation type="unfinished"></translation>
1149    </message>
1150    <message>
1151        <location filename="../ui/settingsdialog.ui" line="107"/>
1152        <source>Automatically resize rows and columns to their contents</source>
1153        <translation type="unfinished"></translation>
1154    </message>
1155    <message>
1156        <location filename="../ui/settingsdialog.ui" line="95"/>
1157        <location filename="../ui/settingsdialog.ui" line="302"/>
1158        <source>General</source>
1159        <translation type="unfinished"></translation>
1160    </message>
1161    <message>
1162        <location filename="../ui/settingsdialog.ui" line="98"/>
1163        <source>General TSPSG settings</source>
1164        <translation type="unfinished"></translation>
1165    </message>
1166    <message>
1167        <location filename="../ui/settingsdialog.ui" line="110"/>
1168        <source>Autosize of rows and columns</source>
1169        <translation type="unfinished"></translation>
1170    </message>
1171    <message>
1172        <location filename="../ui/settingsdialog.ui" line="133"/>
1173        <source>Use native File Open and File Save dialogs (uncheck to use Qt&apos;s Dialogs)</source>
1174        <translation type="unfinished"></translation>
1175    </message>
1176    <message>
1177        <location filename="../ui/settingsdialog.ui" line="209"/>
1178        <source>Task generation</source>
1179        <translation type="unfinished"></translation>
1180    </message>
1181    <message>
1182        <location filename="../ui/settingsdialog.ui" line="292"/>
1183        <source>Output</source>
1184        <translation type="unfinished"></translation>
1185    </message>
1186    <message>
1187        <location filename="../ui/settingsdialog.ui" line="295"/>
1188        <source>Solution output settings</source>
1189        <translation type="unfinished"></translation>
1190    </message>
1191    <message>
1192        <location filename="../ui/settingsdialog.ui" line="305"/>
1193        <source>General solution output settings</source>
1194        <translation type="unfinished"></translation>
1195    </message>
1196    <message>
1197        <location filename="../ui/settingsdialog.ui" line="314"/>
1198        <source>Generate graphical representation of the solution</source>
1199        <translation type="unfinished"></translation>
1200    </message>
1201    <message>
1202        <location filename="../ui/settingsdialog.ui" line="317"/>
1203        <source>Generate solution graph</source>
1204        <translation type="unfinished"></translation>
1205    </message>
1206    <message>
1207        <location filename="../ui/settingsdialog.ui" line="342"/>
1208        <location filename="../ui/settingsdialog.ui" line="358"/>
1209        <source>Defines width of graph in solution output</source>
1210        <translation type="unfinished"></translation>
1211    </message>
1212    <message>
1213        <location filename="../ui/settingsdialog.ui" line="345"/>
1214        <source>Solution graph width:</source>
1215        <translation type="unfinished"></translation>
1216    </message>
1217    <message>
1218        <location filename="../ui/settingsdialog.ui" line="410"/>
1219        <location filename="../ui/settingsdialog.ui" line="426"/>
1220        <source>What image format to use for graph when saving solution as HTML</source>
1221        <translation type="unfinished"></translation>
1222    </message>
1223    <message>
1224        <location filename="../ui/settingsdialog.ui" line="469"/>
1225        <source>Save solution graph inside HTML using data URI scheme (not supported by IE 7 and lower)</source>
1226        <translation type="unfinished"></translation>
1227    </message>
1228    <message>
1229        <location filename="../ui/settingsdialog.ui" line="472"/>
1230        <source>Embed solution graph into HTML</source>
1231        <translation type="unfinished"></translation>
1232    </message>
1233    <message>
1234        <location filename="../ui/settingsdialog.ui" line="484"/>
1235        <source>Show solution steps&apos; matrices for every solution step</source>
1236        <translation type="unfinished"></translation>
1237    </message>
1238    <message>
1239        <location filename="../ui/settingsdialog.ui" line="487"/>
1240        <source>Show solution steps&apos; matrices</source>
1241        <translation type="unfinished"></translation>
1242    </message>
1243    <message>
1244        <location filename="../ui/settingsdialog.ui" line="515"/>
1245        <source>Show or hide solution steps&apos; matrices based on number of cities in the task</source>
1246        <translation type="unfinished"></translation>
1247    </message>
1248    <message>
1249        <location filename="../ui/settingsdialog.ui" line="528"/>
1250        <source>Maximum number of cities to show solution steps&apos; matrices</source>
1251        <translation type="unfinished"></translation>
1252    </message>
1253    <message>
1254        <location filename="../ui/settingsdialog.ui" line="583"/>
1255        <source>Font &amp;&amp; Colors</source>
1256        <comment>Needs double &amp; or it won&apos;t be displayed!</comment>
1257        <translation type="unfinished"></translation>
1258    </message>
1259    <message>
1260        <location filename="../ui/settingsdialog.ui" line="586"/>
1261        <source>Font and colors settings for solution output</source>
1262        <translation type="unfinished"></translation>
1263    </message>
1264    <message>
1265        <location filename="../ui/settingsdialog.ui" line="594"/>
1266        <location filename="../ui/settingsdialog.ui" line="610"/>
1267        <source>Font used for solution text output</source>
1268        <translation type="unfinished"></translation>
1269    </message>
1270    <message>
1271        <location filename="../ui/settingsdialog.ui" line="597"/>
1272        <source>Font:</source>
1273        <translation type="unfinished"></translation>
1274    </message>
1275    <message>
1276        <location filename="../ui/settingsdialog.ui" line="623"/>
1277        <source>Change output text font</source>
1278        <translation type="unfinished"></translation>
1279    </message>
1280    <message>
1281        <location filename="../ui/settingsdialog.ui" line="640"/>
1282        <location filename="../ui/settingsdialog.ui" line="662"/>
1283        <source>Font color for solution text output</source>
1284        <translation type="unfinished"></translation>
1285    </message>
1286    <message>
1287        <location filename="../ui/settingsdialog.ui" line="643"/>
1288        <source>Default text color:</source>
1289        <translation type="unfinished"></translation>
1290    </message>
1291    <message>
1292        <location filename="../ui/settingsdialog.ui" line="678"/>
1293        <source>Change default text color</source>
1294        <translation type="unfinished"></translation>
1295    </message>
1296    <message>
1297        <location filename="../ui/settingsdialog.ui" line="695"/>
1298        <location filename="../ui/settingsdialog.ui" line="717"/>
1299        <source>Text color of the candidate that was selected for branching</source>
1300        <translation type="unfinished"></translation>
1301    </message>
1302    <message>
1303        <location filename="../ui/settingsdialog.ui" line="698"/>
1304        <source>Selected candidate text color:</source>
1305        <translation type="unfinished"></translation>
1306    </message>
1307    <message>
1308        <location filename="../ui/settingsdialog.ui" line="733"/>
1309        <source>Change selected candidate text color</source>
1310        <translation type="unfinished"></translation>
1311    </message>
1312    <message>
1313        <location filename="../ui/settingsdialog.ui" line="750"/>
1314        <location filename="../ui/settingsdialog.ui" line="772"/>
1315        <source>Text color of the alternate candidate that wasn&apos;t selected for branching</source>
1316        <translation type="unfinished"></translation>
1317    </message>
1318    <message>
1319        <location filename="../ui/settingsdialog.ui" line="753"/>
1320        <source>Alternate candidate text color:</source>
1321        <translation type="unfinished"></translation>
1322    </message>
1323    <message>
1324        <location filename="../ui/settingsdialog.ui" line="788"/>
1325        <source>Change alternate candidate text color</source>
1326        <translation type="unfinished"></translation>
1327    </message>
1328    <message>
1329        <location filename="../ui/settingsdialog.ui" line="805"/>
1330        <location filename="../ui/settingsdialog.ui" line="827"/>
1331        <source>Color of table borders in solution output</source>
1332        <translation type="unfinished"></translation>
1333    </message>
1334    <message>
1335        <location filename="../ui/settingsdialog.ui" line="808"/>
1336        <source>Table borders color:</source>
1337        <translation type="unfinished"></translation>
1338    </message>
1339    <message>
1340        <location filename="../ui/settingsdialog.ui" line="843"/>
1341        <source>Change color of table borders</source>
1342        <translation type="unfinished"></translation>
1343    </message>
1344    <message>
1345        <location filename="../ui/settingsdialog.ui" line="268"/>
1346        <source>Fractional random values</source>
1347        <translation type="unfinished"></translation>
1348    </message>
1349    <message>
1350        <location filename="../ui/settingsdialog.ui" line="559"/>
1351        <source>Scroll to the end of solution output after solving</source>
1352        <translation type="unfinished"></translation>
1353    </message>
1354    <message>
1355        <location filename="../ui/settingsdialog.ui" line="562"/>
1356        <source>Scroll to solution end</source>
1357        <translation type="unfinished"></translation>
1358    </message>
1359    <message>
1360        <location filename="../ui/settingsdialog.ui" line="136"/>
1361        <source>Use native file dialogs</source>
1362        <translation type="unfinished"></translation>
1363    </message>
1364    <message>
1365        <location filename="../ui/settingsdialog.ui" line="518"/>
1366        <source>Only when &lt;=</source>
1367        <translation>Only when </translation>
1368    </message>
1369    <message>
1370        <location filename="../ui/settingsdialog.ui" line="531"/>
1371        <source> cities</source>
1372        <comment>Don&apos;t forget a space at the beginning!</comment>
1373        <translation type="unfinished"></translation>
1374    </message>
1375    <message>
1376        <location filename="../ui/settingsdialog.ui" line="62"/>
1377        <location filename="../ui/settingsdialog.ui" line="68"/>
1378        <source>Help</source>
1379        <translation type="unfinished"></translation>
1380    </message>
1381    <message>
1382        <location filename="../ui/settingsdialog.ui" line="65"/>
1383        <source>Get preferences help</source>
1384        <translation type="unfinished"></translation>
1385    </message>
1386    <message>
1387        <location filename="../src/settingsdialog.cpp" line="41"/>
1388        <source>Save new preferences</source>
1389        <translation type="unfinished"></translation>
1390    </message>
1391    <message>
1392        <location filename="../src/settingsdialog.cpp" line="46"/>
1393        <source>Close without saving preferences</source>
1394        <translation type="unfinished"></translation>
1395    </message>
1396    <message>
1397        <location filename="../src/settingsdialog.cpp" line="73"/>
1398        <source>Higher quality graph looks much better when printing but uglier on the screen</source>
1399        <translation type="unfinished"></translation>
1400    </message>
1401    <message>
1402        <location filename="../src/settingsdialog.cpp" line="75"/>
1403        <source>Draw solution graph in higher quality</source>
1404        <translation type="unfinished"></translation>
1405    </message>
1406    <message>
1407        <location filename="../src/settingsdialog.cpp" line="90"/>
1408        <source>Automatically check for updates at the given interval</source>
1409        <translation type="unfinished"></translation>
1410    </message>
1411    <message>
1412        <location filename="../src/settingsdialog.cpp" line="92"/>
1413        <source>Check for updates every</source>
1414        <translation type="unfinished"></translation>
1415    </message>
1416    <message>
1417        <location filename="../src/settingsdialog.cpp" line="98"/>
1418        <source>Minimal interval at which to check for updates</source>
1419        <translation type="unfinished"></translation>
1420    </message>
1421    <message>
1422        <location filename="../src/settingsdialog.cpp" line="100"/>
1423        <source> days</source>
1424        <comment>Don&apos;t forget a space at the beginning!</comment>
1425        <translation type="unfinished"></translation>
1426    </message>
1427    <message>
1428        <location filename="../src/settingsdialog.cpp" line="152"/>
1429        <source>Make Main Window background translucent</source>
1430        <translation type="unfinished"></translation>
1431    </message>
1432    <message>
1433        <location filename="../src/settingsdialog.cpp" line="154"/>
1434        <source>Use translucency effects</source>
1435        <translation type="unfinished"></translation>
1436    </message>
1437    <message>
1438        <location filename="../src/settingsdialog.cpp" line="162"/>
1439        <source>Restore main window state and position on application restart</source>
1440        <translation type="unfinished"></translation>
1441    </message>
1442    <message>
1443        <location filename="../src/settingsdialog.cpp" line="164"/>
1444        <source>Save main window state and position</source>
1445        <translation type="unfinished"></translation>
1446    </message>
1447    <message>
1448        <location filename="../src/settingsdialog.cpp" line="185"/>
1449        <source>Hover mouse pointer over dialog elements to get additional help</source>
1450        <translation type="unfinished"></translation>
1451    </message>
1452    <message>
1453        <location filename="../src/settingsdialog.cpp" line="369"/>
1454        <location filename="../src/settingsdialog.cpp" line="375"/>
1455        <source>Settings Reset</source>
1456        <translation type="unfinished"></translation>
1457    </message>
1458    <message>
1459        <location filename="../src/settingsdialog.cpp" line="369"/>
1460        <source>Do you really want to &lt;b&gt;reset all application settings to their defaults&lt;/b&gt;?</source>
1461        <translation type="unfinished"></translation>
1462    </message>
1463    <message>
1464        <location filename="../src/settingsdialog.cpp" line="375"/>
1465        <source>All settings where successfully reset to their defaults.
1466It is recommended to restart the application now.</source>
1467        <translation type="unfinished"></translation>
1468    </message>
1469</context>
1470</TS>
Note: See TracBrowser for help on using the repository browser.