source: tspsg/i18n/ru.ts @ 140109febb

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

Fixed crash when the task didn't have a solution.

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