source: tspsg/i18n/uk.ts @ 64f288c0f8

0.1.3.145-beta1-symbian0.1.4.170-beta2-bb10appveyorimgbotreadme
Last change on this file since 64f288c0f8 was 64f288c0f8, checked in by Oleksii Serdiuk, 14 years ago

Translation updates...

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