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

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

+ Finished solving algorithm (needs thorough testing).
+ Solution can be saved to HTML or OpenDocument? format.
+ Added VERSIONINFO resource for windows builds.

  • Updated translations to have unified terminology everywhere.

NB: This will be the first public alpha build.

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