source: tspsg-svn/trunk/i18n/ru.ts @ 55

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