2010-12-10 16:59:36 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!DOCTYPE TS>
|
|
|
|
<TS version="2.0" language="sr_RS">
|
|
|
|
<context>
|
|
|
|
<name>About</name>
|
|
|
|
<message>
|
|
|
|
<location filename="about.ui" line="14"/>
|
|
|
|
<source>About Cppcheck</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">About Cppcheck</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="about.ui" line="64"/>
|
|
|
|
<source>Version %1</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Version %1</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="about.ui" line="71"/>
|
|
|
|
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Cppcheck - A tool for static C/C++ code analysis.</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message utf8="true">
|
|
|
|
<location filename="about.ui" line="81"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
<source>Copyright © 2007-2016 Cppcheck team.</source>
|
|
|
|
<oldsource>Copyright © 2007-2016 Daniel Marjamäki and cppcheck team.</oldsource>
|
2010-12-10 16:59:36 +01:00
|
|
|
<translation type="unfinished">Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="about.ui" line="91"/>
|
|
|
|
<source>This program is licensed under the terms
|
|
|
|
of the GNU General Public License version 3</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">This program is licensed under the terms
|
2010-12-10 16:59:36 +01:00
|
|
|
of the GNU General Public License version 3</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="about.ui" line="102"/>
|
|
|
|
<source>Visit Cppcheck homepage at %1</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Visit Cppcheck homepage at %1</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>ApplicationDialog</name>
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
<location filename="application.ui" line="23"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Add an application</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Add a new application</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</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.
|
2010-12-10 16:59:36 +01:00
|
|
|
|
2011-04-02 11:36:37 +02:00
|
|
|
The following texts in parameters are replaced with appropriate values when application is executed:
|
2010-12-10 16:59:36 +01: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>
|
|
|
|
<translation type="unfinished"></translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
<location filename="application.ui" line="76"/>
|
|
|
|
<source>&Name:</source>
|
2010-12-10 16:59:36 +01: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>
|
2010-12-10 16:59:36 +01: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>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
<location filename="application.ui" line="138"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Browse</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Browse</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2013-03-01 16:10:44 +01:00
|
|
|
<location filename="applicationdialog.cpp" line="59"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Executable files (*.exe);;All files(*.*)</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Executable files (*.exe);;All files(*.*)</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2013-03-01 16:10:44 +01:00
|
|
|
<location filename="applicationdialog.cpp" line="62"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Select viewer application</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Select viewer application</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2013-03-01 16:10:44 +01:00
|
|
|
<location filename="applicationdialog.cpp" line="77"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Cppcheck</source>
|
|
|
|
<translation>Cppcheck</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2013-03-01 16:10:44 +01:00
|
|
|
<location filename="applicationdialog.cpp" line="78"/>
|
2012-12-01 03:30:26 +01:00
|
|
|
<source>You must specify a name, a path and optionally parameters for the application!</source>
|
2011-04-02 11:36:37 +02:00
|
|
|
<translation type="unfinished"></translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>FileViewDialog</name>
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
<location filename="fileviewdialog.cpp" line="42"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Could not find the file: %1</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Could not find the file: %1</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
<location filename="fileviewdialog.cpp" line="46"/>
|
|
|
|
<location filename="fileviewdialog.cpp" line="60"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Cppcheck</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Cppcheck</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
<location filename="fileviewdialog.cpp" line="56"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Could not read the file: %1</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Could not read the file: %1</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
</context>
|
2015-09-04 14:08:05 +02:00
|
|
|
<context>
|
|
|
|
<name>LibraryAddFunctionDialog</name>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryaddfunctiondialog.ui" line="23"/>
|
|
|
|
<source>Add function</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryaddfunctiondialog.ui" line="34"/>
|
|
|
|
<source>Function name(s)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryaddfunctiondialog.ui" line="44"/>
|
|
|
|
<source>Number of arguments</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>LibraryDialog</name>
|
|
|
|
<message>
|
|
|
|
<location filename="librarydialog.ui" line="14"/>
|
|
|
|
<source>Library Editor</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="librarydialog.ui" line="22"/>
|
|
|
|
<source>Open</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="librarydialog.ui" line="29"/>
|
|
|
|
<source>Save</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.ui" line="36"/>
|
|
|
|
<source>Save as</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="librarydialog.ui" line="62"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>Functions</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.ui" line="71"/>
|
2015-10-14 14:31:52 +02:00
|
|
|
<source>Sort</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.ui" line="111"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>Add</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.ui" line="131"/>
|
2015-10-14 14:31:52 +02:00
|
|
|
<source>Filter:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.ui" line="164"/>
|
2015-10-14 14:31:52 +02:00
|
|
|
<source>Comments</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.ui" line="204"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>noreturn</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.ui" line="212"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>False</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.ui" line="217"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>True</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.ui" line="222"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>Unknown</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.ui" line="232"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>return value must be used</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.ui" line="239"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>ignore function in leaks checking</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.ui" line="246"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>Arguments</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.ui" line="258"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>Edit</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.cpp" line="82"/>
|
|
|
|
<location filename="librarydialog.cpp" line="140"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>Library files (*.cfg)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="librarydialog.cpp" line="84"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>Open library file</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<message>
|
|
|
|
<location filename="librarydialog.cpp" line="110"/>
|
|
|
|
<location filename="librarydialog.cpp" line="130"/>
|
|
|
|
<source>Cppcheck</source>
|
|
|
|
<translation type="unfinished">Cppcheck</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="librarydialog.cpp" line="111"/>
|
|
|
|
<source>Can not open file %1.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="librarydialog.cpp" line="131"/>
|
|
|
|
<source>Can not save file %1.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="librarydialog.cpp" line="143"/>
|
|
|
|
<source>Save the library as</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2015-09-04 14:08:05 +02:00
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>LibraryEditArgDialog</name>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="14"/>
|
|
|
|
<source>Edit argument</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="20"/>
|
|
|
|
<source><html><head/><body>
|
|
|
|
<p>Is bool value allowed? For instance result from comparison or from '!' operator.</p>
|
|
|
|
<p>Typically, set this if the argument is a pointer, size, etc.</p>
|
|
|
|
<p>Example:</p>
|
|
|
|
<pre> memcmp(x, y, i == 123); // last argument should not have a bool value</pre>
|
|
|
|
</body></html></source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="28"/>
|
|
|
|
<source>Not bool</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="35"/>
|
|
|
|
<source><html><head/><body>
|
|
|
|
<p>Is a null parameter value allowed?</p>
|
|
|
|
<p>Typically this should be used on any pointer parameter that does not allow null.</p>
|
|
|
|
<p>Example:</p>
|
|
|
|
<pre> strcpy(x,y); // neither x or y is allowed to be null.</pre>
|
|
|
|
</body></html></source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="43"/>
|
|
|
|
<source>Not null</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="50"/>
|
|
|
|
<source>Not uninit</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="57"/>
|
|
|
|
<source>String</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="70"/>
|
|
|
|
<source>Format string</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="92"/>
|
|
|
|
<source>Min size of buffer</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="101"/>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="208"/>
|
|
|
|
<source>Type</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="109"/>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="219"/>
|
|
|
|
<source>None</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="114"/>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="224"/>
|
|
|
|
<source>argvalue</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="119"/>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="229"/>
|
|
|
|
<source>constant</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="124"/>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="234"/>
|
|
|
|
<source>mul</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="129"/>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="239"/>
|
|
|
|
<source>strlen</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="137"/>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="247"/>
|
|
|
|
<source>Arg</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="164"/>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="274"/>
|
|
|
|
<source>Arg2</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="199"/>
|
|
|
|
<source>and</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="320"/>
|
|
|
|
<source>Valid values</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2010-12-10 16:59:36 +01:00
|
|
|
<context>
|
|
|
|
<name>LogView</name>
|
|
|
|
<message>
|
|
|
|
<location filename="logview.ui" line="17"/>
|
|
|
|
<source>Checking Log</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2013-03-01 21:07:34 +01:00
|
|
|
<location filename="logview.cpp" line="34"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Clear</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2013-03-01 21:07:34 +01:00
|
|
|
<location filename="logview.cpp" line="68"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Save Log</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2013-03-01 21:07:34 +01:00
|
|
|
<location filename="logview.cpp" line="69"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Text files (*.txt *.log);;All files (*.*)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2013-03-01 21:07:34 +01:00
|
|
|
<location filename="logview.cpp" line="73"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Cppcheck</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Cppcheck</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2013-03-01 21:07:34 +01:00
|
|
|
<location filename="logview.cpp" line="74"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Could not open file for writing: "%1"</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-12-10 16:59:36 +01:00
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>MainWindow</name>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="26"/>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="308"/>
|
|
|
|
<location filename="mainwindow.cpp" line="418"/>
|
|
|
|
<location filename="mainwindow.cpp" line="475"/>
|
|
|
|
<location filename="mainwindow.cpp" line="569"/>
|
|
|
|
<location filename="mainwindow.cpp" line="591"/>
|
|
|
|
<location filename="mainwindow.cpp" line="954"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1066"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1194"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1373"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1461"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Cppcheck</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Cppcheck</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="180"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Standard</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Standard</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="70"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&File</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&File</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="89"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&View</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&View</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="93"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Toolbars</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="132"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Check</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&Check</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="136"/>
|
2013-03-02 18:09:04 +01:00
|
|
|
<source>C++ standard</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="143"/>
|
2013-03-02 18:09:04 +01:00
|
|
|
<source>C standard</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="167"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Edit</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&Edit</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
2011-06-15 10:32:08 +02:00
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="229"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&License...</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&License...</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="234"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>A&uthors...</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">A&uthors...</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="243"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&About...</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&About...</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="248"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Files...</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&Files...</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="251"/>
|
|
|
|
<location filename="mainwindow.ui" line="254"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Check files</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="257"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Ctrl+F</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Ctrl+F</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="266"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Directory...</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&Directory...</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="269"/>
|
|
|
|
<location filename="mainwindow.ui" line="272"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Check directory</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="275"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Ctrl+D</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Ctrl+D</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<source>&Recheck files</source>
|
2015-11-14 10:55:48 +01:00
|
|
|
<translation type="obsolete">&Recheck files</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="287"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Ctrl+R</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Ctrl+R</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="296"/>
|
2015-11-14 10:55:48 +01:00
|
|
|
<source>&Recheck all files</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="305"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Stop</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&Stop</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="308"/>
|
|
|
|
<location filename="mainwindow.ui" line="311"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Stop checking</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="314"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Esc</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Esc</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="323"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Save results to file...</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&Save results to file...</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="326"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Ctrl+S</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Ctrl+S</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="331"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Quit</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&Quit</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="340"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Clear results</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&Clear results</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="349"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Preferences</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&Preferences</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="379"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Errors</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="382"/>
|
|
|
|
<location filename="mainwindow.ui" line="385"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Show errors</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="466"/>
|
2012-10-24 03:19:38 +02:00
|
|
|
<source>Show S&cratchpad...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="516"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Warnings</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="519"/>
|
|
|
|
<location filename="mainwindow.ui" line="522"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Show warnings</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="534"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Performance warnings</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="537"/>
|
|
|
|
<location filename="mainwindow.ui" line="540"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Show performance warnings</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="548"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Show &hidden</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="560"/>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="667"/>
|
|
|
|
<location filename="mainwindow.cpp" line="705"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Information</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="563"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Show information messages</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="575"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Portability</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="578"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Show portability warnings</source>
|
|
|
|
<translation type="unfinished"></translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="586"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
<source>&Filter</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="589"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
<source>Filter results</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="605"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
<source>Windows 32-bit ANSI</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Windows 32-bit ANSI</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="613"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
<source>Windows 32-bit Unicode</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Windows 32-bit Unicode</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="621"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
<source>Unix 32-bit</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Unix 32-bit</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="629"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
<source>Unix 64-bit</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Unix 64-bit</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="637"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
<source>Windows 64-bit</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Windows 64-bit</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="645"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
<source>Platforms</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="659"/>
|
2012-01-28 20:50:27 +01:00
|
|
|
<source>C++11</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>C++11</translation>
|
2012-01-28 20:50:27 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="670"/>
|
2012-01-28 20:50:27 +01:00
|
|
|
<source>C99</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>C99</translation>
|
2012-01-28 20:50:27 +01:00
|
|
|
</message>
|
2015-08-01 14:06:19 +02:00
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="707"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
<source>&Print...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="710"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
<source>Print the Current Report</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="715"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
<source>Print Pre&view...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="718"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
<source>Open a Print Preview Dialog for the Current Results</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2015-09-04 14:08:05 +02:00
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="723"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>Library Editor...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="726"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>Open library editor</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2015-10-14 14:31:52 +02:00
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="734"/>
|
2015-10-14 14:31:52 +02:00
|
|
|
<source>Auto-detect language</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="742"/>
|
2015-10-14 14:31:52 +02:00
|
|
|
<source>Enforce C++</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="750"/>
|
2015-10-14 14:31:52 +02:00
|
|
|
<source>Enforce C</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2012-01-28 20:50:27 +01:00
|
|
|
<message>
|
2013-06-30 12:00:54 +02:00
|
|
|
<source>Gtk</source>
|
2013-07-06 13:59:05 +02:00
|
|
|
<translation type="obsolete">Gtk</translation>
|
2013-06-30 12:00:54 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="678"/>
|
2012-01-28 20:50:27 +01:00
|
|
|
<source>Posix</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Posix</translation>
|
2012-01-28 20:50:27 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="686"/>
|
2013-03-02 18:09:04 +01:00
|
|
|
<source>C11</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>C11</translation>
|
2013-03-02 18:09:04 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="694"/>
|
2013-03-02 18:09:04 +01:00
|
|
|
<source>C89</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>C89</translation>
|
2013-03-02 18:09:04 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="702"/>
|
2013-03-02 18:09:04 +01:00
|
|
|
<source>C++03</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>C++03</translation>
|
2013-03-02 18:09:04 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="390"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Check all</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&Check all</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
2011-07-20 12:38:23 +02:00
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="218"/>
|
2011-07-20 12:38:23 +02:00
|
|
|
<source>Filter</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-12-10 16:59:36 +01:00
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="284"/>
|
2015-11-14 10:55:48 +01:00
|
|
|
<source>&Recheck modified files</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="395"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Uncheck all</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&Uncheck all</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="400"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Collapse &all</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Collapse &all</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="405"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Expand all</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&Expand all</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="413"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Standard</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="416"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Standard items</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="432"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Toolbar</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="440"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Categories</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="443"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Error categories</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="448"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Open XML...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="457"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Open P&roject File...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="471"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&New Project File...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="476"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Log View</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="479"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Log View</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="487"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>C&lose Project File</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="495"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Edit Project File...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="504"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Statistics</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="421"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Contents</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="201"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Categories</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="361"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Style warnings</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="364"/>
|
|
|
|
<location filename="mainwindow.ui" line="367"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Show style warnings</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="424"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Open the help contents</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="427"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>F1</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>F1</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="122"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>&Help</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">&Help</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="505"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Select directory to check</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Select directory to check</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="419"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>No suitable files found to check!</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">No suitable files found to check!</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="79"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
<source>Quick Filter:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="493"/>
|
|
|
|
<source>C/C++ Source, Compile database, Visual Studio (%1 %2 *.sln *.vcxproj)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="mainwindow.cpp" line="540"/>
|
|
|
|
<source>Select configuration</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="mainwindow.cpp" line="540"/>
|
|
|
|
<source>Select the configuration that will be checked</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="mainwindow.cpp" line="570"/>
|
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>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="592"/>
|
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>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="676"/>
|
2014-08-02 11:09:16 +02:00
|
|
|
<source>File not found</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="679"/>
|
2014-08-02 11:09:16 +02:00
|
|
|
<source>Bad XML</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="682"/>
|
2014-08-02 11:09:16 +02:00
|
|
|
<source>Missing attribute</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="685"/>
|
2014-08-02 11:09:16 +02:00
|
|
|
<source>Bad attribute value</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="705"/>
|
2014-08-02 11:09:16 +02:00
|
|
|
<source>Failed to load the selected library '%1'.
|
|
|
|
%2</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="786"/>
|
2014-03-28 19:06:48 +01:00
|
|
|
<source>Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1108"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>License</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">License</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1115"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Authors</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Authors</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1128"/>
|
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>
|
|
|
|
<translation type="unfinished">XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1130"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Save the report file</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Save the report file</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="970"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>XML files (*.xml)</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">XML files (*.xml)</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="303"/>
|
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>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="476"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>You must close the project file before selecting new files or directories!</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="491"/>
|
2013-01-07 12:22:26 +01:00
|
|
|
<source>Select files to check</source>
|
|
|
|
<translation type="unfinished">Select files to check</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="667"/>
|
2015-01-10 22:51:45 +01:00
|
|
|
<source>The library '%1' contains unknown elements:
|
|
|
|
%2</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="688"/>
|
2014-10-18 11:02:56 +02:00
|
|
|
<source>Unsupported format</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="691"/>
|
2015-01-10 22:51:45 +01:00
|
|
|
<source>Duplicate platform type</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="694"/>
|
2015-01-10 22:51:45 +01:00
|
|
|
<source>Platform type redefined</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="697"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
<source>Unknown element</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="700"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
<source>Unknown issue</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="786"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
<source>Error</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="955"/>
|
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>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="972"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Open the report file</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1062"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Checking is running.
|
|
|
|
|
2015-03-07 08:48:16 +01:00
|
|
|
Do you want to stop the checking and exit Cppcheck?</source>
|
2010-12-10 16:59:36 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2011-02-05 22:43:38 +01:00
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1137"/>
|
2011-02-05 22:43:38 +01:00
|
|
|
<source>XML files version 1 (*.xml)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1138"/>
|
|
|
|
<source>Deprecated XML format</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="mainwindow.cpp" line="1138"/>
|
|
|
|
<source>XML format 1 is deprecated and will be removed in cppcheck 1.81.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="mainwindow.cpp" line="1144"/>
|
2011-02-05 22:43:38 +01:00
|
|
|
<source>XML files version 2 (*.xml)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-12-10 16:59:36 +01:00
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1148"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Text files (*.txt)</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Text files (*.txt)</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1152"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>CSV files (*.csv)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1196"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Cppcheck - %1</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Cppcheck - %1</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1241"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1335"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Project files (*.cppcheck);;All files(*.*)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1243"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Select Project File</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1271"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1349"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
<source>Project:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1337"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Select Project Filename</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1374"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>No project file loaded</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2011-06-15 10:32:08 +02:00
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="mainwindow.cpp" line="1456"/>
|
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>
|
2013-03-01 19:11:27 +01:00
|
|
|
<message>
|
2014-05-10 12:06:48 +02:00
|
|
|
<location filename="main.cpp" line="100"/>
|
2013-03-01 19:11:27 +01:00
|
|
|
<source>Cppcheck GUI.
|
|
|
|
|
|
|
|
Syntax:
|
|
|
|
cppcheck-gui [OPTIONS] [files or paths]
|
|
|
|
|
|
|
|
Options:
|
2014-03-28 19:06:48 +01:00
|
|
|
-h, --help Print this help
|
|
|
|
-p <file> Open given project file and start checking it
|
|
|
|
-l <file> Open given results xml file
|
|
|
|
-d <directory> Specify the directory that was checked to generate the results xml specified with -l
|
|
|
|
-v, --version Show program version
|
|
|
|
--data-dir=<directory> Specify directory where GUI datafiles are located (translations, cfg)</source>
|
2013-03-01 19:11:27 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2014-05-10 12:06:48 +02:00
|
|
|
<location filename="main.cpp" line="113"/>
|
2013-03-01 19:11:27 +01:00
|
|
|
<source>Cppcheck GUI - Command line parameters</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-12-10 16:59:36 +01:00
|
|
|
</context>
|
2011-10-07 19:09:15 +02:00
|
|
|
<context>
|
|
|
|
<name>Platforms</name>
|
|
|
|
<message>
|
|
|
|
<location filename="platforms.cpp" line="37"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
<source>Native</source>
|
2011-10-07 19:09:15 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="platforms.cpp" line="38"/>
|
|
|
|
<source>Unix 32-bit</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Unix 32-bit</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="platforms.cpp" line="39"/>
|
|
|
|
<source>Unix 64-bit</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Unix 64-bit</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="platforms.cpp" line="40"/>
|
|
|
|
<source>Windows 32-bit ANSI</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Windows 32-bit ANSI</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="platforms.cpp" line="41"/>
|
|
|
|
<source>Windows 32-bit Unicode</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Windows 32-bit Unicode</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="platforms.cpp" line="42"/>
|
|
|
|
<source>Windows 64-bit</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Windows 64-bit</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
2010-12-10 16:59:36 +01:00
|
|
|
<context>
|
|
|
|
<name>Project</name>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="project.cpp" line="73"/>
|
|
|
|
<location filename="project.cpp" line="127"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Cppcheck</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Cppcheck</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="project.cpp" line="74"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Could not read the project file.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="project.cpp" line="128"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Could not write the project file.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>ProjectFile</name>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="14"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Project File</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="24"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Project</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="276"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>Defines must be separated by a semicolon ';'</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="32"/>
|
2011-08-22 21:21:42 +02:00
|
|
|
<source>Root:</source>
|
2010-12-10 16:59:36 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="62"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
<source>Libraries:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="71"/>
|
2014-08-02 11:09:16 +02:00
|
|
|
<source>Note: Put your own custom .cfg files in the same folder as the project file. You should see them above.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="95"/>
|
2016-10-08 18:05:11 +02:00
|
|
|
<source>Visual Studio</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="101"/>
|
2016-10-08 18:05:11 +02:00
|
|
|
<source>Visual Studio
|
|
|
|
|
|
|
|
Cppcheck can import visual studio solutions and projects.
|
|
|
|
|
|
|
|
Files to check, include paths, configurations, defines, platform settings are imported.
|
|
|
|
|
|
|
|
Library settings are not imported.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="119"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="166"/>
|
2016-10-08 18:05:11 +02:00
|
|
|
<source>...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="142"/>
|
2016-10-08 18:05:11 +02:00
|
|
|
<source>CMake</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="148"/>
|
2016-10-08 18:05:11 +02:00
|
|
|
<source>Compile database
|
|
|
|
|
|
|
|
Cppcheck can import files to analyse, include paths, defines from the compile database.
|
|
|
|
|
|
|
|
Platform settings are not provided in compile database and must be configured.
|
|
|
|
|
|
|
|
Library settings are not provided in compile database, be careful about this configuration also.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="189"/>
|
2016-10-08 18:05:11 +02:00
|
|
|
<source>Other</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="199"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="392"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Paths:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="226"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="320"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="406"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Add...</source>
|
2010-12-10 16:59:36 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="233"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="327"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="413"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Edit</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="240"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="334"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="420"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="483"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Remove</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="289"/>
|
2016-10-08 18:05:11 +02:00
|
|
|
<source>Include Paths:</source>
|
2011-02-26 12:23:06 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="354"/>
|
2011-08-22 21:21:42 +02:00
|
|
|
<source>Up</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="361"/>
|
2011-08-22 21:21:42 +02:00
|
|
|
<source>Down</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="386"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
<source>Exclude</source>
|
2011-03-20 15:22:44 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2014-01-04 10:20:45 +01:00
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="445"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
<source>Suppressions</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="451"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
<source>Suppression list:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="476"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
<source>Add</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-12-10 16:59:36 +01:00
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="266"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Defines:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>ProjectFileDialog</name>
|
|
|
|
<message>
|
2014-01-04 10:20:45 +01:00
|
|
|
<location filename="projectfiledialog.cpp" line="42"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Project file: %1</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="projectfiledialog.cpp" line="126"/>
|
|
|
|
<source>Compile Database</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.cpp" line="128"/>
|
|
|
|
<source>Compile database (compile_database.json)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.cpp" line="136"/>
|
|
|
|
<source>Visual Studio</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.cpp" line="138"/>
|
|
|
|
<source>Visual Studio Solution/Project (*.sln *.vcxproj)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.cpp" line="327"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Select include directory</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="projectfiledialog.cpp" line="350"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
<source>Select a directory to check</source>
|
|
|
|
<translation type="unfinished"></translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
2011-03-20 15:22:44 +01:00
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="projectfiledialog.cpp" line="390"/>
|
2011-03-20 15:22:44 +01:00
|
|
|
<source>Select directory to ignore</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2014-01-04 10:20:45 +01:00
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="projectfiledialog.cpp" line="449"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
<source>Add Suppression</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-10-08 18:05:11 +02:00
|
|
|
<location filename="projectfiledialog.cpp" line="450"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
<source>Select error id suppress:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-12-10 16:59:36 +01:00
|
|
|
</context>
|
2013-03-01 20:07:28 +01:00
|
|
|
<context>
|
|
|
|
<name>QDialogButtonBox</name>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="translationhandler.cpp" line="33"/>
|
2013-03-01 20:07:28 +01:00
|
|
|
<source>OK</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="translationhandler.cpp" line="34"/>
|
2013-03-01 20:07:28 +01:00
|
|
|
<source>Cancel</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="translationhandler.cpp" line="35"/>
|
2013-03-01 20:07:28 +01:00
|
|
|
<source>Close</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2013-03-01 21:07:34 +01:00
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="translationhandler.cpp" line="36"/>
|
2013-03-01 21:07:34 +01:00
|
|
|
<source>Save</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2013-03-01 20:07:28 +01:00
|
|
|
</context>
|
2010-12-10 16:59:36 +01:00
|
|
|
<context>
|
|
|
|
<name>QObject</name>
|
2011-02-26 12:23:06 +01:00
|
|
|
<message>
|
2016-06-05 10:55:55 +02:00
|
|
|
<location filename="translationhandler.cpp" line="103"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Unknown language specified!</source>
|
|
|
|
<translation type="unfinished"></translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-06-05 10:55:55 +02:00
|
|
|
<location filename="translationhandler.cpp" line="133"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Language file %1 not found!</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Could not find the file: %1!</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-06-05 10:55:55 +02:00
|
|
|
<location filename="translationhandler.cpp" line="139"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Failed to load translation for language %1 from file %2</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Failed to load translation for language %1 from file %2</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
</context>
|
2015-10-14 18:21:00 +02:00
|
|
|
<context>
|
|
|
|
<name>QPlatformTheme</name>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="translationhandler.cpp" line="38"/>
|
2015-10-14 18:21:00 +02:00
|
|
|
<source>OK</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="translationhandler.cpp" line="39"/>
|
2015-10-14 18:21:00 +02:00
|
|
|
<source>Cancel</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="translationhandler.cpp" line="40"/>
|
2015-10-14 18:21:00 +02:00
|
|
|
<source>Close</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="translationhandler.cpp" line="41"/>
|
2015-10-14 18:21:00 +02:00
|
|
|
<source>Save</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2010-12-10 16:59:36 +01:00
|
|
|
<context>
|
|
|
|
<name>ResultsTree</name>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="1162"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>File</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">File</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="1162"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Severity</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Severity</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="1162"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Line</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Line</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="1162"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Summary</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="resultstree.cpp" line="124"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Undefined file</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Undefined file</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="783"/>
|
2011-04-16 17:45:35 +02:00
|
|
|
<source>[Inconclusive]</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="resultstree.cpp" line="296"/>
|
2011-03-20 15:22:44 +01:00
|
|
|
<source>debug</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="576"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
<source>Recheck</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="577"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Copy filename</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Copy filename</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="578"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Copy full path</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Copy full path</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="579"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Copy message</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="580"/>
|
2012-11-03 21:42:59 +01:00
|
|
|
<source>Copy message id</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="581"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Hide</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="582"/>
|
2013-02-08 08:26:24 +01:00
|
|
|
<source>Hide all with id</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="583"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
<source>Open containing folder</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="643"/>
|
|
|
|
<location filename="resultstree.cpp" line="657"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Cppcheck</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Cppcheck</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="644"/>
|
2011-07-17 14:15:40 +02:00
|
|
|
<source>No editor application configured.
|
|
|
|
|
|
|
|
Configure the editor application for Cppcheck in preferences/Applications.</source>
|
|
|
|
<translation type="unfinished">You can open this error by specifying applications in program's settings.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="658"/>
|
2011-07-17 14:15:40 +02:00
|
|
|
<source>No default editor application selected.
|
|
|
|
|
|
|
|
Please select the default editor application in preferences/Applications.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="687"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Could not find the file!</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="733"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Could not start %1
|
|
|
|
|
|
|
|
Please check the application path and parameters are correct.</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Could not start %1
|
2010-12-10 16:59:36 +01:00
|
|
|
|
|
|
|
Please check the application path and parameters are correct.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="747"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Could not find file:
|
|
|
|
%1
|
|
|
|
Please select the directory where file is located.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="754"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Select Directory</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2012-10-27 12:28:47 +02:00
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="1162"/>
|
2012-10-27 12:28:47 +02:00
|
|
|
<source>Id</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-12-10 16:59:36 +01:00
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultstree.cpp" line="1162"/>
|
2015-11-14 10:55:48 +01:00
|
|
|
<source>Inconclusive</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="resultstree.cpp" line="278"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>style</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Style</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="resultstree.cpp" line="281"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>error</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Error</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="resultstree.cpp" line="284"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>warning</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="resultstree.cpp" line="287"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>performance</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-12-27 10:43:20 +01:00
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="resultstree.cpp" line="290"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>portability</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
<location filename="resultstree.cpp" line="293"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>information</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-12-10 16:59:36 +01:00
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>ResultsView</name>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultsview.cpp" line="187"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
<source>Print Report</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultsview.cpp" line="206"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
<source>No errors found, nothing to print.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultsview.cpp" line="244"/>
|
2011-08-03 09:58:03 +02:00
|
|
|
<source>%p% (%1 of %2 files checked)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultsview.cpp" line="257"/>
|
|
|
|
<location filename="resultsview.cpp" line="268"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Cppcheck</source>
|
|
|
|
<translation>Cppcheck</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultsview.cpp" line="258"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>No errors found.</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">No errors found.</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultsview.cpp" line="265"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Errors were found, but they are configured to be hidden.
|
|
|
|
To toggle what kind of errors are shown, open view menu.</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Errors were found, but they are configured to be hidden.
|
2010-12-10 16:59:36 +01:00
|
|
|
To toggle what kind of errors are shown, open view menu.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultsview.cpp" line="311"/>
|
|
|
|
<location filename="resultsview.cpp" line="329"/>
|
|
|
|
<location filename="resultsview.cpp" line="337"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Failed to read the report.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultsview.cpp" line="374"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Summary</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultsview.cpp" line="375"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Message</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2012-10-27 12:28:47 +02:00
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultsview.cpp" line="379"/>
|
2015-10-14 18:21:00 +02:00
|
|
|
<source>First included by</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultsview.cpp" line="382"/>
|
2012-10-27 12:28:47 +02:00
|
|
|
<source>Id</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-12-10 16:59:36 +01:00
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultsview.cpp" line="142"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>No errors found, nothing to save.</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">No errors found, nothing to save.</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="resultsview.cpp" line="169"/>
|
|
|
|
<location filename="resultsview.cpp" line="177"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Failed to save the report.</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Failed to save the report.</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="resultsview.ui" line="26"/>
|
|
|
|
<source>Results</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Results</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
</context>
|
2012-10-24 03:19:38 +02:00
|
|
|
<context>
|
|
|
|
<name>ScratchPad</name>
|
|
|
|
<message>
|
|
|
|
<location filename="scratchpad.ui" line="14"/>
|
|
|
|
<source>Scratchpad</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="scratchpad.ui" line="48"/>
|
|
|
|
<source>filename</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="scratchpad.ui" line="55"/>
|
|
|
|
<source>Check</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2010-12-10 16:59:36 +01:00
|
|
|
<context>
|
|
|
|
<name>Settings</name>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="14"/>
|
|
|
|
<source>Preferences</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Preferences</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="24"/>
|
|
|
|
<source>General</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">General</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settings.ui" line="190"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Include paths:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settings.ui" line="208"/>
|
|
|
|
<location filename="settings.ui" line="258"/>
|
2010-12-10 16:59:36 +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"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Number of threads: </source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Number of threads: </translation>
|
2010-12-10 16:59:36 +01: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>
|
|
|
|
<translation type="unfinished">Check all #ifdef configurations</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
<location filename="settings.ui" line="121"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Show full path of files</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Show full path of files</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
<location filename="settings.ui" line="128"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Show "No errors found" message when no errors found</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Show "No errors found" message when no errors found</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
<location filename="settings.ui" line="135"/>
|
2012-10-27 12:28:47 +02:00
|
|
|
<source>Display error Id in column "Id"</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="142"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Enable inline suppressions</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2015-11-14 10:55:48 +01:00
|
|
|
<location filename="settings.ui" line="149"/>
|
|
|
|
<source>Check for inconclusive errors also</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settings.ui" line="156"/>
|
|
|
|
<source>Show statistics on check completion</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="176"/>
|
2015-11-14 10:55:48 +01:00
|
|
|
<source>Show internal warnings in log</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settings.ui" line="184"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Paths</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settings.ui" line="215"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Edit</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settings.ui" line="222"/>
|
|
|
|
<location filename="settings.ui" line="272"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Remove</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settings.ui" line="247"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Applications</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Applications</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settings.ui" line="265"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Edit...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settings.ui" line="279"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Set as default</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-12-10 16:59:36 +01:00
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settings.ui" line="302"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Reports</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Reports</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settings.ui" line="308"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Save all errors when creating report</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Save all errors when creating report</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settings.ui" line="315"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Save full path to files in reports</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Save full path to files in reports</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
2011-04-16 17:45:35 +02:00
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settings.ui" line="336"/>
|
2015-11-14 10:55:48 +01:00
|
|
|
<source>Language</source>
|
2011-06-15 10:32:08 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-12-10 16:59:36 +01:00
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>SettingsDialog</name>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settingsdialog.cpp" line="83"/>
|
2011-01-10 13:12:40 +01:00
|
|
|
<source>N/A</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settingsdialog.cpp" line="205"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Add a new application</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Add a new application</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settingsdialog.cpp" line="238"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Modify an application</source>
|
2012-03-01 22:58:51 +01:00
|
|
|
<translation type="unfinished">Modify an application</translation>
|
2010-12-10 16:59:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settingsdialog.cpp" line="243"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
<source> [Default]</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settingsdialog.cpp" line="268"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>[Default]</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
<location filename="settingsdialog.cpp" line="324"/>
|
2010-12-10 16:59:36 +01:00
|
|
|
<source>Select include directory</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>StatsDialog</name>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="14"/>
|
|
|
|
<location filename="stats.ui" line="228"/>
|
2012-10-07 23:53:42 +02:00
|
|
|
<location filename="statsdialog.cpp" line="105"/>
|
2010-12-10 16:59:36 +01: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-12-10 16:59:36 +01: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-12-10 16:59:36 +01: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>
|
|
|
|
<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-10 16:59:36 +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-12-07 01:48:27 +01:00
|
|
|
<location filename="stats.ui" line="364"/>
|
2010-12-10 16:59:36 +01: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-12-10 16:59:36 +01: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-12-10 16:59:36 +01: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>
|
2013-03-01 19:11:27 +01:00
|
|
|
<context>
|
|
|
|
<name>TranslationHandler</name>
|
|
|
|
<message>
|
2016-06-05 10:55:55 +02:00
|
|
|
<location filename="translationhandler.cpp" line="145"/>
|
2013-03-01 19:11:27 +01:00
|
|
|
<source>Failed to change the user interface language:
|
|
|
|
|
|
|
|
%1
|
|
|
|
|
|
|
|
The user interface language has been reset to English. Open the Preferences-dialog to select any of the available languages.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-06-05 10:55:55 +02:00
|
|
|
<location filename="translationhandler.cpp" line="151"/>
|
2013-03-01 19:11:27 +01:00
|
|
|
<source>Cppcheck</source>
|
2013-06-30 13:54:15 +02:00
|
|
|
<translation>Cppcheck</translation>
|
2013-03-01 19:11:27 +01:00
|
|
|
</message>
|
|
|
|
</context>
|
2011-04-16 17:45:35 +02:00
|
|
|
<context>
|
|
|
|
<name>TxtReport</name>
|
|
|
|
<message>
|
2012-10-24 03:19:38 +02:00
|
|
|
<location filename="txtreport.cpp" line="73"/>
|
2011-04-16 17:45:35 +02:00
|
|
|
<source>inconclusive</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2010-12-10 16:59:36 +01:00
|
|
|
</TS>
|