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"/>
|
2012-08-02 09:26:21 +02:00
|
|
|
|
<source>Copyright © 2007-2012 Daniel Marjamäki and cppcheck team.</source>
|
|
|
|
|
<oldsource>Copyright © 2007-2011 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>
|
2011-04-06 08:12:09 +02:00
|
|
|
|
<location filename="application.ui" line="23"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<source>Add an application</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
|
<location filename="application.ui" line="41"/>
|
2011-04-02 11:36:37 +02:00
|
|
|
|
<source>Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.
|
2009-07-02 10:32:29 +02:00
|
|
|
|
|
2011-04-02 11:36:37 +02:00
|
|
|
|
The following texts in parameters 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:
|
2011-04-06 08:12:09 +02:00
|
|
|
|
Executable: kate
|
|
|
|
|
Parameters: -l(line) (file)</source>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
|
<location filename="application.ui" line="76"/>
|
|
|
|
|
<source>&Name:</source>
|
2011-04-02 11:36:37 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
|
<location filename="application.ui" line="86"/>
|
2011-04-02 11:36:37 +02:00
|
|
|
|
<source>&Executable:</source>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
|
<location filename="application.ui" line="96"/>
|
2011-04-02 11:36:37 +02:00
|
|
|
|
<source>&Parameters:</source>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
|
<location filename="application.ui" line="138"/>
|
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>
|
2012-10-07 23:53:42 +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>
|
2012-10-07 23:53:42 +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>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="applicationdialog.cpp" line="84"/>
|
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>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="applicationdialog.cpp" line="85"/>
|
2011-04-02 11:36:37 +02:00
|
|
|
|
<source>You must specify a name, a path and parameters for the application!</source>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>FileViewDialog</name>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="fileviewdialog.cpp" line="42"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="fileviewdialog.cpp" line="46"/>
|
|
|
|
|
<location filename="fileviewdialog.cpp" line="60"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="fileviewdialog.cpp" line="56"/>
|
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>
|
2010-07-17 09:54:53 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>LogView</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="logview.ui" line="17"/>
|
|
|
|
|
<source>Checking Log</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="logview.ui" line="48"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>&Save</source>
|
2010-07-17 09:54:53 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="logview.ui" line="55"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Clear</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="logview.ui" line="62"/>
|
2010-07-17 09:54:53 +02:00
|
|
|
|
<source>Close</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="logview.cpp" line="66"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Save Log</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="logview.cpp" line="67"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Text files (*.txt *.log);;All files (*.*)</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="logview.cpp" line="71"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Cppcheck</source>
|
|
|
|
|
<translation type="unfinished">Cppcheck</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="logview.cpp" line="72"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Could not open file for writing: "%1"</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2010-07-17 09:54:53 +02:00
|
|
|
|
</context>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>MainWindow</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="main.ui" line="26"/>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="mainwindow.cpp" line="248"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="309"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="339"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="406"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="428"/>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="616"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="707"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="826"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="846"/>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="992"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="1073"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="158"/>
|
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>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="main.ui" line="89"/>
|
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>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="main.ui" line="93"/>
|
2010-07-03 14:33:43 +02:00
|
|
|
|
<source>&Toolbars</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="main.ui" line="130"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="145"/>
|
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>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="205"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="210"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="219"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="224"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="227"/>
|
|
|
|
|
<location filename="main.ui" line="230"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Check files</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="233"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="242"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="245"/>
|
|
|
|
|
<location filename="main.ui" line="248"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Check directory</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="251"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="260"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>&Recheck files</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="263"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="272"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="275"/>
|
|
|
|
|
<location filename="main.ui" line="278"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Stop checking</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="281"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="290"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="293"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="298"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="307"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="316"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="346"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Errors</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="349"/>
|
|
|
|
|
<location filename="main.ui" line="352"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Show errors</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="474"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>Warnings</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="477"/>
|
|
|
|
|
<location filename="main.ui" line="480"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>Show warnings</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="492"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>Performance warnings</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="495"/>
|
|
|
|
|
<location filename="main.ui" line="498"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>Show performance warnings</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="506"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>Show &hidden</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="518"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Information</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="521"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Show information messages</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="533"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Portability</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="536"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Show portability warnings</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="544"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>&Filter</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="547"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>Filter results</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="563"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
<source>Windows 32-bit ANSI</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="571"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
<source>Windows 32-bit Unicode</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="579"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
<source>Unix 32-bit</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="587"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
<source>Unix 64-bit</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="595"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
<source>Windows 64-bit</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="603"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
<source>Platforms</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="614"/>
|
|
|
|
|
<source>C++11</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="main.ui" line="622"/>
|
|
|
|
|
<source>C99</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="main.ui" line="630"/>
|
|
|
|
|
<source>Posix</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="main.ui" line="357"/>
|
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>
|
2011-07-20 12:38:23 +02:00
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="194"/>
|
2011-07-20 12:38:23 +02:00
|
|
|
|
<source>Filter</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="362"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="367"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="372"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="380"/>
|
2010-07-03 14:33:43 +02:00
|
|
|
|
<source>&Standard</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="383"/>
|
2010-07-03 14:33:43 +02:00
|
|
|
|
<source>Standard items</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="399"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="407"/>
|
2010-07-03 18:46:48 +02:00
|
|
|
|
<source>&Categories</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="410"/>
|
2010-07-03 18:46:48 +02:00
|
|
|
|
<source>Error categories</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="415"/>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<source>&Open XML...</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="424"/>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<source>Open P&roject File...</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="429"/>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<source>&New Project File...</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="434"/>
|
2010-07-17 09:54:53 +02:00
|
|
|
|
<source>&Log View</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="437"/>
|
2010-07-17 09:54:53 +02:00
|
|
|
|
<source>Log View</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="445"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<source>C&lose Project File</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="453"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<source>&Edit Project File...</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="462"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<source>&Statistics</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="388"/>
|
2010-02-23 16:52:37 +01:00
|
|
|
|
<source>&Contents</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="177"/>
|
2010-07-03 18:46:48 +02:00
|
|
|
|
<source>Categories</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="328"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>Style warnings</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="331"/>
|
|
|
|
|
<location filename="main.ui" line="334"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>Show style warnings</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="391"/>
|
2010-02-23 16:52:37 +01:00
|
|
|
|
<source>Open the help contents</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="main.ui" line="394"/>
|
2010-02-23 16:52:37 +01:00
|
|
|
|
<source>F1</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="main.ui" line="120"/>
|
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>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="371"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="mainwindow.cpp" line="310"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>No suitable files found to check!</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="mainwindow.cpp" line="71"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>Quick Filter:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="mainwindow.cpp" line="407"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>Found project file: %1
|
|
|
|
|
|
|
|
|
|
Do you want to load this project file instead?</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="mainwindow.cpp" line="429"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>Found project files from the directory.
|
|
|
|
|
|
|
|
|
|
Do you want to proceed checking without using any of these project files?</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="749"/>
|
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>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="756"/>
|
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>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="764"/>
|
2011-02-05 17:38:17 +01:00
|
|
|
|
<source>XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
|
|
|
|
<oldsource>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</oldsource>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="766"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Save the report file</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="632"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>XML files (*.xml)</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="mainwindow.cpp" line="243"/>
|
2011-04-02 11:36:37 +02:00
|
|
|
|
<source>There was a problem with loading the editor application settings.
|
|
|
|
|
|
|
|
|
|
This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly.</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="mainwindow.cpp" line="340"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<source>You must close the project file before selecting new files or directories!</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="617"/>
|
2012-08-02 14:31:26 +02:00
|
|
|
|
<source>Current results will be cleared.
|
|
|
|
|
|
|
|
|
|
Opening a new XML file will clear current results.Do you want to proceed?</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="634"/>
|
2010-07-11 18:43:31 +02:00
|
|
|
|
<source>Open the report file</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="703"/>
|
2010-07-16 11:44:11 +02:00
|
|
|
|
<source>Checking is running.
|
|
|
|
|
|
|
|
|
|
Do you want to stop the checking and exit Cppcheck?.</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2011-02-05 22:43:38 +01:00
|
|
|
|
<message>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="773"/>
|
2011-02-05 22:43:38 +01:00
|
|
|
|
<source>XML files version 1 (*.xml)</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="777"/>
|
2011-02-05 22:43:38 +01:00
|
|
|
|
<source>XML files version 2 (*.xml)</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2010-07-16 11:44:11 +02:00
|
|
|
|
<message>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="781"/>
|
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>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="785"/>
|
2010-01-17 19:41:26 +01:00
|
|
|
|
<source>CSV files (*.csv)</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="828"/>
|
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>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="840"/>
|
2011-04-06 08:12:09 +02:00
|
|
|
|
<source>Failed to change the user interface language:
|
|
|
|
|
|
|
|
|
|
%1
|
2011-02-26 12:23:06 +01:00
|
|
|
|
|
2011-04-06 08:12:09 +02:00
|
|
|
|
The user interface language has been reset to English. Open the Preferences-dialog to select any of the available languages.</source>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="884"/>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="956"/>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<source>Project files (*.cppcheck);;All files(*.*)</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="886"/>
|
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>
|
2012-09-05 21:23:48 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="903"/>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="968"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>Project:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="958"/>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<source>Select Project Filename</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="993"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<source>No project file loaded</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1068"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>The project file
|
|
|
|
|
|
|
|
|
|
%1
|
|
|
|
|
|
|
|
|
|
could not be found!
|
|
|
|
|
|
|
|
|
|
Do you want to remove the file from the recently used projects -list?</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2009-07-04 11:06:31 +02:00
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01: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>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="translationhandler.cpp" line="33"/>
|
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>
|
2011-01-10 13:12:40 +01:00
|
|
|
|
<location filename="translationhandler.cpp" line="32"/>
|
2010-01-17 19:41:26 +01:00
|
|
|
|
<source>Dutch</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="translationhandler.cpp" line="35"/>
|
|
|
|
|
<source>French</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2012-08-02 09:26:21 +02:00
|
|
|
|
<message>
|
2012-09-17 12:07:45 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="37"/>
|
|
|
|
|
<source>Italian</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="translationhandler.cpp" line="39"/>
|
2012-08-02 09:26:21 +02:00
|
|
|
|
<source>Korean</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<message>
|
2012-09-17 12:07:45 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="42"/>
|
2011-04-06 08:53:15 +02:00
|
|
|
|
<source>Spanish</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-09-17 12:07:45 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="43"/>
|
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>
|
2011-02-26 12:23:06 +01: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>
|
2012-09-17 12:07:45 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="40"/>
|
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>
|
2010-12-08 10:22:08 +01:00
|
|
|
|
<message>
|
2012-09-17 12:07:45 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="38"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Japanese</source>
|
|
|
|
|
<oldsource>Japanease</oldsource>
|
2010-12-08 10:22:08 +01:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2010-12-10 16:59:36 +01:00
|
|
|
|
<message>
|
2012-09-17 12:07:45 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="41"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
|
<source>Serbian</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</context>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>Platforms</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="platforms.cpp" line="37"/>
|
|
|
|
|
<source>Build-in</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="platforms.cpp" line="38"/>
|
|
|
|
|
<source>Unix 32-bit</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="platforms.cpp" line="39"/>
|
|
|
|
|
<source>Unix 64-bit</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="platforms.cpp" line="40"/>
|
|
|
|
|
<source>Windows 32-bit ANSI</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="platforms.cpp" line="41"/>
|
|
|
|
|
<source>Windows 32-bit Unicode</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="platforms.cpp" line="42"/>
|
|
|
|
|
<source>Windows 64-bit</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
</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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="project.cpp" line="71"/>
|
|
|
|
|
<location filename="project.cpp" line="115"/>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<source>Cppcheck</source>
|
|
|
|
|
<translation type="unfinished">Cppcheck</translation>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="project.cpp" line="72"/>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<source>Could not read the project file.</source>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="project.cpp" line="116"/>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<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>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="projectfile.ui" line="24"/>
|
|
|
|
|
<source>Project</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="projectfile.ui" line="49"/>
|
2011-08-22 21:21:42 +02:00
|
|
|
|
<source>Root:</source>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="projectfile.ui" line="68"/>
|
|
|
|
|
<location filename="projectfile.ui" line="217"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<source>Paths:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="projectfile.ui" line="95"/>
|
|
|
|
|
<location filename="projectfile.ui" line="158"/>
|
|
|
|
|
<location filename="projectfile.ui" line="231"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Add...</source>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="projectfile.ui" line="102"/>
|
|
|
|
|
<location filename="projectfile.ui" line="165"/>
|
|
|
|
|
<location filename="projectfile.ui" line="238"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Edit</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="projectfile.ui" line="109"/>
|
|
|
|
|
<location filename="projectfile.ui" line="172"/>
|
|
|
|
|
<location filename="projectfile.ui" line="245"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Remove</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="projectfile.ui" line="134"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Includes</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="projectfile.ui" line="140"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Include directories:</source>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2011-03-20 15:22:44 +01:00
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="projectfile.ui" line="192"/>
|
2011-08-22 21:21:42 +02:00
|
|
|
|
<source>Up</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="projectfile.ui" line="199"/>
|
2011-08-22 21:21:42 +02:00
|
|
|
|
<source>Down</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="projectfile.ui" line="211"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Exclude</source>
|
2011-03-20 15:22:44 +01:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="projectfile.ui" line="32"/>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<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>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="38"/>
|
2010-07-12 19:31:37 +02:00
|
|
|
|
<source>Project file: %1</source>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="209"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>Select include directory</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="232"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>Select a directory to check</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
</message>
|
2011-03-20 15:22:44 +01:00
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="272"/>
|
2011-03-20 15:22:44 +01:00
|
|
|
|
<source>Select directory to ignore</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2010-07-08 19:15:03 +02:00
|
|
|
|
</context>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>QObject</name>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<message>
|
2012-09-17 12:07:45 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="77"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Unknown language specified!</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-09-17 12:07:45 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="89"/>
|
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>
|
2012-09-17 12:07:45 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="95"/>
|
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>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="55"/>
|
|
|
|
|
<location filename="resultstree.cpp" line="987"/>
|
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>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="55"/>
|
|
|
|
|
<location filename="resultstree.cpp" line="987"/>
|
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>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="55"/>
|
|
|
|
|
<location filename="resultstree.cpp" line="987"/>
|
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>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="55"/>
|
|
|
|
|
<location filename="resultstree.cpp" line="987"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>Summary</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="103"/>
|
2009-07-02 12:48:32 +02:00
|
|
|
|
<source>Undefined file</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="205"/>
|
|
|
|
|
<location filename="resultstree.cpp" line="728"/>
|
2011-04-16 17:45:35 +02:00
|
|
|
|
<source>[Inconclusive]</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="279"/>
|
2011-03-20 15:22:44 +01:00
|
|
|
|
<source>debug</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="543"/>
|
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>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="544"/>
|
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>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="545"/>
|
2010-01-17 19:41:26 +01:00
|
|
|
|
<source>Copy message</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="546"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>Hide</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="589"/>
|
|
|
|
|
<location filename="resultstree.cpp" line="603"/>
|
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>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="590"/>
|
2011-07-17 14:15:40 +02:00
|
|
|
|
<source>No editor application configured.
|
|
|
|
|
|
|
|
|
|
Configure the editor application for Cppcheck in preferences/Applications.</source>
|
|
|
|
|
<oldsource>Configure the text file viewer program in Cppcheck preferences/Applications.</oldsource>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="604"/>
|
2011-07-17 14:15:40 +02:00
|
|
|
|
<source>No default editor application selected.
|
|
|
|
|
|
|
|
|
|
Please select the default editor application in preferences/Applications.</source>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="633"/>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<source>Could not find the file!</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="679"/>
|
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>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="693"/>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<source>Could not find file:
|
|
|
|
|
%1
|
|
|
|
|
Please select the directory where file is located.</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="700"/>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<source>Select Directory</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="255"/>
|
2009-07-02 12:48:32 +02:00
|
|
|
|
<source>style</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="259"/>
|
2009-07-02 12:48:32 +02:00
|
|
|
|
<source>error</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="263"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>warning</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="267"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>performance</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="271"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>portability</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="275"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>information</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>ResultsView</name>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="199"/>
|
2011-08-03 09:58:03 +02:00
|
|
|
|
<source>%p% (%1 of %2 files checked)</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="212"/>
|
|
|
|
|
<location filename="resultsview.cpp" line="223"/>
|
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>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="213"/>
|
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>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="220"/>
|
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>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="266"/>
|
|
|
|
|
<location filename="resultsview.cpp" line="284"/>
|
|
|
|
|
<location filename="resultsview.cpp" line="292"/>
|
2010-07-11 15:33:49 +02:00
|
|
|
|
<source>Failed to read the report.</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="329"/>
|
2010-12-07 17:24:45 +01:00
|
|
|
|
<source>Summary</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="330"/>
|
2010-12-07 17:24:45 +01:00
|
|
|
|
<source>Message</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="139"/>
|
2009-08-01 08:42:52 +02:00
|
|
|
|
<source>No errors found, nothing to save.</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="166"/>
|
|
|
|
|
<location filename="resultsview.cpp" line="174"/>
|
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>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<context>
|
|
|
|
|
<name>SelectFilesDialog</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="selectfilesdialog.ui" line="14"/>
|
|
|
|
|
<source>Select files to check</source>
|
|
|
|
|
<translation type="unfinished">Выберите файлы для проверки</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="selectfilesdialog.cpp" line="230"/>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<source>Check</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>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="settings.ui" line="162"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>Include paths:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="settings.ui" line="180"/>
|
|
|
|
|
<location filename="settings.ui" line="232"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>Add...</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="settings.ui" line="41"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<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>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="settings.ui" line="85"/>
|
2011-01-10 13:12:40 +01:00
|
|
|
|
<source>Ideal count:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="settings.ui" line="114"/>
|
2011-01-31 10:20:03 +01:00
|
|
|
|
<source>Force checking all #ifdef configurations</source>
|
|
|
|
|
<oldsource>Check all #ifdef configurations</oldsource>
|
|
|
|
|
<translation type="unfinished">Проверять все варианты #ifdef конфигураций</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="settings.ui" line="121"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<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>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="settings.ui" line="128"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<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>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="settings.ui" line="135"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Enable inline suppressions</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="settings.ui" line="156"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Paths</source>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="settings.ui" line="187"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Edit</source>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="settings.ui" line="194"/>
|
|
|
|
|
<location filename="settings.ui" line="246"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Remove</source>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="settings.ui" line="219"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Applications</source>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="settings.ui" line="239"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Edit...</source>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="settings.ui" line="253"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Set as default</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="settings.ui" line="278"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<source>Reports</source>
|
2009-07-26 11:10:11 +02:00
|
|
|
|
<translation>Отчёты</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="settings.ui" line="284"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<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>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="settings.ui" line="291"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
<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>
|
2011-01-10 13:12:40 +01:00
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="settings.ui" line="312"/>
|
2011-01-10 13:12:40 +01:00
|
|
|
|
<source>Language</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2011-04-16 17:45:35 +02:00
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="settings.ui" line="326"/>
|
2011-04-16 17:45:35 +02:00
|
|
|
|
<source>Advanced</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<location filename="settings.ui" line="332"/>
|
2011-04-16 17:45:35 +02:00
|
|
|
|
<source>&Show inconclusive errors</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="339"/>
|
|
|
|
|
<source>S&how internal warnings in log</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2009-07-02 13:12:22 +02:00
|
|
|
|
</context>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>SettingsDialog</name>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="settingsdialog.cpp" line="81"/>
|
2011-01-10 13:12:40 +01:00
|
|
|
|
<source>N/A</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="settingsdialog.cpp" line="199"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Add a new application</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="settingsdialog.cpp" line="233"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
<source>Modify an application</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="settingsdialog.cpp" line="262"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>[Default]</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="settingsdialog.cpp" line="308"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
|
<source>Select include directory</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</context>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>StatsDialog</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="14"/>
|
2010-12-07 17:24:45 +01:00
|
|
|
|
<location filename="stats.ui" line="228"/>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="105"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<source>Statistics</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="27"/>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="97"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<source>Project</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="33"/>
|
|
|
|
|
<source>Project:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="53"/>
|
|
|
|
|
<source>Paths:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="85"/>
|
|
|
|
|
<source>Include paths:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="108"/>
|
|
|
|
|
<source>Defines:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="145"/>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="101"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<source>Previous Scan</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="151"/>
|
|
|
|
|
<source>Path Selected:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="161"/>
|
|
|
|
|
<source>Number of Files Scanned:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="181"/>
|
|
|
|
|
<source>Scan Duration:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-12-07 17:24:45 +01:00
|
|
|
|
<location filename="stats.ui" line="236"/>
|
|
|
|
|
<source>Errors:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="254"/>
|
|
|
|
|
<source>Warnings:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="272"/>
|
|
|
|
|
<source>Stylistic warnings:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="290"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Portability warnings:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="308"/>
|
2010-12-07 17:24:45 +01:00
|
|
|
|
<source>Performance issues:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="326"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Information messages:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="stats.ui" line="365"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<source>Copy to Clipboard</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="77"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>1 day</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="77"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>%1 days</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="79"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>1 hour</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="79"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>%1 hours</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="81"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>1 minute</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="81"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>%1 minutes</source>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="83"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>1 second</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="83"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>%1 seconds</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="87"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>0.%1 seconds</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="89"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source> and </source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="96"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Project Settings</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="98"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Paths</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="99"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Include paths</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="100"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Defines</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="102"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Path selected</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="103"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Number of files scanned</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="104"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Scan duration</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="106"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Errors</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="107"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Warnings</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="108"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Style warnings</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="109"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Portability warnings</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="110"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Performance warnings</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-07 23:53:42 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="111"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Information messages</source>
|
2010-09-05 11:47:10 +02:00
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2011-08-03 09:58:03 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>ThreadResult</name>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="threadresult.cpp" line="54"/>
|
2011-08-03 09:58:03 +02:00
|
|
|
|
<source>%1 of %2 files checked</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2011-04-16 17:45:35 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>TxtReport</name>
|
|
|
|
|
<message>
|
2012-10-15 02:22:38 +02:00
|
|
|
|
<location filename="txtreport.cpp" line="75"/>
|
2011-04-16 17:45:35 +02:00
|
|
|
|
<source>inconclusive</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2009-07-02 10:32:29 +02:00
|
|
|
|
</TS>
|