2009-07-02 10:32:29 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!DOCTYPE TS>
|
2017-10-07 12:33:40 +02:00
|
|
|
<TS version="2.1" language="fi_FI">
|
2009-07-02 10:32:29 +02:00
|
|
|
<context>
|
2009-07-02 18:36:45 +02:00
|
|
|
<name>About</name>
|
2009-07-02 10:32:29 +02:00
|
|
|
<message>
|
2009-07-02 18:36:45 +02:00
|
|
|
<location filename="about.ui" line="14"/>
|
|
|
|
<source>About Cppcheck</source>
|
2009-07-02 10:32:29 +02:00
|
|
|
<translation>Tietoa ohjelmasta Cppcheck</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-12 13:22:56 +02:00
|
|
|
<location filename="about.ui" line="64"/>
|
2009-07-02 18:36:45 +02:00
|
|
|
<source>Version %1</source>
|
|
|
|
<translation>Versio %1</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-12 13:22:56 +02:00
|
|
|
<location filename="about.ui" line="71"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
|
|
|
<translation>Cppcheck - Työkalu C/C++ koodin staattiseen analysointiin.</translation>
|
|
|
|
</message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<message>
|
2009-07-12 13:22:56 +02:00
|
|
|
<location filename="about.ui" line="81"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
<source>Copyright © 2007-2018 Cppcheck team.</source>
|
2018-01-14 16:31:19 +01:00
|
|
|
<translation>Copyright (C) 2007-2018 Daniel Marjamäki ja cppcheck tiimi.</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-12 13:22:56 +02:00
|
|
|
<location filename="about.ui" line="91"/>
|
2009-07-02 18:36:45 +02:00
|
|
|
<source>This program is licensed under the terms
|
|
|
|
of the GNU General Public License version 3</source>
|
2010-12-10 16:59:36 +01:00
|
|
|
<translation>Tämä ohjelma on lisensoitu GNU General
|
2009-07-02 18:36:45 +02:00
|
|
|
Public lisenssin version 3 alaisuuteen</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-12 13:22:56 +02:00
|
|
|
<location filename="about.ui" line="102"/>
|
2009-07-02 17:56:18 +02:00
|
|
|
<source>Visit Cppcheck homepage at %1</source>
|
2009-07-02 18:36:45 +02:00
|
|
|
<translation>Cppcheckin kotisivu löytyy osoitteesta %1</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>ApplicationDialog</name>
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
<location filename="application.ui" line="23"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
<source>Add an application</source>
|
|
|
|
<translation>Lisää uusi ohjelma</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
<location filename="application.ui" line="41"/>
|
2011-04-02 11:36:37 +02:00
|
|
|
<source>Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.
|
2009-07-02 10:32:29 +02:00
|
|
|
|
2011-04-02 11:36:37 +02:00
|
|
|
The following texts in parameters are replaced with appropriate values when application is executed:
|
2009-07-02 10:32:29 +02:00
|
|
|
(file) - Filename containing the error
|
|
|
|
(line) - Line number containing the error
|
|
|
|
(message) - Error message
|
|
|
|
(severity) - Error severity
|
|
|
|
|
|
|
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
2011-04-06 08:12:09 +02:00
|
|
|
Executable: kate
|
|
|
|
Parameters: -l(line) (file)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
<location filename="application.ui" line="76"/>
|
|
|
|
<source>&Name:</source>
|
2010-11-26 22:22:14 +01:00
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</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-11-26 22:22:14 +01:00
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</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"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Browse</source>
|
|
|
|
<translation>Selaa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2013-03-01 16:10:44 +01:00
|
|
|
<location filename="applicationdialog.cpp" line="59"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Executable files (*.exe);;All files(*.*)</source>
|
|
|
|
<translation>Suoritettavat tiedostot (*.exe);;Kaikki tiedostot(*.*)</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2013-03-01 16:10:44 +01:00
|
|
|
<location filename="applicationdialog.cpp" line="62"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Select viewer application</source>
|
|
|
|
<translation>Valitse ohjelma jolla avata virhetiedosto</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2013-03-01 16:10:44 +01:00
|
|
|
<location filename="applicationdialog.cpp" line="77"/>
|
2009-07-02 10:32:29 +02: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>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>FileViewDialog</name>
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
<location filename="fileviewdialog.cpp" line="42"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Could not find the file: %1</source>
|
|
|
|
<oldsource>Could not find the file:
|
|
|
|
</oldsource>
|
|
|
|
<translation>Tiedostoa %1 ei löytynyt</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
<location filename="fileviewdialog.cpp" line="46"/>
|
|
|
|
<location filename="fileviewdialog.cpp" line="60"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Cppcheck</source>
|
|
|
|
<translation>Cppcheck</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
<location filename="fileviewdialog.cpp" line="56"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Could not read the file: %1</source>
|
|
|
|
<translation>Tiedoston %1 lukeminen epäonnistui</translation>
|
|
|
|
</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"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="librarydialog.cpp" line="154"/>
|
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>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="librarydialog.cpp" line="95"/>
|
|
|
|
<location filename="librarydialog.cpp" line="107"/>
|
|
|
|
<location filename="librarydialog.cpp" line="144"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
<source>Cppcheck</source>
|
|
|
|
<translation type="unfinished">Cppcheck</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="librarydialog.cpp" line="96"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
<source>Can not open file %1.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="librarydialog.cpp" line="108"/>
|
|
|
|
<source>Failed to load %1. %2.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="librarydialog.cpp" line="145"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
<source>Can not save file %1.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="librarydialog.cpp" line="157"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
<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"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="libraryeditargdialog.ui" line="203"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>Type</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="109"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="libraryeditargdialog.ui" line="214"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>None</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="114"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="libraryeditargdialog.ui" line="219"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>argvalue</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="119"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="libraryeditargdialog.ui" line="224"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>mul</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="libraryeditargdialog.ui" line="124"/>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="229"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>strlen</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="libraryeditargdialog.ui" line="132"/>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="237"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>Arg</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="libraryeditargdialog.ui" line="159"/>
|
|
|
|
<location filename="libraryeditargdialog.ui" line="264"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>Arg2</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="libraryeditargdialog.ui" line="194"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>and</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="libraryeditargdialog.ui" line="310"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
<source>Valid values</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2010-07-17 09:54:53 +02:00
|
|
|
<context>
|
|
|
|
<name>LogView</name>
|
|
|
|
<message>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Cppcheck</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
<translation type="obsolete">Cppcheck</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
</message>
|
2010-07-17 09:54:53 +02:00
|
|
|
</context>
|
2009-07-02 10:32:29 +02:00
|
|
|
<context>
|
|
|
|
<name>MainWindow</name>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="26"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="589"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="327"/>
|
|
|
|
<location filename="mainwindow.cpp" line="490"/>
|
|
|
|
<location filename="mainwindow.cpp" line="554"/>
|
|
|
|
<location filename="mainwindow.cpp" line="650"/>
|
|
|
|
<location filename="mainwindow.cpp" line="672"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1076"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1191"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1312"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1449"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1466"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1546"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1612"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Cppcheck</source>
|
|
|
|
<translation>Cppcheck</translation>
|
|
|
|
</message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<message>
|
|
|
|
<location filename="mainwindow.ui" line="131"/>
|
|
|
|
<source>A&nalyze</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="180"/>
|
2009-07-02 19:11:47 +02:00
|
|
|
<source>Standard</source>
|
|
|
|
<translation>Vakio</translation>
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="70"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&File</source>
|
|
|
|
<translation>&Tiedosto</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="89"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&View</source>
|
|
|
|
<translation>&Näytä</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="93"/>
|
2010-07-03 14:33:43 +02:00
|
|
|
<source>&Toolbars</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Check</source>
|
2017-07-30 11:29:06 +02:00
|
|
|
<translation type="obsolete">&Tarkista</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="135"/>
|
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"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
<source>&C standard</source>
|
|
|
|
<oldsource>C standard</oldsource>
|
2013-03-02 18:09:04 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
<location filename="mainwindow.ui" line="167"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Edit</source>
|
|
|
|
<translation>&Muokkaa</translation>
|
|
|
|
</message>
|
2011-06-15 10:32:08 +02:00
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="228"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&License...</source>
|
|
|
|
<translation>&Lisenssi...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="233"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>A&uthors...</source>
|
|
|
|
<translation>&Tekijät...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="242"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&About...</source>
|
|
|
|
<translation>&Tietoa ohjelmasta Cppcheck...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="247"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Files...</source>
|
|
|
|
<translation>&Tiedostot...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="250"/>
|
|
|
|
<location filename="mainwindow.ui" line="253"/>
|
2017-07-30 11:29:06 +02:00
|
|
|
<source>Analyze files</source>
|
|
|
|
<oldsource>Check files</oldsource>
|
2010-12-27 10:43:20 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="256"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Ctrl+F</source>
|
|
|
|
<translation>Ctrl+F</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="265"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Directory...</source>
|
|
|
|
<translation>&Hakemisto...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="268"/>
|
|
|
|
<location filename="mainwindow.ui" line="271"/>
|
2017-07-30 11:29:06 +02:00
|
|
|
<source>Analyze directory</source>
|
|
|
|
<oldsource>Check directory</oldsource>
|
2010-12-27 10:43:20 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="274"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Ctrl+D</source>
|
|
|
|
<translation>Ctrl+D</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<source>&Recheck files</source>
|
2015-11-14 10:55:48 +01:00
|
|
|
<translation type="obsolete">Tarkista tiedostot &uudelleen</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="286"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Ctrl+R</source>
|
|
|
|
<translation>Ctrl+R</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="304"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Stop</source>
|
|
|
|
<translation>&Pysäytä</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="307"/>
|
|
|
|
<location filename="mainwindow.ui" line="310"/>
|
2017-07-30 11:29:06 +02:00
|
|
|
<source>Stop analysis</source>
|
|
|
|
<oldsource>Stop checking</oldsource>
|
2010-12-27 10:43:20 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="313"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Esc</source>
|
|
|
|
<translation>Esc</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="322"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Save results to file...</source>
|
|
|
|
<translation>&Tallenna tulokset tiedostoon...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="325"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Ctrl+S</source>
|
|
|
|
<translation>Ctrl+S</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="330"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Quit</source>
|
|
|
|
<translation>&Lopeta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="339"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Clear results</source>
|
|
|
|
<translation>&Tyhjennä tulokset</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="348"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Preferences</source>
|
|
|
|
<translation>&Asetukset</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="381"/>
|
|
|
|
<location filename="mainwindow.ui" line="384"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Show errors</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="518"/>
|
|
|
|
<location filename="mainwindow.ui" line="521"/>
|
|
|
|
<source>Show warnings</source>
|
2010-11-26 22:22:14 +01:00
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="536"/>
|
|
|
|
<location filename="mainwindow.ui" line="539"/>
|
|
|
|
<source>Show performance warnings</source>
|
2010-11-26 22:22:14 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="547"/>
|
|
|
|
<source>Show &hidden</source>
|
2010-11-26 22:22:14 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="761"/>
|
|
|
|
<location filename="mainwindow.cpp" line="799"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
<source>Information</source>
|
2010-11-26 22:22:14 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="562"/>
|
|
|
|
<source>Show information messages</source>
|
2010-11-26 22:22:14 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="577"/>
|
|
|
|
<source>Show portability warnings</source>
|
2010-12-27 10:43:20 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="592"/>
|
|
|
|
<source>Show Cppcheck results</source>
|
2010-12-27 10:43:20 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="604"/>
|
|
|
|
<source>Clang</source>
|
2010-12-27 10:43:20 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="607"/>
|
|
|
|
<source>Show Clang results</source>
|
2010-12-27 10:43:20 +01:00
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="615"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
<source>&Filter</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="618"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
<source>Filter results</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="634"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
<source>Windows 32-bit ANSI</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="642"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
<source>Windows 32-bit Unicode</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="650"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
<source>Unix 32-bit</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="658"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
<source>Unix 64-bit</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="666"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
<source>Windows 64-bit</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="736"/>
|
|
|
|
<source>&Print...</source>
|
2011-10-07 19:09:15 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="739"/>
|
|
|
|
<source>Print the Current Report</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="744"/>
|
|
|
|
<source>Print Pre&view...</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="747"/>
|
|
|
|
<source>Open a Print Preview Dialog for the Current Results</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="755"/>
|
|
|
|
<source>Open library editor</source>
|
2013-03-02 18:09:04 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="389"/>
|
|
|
|
<source>&Check all</source>
|
|
|
|
<translation>&Valitse kaikki</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="mainwindow.ui" line="217"/>
|
|
|
|
<source>Filter</source>
|
2013-03-02 18:09:04 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="283"/>
|
|
|
|
<source>&Reanalyze modified files</source>
|
|
|
|
<oldsource>&Recheck modified files</oldsource>
|
2013-03-02 18:09:04 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="295"/>
|
|
|
|
<source>Reanal&yze all files</source>
|
2015-08-01 14:06:19 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="360"/>
|
|
|
|
<source>Style war&nings</source>
|
2015-08-01 14:06:19 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="378"/>
|
|
|
|
<source>E&rrors</source>
|
2015-08-01 14:06:19 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="394"/>
|
|
|
|
<source>&Uncheck all</source>
|
|
|
|
<translation>&Poista kaikista valinta</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="mainwindow.ui" line="399"/>
|
|
|
|
<source>Collapse &all</source>
|
|
|
|
<translation>&Pienennä kaikki</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="mainwindow.ui" line="404"/>
|
|
|
|
<source>&Expand all</source>
|
|
|
|
<translation>&Laajenna kaikki</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="mainwindow.ui" line="412"/>
|
|
|
|
<source>&Standard</source>
|
2015-08-01 14:06:19 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="415"/>
|
|
|
|
<source>Standard items</source>
|
2015-09-04 14:08:05 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="431"/>
|
|
|
|
<source>Toolbar</source>
|
2015-09-04 14:08:05 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="439"/>
|
|
|
|
<source>&Categories</source>
|
2015-10-14 14:31:52 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="442"/>
|
|
|
|
<source>Error categories</source>
|
2015-10-14 14:31:52 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="447"/>
|
|
|
|
<source>&Open XML...</source>
|
2015-10-14 14:31:52 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="456"/>
|
|
|
|
<source>Open P&roject File...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
2017-07-30 11:29:06 +02:00
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="465"/>
|
|
|
|
<source>Sh&ow Scratchpad...</source>
|
2017-07-30 11:29:06 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2011-07-20 12:38:23 +02:00
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="470"/>
|
|
|
|
<source>&New Project File...</source>
|
2011-07-20 12:38:23 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="475"/>
|
|
|
|
<source>&Log View</source>
|
2015-11-14 10:55:48 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="478"/>
|
|
|
|
<source>Log View</source>
|
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="486"/>
|
|
|
|
<source>C&lose Project File</source>
|
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="494"/>
|
|
|
|
<source>&Edit Project File...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="503"/>
|
|
|
|
<source>&Statistics</source>
|
2010-07-03 14:33:43 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="515"/>
|
|
|
|
<source>&Warnings</source>
|
2010-07-03 14:33:43 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="533"/>
|
|
|
|
<source>Per&formance warnings</source>
|
2010-07-03 14:33:43 +02:00
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="559"/>
|
|
|
|
<source>&Information</source>
|
2010-07-03 18:46:48 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="574"/>
|
|
|
|
<source>&Portability</source>
|
2010-07-03 18:46:48 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="674"/>
|
|
|
|
<source>P&latforms</source>
|
2010-07-11 15:33:49 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="688"/>
|
|
|
|
<source>C++&11</source>
|
2010-07-08 19:15:03 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="699"/>
|
|
|
|
<source>C&99</source>
|
2010-07-08 19:15:03 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="707"/>
|
|
|
|
<source>&Posix</source>
|
2010-07-17 09:54:53 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="715"/>
|
|
|
|
<source>C&11</source>
|
2010-07-17 09:54:53 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="723"/>
|
|
|
|
<source>&C89</source>
|
2010-09-05 11:47:10 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="731"/>
|
|
|
|
<source>&C++03</source>
|
2010-09-05 11:47:10 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="752"/>
|
|
|
|
<source>&Library Editor...</source>
|
2010-09-05 11:47:10 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="763"/>
|
|
|
|
<source>&Auto-detect language</source>
|
2010-02-23 16:52:37 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="771"/>
|
|
|
|
<source>&Enforce C++</source>
|
2010-07-03 18:46:48 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="779"/>
|
|
|
|
<source>E&nforce C</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="mainwindow.ui" line="790"/>
|
|
|
|
<source>C++14</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="mainwindow.ui" line="420"/>
|
|
|
|
<source>&Contents</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="mainwindow.ui" line="198"/>
|
|
|
|
<source>Categories</source>
|
2010-11-26 22:22:14 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="363"/>
|
|
|
|
<location filename="mainwindow.ui" line="366"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
<source>Show style warnings</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="423"/>
|
2010-02-23 16:52:37 +01:00
|
|
|
<source>Open the help contents</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="426"/>
|
2010-02-23 16:52:37 +01:00
|
|
|
<source>F1</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="mainwindow.ui" line="121"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Help</source>
|
|
|
|
<translation>&Ohje</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<source>Select directory to check</source>
|
2017-07-30 13:43:15 +02:00
|
|
|
<translation type="obsolete">Valitse tarkistettava hakemisto</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<source>No suitable files found to check!</source>
|
2017-07-30 13:43:15 +02:00
|
|
|
<translation type="obsolete">Tarkistettavaksi sopivia tiedostoja ei löytynyt!</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="85"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
<source>Quick Filter:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="572"/>
|
2016-10-08 18:05:11 +02:00
|
|
|
<source>C/C++ Source, Compile database, Visual Studio (%1 %2 *.sln *.vcxproj)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="621"/>
|
2016-10-08 18:05:11 +02:00
|
|
|
<source>Select configuration</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="651"/>
|
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>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="770"/>
|
2014-08-02 11:09:16 +02:00
|
|
|
<source>File not found</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="773"/>
|
2014-08-02 11:09:16 +02:00
|
|
|
<source>Bad XML</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="776"/>
|
2014-08-02 11:09:16 +02:00
|
|
|
<source>Missing attribute</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="779"/>
|
2014-08-02 11:09:16 +02:00
|
|
|
<source>Bad attribute value</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="799"/>
|
2014-08-02 11:09:16 +02:00
|
|
|
<source>Failed to load the selected library '%1'.
|
|
|
|
%2</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1233"/>
|
2009-07-02 18:46:26 +02:00
|
|
|
<source>License</source>
|
|
|
|
<translation>Lisenssi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1240"/>
|
2009-07-02 18:46:26 +02:00
|
|
|
<source>Authors</source>
|
|
|
|
<translation>Tekijät</translation>
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
<message>
|
2011-02-05 17:38:17 +01:00
|
|
|
<source>XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
|
|
|
<oldsource>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</oldsource>
|
2017-07-30 11:29:06 +02:00
|
|
|
<translation type="obsolete">XML-tiedostot (*.xml);;Tekstitiedostot (*.txt);;CSV-tiedostot (*.csv)</translation>
|
2009-07-06 11:30:49 +02:00
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1255"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Save the report file</source>
|
|
|
|
<translation>Tallenna raportti</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1092"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1262"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>XML files (*.xml)</source>
|
|
|
|
<translation>XML-tiedostot (*xml)</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="322"/>
|
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>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="555"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
<source>You must close the project file before selecting new files or directories!</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2013-01-07 12:22:26 +01:00
|
|
|
<source>Select files to check</source>
|
2017-07-30 13:43:15 +02:00
|
|
|
<translation type="obsolete">Valitse tarkistettavat tiedostot</translation>
|
2013-01-07 12:22:26 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="761"/>
|
2015-01-10 22:51:45 +01:00
|
|
|
<source>The library '%1' contains unknown elements:
|
|
|
|
%2</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="782"/>
|
2014-10-18 11:02:56 +02:00
|
|
|
<source>Unsupported format</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="785"/>
|
2015-01-10 22:51:45 +01:00
|
|
|
<source>Duplicate platform type</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="788"/>
|
2015-01-10 22:51:45 +01:00
|
|
|
<source>Platform type redefined</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="791"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
<source>Unknown element</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="794"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
<source>Unknown issue</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="895"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
<source>Error</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="895"/>
|
2017-05-13 11:15:49 +02: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. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1077"/>
|
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>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1094"/>
|
2010-07-11 18:43:31 +02:00
|
|
|
<source>Open the report file</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1266"/>
|
2009-07-06 11:30:49 +02:00
|
|
|
<source>Text files (*.txt)</source>
|
2009-08-09 22:11:13 +02:00
|
|
|
<translation>Tekstitiedostot (*.txt)</translation>
|
2009-07-06 11:30:49 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1270"/>
|
2010-01-17 19:41:26 +01:00
|
|
|
<source>CSV files (*.csv)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1314"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Cppcheck - %1</source>
|
|
|
|
<translation>Cppcheck - %1</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1361"/>
|
2010-07-08 19:15:03 +02:00
|
|
|
<source>Project files (*.cppcheck);;All files(*.*)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1363"/>
|
2010-07-08 19:15:03 +02:00
|
|
|
<source>Select Project File</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-07-12 19:31:37 +02:00
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="154"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1391"/>
|
|
|
|
<location filename="mainwindow.cpp" line="1515"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
<source>Project:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="491"/>
|
2017-07-30 13:43:15 +02:00
|
|
|
<source>No suitable files found to analyze!</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="570"/>
|
2017-07-30 13:43:15 +02:00
|
|
|
<source>Select files to analyze</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="584"/>
|
2017-07-30 13:43:15 +02:00
|
|
|
<source>Select directory to analyze</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="621"/>
|
2017-07-30 13:43:15 +02:00
|
|
|
<source>Select the configuration that will be analyzed</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="673"/>
|
2017-07-30 13:43:15 +02:00
|
|
|
<source>Found project files from the directory.
|
|
|
|
|
|
|
|
Do you want to proceed analysis without using any of these project files?</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1187"/>
|
2017-07-30 13:43:15 +02:00
|
|
|
<source>Analyzer is running.
|
|
|
|
|
|
|
|
Do you want to stop the analysis and exit Cppcheck?</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1253"/>
|
2017-07-30 11:29:06 +02:00
|
|
|
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1450"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
<source>Build dir '%1' does not exist, create it?</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1467"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
<source>Failed to import '%1', analysis is stopped</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1500"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
<source>Project files (*.cppcheck)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1502"/>
|
2010-07-12 19:31:37 +02:00
|
|
|
<source>Select Project Filename</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-09-05 11:47:10 +02:00
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1547"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
<source>No project file loaded</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2011-06-15 10:32:08 +02:00
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="mainwindow.cpp" line="1607"/>
|
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>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="main.cpp" line="105"/>
|
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
|
2017-05-13 11:15:49 +02:00
|
|
|
--data-dir=<directory> This option is for installation scripts so they can configure the directory where
|
|
|
|
datafiles are located (translations, cfg). The GUI is not started when this option
|
|
|
|
is used.</source>
|
|
|
|
<oldsource>Cppcheck GUI.
|
|
|
|
|
|
|
|
Syntax:
|
|
|
|
cppcheck-gui [OPTIONS] [files or paths]
|
|
|
|
|
|
|
|
Options:
|
|
|
|
-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)</oldsource>
|
2013-03-01 19:11:27 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="main.cpp" line="120"/>
|
2013-03-01 19:11:27 +01:00
|
|
|
<source>Cppcheck GUI - Command line parameters</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2009-07-04 11:06:31 +02: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>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="platforms.cpp" line="39"/>
|
|
|
|
<source>Unix 64-bit</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="platforms.cpp" line="40"/>
|
|
|
|
<source>Windows 32-bit ANSI</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="platforms.cpp" line="41"/>
|
|
|
|
<source>Windows 32-bit Unicode</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="platforms.cpp" line="42"/>
|
|
|
|
<source>Windows 64-bit</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2010-07-08 19:15:03 +02:00
|
|
|
<context>
|
2010-07-12 19:31:37 +02:00
|
|
|
<name>Project</name>
|
2010-07-08 19:15:03 +02:00
|
|
|
<message>
|
2010-07-12 19:31:37 +02:00
|
|
|
<source>Cppcheck</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
<translation type="obsolete">Cppcheck</translation>
|
2010-07-08 19:15:03 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
2010-07-12 19:31:37 +02:00
|
|
|
<name>ProjectFile</name>
|
2010-07-08 19:15:03 +02:00
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
<location filename="projectfiledialog.ui" line="14"/>
|
2010-07-12 19:31:37 +02:00
|
|
|
<source>Project File</source>
|
2010-07-08 19:15:03 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="273"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Project</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="24"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
<source>Paths and Defines</source>
|
2014-01-04 10:20:45 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="30"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
<source>Import Project (Visual studio / compile database)</source>
|
2016-10-08 18:05:11 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="163"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
<source>Defines must be separated by a semicolon ';'</source>
|
2016-10-08 18:05:11 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="331"/>
|
|
|
|
<source>Note: Put your own custom .cfg files in the same folder as the project file. You should see them above.</source>
|
2016-12-31 18:13:11 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="60"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="312"/>
|
|
|
|
<source>...</source>
|
2016-10-08 18:05:11 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="69"/>
|
|
|
|
<source><html><head/><body><p>You have a choice:</p><p> * Analyze all Debug and Release configurations</p><p> * Only analyze the first matching Debug configuration</p><p><br/></p></body></html></source>
|
2016-10-08 18:05:11 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="72"/>
|
|
|
|
<source>Analyze all Visual Studio configurations</source>
|
2016-10-08 18:05:11 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="86"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="364"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
<source>Paths:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="113"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="207"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="378"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Add...</source>
|
2010-11-26 22:22:14 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="120"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="214"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="385"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Edit</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="127"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="221"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="392"/>
|
|
|
|
<location filename="projectfiledialog.ui" line="455"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Remove</source>
|
2010-09-05 11:47:10 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="176"/>
|
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>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="241"/>
|
2011-08-22 21:21:42 +02:00
|
|
|
<source>Up</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="248"/>
|
2011-08-22 21:21:42 +02:00
|
|
|
<source>Down</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="279"/>
|
|
|
|
<source>Root path:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.ui" line="291"/>
|
|
|
|
<source>Warning tags (separated by semicolon)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.ui" line="303"/>
|
|
|
|
<source>Cppcheck build dir (whole program analysis, incremental analysis, statistics, etc)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.ui" line="322"/>
|
|
|
|
<source>Libraries</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.ui" line="358"/>
|
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>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="417"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
<source>Suppressions</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="423"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
<source>Suppression list:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="448"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
<source>Add</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2011-02-26 12:23:06 +01:00
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="projectfiledialog.ui" line="465"/>
|
|
|
|
<source>Addons</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.ui" line="471"/>
|
|
|
|
<source>Y2038</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.ui" line="478"/>
|
|
|
|
<source>Thread safety</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.ui" line="485"/>
|
|
|
|
<source>Coding standards</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.ui" line="492"/>
|
|
|
|
<source>Cert</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.ui" line="513"/>
|
|
|
|
<source>Extra Tools</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.ui" line="519"/>
|
|
|
|
<source>It is common best practice to use several tools.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.ui" line="526"/>
|
|
|
|
<source>Clang analyzer</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.ui" line="533"/>
|
|
|
|
<source>Clang-tidy</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.ui" line="153"/>
|
2010-07-12 19:31:37 +02:00
|
|
|
<source>Defines:</source>
|
2010-07-08 19:15:03 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-07-12 19:31:37 +02:00
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>ProjectFileDialog</name>
|
2010-07-08 19:15:03 +02:00
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="projectfiledialog.cpp" line="47"/>
|
2010-07-12 19:31:37 +02:00
|
|
|
<source>Project file: %1</source>
|
2010-07-08 19:15:03 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-11-26 22:22:14 +01:00
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="projectfiledialog.cpp" line="247"/>
|
2016-12-31 18:13:11 +01:00
|
|
|
<source>Select Cppcheck build dir</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="projectfiledialog.cpp" line="283"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
<source>Visual Studio (*.sln *.vcxproj);;Compile database (compile_commands.json)</source>
|
2016-10-08 18:05:11 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="projectfiledialog.cpp" line="497"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
<source>Select include directory</source>
|
2016-10-08 18:05:11 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="projectfiledialog.cpp" line="477"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
<source>Select a directory to check</source>
|
2010-11-26 22:22:14 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="projectfiledialog.cpp" line="172"/>
|
|
|
|
<source>Clang-tidy (not found)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.cpp" line="281"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
<source>Import Project</source>
|
2011-06-15 10:32:08 +02:00
|
|
|
<translation type="unfinished"></translation>
|
2010-11-26 22:22:14 +01:00
|
|
|
</message>
|
2011-03-20 15:22:44 +01:00
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="projectfiledialog.cpp" line="517"/>
|
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>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="projectfiledialog.cpp" line="571"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
<source>Add Suppression</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="projectfiledialog.cpp" line="572"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
<source>Select error id suppress:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-07-08 19:15:03 +02: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>
|
2009-07-04 11:06:31 +02: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>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2017-05-13 11:15:49 +02:00
|
|
|
<location filename="translationhandler.cpp" line="132"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
<source>Language file %1 not found!</source>
|
|
|
|
<oldsource>Language file %1.qm not found!</oldsource>
|
|
|
|
<translation>Käännöstiedostoa %1 ei löytynyt!</translation>
|
2009-07-03 13:18:35 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2017-05-13 11:15:49 +02:00
|
|
|
<location filename="translationhandler.cpp" line="138"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
<source>Failed to load translation for language %1 from file %2</source>
|
|
|
|
<oldsource>Failed to load translation for language %1 from file %2.qm</oldsource>
|
|
|
|
<translation>Käänöksen lataaminen kielelle %1 tiedostosta %2 epäonnistui</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<message>
|
|
|
|
<location filename="cppchecklibrarydata.cpp" line="33"/>
|
|
|
|
<source>line %1: Unhandled element %2</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="projectfiledialog.cpp" line="144"/>
|
|
|
|
<source> (Not found)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
</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>
|
2009-07-02 10:32:29 +02:00
|
|
|
<context>
|
|
|
|
<name>ResultsTree</name>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="1341"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>File</source>
|
|
|
|
<translation>Tiedosto</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="1341"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Severity</source>
|
|
|
|
<translation>Tyyppi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="1341"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Line</source>
|
|
|
|
<translation>Rivi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="1341"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
<source>Summary</source>
|
|
|
|
<translation type="unfinished"></translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="137"/>
|
2009-07-02 12:48:32 +02:00
|
|
|
<source>Undefined file</source>
|
|
|
|
<translation>Määrittelemätön tiedosto</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="841"/>
|
2011-04-16 17:45:35 +02:00
|
|
|
<source>[Inconclusive]</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="308"/>
|
2011-03-20 15:22:44 +01:00
|
|
|
<source>debug</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="245"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
<source>note</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="608"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
<source>Recheck</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="609"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Copy filename</source>
|
|
|
|
<translation>Kopioi tiedostonimi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="610"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Copy full path</source>
|
|
|
|
<translation>Kopioi tiedoston koko polku</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="611"/>
|
2010-01-17 19:41:26 +01:00
|
|
|
<source>Copy message</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="612"/>
|
2012-11-03 21:42:59 +01:00
|
|
|
<source>Copy message id</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="613"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
<source>Hide</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="614"/>
|
2013-02-08 08:26:24 +01:00
|
|
|
<source>Hide all with id</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="615"/>
|
|
|
|
<source>Suppress selected id(s)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="resultstree.cpp" line="616"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
<source>Open containing folder</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="656"/>
|
|
|
|
<location filename="resultstree.cpp" line="1341"/>
|
|
|
|
<source>Tag</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="resultstree.cpp" line="658"/>
|
|
|
|
<source>No tag</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="resultstree.cpp" line="701"/>
|
|
|
|
<location filename="resultstree.cpp" line="715"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Cppcheck</source>
|
|
|
|
<translation>Cppcheck</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="702"/>
|
2011-07-17 14:15:40 +02:00
|
|
|
<source>No editor application configured.
|
|
|
|
|
|
|
|
Configure the editor application for Cppcheck in preferences/Applications.</source>
|
|
|
|
<oldsource>Configure the text file viewer program in Cppcheck preferences/Applications.</oldsource>
|
|
|
|
<translation type="unfinished">Voit asetuksista määritellä muita ohjelmia joilla avata tämän virheen sisältävän tiedoston.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="716"/>
|
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>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="745"/>
|
2010-07-11 15:33:49 +02:00
|
|
|
<source>Could not find the file!</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="791"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Could not start %1
|
|
|
|
|
|
|
|
Please check the application path and parameters are correct.</source>
|
|
|
|
<translation>Ohjelman %1 käynnistäminen epäonnistui
|
|
|
|
|
|
|
|
Tarkista että ohjelman polku ja parametrit ovat oikeat.</translation>
|
|
|
|
</message>
|
2009-07-02 12:48:32 +02:00
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="805"/>
|
2010-07-11 15:33:49 +02:00
|
|
|
<source>Could not find file:
|
|
|
|
%1
|
|
|
|
Please select the directory where file is located.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="812"/>
|
2010-07-11 15:33:49 +02:00
|
|
|
<source>Select Directory</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2012-10-27 12:28:47 +02:00
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="1341"/>
|
2012-10-27 12:28:47 +02:00
|
|
|
<source>Id</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-07-11 15:33:49 +02:00
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="1341"/>
|
2015-11-14 10:55:48 +01:00
|
|
|
<source>Inconclusive</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="1341"/>
|
|
|
|
<source>Since date</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="resultstree.cpp" line="290"/>
|
2009-07-02 12:48:32 +02:00
|
|
|
<source>style</source>
|
|
|
|
<translation>Tyyli</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="293"/>
|
2009-07-02 12:48:32 +02:00
|
|
|
<source>error</source>
|
|
|
|
<translation>Yleinen</translation>
|
|
|
|
</message>
|
2010-11-26 22:22:14 +01:00
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="296"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
<source>warning</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="299"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
<source>performance</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-12-27 10:43:20 +01:00
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="302"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>portability</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="resultstree.cpp" line="305"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>information</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>ResultsView</name>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="resultsview.cpp" line="198"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
<source>Print Report</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="resultsview.cpp" line="217"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
<source>No errors found, nothing to print.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="resultsview.cpp" line="255"/>
|
2011-08-03 09:58:03 +02:00
|
|
|
<source>%p% (%1 of %2 files checked)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="resultsview.cpp" line="268"/>
|
|
|
|
<location filename="resultsview.cpp" line="279"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Cppcheck</source>
|
|
|
|
<translation>Cppcheck</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="resultsview.cpp" line="269"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>No errors found.</source>
|
|
|
|
<translation>Virheitä ei löytynyt.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="resultsview.cpp" line="276"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Errors were found, but they are configured to be hidden.
|
|
|
|
To toggle what kind of errors are shown, open view menu.</source>
|
|
|
|
<translation>Virheitä löytyi, mutta asetuksissa kyseiset virheet on määritelty piilotettavaksi.
|
|
|
|
Määrittääksesi minkä tyyppisiä virheitä näytetään, avaa näkymä valikko.</translation>
|
|
|
|
</message>
|
2009-08-01 08:42:52 +02:00
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="resultsview.cpp" line="322"/>
|
|
|
|
<location filename="resultsview.cpp" line="343"/>
|
|
|
|
<location filename="resultsview.cpp" line="351"/>
|
2010-07-11 15:33:49 +02:00
|
|
|
<source>Failed to read the report.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="resultsview.cpp" line="329"/>
|
2017-07-30 11:29:06 +02:00
|
|
|
<source>XML format version 1 is no longer supported.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="resultsview.cpp" line="388"/>
|
2010-12-07 17:24:45 +01:00
|
|
|
<source>Summary</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="resultsview.cpp" line="389"/>
|
2010-12-07 17:24:45 +01:00
|
|
|
<source>Message</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2012-10-27 12:28:47 +02:00
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="resultsview.cpp" line="393"/>
|
2015-10-14 18:21:00 +02:00
|
|
|
<source>First included by</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="resultsview.cpp" line="396"/>
|
2012-10-27 12:28:47 +02:00
|
|
|
<source>Id</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2010-12-07 17:24:45 +01:00
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="resultsview.cpp" line="443"/>
|
|
|
|
<source>Clear Log</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="resultsview.cpp" line="444"/>
|
|
|
|
<source>Copy this Log entry</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="resultsview.cpp" line="445"/>
|
|
|
|
<source>Copy complete Log</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="resultsview.cpp" line="156"/>
|
2009-08-01 08:42:52 +02:00
|
|
|
<source>No errors found, nothing to save.</source>
|
2009-08-09 22:11:13 +02:00
|
|
|
<translation>Virheitä ei löytynyt, ei mitään tallennettavaa.</translation>
|
2009-08-01 08:42:52 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
<location filename="resultsview.cpp" line="180"/>
|
|
|
|
<location filename="resultsview.cpp" line="188"/>
|
2009-08-01 08:42:52 +02:00
|
|
|
<source>Failed to save the report.</source>
|
2009-08-09 22:11:13 +02:00
|
|
|
<translation>Raportin tallentaminen epäonnistui.</translation>
|
2009-08-01 08:42:52 +02:00
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
<message>
|
|
|
|
<location filename="resultsview.ui" line="26"/>
|
|
|
|
<source>Results</source>
|
|
|
|
<translation>Tulokset</translation>
|
|
|
|
</message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<message>
|
|
|
|
<location filename="resultsview.ui" line="82"/>
|
|
|
|
<source>Analysis Log</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="resultsview.ui" line="104"/>
|
|
|
|
<source>Warning Details</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
</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>
|
2009-07-02 13:12:22 +02:00
|
|
|
<context>
|
|
|
|
<name>Settings</name>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="14"/>
|
2009-08-01 17:28:21 +02:00
|
|
|
<source>Preferences</source>
|
2009-08-09 22:11:13 +02:00
|
|
|
<translation>Asetukset</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="24"/>
|
|
|
|
<source>General</source>
|
|
|
|
<translation>Yleiset</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settings.ui" line="195"/>
|
2010-11-26 22:22:14 +01:00
|
|
|
<source>Add...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
<location filename="settings.ui" line="41"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
<source>Number of threads: </source>
|
|
|
|
<translation>Säikeiden lukumäärä: </translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
<location filename="settings.ui" line="85"/>
|
2011-01-10 13:12:40 +01:00
|
|
|
<source>Ideal count:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
<location filename="settings.ui" line="114"/>
|
2011-01-31 10:20:03 +01:00
|
|
|
<source>Force checking all #ifdef configurations</source>
|
|
|
|
<oldsource>Check all #ifdef configurations</oldsource>
|
|
|
|
<translation type="unfinished">Tarkista kaikki #ifdef kombinaatiot</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
<location filename="settings.ui" line="121"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
<source>Show full path of files</source>
|
|
|
|
<translation>Näytä tiedostojen täysi polku</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
<location filename="settings.ui" line="128"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
<source>Show "No errors found" message when no errors found</source>
|
|
|
|
<translation>Näytä "virheitä ei löytynyt"-viesti jos virheitä ei löydy</translation>
|
|
|
|
</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>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settings.ui" line="287"/>
|
|
|
|
<source>Addons</source>
|
2011-02-26 12:23:06 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settings.ui" line="293"/>
|
|
|
|
<source>Python binary (leave this empty to use python in the PATH)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="302"/>
|
|
|
|
<location filename="settings.ui" line="345"/>
|
|
|
|
<source>...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="326"/>
|
|
|
|
<source>Clang</source>
|
2011-02-26 12:23:06 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settings.ui" line="332"/>
|
|
|
|
<source>Clang path (leave empty to use system PATH)</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="355"/>
|
|
|
|
<source>Visual Studio headers</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="361"/>
|
|
|
|
<source><html><head/><body><p>Paths to Visual Studio headers, separated by semicolon ';'.</p><p>You can open a Visual Studio command prompt, write &quot;SET INCLUDE&quot;. Then copy/paste the paths.</p></body></html></source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="209"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Remove</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settings.ui" line="184"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
<source>Applications</source>
|
|
|
|
<translation>Ohjelmat</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settings.ui" line="202"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Edit...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settings.ui" line="216"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>Set as default</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2009-07-02 13:12:22 +02:00
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settings.ui" line="239"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
<source>Reports</source>
|
|
|
|
<translation>Raportit</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settings.ui" line="245"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
<source>Save all errors when creating report</source>
|
|
|
|
<translation>Tallenna kaikki virheet raporttia luodessa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settings.ui" line="252"/>
|
2009-07-02 13:12:22 +02:00
|
|
|
<source>Save full path to files in reports</source>
|
|
|
|
<translation>Tallenna tiedostojen koko polku raportteihin</translation>
|
|
|
|
</message>
|
2011-04-16 17:45:35 +02:00
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settings.ui" line="273"/>
|
2015-11-14 10:55:48 +01:00
|
|
|
<source>Language</source>
|
2011-06-15 10:32:08 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2009-07-02 13:12:22 +02:00
|
|
|
</context>
|
2009-07-02 10:32:29 +02:00
|
|
|
<context>
|
|
|
|
<name>SettingsDialog</name>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settingsdialog.cpp" line="88"/>
|
2011-01-10 13:12:40 +01:00
|
|
|
<source>N/A</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settingsdialog.cpp" line="186"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Add a new application</source>
|
|
|
|
<translation>Lisää uusi ohjelma</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settingsdialog.cpp" line="219"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Modify an application</source>
|
|
|
|
<translation>Muokkaa ohjelmaa</translation>
|
|
|
|
</message>
|
2010-11-26 22:22:14 +01:00
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settingsdialog.cpp" line="224"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
<source> [Default]</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settingsdialog.cpp" line="249"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
<source>[Default]</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="settingsdialog.cpp" line="304"/>
|
|
|
|
<source>Select python binary</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settingsdialog.cpp" line="312"/>
|
|
|
|
<source>Select clang path</source>
|
2010-11-26 22:22:14 +01:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
</context>
|
2010-09-05 11:47:10 +02:00
|
|
|
<context>
|
|
|
|
<name>StatsDialog</name>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="14"/>
|
2010-12-07 17:24:45 +01:00
|
|
|
<location filename="stats.ui" line="228"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="135"/>
|
|
|
|
<location filename="statsdialog.cpp" line="181"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
<source>Statistics</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="27"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="173"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
<source>Project</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="33"/>
|
|
|
|
<source>Project:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="53"/>
|
|
|
|
<source>Paths:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="85"/>
|
|
|
|
<source>Include paths:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="108"/>
|
|
|
|
<source>Defines:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="145"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="177"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
<source>Previous Scan</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="151"/>
|
|
|
|
<source>Path Selected:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="161"/>
|
|
|
|
<source>Number of Files Scanned:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="181"/>
|
|
|
|
<source>Scan Duration:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2010-12-07 17:24:45 +01:00
|
|
|
<location filename="stats.ui" line="236"/>
|
|
|
|
<source>Errors:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="254"/>
|
|
|
|
<source>Warnings:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="272"/>
|
|
|
|
<source>Stylistic warnings:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="290"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Portability warnings:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="308"/>
|
2010-12-07 17:24:45 +01:00
|
|
|
<source>Performance issues:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="326"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>Information messages:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="stats.ui" line="343"/>
|
|
|
|
<source>History</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="349"/>
|
|
|
|
<source>File:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="stats.ui" line="387"/>
|
2010-09-05 11:47:10 +02:00
|
|
|
<source>Copy to Clipboard</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="stats.ui" line="394"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
<source>Pdf Export</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="111"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>1 day</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="111"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>%1 days</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="113"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>1 hour</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="113"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>%1 hours</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="115"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>1 minute</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="115"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>%1 minutes</source>
|
2010-09-05 11:47:10 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="117"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>1 second</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="117"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>%1 seconds</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="121"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source>0.%1 seconds</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="123"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
<source> and </source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="150"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
<source>Export PDF</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="172"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
<source>Project Settings</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="174"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
<source>Paths</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="175"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
<source>Include paths</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="176"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
<source>Defines</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="178"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
<source>Path selected</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="179"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
<source>Number of files scanned</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="180"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
<source>Scan duration</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="137"/>
|
|
|
|
<location filename="statsdialog.cpp" line="182"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
<source>Errors</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="64"/>
|
|
|
|
<source>File: </source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="statsdialog.cpp" line="64"/>
|
|
|
|
<source>No cppcheck build dir</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="statsdialog.cpp" line="139"/>
|
|
|
|
<location filename="statsdialog.cpp" line="183"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
<source>Warnings</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="141"/>
|
|
|
|
<location filename="statsdialog.cpp" line="184"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
<source>Style warnings</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="143"/>
|
|
|
|
<location filename="statsdialog.cpp" line="185"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
<source>Portability warnings</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="145"/>
|
|
|
|
<location filename="statsdialog.cpp" line="186"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
<source>Performance warnings</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
<location filename="statsdialog.cpp" line="147"/>
|
|
|
|
<location filename="statsdialog.cpp" line="187"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
<source>Information messages</source>
|
2010-09-05 11:47:10 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2011-08-03 09:58:03 +02:00
|
|
|
<context>
|
|
|
|
<name>ThreadResult</name>
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
<location filename="threadresult.cpp" line="54"/>
|
2011-08-03 09:58:03 +02:00
|
|
|
<source>%1 of %2 files checked</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2013-03-01 19:11:27 +01:00
|
|
|
<context>
|
|
|
|
<name>TranslationHandler</name>
|
|
|
|
<message>
|
2017-05-13 11:15:49 +02:00
|
|
|
<location filename="translationhandler.cpp" line="144"/>
|
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>
|
2017-05-13 11:15:49 +02:00
|
|
|
<location filename="translationhandler.cpp" line="150"/>
|
2013-03-01 19:11:27 +01:00
|
|
|
<source>Cppcheck</source>
|
|
|
|
<translation type="unfinished">Cppcheck</translation>
|
|
|
|
</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>
|
2009-07-02 10:32:29 +02:00
|
|
|
</TS>
|