source: tspsg/i18n/en.ts @ c10297cf73

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