2009-07-02 10:32:29 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!DOCTYPE TS>
|
|
|
|
|
<TS version="2.0">
|
|
|
|
|
<context>
|
2009-07-02 18:36:45 +02:00
|
|
|
|
<name>About</name>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<message>
|
2009-07-02 18:36:45 +02:00
|
|
|
|
<location filename="about.ui" line="14"/>
|
|
|
|
|
<source>About Cppcheck</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>О Cppcheck</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2009-07-12 13:22:56 +02:00
|
|
|
|
<location filename="about.ui" line="64"/>
|
2009-07-02 18:36:45 +02:00
|
|
|
|
<source>Version %1</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Версия %1</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2009-07-12 13:22:56 +02:00
|
|
|
|
<location filename="about.ui" line="71"/>
|
2009-07-02 18:36:45 +02:00
|
|
|
|
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Cppcheck - программа для статического анализа кода на языках С/С++</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
2010-01-17 19:41:26 +01:00
|
|
|
|
<message utf8="true">
|
2009-07-12 13:22:56 +02:00
|
|
|
|
<location filename="about.ui" line="81"/>
|
2010-01-17 19:41:26 +01:00
|
|
|
|
<source>Copyright (C) 2007-2010 Daniel Marjamäki and cppcheck team.</source>
|
|
|
|
|
<oldsource>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</oldsource>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2009-07-12 13:22:56 +02:00
|
|
|
|
<location filename="about.ui" line="91"/>
|
2009-07-02 18:36:45 +02:00
|
|
|
|
<source>This program is licensed under the terms
|
|
|
|
|
of the GNU General Public License version 3</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Эта программа распространяется на
|
|
|
|
|
условиях лицензии GNU General Public License, версии 3</translation>
|
2009-07-02 17:56:18 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2009-07-12 13:22:56 +02:00
|
|
|
|
<location filename="about.ui" line="102"/>
|
2009-07-02 18:36:45 +02:00
|
|
|
|
<source>Visit Cppcheck homepage at %1</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Посетите домашнюю страницу: %1</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>ApplicationDialog</name>
|
|
|
|
|
<message>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<location filename="application.ui" line="14"/>
|
|
|
|
|
<source>Add an application</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="application.ui" line="20"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Here you can add applications that can open error files.
|
|
|
|
|
Specify a name for the application and the application to execute.
|
|
|
|
|
|
2010-01-17 19:41:26 +01:00
|
|
|
|
The following texts are replaced with appropriate values when application is executed:
|
2009-07-02 10:32:29 +02:00
|
|
|
|
(file) - Filename containing the error
|
|
|
|
|
(line) - Line number containing the error
|
|
|
|
|
(message) - Error message
|
|
|
|
|
(severity) - Error severity
|
|
|
|
|
|
|
|
|
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
|
|
|
|
kate -l(line) (file)</source>
|
2010-01-17 19:41:26 +01:00
|
|
|
|
<oldsource>Here you can add applications that can open error files.
|
|
|
|
|
Specify a name for the application and the application to execute.
|
|
|
|
|
|
|
|
|
|
The following texts are replaced with appriproate values when application is executed:
|
|
|
|
|
(file) - Filename containing the error
|
|
|
|
|
(line) - Line number containing the error
|
|
|
|
|
(message) - Error message
|
|
|
|
|
(severity) - Error severity
|
|
|
|
|
|
|
|
|
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
|
|
|
|
kate -l(line) (file)</oldsource>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<location filename="application.ui" line="39"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Application's name</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<location filename="application.ui" line="46"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Application to execute</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<location filename="application.ui" line="59"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Browse</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Просмотреть</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2009-07-02 18:15:34 +02:00
|
|
|
|
<location filename="applicationdialog.cpp" line="57"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Executable files (*.exe);;All files(*.*)</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2009-07-02 18:15:34 +02:00
|
|
|
|
<location filename="applicationdialog.cpp" line="60"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Select viewer application</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2009-07-02 18:15:34 +02:00
|
|
|
|
<location filename="applicationdialog.cpp" line="97"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Cppcheck</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Cppcheck</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2009-07-02 18:15:34 +02:00
|
|
|
|
<location filename="applicationdialog.cpp" line="98"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>You must specify a name and a path for the application!</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>FileViewDialog</name>
|
|
|
|
|
<message>
|
2009-07-02 18:46:26 +02:00
|
|
|
|
<location filename="fileviewdialog.cpp" line="47"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Could not find the file: %1</source>
|
|
|
|
|
<oldsource>Could not find the file:
|
|
|
|
|
</oldsource>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Невозможно найти файл: %1</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2009-07-02 18:46:26 +02:00
|
|
|
|
<location filename="fileviewdialog.cpp" line="51"/>
|
|
|
|
|
<location filename="fileviewdialog.cpp" line="66"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Cppcheck</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Cppcheck</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2009-07-02 18:46:26 +02:00
|
|
|
|
<location filename="fileviewdialog.cpp" line="62"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Could not read the file: %1</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Невозможно прочитать файл: %1</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>MainWindow</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="main.ui" line="26"/>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="221"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="500"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="602"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="620"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Cppcheck</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Cppcheck</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="144"/>
|
2009-07-02 19:11:47 +02:00
|
|
|
|
<source>Standard</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<message>
|
2010-02-23 16:52:37 +01:00
|
|
|
|
<location filename="main.ui" line="74"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&File</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Файл</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="84"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&View</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Вид</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="88"/>
|
2010-07-03 14:33:43 +02:00
|
|
|
|
<source>&Toolbars</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="121"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Check</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Проверить</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="130"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Edit</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Правка</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="175"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&License...</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Лицензия...</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="180"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>A&uthors...</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Авторы...</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="189"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&About...</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>О программе...</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="194"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Files...</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Файлы...</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="197"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Ctrl+F</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Ctrl+F</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="206"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Directory...</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Каталог...</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="209"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Ctrl+D</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Ctrl+D</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="218"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Recheck files</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="221"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Ctrl+R</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Ctrl+R</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="230"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Stop</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Остановить</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="233"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Esc</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Esc</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="242"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Save results to file...</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Сохранить отчёт в файл...</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="245"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Ctrl+S</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Ctrl+S</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="250"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Quit</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Выход</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="259"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Clear results</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Очистить отчёт</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="268"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Preferences</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Параметры</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="280"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Show style errors</source>
|
2010-07-04 00:15:09 +02:00
|
|
|
|
<translation>Показывать ошибки стиля</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="292"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Show common errors</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Показывать общие ошибки</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="297"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Check all</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Отметить все</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="302"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Uncheck all</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Сбросить все</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="307"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Collapse &all</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Свернуть все</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="312"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Expand all</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Развернуть все</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="320"/>
|
2010-07-03 14:33:43 +02:00
|
|
|
|
<source>&Standard</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="323"/>
|
2010-07-03 14:33:43 +02:00
|
|
|
|
<source>Standard items</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="339"/>
|
2010-07-03 14:33:43 +02:00
|
|
|
|
<source>Toolbar</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="347"/>
|
2010-07-03 18:46:48 +02:00
|
|
|
|
<source>&Categories</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="350"/>
|
2010-07-03 18:46:48 +02:00
|
|
|
|
<source>Error categories</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="355"/>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<source>&Open XML...</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="360"/>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<source>Open P&roject File...</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="365"/>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<source>&New Project File...</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="328"/>
|
2010-02-23 16:52:37 +01:00
|
|
|
|
<source>&Contents</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="162"/>
|
2010-07-03 18:46:48 +02:00
|
|
|
|
<source>Categories</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="331"/>
|
2010-02-23 16:52:37 +01:00
|
|
|
|
<source>Open the help contents</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="334"/>
|
2010-02-23 16:52:37 +01:00
|
|
|
|
<source>F1</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="106"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Language</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Язык</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="main.ui" line="111"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Help</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Помощь</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="254"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Select files to check</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Выберите файлы для проверки</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="268"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Select directory to check</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Выберите каталог для проверки</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="222"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>No suitable files found to check!</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="496"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Cannot exit while checking.
|
|
|
|
|
|
|
|
|
|
Stop the checking before exiting.</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 18:46:26 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="527"/>
|
2009-07-02 18:46:26 +02:00
|
|
|
|
<source>License</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Лицензия</translation>
|
2009-07-02 18:46:26 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="534"/>
|
2009-07-02 18:46:26 +02:00
|
|
|
|
<source>Authors</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Авторы</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="542"/>
|
2009-07-06 11:30:49 +02:00
|
|
|
|
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="544"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Save the report file</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="442"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="552"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>XML files (*.xml)</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="444"/>
|
|
|
|
|
<source>Open the report file</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="mainwindow.cpp" line="558"/>
|
2009-07-06 11:30:49 +02:00
|
|
|
|
<source>Text files (*.txt)</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Текстовые файлы (*.txt)</translation>
|
2009-07-06 11:30:49 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="564"/>
|
2010-01-17 19:41:26 +01:00
|
|
|
|
<source>CSV files (*.csv)</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="604"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Cppcheck - %1</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Cppcheck - %1</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="621"/>
|
2009-07-03 16:20:54 +02:00
|
|
|
|
<source>Failed to change the language:
|
2009-07-02 10:32:29 +02:00
|
|
|
|
|
2009-07-03 16:20:54 +02:00
|
|
|
|
%1
|
|
|
|
|
|
|
|
|
|
</source>
|
|
|
|
|
<oldsource>Failed to change language:
|
|
|
|
|
|
|
|
|
|
%1</oldsource>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Невозможно изменить язык приложения:
|
|
|
|
|
|
|
|
|
|
%1
|
|
|
|
|
|
|
|
|
|
</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="688"/>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="704"/>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<source>Project files (*.cppcheck);;All files(*.*)</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="690"/>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<source>Select Project File</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<message>
|
|
|
|
|
<location filename="mainwindow.cpp" line="706"/>
|
|
|
|
|
<source>Select Project Filename</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2009-07-04 11:06:31 +02:00
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="34"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
|
<source>Finnish</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Финский</translation>
|
2009-07-04 11:06:31 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="32"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
|
<source>English</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Английский</translation>
|
2009-07-04 11:06:31 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="33"/>
|
2010-01-17 19:41:26 +01:00
|
|
|
|
<source>Dutch</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="35"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
|
<source>Swedish</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Швецкий</translation>
|
2009-07-04 11:06:31 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="36"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
|
<source>German</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Немецкий</translation>
|
2009-07-04 11:06:31 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="37"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
|
<source>Russian</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Русский</translation>
|
2009-07-04 11:06:31 +02:00
|
|
|
|
</message>
|
2009-08-09 22:11:13 +02:00
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="38"/>
|
2009-08-09 22:11:13 +02:00
|
|
|
|
<source>Polish</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</context>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<context>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<name>Project</name>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<message>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<location filename="project.cpp" line="63"/>
|
|
|
|
|
<location filename="project.cpp" line="96"/>
|
|
|
|
|
<source>Cppcheck</source>
|
|
|
|
|
<translation type="unfinished">Cppcheck</translation>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<location filename="project.cpp" line="64"/>
|
|
|
|
|
<source>Could not read the project file.</source>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<location filename="project.cpp" line="97"/>
|
|
|
|
|
<source>Could not write the project file.</source>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<name>ProjectFile</name>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<message>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<location filename="projectfile.ui" line="14"/>
|
|
|
|
|
<source>Project File</source>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<location filename="projectfile.ui" line="22"/>
|
|
|
|
|
<source>Include paths:</source>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<location filename="projectfile.ui" line="39"/>
|
|
|
|
|
<source>Defines:</source>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>ProjectFileDialog</name>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<message>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="30"/>
|
|
|
|
|
<source>Project file: %1</source>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>QObject</name>
|
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="93"/>
|
2009-07-03 13:18:35 +02:00
|
|
|
|
<source>Incorrect language specified!</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Выбран неверный язык!</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="103"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
|
<source>Language file %1 not found!</source>
|
|
|
|
|
<oldsource>Language file %1.qm not found!</oldsource>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="109"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
|
<source>Failed to load translation for language %1 from file %2</source>
|
|
|
|
|
<oldsource>Failed to load translation for language %1 from file %2.qm</oldsource>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Ошибка загрузки переводов для языка %1 из файла %2</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>ResultsTree</name>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="43"/>
|
|
|
|
|
<location filename="resultstree.cpp" line="828"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>File</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Файл</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="43"/>
|
|
|
|
|
<location filename="resultstree.cpp" line="828"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Severity</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Важность</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="43"/>
|
|
|
|
|
<location filename="resultstree.cpp" line="828"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Line</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Строка</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="43"/>
|
|
|
|
|
<location filename="resultstree.cpp" line="828"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Message</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Сообщение</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="82"/>
|
2009-07-02 12:48:32 +02:00
|
|
|
|
<source>Undefined file</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="411"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Copy filename</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Скопировать имя файла</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="412"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Copy full path</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Скопировать полный путь</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="413"/>
|
2010-01-17 19:41:26 +01:00
|
|
|
|
<source>Copy message</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="451"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Cppcheck</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Cppcheck</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="452"/>
|
2009-07-03 16:46:39 +02:00
|
|
|
|
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
|
|
|
|
<oldsource>You can open this error by specifying applications in program's settings.</oldsource>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="479"/>
|
|
|
|
|
<source>Could not find the file!</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="resultstree.cpp" line="517"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Could not start %1
|
|
|
|
|
|
|
|
|
|
Please check the application path and parameters are correct.</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2009-07-02 12:48:32 +02:00
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="531"/>
|
|
|
|
|
<source>Could not find file:
|
|
|
|
|
%1
|
|
|
|
|
Please select the directory where file is located.</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="resultstree.cpp" line="538"/>
|
|
|
|
|
<source>Select Directory</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="resultstree.cpp" line="693"/>
|
2009-07-02 12:48:32 +02:00
|
|
|
|
<source>style</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="697"/>
|
2009-07-02 12:48:32 +02:00
|
|
|
|
<source>error</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>ResultsView</name>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="182"/>
|
|
|
|
|
<location filename="resultsview.cpp" line="194"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Cppcheck</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Cppcheck</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="183"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>No errors found.</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Ошибок не найдено.</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="191"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Errors were found, but they are configured to be hidden.
|
|
|
|
|
To toggle what kind of errors are shown, open view menu.</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2009-08-01 08:42:52 +02:00
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="240"/>
|
|
|
|
|
<location filename="resultsview.cpp" line="250"/>
|
|
|
|
|
<source>Failed to read the report.</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="resultsview.cpp" line="109"/>
|
2009-08-01 08:42:52 +02:00
|
|
|
|
<source>No errors found, nothing to save.</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="136"/>
|
|
|
|
|
<location filename="resultsview.cpp" line="146"/>
|
2009-08-01 08:42:52 +02:00
|
|
|
|
<source>Failed to save the report.</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<message>
|
|
|
|
|
<location filename="resultsview.ui" line="26"/>
|
|
|
|
|
<source>Results</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>Settings</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="14"/>
|
2009-08-01 17:28:21 +02:00
|
|
|
|
<source>Preferences</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="24"/>
|
|
|
|
|
<source>General</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Общие</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="34"/>
|
|
|
|
|
<source>Number of threads: </source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Количество потоков исполнения:</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="46"/>
|
|
|
|
|
<source>Check all #ifdef configurations</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Проверять все варианты #ifdef конфигураций</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="53"/>
|
|
|
|
|
<source>Show full path of files</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Показывать полные пути к файлам</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="60"/>
|
|
|
|
|
<source>Show "No errors found" message when no errors found</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Показывать сообщение, если ошибок не найдено</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="83"/>
|
|
|
|
|
<source>Applications</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="92"/>
|
|
|
|
|
<source>Add application</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="99"/>
|
|
|
|
|
<source>Delete application</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="106"/>
|
|
|
|
|
<source>Modify application</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="113"/>
|
|
|
|
|
<source>Set as default application</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="121"/>
|
|
|
|
|
<source>Reports</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Отчёты</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="127"/>
|
|
|
|
|
<source>Save all errors when creating report</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Сохранять все ошибки при создании отчёта</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="134"/>
|
|
|
|
|
<source>Save full path to files in reports</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Сохранять полные пути к файлам в отчётах</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>SettingsDialog</name>
|
|
|
|
|
<message>
|
2009-07-02 18:15:34 +02:00
|
|
|
|
<location filename="settingsdialog.cpp" line="132"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Add a new application</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2009-07-02 18:15:34 +02:00
|
|
|
|
<location filename="settingsdialog.cpp" line="165"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Modify an application</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
</TS>
|