source: tspsg-svn/trunk/l10n/tspsg_en.ts @ 115

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

+ Added support for switching between available Qt Styles.

File size: 45.2 KB
RevLine 
[18]1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE TS>
[75]3<TS version="2.0" language="en" sourcelanguage="en">
[18]4<defaultcodec>UTF-8</defaultcodec>
5<context>
[94]6    <name>--------</name>
7    <message>
[115]8        <location filename="../src/mainwindow.cpp" line="497"/>
[100]9        <source>TRANSLATION</source>
10        <comment>Please, provide translator credits here.</comment>
11        <translation type="unfinished"></translation>
12    </message>
13    <message>
[115]14        <location filename="../src/mainwindow.cpp" line="972"/>
[94]15        <source>LANGNAME</source>
16        <comment>Please, provide a native name of your translation language here.</comment>
17        <translation type="unfinished"></translation>
18    </message>
19</context>
20<context>
[18]21    <name>CTSPModel</name>
22    <message>
[75]23        <location filename="../src/tspmodel.cpp" line="121"/>
[27]24        <source>City %1</source>
[29]25        <translation type="unfinished"></translation>
[18]26    </message>
27    <message>
[75]28        <location filename="../src/tspmodel.cpp" line="123"/>
[18]29        <source>%1</source>
[29]30        <translation type="unfinished"></translation>
[18]31    </message>
[35]32    <message>
[100]33        <location filename="../src/tspmodel.cpp" line="377"/>
[35]34        <source>Unexpected end of file.</source>
35        <translation type="unfinished"></translation>
36    </message>
37    <message>
[100]38        <location filename="../src/tspmodel.cpp" line="379"/>
[35]39        <source>Corrupt data read. File possibly corrupted.</source>
40        <translation type="unfinished"></translation>
41    </message>
42    <message>
[100]43        <location filename="../src/tspmodel.cpp" line="381"/>
[35]44        <source>Unknown error.</source>
45        <translation type="unfinished"></translation>
46    </message>
47    <message>
[100]48        <location filename="../src/tspmodel.cpp" line="142"/>
49        <location filename="../src/tspmodel.cpp" line="168"/>
50        <location filename="../src/tspmodel.cpp" line="384"/>
51        <location filename="../src/tspmodel.cpp" line="403"/>
52        <location filename="../src/tspmodel.cpp" line="419"/>
53        <location filename="../src/tspmodel.cpp" line="459"/>
54        <location filename="../src/tspmodel.cpp" line="471"/>
[35]55        <source>Task Load</source>
56        <translation type="unfinished"></translation>
57    </message>
58    <message>
[100]59        <location filename="../src/tspmodel.cpp" line="168"/>
60        <location filename="../src/tspmodel.cpp" line="384"/>
61        <location filename="../src/tspmodel.cpp" line="403"/>
62        <location filename="../src/tspmodel.cpp" line="419"/>
63        <location filename="../src/tspmodel.cpp" line="459"/>
64        <location filename="../src/tspmodel.cpp" line="471"/>
[35]65        <source>Unable to load task:</source>
66        <translation type="unfinished"></translation>
67    </message>
68    <message>
[100]69        <location filename="../src/tspmodel.cpp" line="142"/>
[35]70        <source>Unable to open task file.
71Error: %1</source>
72        <translation type="unfinished"></translation>
73    </message>
74    <message>
[100]75        <location filename="../src/tspmodel.cpp" line="168"/>
[35]76        <source>Unknown file format or file is corrupted.</source>
77        <translation type="unfinished"></translation>
78    </message>
79    <message>
[100]80        <location filename="../src/tspmodel.cpp" line="403"/>
81        <location filename="../src/tspmodel.cpp" line="459"/>
[35]82        <source>File version is newer than application supports.
83Please, try to update application.</source>
84        <translation type="unfinished"></translation>
85    </message>
86    <message>
[100]87        <location filename="../src/tspmodel.cpp" line="419"/>
88        <location filename="../src/tspmodel.cpp" line="471"/>
[35]89        <source>Unexpected data read.
90File is possibly corrupted.</source>
91        <translation type="unfinished"></translation>
92    </message>
93    <message>
[100]94        <location filename="../src/tspmodel.cpp" line="238"/>
95        <location filename="../src/tspmodel.cpp" line="246"/>
96        <location filename="../src/tspmodel.cpp" line="255"/>
97        <location filename="../src/tspmodel.cpp" line="264"/>
98        <location filename="../src/tspmodel.cpp" line="273"/>
[96]99        <location filename="../src/tspmodel.cpp" line="282"/>
[100]100        <location filename="../src/tspmodel.cpp" line="291"/>
101        <location filename="../src/tspmodel.cpp" line="303"/>
[35]102        <source>Task Save</source>
103        <translation type="unfinished"></translation>
104    </message>
105    <message>
[100]106        <location filename="../src/tspmodel.cpp" line="238"/>
[35]107        <source>Unable to create task file.
108Error: %1
109Maybe, file is read-only?</source>
110        <translation type="unfinished"></translation>
111    </message>
112    <message>
[100]113        <location filename="../src/tspmodel.cpp" line="246"/>
114        <location filename="../src/tspmodel.cpp" line="255"/>
115        <location filename="../src/tspmodel.cpp" line="264"/>
116        <location filename="../src/tspmodel.cpp" line="273"/>
[96]117        <location filename="../src/tspmodel.cpp" line="282"/>
[100]118        <location filename="../src/tspmodel.cpp" line="291"/>
119        <location filename="../src/tspmodel.cpp" line="303"/>
[35]120        <source>Unable to save task.
121Error: %1</source>
122        <translation type="unfinished"></translation>
123    </message>
[18]124</context>
125<context>
[100]126    <name>MainWindow</name>
[42]127    <message>
[115]128        <location filename="../src/mainwindow.cpp" line="349"/>
129        <location filename="../src/mainwindow.cpp" line="358"/>
[100]130        <source>Language change</source>
[42]131        <translation type="unfinished"></translation>
132    </message>
133    <message>
[100]134        <location filename="../ui/mainwindow.ui" line="15"/>
[115]135        <location filename="../src/mainwindow.cpp" line="1190"/>
[100]136        <source>Travelling Salesman Problem</source>
[42]137        <translation type="unfinished"></translation>
138    </message>
139    <message>
[115]140        <location filename="../src/mainwindow.cpp" line="1035"/>
141        <location filename="../src/mainwindow.cpp" line="1037"/>
[100]142        <source>Language Change</source>
[42]143        <translation type="unfinished"></translation>
144    </message>
145    <message>
[115]146        <location filename="../src/mainwindow.cpp" line="1070"/>
[100]147        <source>Unsaved Changes</source>
[42]148        <translation type="unfinished"></translation>
149    </message>
[60]150    <message>
[115]151        <location filename="../src/mainwindow.cpp" line="143"/>
[100]152        <source>All Supported Formats</source>
[60]153        <translation type="unfinished"></translation>
154    </message>
[18]155    <message>
[115]156        <location filename="../src/mainwindow.cpp" line="144"/>
157        <location filename="../src/mainwindow.cpp" line="145"/>
[100]158        <source>%1 Task Files</source>
[29]159        <translation type="unfinished"></translation>
[18]160    </message>
161    <message>
[115]162        <location filename="../src/mainwindow.cpp" line="146"/>
163        <location filename="../src/mainwindow.cpp" line="210"/>
164        <location filename="../src/mainwindow.cpp" line="1167"/>
[100]165        <source>All Files</source>
[37]166        <translation type="unfinished"></translation>
167    </message>
168    <message>
[115]169        <location filename="../src/mainwindow.cpp" line="204"/>
[100]170        <source>PDF Files</source>
[37]171        <translation type="unfinished"></translation>
172    </message>
173    <message>
[115]174        <location filename="../src/mainwindow.cpp" line="206"/>
[100]175        <source>HTML Files</source>
[54]176        <translation type="unfinished"></translation>
177    </message>
178    <message>
[115]179        <location filename="../src/mainwindow.cpp" line="208"/>
[100]180        <source>OpenDocument Files</source>
[37]181        <translation type="unfinished"></translation>
182    </message>
183    <message>
[115]184        <location filename="../src/mainwindow.cpp" line="338"/>
[100]185        <source>You have changed color settings.
186They will be applied to the next solution output.</source>
[35]187        <translation type="unfinished"></translation>
188    </message>
189    <message>
[115]190        <location filename="../src/mainwindow.cpp" line="424"/>
[100]191        <source>Version</source>
[35]192        <translation type="unfinished"></translation>
193    </message>
194    <message>
[115]195        <location filename="../src/mainwindow.cpp" line="521"/>
196        <source>About %1</source>
197        <translation type="unfinished"></translation>
198    </message>
199    <message>
200        <location filename="../src/mainwindow.cpp" line="573"/>
[100]201        <source>%v of %1 parts found</source>
[35]202        <translation type="unfinished"></translation>
203    </message>
204    <message>
[115]205        <location filename="../src/mainwindow.cpp" line="596"/>
[100]206        <source>Generating solution output...</source>
[56]207        <translation type="unfinished"></translation>
208    </message>
209    <message>
[115]210        <location filename="../src/mainwindow.cpp" line="617"/>
[112]211        <source>Variant #%1 Task</source>
[42]212        <translation type="unfinished"></translation>
213    </message>
214    <message>
[115]215        <location filename="../src/mainwindow.cpp" line="626"/>
[112]216        <source>Variant #%1 Solution</source>
[75]217        <translation type="unfinished"></translation>
218    </message>
219    <message>
[115]220        <location filename="../src/mainwindow.cpp" line="631"/>
[112]221        <source>Generating step %v</source>
222        <translation type="unfinished"></translation>
223    </message>
224    <message>
[115]225        <location filename="../src/mainwindow.cpp" line="653"/>
226        <location filename="../src/mainwindow.cpp" line="660"/>
227        <location filename="../src/mainwindow.cpp" line="874"/>
[75]228        <source>(%1;%2)</source>
229        <translation type="unfinished"></translation>
230    </message>
231    <message numerus="yes">
[115]232        <location filename="../src/mainwindow.cpp" line="663"/>
[75]233        <source>%n alternate candidate(s) for branching: %1.</source>
234        <translation>
235            <numerusform>%n alternate candidate for branching: %1.</numerusform>
236            <numerusform>%n alternate candidates for branching: %1.</numerusform>
237        </translation>
238    </message>
[100]239    <message>
[115]240        <location filename="../src/mainwindow.cpp" line="685"/>
[100]241        <source>Generating footer</source>
242        <translation type="unfinished"></translation>
243    </message>
[80]244    <message numerus="yes">
[115]245        <location filename="../src/mainwindow.cpp" line="700"/>
[80]246        <source>The price is &lt;b&gt;%n&lt;/b&gt; unit(s).</source>
247        <translation>
248            <numerusform>The price is &lt;b&gt;%n&lt;/b&gt; unit.</numerusform>
249            <numerusform>The price is &lt;b&gt;%n&lt;/b&gt; units.</numerusform>
250        </translation>
251    </message>
[75]252    <message>
[115]253        <location filename="../src/mainwindow.cpp" line="634"/>
254        <location filename="../src/mainwindow.cpp" line="734"/>
[100]255        <source>Cleaning up...</source>
256        <translation type="unfinished"></translation>
257    </message>
258    <message>
[115]259        <location filename="../src/mainwindow.cpp" line="1056"/>
260        <source>Set application style to %1</source>
261        <translation type="unfinished"></translation>
262    </message>
263    <message>
264        <location filename="../src/mainwindow.cpp" line="1070"/>
[100]265        <source>Would you like to save changes in the current task?</source>
266        <translation type="unfinished"></translation>
267    </message>
268    <message>
[115]269        <location filename="../src/mainwindow.cpp" line="1157"/>
270        <location filename="../src/mainwindow.cpp" line="1160"/>
[100]271        <source>Check for %1 updates</source>
272        <translation type="unfinished"></translation>
273    </message>
274    <message>
[115]275        <location filename="../src/mainwindow.cpp" line="1166"/>
[35]276        <source>%1 Task File</source>
277        <translation type="unfinished"></translation>
278    </message>
279    <message>
[115]280        <location filename="../src/mainwindow.cpp" line="338"/>
281        <location filename="../src/mainwindow.cpp" line="378"/>
[42]282        <source>Settings Changed</source>
283        <translation type="unfinished"></translation>
284    </message>
285    <message>
[115]286        <location filename="../src/mainwindow.cpp" line="150"/>
[79]287        <source>Task Load</source>
288        <translation type="unfinished"></translation>
289    </message>
290    <message>
[115]291        <location filename="../src/mainwindow.cpp" line="232"/>
292        <location filename="../src/mainwindow.cpp" line="287"/>
293        <location filename="../src/mainwindow.cpp" line="301"/>
[100]294        <source>Solution Save</source>
[42]295        <translation type="unfinished"></translation>
296    </message>
297    <message>
[115]298        <location filename="../src/mainwindow.cpp" line="232"/>
299        <location filename="../src/mainwindow.cpp" line="301"/>
[100]300        <source>Unable to save the solution.
301Error: %1</source>
302        <translation type="unfinished"></translation>
303    </message>
304    <message>
[115]305        <location filename="../src/mainwindow.cpp" line="247"/>
306        <location filename="../src/mainwindow.cpp" line="262"/>
[112]307        <source>Solution Graph</source>
308        <translation type="unfinished"></translation>
309    </message>
310    <message>
[115]311        <location filename="../src/mainwindow.cpp" line="263"/>
[112]312        <source>Generated with %1</source>
313        <translation type="unfinished"></translation>
314    </message>
315    <message>
[115]316        <location filename="../src/mainwindow.cpp" line="287"/>
[112]317        <source>Unable to save the solution graph.
318Error: %1</source>
319        <translation type="unfinished"></translation>
320    </message>
321    <message>
[115]322        <location filename="../src/mainwindow.cpp" line="349"/>
323        <source>Language will be autodetected on the next %1 start.</source>
324        <translation type="unfinished"></translation>
325    </message>
326    <message>
327        <location filename="../src/mainwindow.cpp" line="378"/>
[100]328        <source>You have changed the application language.
329To get current solution output in the new language
330you need to re-run the solution process.</source>
331        <translation type="unfinished"></translation>
332    </message>
333    <message>
[115]334        <location filename="../src/mainwindow.cpp" line="386"/>
335        <source>Style Change</source>
336        <translation type="unfinished"></translation>
337    </message>
338    <message>
339        <location filename="../src/mainwindow.cpp" line="386"/>
340        <source>To apply the default style you need to restart %1.</source>
341        <translation type="unfinished"></translation>
342    </message>
343    <message>
344        <location filename="../src/mainwindow.cpp" line="406"/>
[100]345        <source>Unsupported Feature</source>
346        <translation type="unfinished"></translation>
347    </message>
348    <message>
[115]349        <location filename="../src/mainwindow.cpp" line="406"/>
[100]350        <source>Sorry, but this feature is not supported on your platform
351or support for this feature was not installed.</source>
352        <translation type="unfinished"></translation>
353    </message>
354    <message>
[115]355        <location filename="../src/mainwindow.cpp" line="433"/>
[100]356        <source>Target OS (ARCH)</source>
357        <translation type="unfinished"></translation>
358    </message>
359    <message>
[115]360        <location filename="../src/mainwindow.cpp" line="435"/>
361        <location filename="../src/mainwindow.cpp" line="439"/>
[100]362        <source>Qt library</source>
363        <translation type="unfinished"></translation>
364    </message>
365    <message>
[115]366        <location filename="../src/mainwindow.cpp" line="435"/>
[100]367        <source>shared</source>
368        <translation type="unfinished"></translation>
369    </message>
370    <message>
[115]371        <location filename="../src/mainwindow.cpp" line="436"/>
[100]372        <source>Build time</source>
373        <translation type="unfinished"></translation>
374    </message>
375    <message>
[115]376        <location filename="../src/mainwindow.cpp" line="437"/>
[100]377        <source>Runtime</source>
378        <translation type="unfinished"></translation>
379    </message>
380    <message>
[115]381        <location filename="../src/mainwindow.cpp" line="439"/>
[100]382        <source>static</source>
383        <translation type="unfinished"></translation>
384    </message>
385    <message>
[115]386        <location filename="../src/mainwindow.cpp" line="441"/>
[100]387        <source>Buid &lt;b&gt;%1&lt;/b&gt;, built on &lt;b&gt;%2&lt;/b&gt; at &lt;b&gt;%3&lt;/b&gt;</source>
388        <translation type="unfinished"></translation>
389    </message>
390    <message>
[115]391        <location filename="../src/mainwindow.cpp" line="442"/>
[100]392        <source>Algorithm</source>
393        <translation type="unfinished"></translation>
394    </message>
395    <message>
[115]396        <location filename="../src/mainwindow.cpp" line="444"/>
[100]397        <source>TSPSG is free software: you can redistribute it and/or modify it&lt;br&gt;under the terms of the GNU General Public License as published&lt;br&gt;by the Free Software Foundation, either version 3 of the License,&lt;br&gt;or (at your option) any later version.&lt;br&gt;&lt;br&gt;TSPSG is distributed in the hope that it will be useful, but&lt;br&gt;WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br&gt;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&lt;br&gt;GNU General Public License for more details.&lt;br&gt;&lt;br&gt;You should have received a copy of the GNU General Public License&lt;br&gt;along with TSPSG.  If not, see &lt;a href=&quot;http://www.gnu.org/licenses/&quot;&gt;http://www.gnu.org/licenses/&lt;/a&gt;.</source>
398        <translation type="unfinished"></translation>
399    </message>
400    <message>
[115]401        <location filename="../src/mainwindow.cpp" line="563"/>
[29]402        <source>Data error</source>
403        <translation type="unfinished"></translation>
[18]404    </message>
405    <message>
[115]406        <location filename="../src/mainwindow.cpp" line="563"/>
[29]407        <source>Error in cell [Row %1; Column %2]: Invalid data format.</source>
408        <translation type="unfinished"></translation>
[18]409    </message>
410    <message>
[115]411        <location filename="../src/mainwindow.cpp" line="577"/>
[100]412        <source>Calculating optimal route...</source>
413        <translation type="unfinished"></translation>
414    </message>
415    <message>
[115]416        <location filename="../src/mainwindow.cpp" line="578"/>
[100]417        <source>Solution Progress</source>
418        <translation type="unfinished"></translation>
419    </message>
420    <message>
[115]421        <location filename="../src/mainwindow.cpp" line="592"/>
[100]422        <source>Solution Result</source>
423        <translation type="unfinished"></translation>
424    </message>
425    <message>
[115]426        <location filename="../src/mainwindow.cpp" line="592"/>
[100]427        <source>Unable to find a solution.
428Maybe, this task has no solution.</source>
429        <translation type="unfinished"></translation>
430    </message>
431    <message>
[115]432        <location filename="../src/mainwindow.cpp" line="595"/>
[100]433        <source>Generating header</source>
434        <translation type="unfinished"></translation>
435    </message>
436    <message>
[115]437        <location filename="../src/mainwindow.cpp" line="601"/>
[104]438        <source>Solution of Variant #%1 Task</source>
[29]439        <translation type="unfinished"></translation>
[18]440    </message>
441    <message>
[115]442        <location filename="../src/mainwindow.cpp" line="619"/>
[112]443        <source>Task:</source>
[29]444        <translation type="unfinished"></translation>
[18]445    </message>
446    <message>
[115]447        <location filename="../src/mainwindow.cpp" line="648"/>
[112]448        <source>Step #%1</source>
[42]449        <translation type="unfinished"></translation>
450    </message>
451    <message>
[115]452        <location filename="../src/mainwindow.cpp" line="653"/>
[112]453        <source>Selected route %1 %2 part.</source>
[42]454        <translation type="unfinished"></translation>
455    </message>
456    <message>
[115]457        <location filename="../src/mainwindow.cpp" line="653"/>
[112]458        <source>with</source>
459        <translation type="unfinished"></translation>
460    </message>
461    <message>
[115]462        <location filename="../src/mainwindow.cpp" line="653"/>
[112]463        <source>without</source>
464        <translation type="unfinished"></translation>
465    </message>
466    <message>
[115]467        <location filename="../src/mainwindow.cpp" line="691"/>
[42]468        <source>Optimal path:</source>
469        <translation type="unfinished"></translation>
470    </message>
471    <message>
[115]472        <location filename="../src/mainwindow.cpp" line="693"/>
[60]473        <source>Resulting path:</source>
474        <translation type="unfinished"></translation>
475    </message>
476    <message>
[115]477        <location filename="../src/mainwindow.cpp" line="696"/>
[112]478        <source>City %1</source>
479        <translation type="unfinished"></translation>
480    </message>
481    <message>
[115]482        <location filename="../src/mainwindow.cpp" line="702"/>
[81]483        <source>The price is &lt;b&gt;%1&lt;/b&gt; units.</source>
484        <translation type="unfinished"></translation>
485    </message>
486    <message>
[115]487        <location filename="../src/mainwindow.cpp" line="707"/>
[60]488        <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>
489        <translation type="unfinished"></translation>
490    </message>
491    <message>
[115]492        <location filename="../src/mainwindow.cpp" line="885"/>
[112]493        <source>Root</source>
494        <translation type="unfinished"></translation>
495    </message>
496    <message>
[115]497        <location filename="../src/mainwindow.cpp" line="1035"/>
498        <location filename="../src/mainwindow.cpp" line="1037"/>
[94]499        <source>Unable to load the translation language.
500Falling back to autodetection.</source>
501        <translation type="unfinished"></translation>
502    </message>
503    <message>
[115]504        <location filename="../src/mainwindow.cpp" line="974"/>
505        <location filename="../src/mainwindow.cpp" line="1133"/>
[94]506        <source>Set application language to %1</source>
507        <translation type="unfinished"></translation>
508    </message>
509    <message>
[115]510        <location filename="../src/mainwindow.cpp" line="1155"/>
[100]511        <source>Check for &amp;Updates...</source>
512        <translation type="unfinished"></translation>
513    </message>
514    <message>
[115]515        <location filename="../src/mainwindow.cpp" line="1175"/>
[79]516        <source>Task Save</source>
517        <translation type="unfinished"></translation>
518    </message>
519    <message>
[115]520        <location filename="../src/mainwindow.cpp" line="358"/>
[30]521        <source>You have language autodetection turned on.
522It needs to be off.
523Do you wish to turn it off?</source>
524        <translation type="unfinished"></translation>
525    </message>
526    <message>
[115]527        <location filename="../src/mainwindow.cpp" line="164"/>
528        <location filename="../src/mainwindow.cpp" line="188"/>
529        <location filename="../src/mainwindow.cpp" line="363"/>
530        <location filename="../src/mainwindow.h" line="133"/>
[47]531        <source>Untitled</source>
[29]532        <translation type="unfinished"></translation>
[18]533    </message>
534    <message>
[96]535        <location filename="../ui/mainwindow.ui" line="27"/>
[27]536        <source>Task</source>
[29]537        <translation type="unfinished"></translation>
[18]538    </message>
539    <message>
[96]540        <location filename="../ui/mainwindow.ui" line="48"/>
[27]541        <source>&amp;Variant:</source>
[29]542        <translation type="unfinished"></translation>
[18]543    </message>
544    <message>
[96]545        <location filename="../ui/mainwindow.ui" line="61"/>
[27]546        <source>Number of variant</source>
[29]547        <translation type="unfinished"></translation>
[18]548    </message>
549    <message>
[96]550        <location filename="../ui/mainwindow.ui" line="71"/>
[27]551        <source>&amp;Cities:</source>
[29]552        <translation type="unfinished"></translation>
[18]553    </message>
554    <message>
[96]555        <location filename="../ui/mainwindow.ui" line="84"/>
[27]556        <source>Number of cities</source>
[29]557        <translation type="unfinished"></translation>
[18]558    </message>
559    <message>
[96]560        <location filename="../ui/mainwindow.ui" line="112"/>
[27]561        <source>Cost of travel from city to city</source>
[29]562        <translation type="unfinished"></translation>
[18]563    </message>
564    <message>
[96]565        <location filename="../ui/mainwindow.ui" line="140"/>
[27]566        <source>Fill table with random numbers</source>
[29]567        <translation type="unfinished"></translation>
[18]568    </message>
569    <message>
[96]570        <location filename="../ui/mainwindow.ui" line="143"/>
[27]571        <source>Random</source>
[29]572        <translation type="unfinished"></translation>
[18]573    </message>
574    <message>
[96]575        <location filename="../ui/mainwindow.ui" line="157"/>
[27]576        <source>Solve current task</source>
[29]577        <translation type="unfinished"></translation>
[18]578    </message>
579    <message>
[96]580        <location filename="../ui/mainwindow.ui" line="160"/>
[27]581        <source>Solve</source>
[29]582        <translation type="unfinished"></translation>
[18]583    </message>
584    <message>
[96]585        <location filename="../ui/mainwindow.ui" line="174"/>
[27]586        <source>Solution</source>
[29]587        <translation type="unfinished"></translation>
[18]588    </message>
589    <message>
[96]590        <location filename="../ui/mainwindow.ui" line="183"/>
[27]591        <source>Solution steps</source>
[29]592        <translation type="unfinished"></translation>
[18]593    </message>
594    <message>
[104]595        <location filename="../ui/mainwindow.ui" line="207"/>
[115]596        <location filename="../ui/mainwindow.ui" line="366"/>
[54]597        <source>Save solution to a file</source>
[29]598        <translation type="unfinished"></translation>
[18]599    </message>
600    <message>
[104]601        <location filename="../ui/mainwindow.ui" line="210"/>
[54]602        <source>Save Solution</source>
[29]603        <translation type="unfinished"></translation>
[18]604    </message>
605    <message>
[104]606        <location filename="../ui/mainwindow.ui" line="237"/>
[54]607        <source>Go back to Task tab</source>
[39]608        <translation type="unfinished"></translation>
609    </message>
610    <message>
[104]611        <location filename="../ui/mainwindow.ui" line="240"/>
[54]612        <source>Back to Task</source>
[39]613        <translation type="unfinished"></translation>
614    </message>
615    <message>
[104]616        <location filename="../ui/mainwindow.ui" line="269"/>
[54]617        <source>&amp;File</source>
[39]618        <translation type="unfinished"></translation>
619    </message>
620    <message>
[104]621        <location filename="../ui/mainwindow.ui" line="301"/>
[54]622        <source>&amp;Language</source>
623        <comment>Please, append &quot; / Language&quot; when translating this string.</comment>
624        <translation type="unfinished"></translation>
625    </message>
626    <message>
[115]627        <location filename="../ui/mainwindow.ui" line="444"/>
[39]628        <source>Context &amp;Help</source>
629        <translation type="unfinished"></translation>
630    </message>
631    <message>
[115]632        <location filename="../ui/mainwindow.ui" line="459"/>
[75]633        <source>&amp;About TSPSG...</source>
634        <translation type="unfinished"></translation>
635    </message>
636    <message>
[115]637        <location filename="../ui/mainwindow.ui" line="525"/>
[27]638        <source>&amp;Save</source>
[29]639        <translation type="unfinished"></translation>
[18]640    </message>
641    <message>
[104]642        <location filename="../ui/mainwindow.ui" line="291"/>
[27]643        <source>&amp;Settings</source>
[29]644        <translation type="unfinished"></translation>
[18]645    </message>
646    <message>
[115]647        <location filename="../ui/mainwindow.ui" line="313"/>
648        <source>Style</source>
649        <translation type="unfinished"></translation>
650    </message>
651    <message>
652        <location filename="../ui/mainwindow.ui" line="322"/>
[27]653        <source>&amp;Help</source>
[29]654        <translation type="unfinished"></translation>
[18]655    </message>
656    <message>
[115]657        <location filename="../ui/mainwindow.ui" line="363"/>
[27]658        <source>Save solution</source>
[29]659        <translation type="unfinished"></translation>
[18]660    </message>
661    <message>
[115]662        <location filename="../ui/mainwindow.ui" line="375"/>
[27]663        <source>&amp;New</source>
[29]664        <translation type="unfinished"></translation>
[18]665    </message>
666    <message>
[115]667        <location filename="../ui/mainwindow.ui" line="378"/>
[27]668        <source>New task</source>
[29]669        <translation type="unfinished"></translation>
[18]670    </message>
671    <message>
[115]672        <location filename="../ui/mainwindow.ui" line="381"/>
[27]673        <source>Create new task</source>
[29]674        <translation type="unfinished"></translation>
[18]675    </message>
676    <message>
[115]677        <location filename="../ui/mainwindow.ui" line="384"/>
[29]678        <source>Ctrl+N</source>
679        <translation type="unfinished"></translation>
680    </message>
681    <message>
[115]682        <location filename="../ui/mainwindow.ui" line="393"/>
[27]683        <source>&amp;Open...</source>
[29]684        <translation type="unfinished"></translation>
[18]685    </message>
686    <message>
[115]687        <location filename="../ui/mainwindow.ui" line="396"/>
[27]688        <source>Open task</source>
[29]689        <translation type="unfinished"></translation>
[18]690    </message>
691    <message>
[115]692        <location filename="../ui/mainwindow.ui" line="399"/>
[27]693        <source>Open saved task</source>
[29]694        <translation type="unfinished"></translation>
[18]695    </message>
696    <message>
[115]697        <location filename="../ui/mainwindow.ui" line="402"/>
[27]698        <source>Ctrl+O</source>
[29]699        <translation type="unfinished"></translation>
[18]700    </message>
701    <message>
[115]702        <location filename="../ui/mainwindow.ui" line="411"/>
[27]703        <source>&amp;Preferences...</source>
[29]704        <translation type="unfinished"></translation>
[18]705    </message>
706    <message>
[115]707        <location filename="../ui/mainwindow.ui" line="414"/>
[27]708        <source>Application preferences</source>
[29]709        <translation type="unfinished"></translation>
[18]710    </message>
711    <message>
[115]712        <location filename="../ui/mainwindow.ui" line="426"/>
[27]713        <source>&amp;Contents</source>
[29]714        <translation type="unfinished"></translation>
[18]715    </message>
716    <message>
[115]717        <location filename="../ui/mainwindow.ui" line="429"/>
[27]718        <source>Open help contents</source>
[29]719        <translation type="unfinished"></translation>
[27]720    </message>
721    <message>
[115]722        <location filename="../ui/mainwindow.ui" line="432"/>
[54]723        <source>Ctrl+F1</source>
724        <translation type="unfinished"></translation>
725    </message>
726    <message>
[115]727        <location filename="../ui/mainwindow.ui" line="447"/>
[27]728        <source>Open context help</source>
[29]729        <translation type="unfinished"></translation>
[27]730    </message>
731    <message>
[115]732        <location filename="../ui/mainwindow.ui" line="450"/>
[54]733        <source>F1</source>
734        <translation type="unfinished"></translation>
735    </message>
736    <message>
[115]737        <location filename="../ui/mainwindow.ui" line="462"/>
[27]738        <source>About application</source>
[29]739        <translation type="unfinished"></translation>
[18]740    </message>
741    <message>
[115]742        <location filename="../ui/mainwindow.ui" line="471"/>
[27]743        <source>E&amp;xit</source>
[29]744        <translation type="unfinished"></translation>
[18]745    </message>
746    <message>
[115]747        <location filename="../ui/mainwindow.ui" line="474"/>
[27]748        <source>Exit application</source>
[29]749        <translation type="unfinished"></translation>
[18]750    </message>
751    <message>
[115]752        <location filename="../ui/mainwindow.ui" line="479"/>
[27]753        <source>&amp;Task...</source>
[29]754        <translation type="unfinished"></translation>
[18]755    </message>
756    <message>
[115]757        <location filename="../ui/mainwindow.ui" line="482"/>
758        <location filename="../ui/mainwindow.ui" line="528"/>
[27]759        <source>Save task</source>
[29]760        <translation type="unfinished"></translation>
[18]761    </message>
762    <message>
[115]763        <location filename="../ui/mainwindow.ui" line="485"/>
[27]764        <source>Save task to file</source>
[29]765        <translation type="unfinished"></translation>
[18]766    </message>
767    <message>
[115]768        <location filename="../ui/mainwindow.ui" line="534"/>
[29]769        <source>Ctrl+S</source>
770        <translation type="unfinished"></translation>
[18]771    </message>
772    <message>
[115]773        <location filename="../ui/mainwindow.ui" line="557"/>
774        <source>System Default</source>
775        <translation type="unfinished"></translation>
776    </message>
777    <message>
778        <location filename="../ui/mainwindow.ui" line="560"/>
779        <source>Automatically choose the most appropriate style</source>
780        <translation type="unfinished"></translation>
781    </message>
782    <message>
783        <location filename="../ui/mainwindow.ui" line="496"/>
[29]784        <source>&amp;Autodetect</source>
785        <translation type="unfinished"></translation>
[18]786    </message>
787    <message>
[115]788        <location filename="../ui/mainwindow.ui" line="531"/>
[35]789        <source>Save current task</source>
790        <translation type="unfinished"></translation>
791    </message>
792    <message>
[115]793        <location filename="../ui/mainwindow.ui" line="543"/>
[37]794        <source>About &amp;Qt...</source>
795        <translation type="unfinished"></translation>
796    </message>
797    <message>
[115]798        <location filename="../ui/mainwindow.ui" line="546"/>
[54]799        <source>About Qt library</source>
[37]800        <translation type="unfinished"></translation>
801    </message>
802    <message>
[104]803        <location filename="../ui/mainwindow.ui" line="295"/>
[54]804        <source>Select language</source>
[37]805        <translation type="unfinished"></translation>
806    </message>
807    <message>
[104]808        <location filename="../ui/mainwindow.ui" line="273"/>
[54]809        <source>Save &amp;As</source>
[29]810        <translation type="unfinished"></translation>
[18]811    </message>
812    <message>
[104]813        <location filename="../ui/mainwindow.ui" line="298"/>
[29]814        <source>Select application language</source>
815        <translation type="unfinished"></translation>
[18]816    </message>
817    <message>
[115]818        <location filename="../src/mainwindow.cpp" line="1145"/>
[54]819        <source>&amp;Print...</source>
[29]820        <translation type="unfinished"></translation>
[18]821    </message>
822    <message>
[115]823        <location filename="../src/mainwindow.cpp" line="1152"/>
[54]824        <source>Ctrl+P</source>
[29]825        <translation type="unfinished"></translation>
[18]826    </message>
827    <message>
[115]828        <location filename="../ui/mainwindow.ui" line="360"/>
[54]829        <source>&amp;Solution...</source>
[29]830        <translation type="unfinished"></translation>
[18]831    </message>
832    <message>
[115]833        <location filename="../ui/mainwindow.ui" line="499"/>
[54]834        <source>Detect language automatically</source>
[29]835        <translation type="unfinished"></translation>
[18]836    </message>
837    <message>
[115]838        <location filename="../ui/mainwindow.ui" line="339"/>
[54]839        <source>Toolbar</source>
[42]840        <translation type="unfinished"></translation>
841    </message>
842    <message>
[115]843        <location filename="../src/mainwindow.cpp" line="1137"/>
[54]844        <source>P&amp;rint Preview...</source>
[35]845        <translation type="unfinished"></translation>
846    </message>
847    <message>
[115]848        <location filename="../src/mainwindow.cpp" line="1139"/>
[54]849        <source>Preview solution results</source>
850        <translation type="unfinished"></translation>
851    </message>
852    <message>
[115]853        <location filename="../src/mainwindow.cpp" line="1142"/>
[54]854        <source>Preview current solution results before printing</source>
855        <translation type="unfinished"></translation>
856    </message>
857    <message>
[115]858        <location filename="../src/mainwindow.cpp" line="1147"/>
[54]859        <source>Print solution</source>
860        <translation type="unfinished"></translation>
861    </message>
862    <message>
[115]863        <location filename="../src/mainwindow.cpp" line="1150"/>
[54]864        <source>Print current solution results</source>
865        <translation type="unfinished"></translation>
866    </message>
867    <message>
[115]868        <location filename="../ui/mainwindow.ui" line="502"/>
[29]869        <source>Detect language automatically based on regional settings</source>
870        <translation type="unfinished"></translation>
[18]871    </message>
[29]872</context>
873<context>
874    <name>SettingsDialog</name>
[18]875    <message>
[96]876        <location filename="../ui/settingsdialog.ui" line="7"/>
[27]877        <source>Preferences</source>
[29]878        <translation type="unfinished"></translation>
[18]879    </message>
880    <message>
[112]881        <location filename="../ui/settingsdialog.ui" line="168"/>
[88]882        <source>Task</source>
883        <translation type="unfinished"></translation>
884    </message>
885    <message>
[112]886        <location filename="../ui/settingsdialog.ui" line="171"/>
[88]887        <source>Task generation and solving settings</source>
888        <translation type="unfinished"></translation>
889    </message>
890    <message>
[112]891        <location filename="../ui/settingsdialog.ui" line="182"/>
[88]892        <source>Fractional accuracy:</source>
893        <translation type="unfinished"></translation>
894    </message>
895    <message>
[112]896        <location filename="../ui/settingsdialog.ui" line="195"/>
[88]897        <source>Accuracy of the fractional values (in decimal places)</source>
898        <translation type="unfinished"></translation>
899    </message>
900    <message>
[112]901        <location filename="../ui/settingsdialog.ui" line="210"/>
[96]902        <source>In this mode the cost of travel from city 1 to city 2 and vice versa is the same</source>
[88]903        <translation type="unfinished"></translation>
904    </message>
905    <message>
[112]906        <location filename="../ui/settingsdialog.ui" line="213"/>
[96]907        <source>Symmetric mode</source>
[29]908        <translation type="unfinished"></translation>
[27]909    </message>
910    <message>
[112]911        <location filename="../ui/settingsdialog.ui" line="231"/>
[96]912        <source>Minimal random:</source>
913        <translation type="unfinished"></translation>
914    </message>
915    <message>
[112]916        <location filename="../ui/settingsdialog.ui" line="244"/>
[27]917        <source>Minimum for random number generation</source>
[29]918        <translation type="unfinished"></translation>
[18]919    </message>
920    <message>
[112]921        <location filename="../ui/settingsdialog.ui" line="251"/>
[96]922        <source>Maximal random:</source>
[29]923        <translation type="unfinished"></translation>
[27]924    </message>
925    <message>
[112]926        <location filename="../ui/settingsdialog.ui" line="264"/>
[27]927        <source>Maximum for random number generation</source>
[29]928        <translation type="unfinished"></translation>
[18]929    </message>
930    <message>
[112]931        <location filename="../ui/settingsdialog.ui" line="276"/>
[88]932        <source>Generate fractional random values with the Fractional accuracy</source>
933        <translation type="unfinished"></translation>
934    </message>
935    <message>
[112]936        <location filename="../ui/settingsdialog.ui" line="315"/>
937        <source>Show graphical representation of the solution</source>
938        <translation type="unfinished"></translation>
939    </message>
940    <message>
941        <location filename="../ui/settingsdialog.ui" line="318"/>
942        <source>Show solution graph</source>
943        <translation type="unfinished"></translation>
944    </message>
945    <message>
946        <location filename="../ui/settingsdialog.ui" line="346"/>
947        <source>Save solution graph as</source>
948        <translation type="unfinished"></translation>
949    </message>
950    <message>
951        <location filename="../ui/settingsdialog.ui" line="474"/>
[88]952        <source>Output font settings</source>
953        <translation type="unfinished"></translation>
954    </message>
955    <message>
[112]956        <location filename="../ui/settingsdialog.ui" line="503"/>
[86]957        <source>&amp;Color...</source>
[42]958        <translation type="unfinished"></translation>
959    </message>
960    <message>
[112]961        <location filename="../ui/settingsdialog.ui" line="131"/>
[86]962        <source>Automatically resize rows and columns to their contents</source>
[29]963        <translation type="unfinished"></translation>
[18]964    </message>
965    <message>
[112]966        <location filename="../ui/settingsdialog.ui" line="119"/>
[86]967        <source>General</source>
[29]968        <translation type="unfinished"></translation>
[18]969    </message>
970    <message>
[112]971        <location filename="../ui/settingsdialog.ui" line="122"/>
[86]972        <source>General TSPSG settings</source>
[57]973        <translation type="unfinished"></translation>
974    </message>
975    <message>
[112]976        <location filename="../ui/settingsdialog.ui" line="134"/>
[58]977        <source>Autosize of rows and columns</source>
[57]978        <translation type="unfinished"></translation>
979    </message>
980    <message>
[112]981        <location filename="../ui/settingsdialog.ui" line="144"/>
[86]982        <source>Use native File Open and File Save dialogs (uncheck to use Qt&apos;s Dialogs)</source>
983        <translation type="unfinished"></translation>
984    </message>
985    <message>
[112]986        <location filename="../ui/settingsdialog.ui" line="220"/>
[96]987        <source>Task generation</source>
988        <translation type="unfinished"></translation>
989    </message>
990    <message>
[112]991        <location filename="../ui/settingsdialog.ui" line="303"/>
[86]992        <source>Output</source>
993        <translation type="unfinished"></translation>
994    </message>
995    <message>
[112]996        <location filename="../ui/settingsdialog.ui" line="306"/>
[86]997        <source>Solution output settings</source>
998        <translation type="unfinished"></translation>
999    </message>
1000    <message>
[112]1001        <location filename="../ui/settingsdialog.ui" line="359"/>
1002        <source>What image format to use for graph when saving solution as HTML</source>
1003        <translation type="unfinished"></translation>
1004    </message>
1005    <message>
1006        <location filename="../ui/settingsdialog.ui" line="384"/>
[79]1007        <source>Show solution steps&apos; matrices for every solution step</source>
[29]1008        <translation type="unfinished"></translation>
[18]1009    </message>
1010    <message>
[112]1011        <location filename="../ui/settingsdialog.ui" line="387"/>
[79]1012        <source>Show solution steps&apos; matrices</source>
[29]1013        <translation type="unfinished"></translation>
[18]1014    </message>
1015    <message>
[112]1016        <location filename="../ui/settingsdialog.ui" line="418"/>
[81]1017        <source>Show or hide solution steps&apos; matrices based on number of cities in the task</source>
[29]1018        <translation type="unfinished"></translation>
[18]1019    </message>
1020    <message>
[112]1021        <location filename="../ui/settingsdialog.ui" line="431"/>
[82]1022        <source>Maximum number of cities to show solution steps&apos; matrices</source>
1023        <translation type="unfinished"></translation>
1024    </message>
1025    <message>
[112]1026        <location filename="../ui/settingsdialog.ui" line="483"/>
[86]1027        <source>Font face for solution output</source>
1028        <translation type="unfinished"></translation>
1029    </message>
1030    <message>
[112]1031        <location filename="../ui/settingsdialog.ui" line="500"/>
[86]1032        <source>Font color for solution output</source>
1033        <translation type="unfinished"></translation>
1034    </message>
1035    <message>
[112]1036        <location filename="../ui/settingsdialog.ui" line="279"/>
[81]1037        <source>Fractional random values</source>
1038        <translation type="unfinished"></translation>
1039    </message>
1040    <message>
[112]1041        <location filename="../ui/settingsdialog.ui" line="462"/>
[81]1042        <source>Scroll to the end of solution output after solving</source>
1043        <translation type="unfinished"></translation>
1044    </message>
1045    <message>
[112]1046        <location filename="../ui/settingsdialog.ui" line="465"/>
[81]1047        <source>Scroll to solution end</source>
1048        <translation type="unfinished"></translation>
1049    </message>
1050    <message>
[112]1051        <location filename="../ui/settingsdialog.ui" line="147"/>
[82]1052        <source>Use native file dialogs</source>
1053        <translation type="unfinished"></translation>
1054    </message>
1055    <message>
[112]1056        <location filename="../ui/settingsdialog.ui" line="421"/>
[79]1057        <source>Only when &lt;=</source>
1058        <translation>Only when </translation>
1059    </message>
1060    <message>
[112]1061        <location filename="../ui/settingsdialog.ui" line="434"/>
[79]1062        <source> cities</source>
1063        <comment>Don&apos;t forget a space at the beginning!</comment>
[29]1064        <translation type="unfinished"></translation>
[18]1065    </message>
1066    <message>
[112]1067        <location filename="../ui/settingsdialog.ui" line="486"/>
[79]1068        <source>&amp;Font...</source>
[29]1069        <translation type="unfinished"></translation>
[27]1070    </message>
1071    <message>
[112]1072        <location filename="../ui/settingsdialog.ui" line="74"/>
1073        <location filename="../ui/settingsdialog.ui" line="80"/>
[79]1074        <source>Help</source>
[29]1075        <translation type="unfinished"></translation>
[27]1076    </message>
[29]1077    <message>
[112]1078        <location filename="../ui/settingsdialog.ui" line="77"/>
[79]1079        <source>Get preferences help</source>
1080        <translation type="unfinished"></translation>
1081    </message>
1082    <message>
[88]1083        <location filename="../src/settingsdialog.cpp" line="38"/>
[79]1084        <source>Save new preferences</source>
1085        <translation type="unfinished"></translation>
1086    </message>
1087    <message>
[88]1088        <location filename="../src/settingsdialog.cpp" line="41"/>
[79]1089        <source>Close without saving preferences</source>
1090        <translation type="unfinished"></translation>
1091    </message>
1092    <message>
[104]1093        <location filename="../src/settingsdialog.cpp" line="91"/>
[94]1094        <source>Use translucent effect on the Main Window under Windows Vista and 7</source>
1095        <translation type="unfinished"></translation>
1096    </message>
1097    <message>
[104]1098        <location filename="../src/settingsdialog.cpp" line="93"/>
[94]1099        <source>Use translucency effects</source>
1100        <translation type="unfinished"></translation>
1101    </message>
1102    <message>
[104]1103        <location filename="../src/settingsdialog.cpp" line="101"/>
[29]1104        <source>Restore main window state and position on application restart</source>
1105        <translation type="unfinished"></translation>
1106    </message>
1107    <message>
[104]1108        <location filename="../src/settingsdialog.cpp" line="103"/>
[29]1109        <source>Save main window state and position</source>
1110        <translation type="unfinished"></translation>
1111    </message>
1112    <message>
[104]1113        <location filename="../src/settingsdialog.cpp" line="125"/>
[29]1114        <source>Hover mouse pointer over dialog elements to get additional help</source>
1115        <translation type="unfinished"></translation>
1116    </message>
[96]1117    <message>
[115]1118        <location filename="../src/settingsdialog.cpp" line="270"/>
1119        <location filename="../src/settingsdialog.cpp" line="276"/>
[96]1120        <source>Settings Reset</source>
1121        <translation type="unfinished"></translation>
1122    </message>
1123    <message>
[115]1124        <location filename="../src/settingsdialog.cpp" line="270"/>
[96]1125        <source>Do you really want to &lt;b&gt;reset all application settings to their defaults&lt;/b&gt;?</source>
1126        <translation type="unfinished"></translation>
1127    </message>
1128    <message>
[115]1129        <location filename="../src/settingsdialog.cpp" line="276"/>
[96]1130        <source>All settings where successfully reset to their defaults.
1131It is recommended to restart the application now.</source>
1132        <translation type="unfinished"></translation>
1133    </message>
[18]1134</context>
1135</TS>
Note: See TracBrowser for help on using the repository browser.