Gui: Update year in about dialog to 2010.
This commit is contained in:
parent
5a6b7871ba
commit
2581c9fa9f
|
@ -78,7 +78,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="mCopyright">
|
<widget class="QLabel" name="mCopyright">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</string>
|
<string>Copyright (C) 2007-2010 Daniel Marjamäki and cppcheck team.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="wordWrap">
|
<property name="wordWrap">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
|
@ -18,9 +18,10 @@
|
||||||
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message utf8="true">
|
||||||
<location filename="about.ui" line="81"/>
|
<location filename="about.ui" line="81"/>
|
||||||
<source>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</source>
|
<source>Copyright (C) 2007-2010 Daniel Marjamäki and cppcheck team.</source>
|
||||||
|
<oldsource>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -47,7 +48,7 @@ of the GNU General Public License version 3</source>
|
||||||
<source>Here you can add applications that can open error files.
|
<source>Here you can add applications that can open error files.
|
||||||
Specify a name for the application and the application to execute.
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
The following texts are replaced with appriproate values when application is executed:
|
The following texts are replaced with appropriate values when application is executed:
|
||||||
(file) - Filename containing the error
|
(file) - Filename containing the error
|
||||||
(line) - Line number containing the error
|
(line) - Line number containing the error
|
||||||
(message) - Error message
|
(message) - Error message
|
||||||
|
@ -55,6 +56,17 @@ The following texts are replaced with appriproate values when application is exe
|
||||||
|
|
||||||
Example opening a file with Kate and make Kate scroll to the correct line:
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
||||||
kate -l(line) (file)</source>
|
kate -l(line) (file)</source>
|
||||||
|
<oldsource>Here you can add applications that can open error files.
|
||||||
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
|
The following texts are replaced with appriproate values when application is executed:
|
||||||
|
(file) - Filename containing the error
|
||||||
|
(line) - Line number containing the error
|
||||||
|
(message) - Error message
|
||||||
|
(severity) - Error severity
|
||||||
|
|
||||||
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
||||||
|
kate -l(line) (file)</oldsource>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -116,10 +128,10 @@ kate -l(line) (file)</source>
|
||||||
<name>MainWindow</name>
|
<name>MainWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="main.ui" line="26"/>
|
<location filename="main.ui" line="26"/>
|
||||||
<location filename="mainwindow.cpp" line="220"/>
|
<location filename="mainwindow.cpp" line="221"/>
|
||||||
<location filename="mainwindow.cpp" line="471"/>
|
<location filename="mainwindow.cpp" line="491"/>
|
||||||
<location filename="mainwindow.cpp" line="574"/>
|
<location filename="mainwindow.cpp" line="596"/>
|
||||||
<location filename="mainwindow.cpp" line="592"/>
|
<location filename="mainwindow.cpp" line="614"/>
|
||||||
<source>Cppcheck</source>
|
<source>Cppcheck</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -289,64 +301,69 @@ kate -l(line) (file)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="254"/>
|
<location filename="mainwindow.cpp" line="255"/>
|
||||||
<source>Select files to check</source>
|
<source>Select files to check</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="263"/>
|
<location filename="mainwindow.cpp" line="269"/>
|
||||||
<source>Select directory to check</source>
|
<source>Select directory to check</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="221"/>
|
<location filename="mainwindow.cpp" line="222"/>
|
||||||
<source>No suitable files found to check!</source>
|
<source>No suitable files found to check!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="467"/>
|
<location filename="mainwindow.cpp" line="487"/>
|
||||||
<source>Cannot exit while checking.
|
<source>Cannot exit while checking.
|
||||||
|
|
||||||
Stop the checking before exiting.</source>
|
Stop the checking before exiting.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="513"/>
|
<location filename="mainwindow.cpp" line="526"/>
|
||||||
<source>License</source>
|
<source>License</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="520"/>
|
<location filename="mainwindow.cpp" line="533"/>
|
||||||
<source>Authors</source>
|
<source>Authors</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="528"/>
|
<location filename="mainwindow.cpp" line="541"/>
|
||||||
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="530"/>
|
<location filename="mainwindow.cpp" line="543"/>
|
||||||
<source>Save the report file</source>
|
<source>Save the report file</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="538"/>
|
<location filename="mainwindow.cpp" line="551"/>
|
||||||
<source>XML files (*.xml)</source>
|
<source>XML files (*.xml)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="544"/>
|
<location filename="mainwindow.cpp" line="557"/>
|
||||||
<source>Text files (*.txt)</source>
|
<source>Text files (*.txt)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="576"/>
|
<location filename="mainwindow.cpp" line="563"/>
|
||||||
|
<source>CSV files (*.csv)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="mainwindow.cpp" line="598"/>
|
||||||
<source>Cppcheck - %1</source>
|
<source>Cppcheck - %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="593"/>
|
<location filename="mainwindow.cpp" line="615"/>
|
||||||
<source>Failed to change the language:
|
<source>Failed to change the language:
|
||||||
|
|
||||||
%1
|
%1
|
||||||
|
@ -358,7 +375,7 @@ Stop the checking before exiting.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="32"/>
|
<location filename="translationhandler.cpp" line="33"/>
|
||||||
<source>Finnish</source>
|
<source>Finnish</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -368,22 +385,27 @@ Stop the checking before exiting.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="33"/>
|
<location filename="translationhandler.cpp" line="32"/>
|
||||||
<source>Swedish</source>
|
<source>Dutch</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="34"/>
|
<location filename="translationhandler.cpp" line="34"/>
|
||||||
<source>German</source>
|
<source>Swedish</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="35"/>
|
<location filename="translationhandler.cpp" line="35"/>
|
||||||
<source>Russian</source>
|
<source>German</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="36"/>
|
<location filename="translationhandler.cpp" line="36"/>
|
||||||
|
<source>Russian</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="translationhandler.cpp" line="37"/>
|
||||||
<source>Polish</source>
|
<source>Polish</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -391,18 +413,18 @@ Stop the checking before exiting.</source>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="90"/>
|
<location filename="translationhandler.cpp" line="92"/>
|
||||||
<source>Incorrect language specified!</source>
|
<source>Incorrect language specified!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="100"/>
|
<location filename="translationhandler.cpp" line="102"/>
|
||||||
<source>Language file %1 not found!</source>
|
<source>Language file %1 not found!</source>
|
||||||
<oldsource>Language file %1.qm not found!</oldsource>
|
<oldsource>Language file %1.qm not found!</oldsource>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="106"/>
|
<location filename="translationhandler.cpp" line="108"/>
|
||||||
<source>Failed to load translation for language %1 from file %2</source>
|
<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>
|
<oldsource>Failed to load translation for language %1 from file %2.qm</oldsource>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
|
@ -411,79 +433,84 @@ Stop the checking before exiting.</source>
|
||||||
<context>
|
<context>
|
||||||
<name>ResultsTree</name>
|
<name>ResultsTree</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>File</source>
|
<source>File</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Severity</source>
|
<source>Severity</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Line</source>
|
<source>Line</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Message</source>
|
<source>Message</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="85"/>
|
<location filename="resultstree.cpp" line="88"/>
|
||||||
<source>Undefined file</source>
|
<source>Undefined file</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="388"/>
|
<location filename="resultstree.cpp" line="423"/>
|
||||||
<source>Copy filename</source>
|
<source>Copy filename</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="389"/>
|
<location filename="resultstree.cpp" line="424"/>
|
||||||
<source>Copy full path</source>
|
<source>Copy full path</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="425"/>
|
<location filename="resultstree.cpp" line="425"/>
|
||||||
|
<source>Copy message</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="resultstree.cpp" line="463"/>
|
||||||
<source>Cppcheck</source>
|
<source>Cppcheck</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="426"/>
|
<location filename="resultstree.cpp" line="464"/>
|
||||||
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
||||||
<oldsource>You can open this error by specifying applications in program's settings.</oldsource>
|
<oldsource>You can open this error by specifying applications in program's settings.</oldsource>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="471"/>
|
<location filename="resultstree.cpp" line="501"/>
|
||||||
<source>Could not start %1
|
<source>Could not start %1
|
||||||
|
|
||||||
Please check the application path and parameters are correct.</source>
|
Please check the application path and parameters are correct.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="613"/>
|
<location filename="resultstree.cpp" line="665"/>
|
||||||
<source>possible error</source>
|
<source>possible error</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="617"/>
|
<location filename="resultstree.cpp" line="669"/>
|
||||||
<source>style</source>
|
<source>style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="621"/>
|
<location filename="resultstree.cpp" line="673"/>
|
||||||
<source>possible style</source>
|
<source>possible style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="625"/>
|
<location filename="resultstree.cpp" line="677"/>
|
||||||
<source>error</source>
|
<source>error</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -18,10 +18,11 @@
|
||||||
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
||||||
<translation>Cppcheck - A tool for static C/C++ code analysis.</translation>
|
<translation>Cppcheck - A tool for static C/C++ code analysis.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message utf8="true">
|
||||||
<location filename="about.ui" line="81"/>
|
<location filename="about.ui" line="81"/>
|
||||||
<source>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</source>
|
<source>Copyright (C) 2007-2010 Daniel Marjamäki and cppcheck team.</source>
|
||||||
<translation>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</translation>
|
<oldsource>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||||
|
<translation type="unfinished">Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="about.ui" line="91"/>
|
<location filename="about.ui" line="91"/>
|
||||||
|
@ -48,7 +49,7 @@ of the GNU General Public License version 3</translation>
|
||||||
<source>Here you can add applications that can open error files.
|
<source>Here you can add applications that can open error files.
|
||||||
Specify a name for the application and the application to execute.
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
The following texts are replaced with appriproate values when application is executed:
|
The following texts are replaced with appropriate values when application is executed:
|
||||||
(file) - Filename containing the error
|
(file) - Filename containing the error
|
||||||
(line) - Line number containing the error
|
(line) - Line number containing the error
|
||||||
(message) - Error message
|
(message) - Error message
|
||||||
|
@ -56,7 +57,18 @@ The following texts are replaced with appriproate values when application is exe
|
||||||
|
|
||||||
Example opening a file with Kate and make Kate scroll to the correct line:
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
||||||
kate -l(line) (file)</source>
|
kate -l(line) (file)</source>
|
||||||
<translation>Here you can add applications that can open error files.
|
<oldsource>Here you can add applications that can open error files.
|
||||||
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
|
The following texts are replaced with appriproate values when application is executed:
|
||||||
|
(file) - Filename containing the error
|
||||||
|
(line) - Line number containing the error
|
||||||
|
(message) - Error message
|
||||||
|
(severity) - Error severity
|
||||||
|
|
||||||
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
||||||
|
kate -l(line) (file)</oldsource>
|
||||||
|
<translation type="unfinished">Here you can add applications that can open error files.
|
||||||
Specify a name for the application and the application to execute.
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
The following texts are replaced with appriproate values when application is executed:
|
The following texts are replaced with appriproate values when application is executed:
|
||||||
|
@ -129,10 +141,10 @@ kate -l(line) (file)</translation>
|
||||||
<name>MainWindow</name>
|
<name>MainWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="main.ui" line="26"/>
|
<location filename="main.ui" line="26"/>
|
||||||
<location filename="mainwindow.cpp" line="220"/>
|
<location filename="mainwindow.cpp" line="221"/>
|
||||||
<location filename="mainwindow.cpp" line="471"/>
|
<location filename="mainwindow.cpp" line="491"/>
|
||||||
<location filename="mainwindow.cpp" line="574"/>
|
<location filename="mainwindow.cpp" line="596"/>
|
||||||
<location filename="mainwindow.cpp" line="592"/>
|
<location filename="mainwindow.cpp" line="614"/>
|
||||||
<source>Cppcheck</source>
|
<source>Cppcheck</source>
|
||||||
<translation>Cppcheck</translation>
|
<translation>Cppcheck</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -302,22 +314,22 @@ kate -l(line) (file)</translation>
|
||||||
<translation>&Help</translation>
|
<translation>&Help</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="254"/>
|
<location filename="mainwindow.cpp" line="255"/>
|
||||||
<source>Select files to check</source>
|
<source>Select files to check</source>
|
||||||
<translation>Select files to check</translation>
|
<translation>Select files to check</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="263"/>
|
<location filename="mainwindow.cpp" line="269"/>
|
||||||
<source>Select directory to check</source>
|
<source>Select directory to check</source>
|
||||||
<translation>Select directory to check</translation>
|
<translation>Select directory to check</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="221"/>
|
<location filename="mainwindow.cpp" line="222"/>
|
||||||
<source>No suitable files found to check!</source>
|
<source>No suitable files found to check!</source>
|
||||||
<translation>No suitable files found to check!</translation>
|
<translation>No suitable files found to check!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="467"/>
|
<location filename="mainwindow.cpp" line="487"/>
|
||||||
<source>Cannot exit while checking.
|
<source>Cannot exit while checking.
|
||||||
|
|
||||||
Stop the checking before exiting.</source>
|
Stop the checking before exiting.</source>
|
||||||
|
@ -326,42 +338,47 @@ Stop the checking before exiting.</source>
|
||||||
Stop the checking before exiting.</translation>
|
Stop the checking before exiting.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="513"/>
|
<location filename="mainwindow.cpp" line="526"/>
|
||||||
<source>License</source>
|
<source>License</source>
|
||||||
<translation>License</translation>
|
<translation>License</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="520"/>
|
<location filename="mainwindow.cpp" line="533"/>
|
||||||
<source>Authors</source>
|
<source>Authors</source>
|
||||||
<translation>Authors</translation>
|
<translation>Authors</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="528"/>
|
<location filename="mainwindow.cpp" line="541"/>
|
||||||
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
||||||
<translation>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</translation>
|
<translation>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="530"/>
|
<location filename="mainwindow.cpp" line="543"/>
|
||||||
<source>Save the report file</source>
|
<source>Save the report file</source>
|
||||||
<translation>Save the report file</translation>
|
<translation>Save the report file</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="538"/>
|
<location filename="mainwindow.cpp" line="551"/>
|
||||||
<source>XML files (*.xml)</source>
|
<source>XML files (*.xml)</source>
|
||||||
<translation>XML files (*.xml)</translation>
|
<translation>XML files (*.xml)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="544"/>
|
<location filename="mainwindow.cpp" line="557"/>
|
||||||
<source>Text files (*.txt)</source>
|
<source>Text files (*.txt)</source>
|
||||||
<translation>Text files (*.txt)</translation>
|
<translation>Text files (*.txt)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="576"/>
|
<location filename="mainwindow.cpp" line="563"/>
|
||||||
|
<source>CSV files (*.csv)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="mainwindow.cpp" line="598"/>
|
||||||
<source>Cppcheck - %1</source>
|
<source>Cppcheck - %1</source>
|
||||||
<translation>Cppcheck - %1</translation>
|
<translation>Cppcheck - %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="593"/>
|
<location filename="mainwindow.cpp" line="615"/>
|
||||||
<source>Failed to change the language:
|
<source>Failed to change the language:
|
||||||
|
|
||||||
%1
|
%1
|
||||||
|
@ -375,7 +392,7 @@ Stop the checking before exiting.</translation>
|
||||||
%1</translation>
|
%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="32"/>
|
<location filename="translationhandler.cpp" line="33"/>
|
||||||
<source>Finnish</source>
|
<source>Finnish</source>
|
||||||
<translation>Finnish</translation>
|
<translation>Finnish</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -385,22 +402,27 @@ Stop the checking before exiting.</translation>
|
||||||
<translation>English</translation>
|
<translation>English</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="33"/>
|
<location filename="translationhandler.cpp" line="32"/>
|
||||||
|
<source>Dutch</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="translationhandler.cpp" line="34"/>
|
||||||
<source>Swedish</source>
|
<source>Swedish</source>
|
||||||
<translation>Swedish</translation>
|
<translation>Swedish</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="34"/>
|
<location filename="translationhandler.cpp" line="35"/>
|
||||||
<source>German</source>
|
<source>German</source>
|
||||||
<translation>German</translation>
|
<translation>German</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="35"/>
|
<location filename="translationhandler.cpp" line="36"/>
|
||||||
<source>Russian</source>
|
<source>Russian</source>
|
||||||
<translation>Russian</translation>
|
<translation>Russian</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="36"/>
|
<location filename="translationhandler.cpp" line="37"/>
|
||||||
<source>Polish</source>
|
<source>Polish</source>
|
||||||
<translation>Polish</translation>
|
<translation>Polish</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -408,18 +430,18 @@ Stop the checking before exiting.</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="90"/>
|
<location filename="translationhandler.cpp" line="92"/>
|
||||||
<source>Incorrect language specified!</source>
|
<source>Incorrect language specified!</source>
|
||||||
<translation>Incorrect language specified!</translation>
|
<translation>Incorrect language specified!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="100"/>
|
<location filename="translationhandler.cpp" line="102"/>
|
||||||
<source>Language file %1 not found!</source>
|
<source>Language file %1 not found!</source>
|
||||||
<oldsource>Language file %1.qm not found!</oldsource>
|
<oldsource>Language file %1.qm not found!</oldsource>
|
||||||
<translation>Could not find the file: %1!</translation>
|
<translation>Could not find the file: %1!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="106"/>
|
<location filename="translationhandler.cpp" line="108"/>
|
||||||
<source>Failed to load translation for language %1 from file %2</source>
|
<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>
|
<oldsource>Failed to load translation for language %1 from file %2.qm</oldsource>
|
||||||
<translation>Failed to load translation for language %1 from file %2</translation>
|
<translation>Failed to load translation for language %1 from file %2</translation>
|
||||||
|
@ -428,57 +450,62 @@ Stop the checking before exiting.</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>ResultsTree</name>
|
<name>ResultsTree</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>File</source>
|
<source>File</source>
|
||||||
<translation>File</translation>
|
<translation>File</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Severity</source>
|
<source>Severity</source>
|
||||||
<translation>Severity</translation>
|
<translation>Severity</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Line</source>
|
<source>Line</source>
|
||||||
<translation>Line</translation>
|
<translation>Line</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Message</source>
|
<source>Message</source>
|
||||||
<translation>Message</translation>
|
<translation>Message</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="85"/>
|
<location filename="resultstree.cpp" line="88"/>
|
||||||
<source>Undefined file</source>
|
<source>Undefined file</source>
|
||||||
<translation>Undefined file</translation>
|
<translation>Undefined file</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="388"/>
|
<location filename="resultstree.cpp" line="423"/>
|
||||||
<source>Copy filename</source>
|
<source>Copy filename</source>
|
||||||
<translation>Copy filename</translation>
|
<translation>Copy filename</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="389"/>
|
<location filename="resultstree.cpp" line="424"/>
|
||||||
<source>Copy full path</source>
|
<source>Copy full path</source>
|
||||||
<translation>Copy full path</translation>
|
<translation>Copy full path</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="425"/>
|
<location filename="resultstree.cpp" line="425"/>
|
||||||
|
<source>Copy message</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="resultstree.cpp" line="463"/>
|
||||||
<source>Cppcheck</source>
|
<source>Cppcheck</source>
|
||||||
<translation>Cppcheck</translation>
|
<translation>Cppcheck</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="426"/>
|
<location filename="resultstree.cpp" line="464"/>
|
||||||
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
||||||
<oldsource>You can open this error by specifying applications in program's settings.</oldsource>
|
<oldsource>You can open this error by specifying applications in program's settings.</oldsource>
|
||||||
<translation>You can open this error by specifying applications in program's settings.</translation>
|
<translation>You can open this error by specifying applications in program's settings.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="471"/>
|
<location filename="resultstree.cpp" line="501"/>
|
||||||
<source>Could not start %1
|
<source>Could not start %1
|
||||||
|
|
||||||
Please check the application path and parameters are correct.</source>
|
Please check the application path and parameters are correct.</source>
|
||||||
|
@ -487,22 +514,22 @@ Please check the application path and parameters are correct.</source>
|
||||||
Please check the application path and parameters are correct.</translation>
|
Please check the application path and parameters are correct.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="613"/>
|
<location filename="resultstree.cpp" line="665"/>
|
||||||
<source>possible error</source>
|
<source>possible error</source>
|
||||||
<translation>possible error</translation>
|
<translation>possible error</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="617"/>
|
<location filename="resultstree.cpp" line="669"/>
|
||||||
<source>style</source>
|
<source>style</source>
|
||||||
<translation>Style</translation>
|
<translation>Style</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="621"/>
|
<location filename="resultstree.cpp" line="673"/>
|
||||||
<source>possible style</source>
|
<source>possible style</source>
|
||||||
<translation>possible style</translation>
|
<translation>possible style</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="625"/>
|
<location filename="resultstree.cpp" line="677"/>
|
||||||
<source>error</source>
|
<source>error</source>
|
||||||
<translation>Error</translation>
|
<translation>Error</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -18,10 +18,11 @@
|
||||||
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
||||||
<translation>Cppcheck - Työkalu C/C++ koodin staattiseen analysointiin.</translation>
|
<translation>Cppcheck - Työkalu C/C++ koodin staattiseen analysointiin.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message utf8="true">
|
||||||
<location filename="about.ui" line="81"/>
|
<location filename="about.ui" line="81"/>
|
||||||
<source>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</source>
|
<source>Copyright (C) 2007-2010 Daniel Marjamäki and cppcheck team.</source>
|
||||||
<translation>Copyright (C) 2007-2009 Daniel Marjamäki ja cppcheck tiimi.</translation>
|
<oldsource>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||||
|
<translation type="unfinished">Copyright (C) 2007-2009 Daniel Marjamäki ja cppcheck tiimi.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="about.ui" line="91"/>
|
<location filename="about.ui" line="91"/>
|
||||||
|
@ -48,7 +49,7 @@ Public lisenssin version 3 alaisuuteen</translation>
|
||||||
<source>Here you can add applications that can open error files.
|
<source>Here you can add applications that can open error files.
|
||||||
Specify a name for the application and the application to execute.
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
The following texts are replaced with appriproate values when application is executed:
|
The following texts are replaced with appropriate values when application is executed:
|
||||||
(file) - Filename containing the error
|
(file) - Filename containing the error
|
||||||
(line) - Line number containing the error
|
(line) - Line number containing the error
|
||||||
(message) - Error message
|
(message) - Error message
|
||||||
|
@ -56,7 +57,18 @@ The following texts are replaced with appriproate values when application is exe
|
||||||
|
|
||||||
Example opening a file with Kate and make Kate scroll to the correct line:
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
||||||
kate -l(line) (file)</source>
|
kate -l(line) (file)</source>
|
||||||
<translation>Voi lisätä ohjelmia joilla avata virheen sisältämiä tiedostoja
|
<oldsource>Here you can add applications that can open error files.
|
||||||
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
|
The following texts are replaced with appriproate values when application is executed:
|
||||||
|
(file) - Filename containing the error
|
||||||
|
(line) - Line number containing the error
|
||||||
|
(message) - Error message
|
||||||
|
(severity) - Error severity
|
||||||
|
|
||||||
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
||||||
|
kate -l(line) (file)</oldsource>
|
||||||
|
<translation type="unfinished">Voi lisätä ohjelmia joilla avata virheen sisältämiä tiedostoja
|
||||||
määrittämällä suoritettavan ohjelman ja nimen ohjelmalle.
|
määrittämällä suoritettavan ohjelman ja nimen ohjelmalle.
|
||||||
|
|
||||||
Suoritettavalle ohjelmalle voi määrittää parametreja jotka Cppcheck korvaa sopivilla arvoilla.
|
Suoritettavalle ohjelmalle voi määrittää parametreja jotka Cppcheck korvaa sopivilla arvoilla.
|
||||||
|
@ -131,10 +143,10 @@ kate -l(line) (file)
|
||||||
<name>MainWindow</name>
|
<name>MainWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="main.ui" line="26"/>
|
<location filename="main.ui" line="26"/>
|
||||||
<location filename="mainwindow.cpp" line="220"/>
|
<location filename="mainwindow.cpp" line="221"/>
|
||||||
<location filename="mainwindow.cpp" line="471"/>
|
<location filename="mainwindow.cpp" line="491"/>
|
||||||
<location filename="mainwindow.cpp" line="574"/>
|
<location filename="mainwindow.cpp" line="596"/>
|
||||||
<location filename="mainwindow.cpp" line="592"/>
|
<location filename="mainwindow.cpp" line="614"/>
|
||||||
<source>Cppcheck</source>
|
<source>Cppcheck</source>
|
||||||
<translation>Cppcheck</translation>
|
<translation>Cppcheck</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -304,22 +316,22 @@ kate -l(line) (file)
|
||||||
<translation>&Ohje</translation>
|
<translation>&Ohje</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="254"/>
|
<location filename="mainwindow.cpp" line="255"/>
|
||||||
<source>Select files to check</source>
|
<source>Select files to check</source>
|
||||||
<translation>Valitse tarkistettavat tiedostot</translation>
|
<translation>Valitse tarkistettavat tiedostot</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="263"/>
|
<location filename="mainwindow.cpp" line="269"/>
|
||||||
<source>Select directory to check</source>
|
<source>Select directory to check</source>
|
||||||
<translation>Valitse tarkistettava hakemisto</translation>
|
<translation>Valitse tarkistettava hakemisto</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="221"/>
|
<location filename="mainwindow.cpp" line="222"/>
|
||||||
<source>No suitable files found to check!</source>
|
<source>No suitable files found to check!</source>
|
||||||
<translation>Tarkistettavaksi sopivia tiedostoja ei löytynyt!</translation>
|
<translation>Tarkistettavaksi sopivia tiedostoja ei löytynyt!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="467"/>
|
<location filename="mainwindow.cpp" line="487"/>
|
||||||
<source>Cannot exit while checking.
|
<source>Cannot exit while checking.
|
||||||
|
|
||||||
Stop the checking before exiting.</source>
|
Stop the checking before exiting.</source>
|
||||||
|
@ -328,42 +340,47 @@ Stop the checking before exiting.</source>
|
||||||
Lopeta tarkistus ennen ohjelman sammuttamista.</translation>
|
Lopeta tarkistus ennen ohjelman sammuttamista.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="513"/>
|
<location filename="mainwindow.cpp" line="526"/>
|
||||||
<source>License</source>
|
<source>License</source>
|
||||||
<translation>Lisenssi</translation>
|
<translation>Lisenssi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="520"/>
|
<location filename="mainwindow.cpp" line="533"/>
|
||||||
<source>Authors</source>
|
<source>Authors</source>
|
||||||
<translation>Tekijät</translation>
|
<translation>Tekijät</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="528"/>
|
<location filename="mainwindow.cpp" line="541"/>
|
||||||
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
||||||
<translation>XML-tiedostot (*.xml);;Tekstitiedostot (*.txt);;CSV-tiedostot (*.csv)</translation>
|
<translation>XML-tiedostot (*.xml);;Tekstitiedostot (*.txt);;CSV-tiedostot (*.csv)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="530"/>
|
<location filename="mainwindow.cpp" line="543"/>
|
||||||
<source>Save the report file</source>
|
<source>Save the report file</source>
|
||||||
<translation>Tallenna raportti</translation>
|
<translation>Tallenna raportti</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="538"/>
|
<location filename="mainwindow.cpp" line="551"/>
|
||||||
<source>XML files (*.xml)</source>
|
<source>XML files (*.xml)</source>
|
||||||
<translation>XML-tiedostot (*xml)</translation>
|
<translation>XML-tiedostot (*xml)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="544"/>
|
<location filename="mainwindow.cpp" line="557"/>
|
||||||
<source>Text files (*.txt)</source>
|
<source>Text files (*.txt)</source>
|
||||||
<translation>Tekstitiedostot (*.txt)</translation>
|
<translation>Tekstitiedostot (*.txt)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="576"/>
|
<location filename="mainwindow.cpp" line="563"/>
|
||||||
|
<source>CSV files (*.csv)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="mainwindow.cpp" line="598"/>
|
||||||
<source>Cppcheck - %1</source>
|
<source>Cppcheck - %1</source>
|
||||||
<translation>Cppcheck - %1</translation>
|
<translation>Cppcheck - %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="593"/>
|
<location filename="mainwindow.cpp" line="615"/>
|
||||||
<source>Failed to change the language:
|
<source>Failed to change the language:
|
||||||
|
|
||||||
%1
|
%1
|
||||||
|
@ -379,7 +396,7 @@ Lopeta tarkistus ennen ohjelman sammuttamista.</translation>
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="32"/>
|
<location filename="translationhandler.cpp" line="33"/>
|
||||||
<source>Finnish</source>
|
<source>Finnish</source>
|
||||||
<translation>Suomi</translation>
|
<translation>Suomi</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -389,22 +406,27 @@ Lopeta tarkistus ennen ohjelman sammuttamista.</translation>
|
||||||
<translation>Englanti</translation>
|
<translation>Englanti</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="33"/>
|
<location filename="translationhandler.cpp" line="32"/>
|
||||||
|
<source>Dutch</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="translationhandler.cpp" line="34"/>
|
||||||
<source>Swedish</source>
|
<source>Swedish</source>
|
||||||
<translation>Ruotsi</translation>
|
<translation>Ruotsi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="34"/>
|
<location filename="translationhandler.cpp" line="35"/>
|
||||||
<source>German</source>
|
<source>German</source>
|
||||||
<translation>Saksa</translation>
|
<translation>Saksa</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="35"/>
|
<location filename="translationhandler.cpp" line="36"/>
|
||||||
<source>Russian</source>
|
<source>Russian</source>
|
||||||
<translation>Venäjä</translation>
|
<translation>Venäjä</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="36"/>
|
<location filename="translationhandler.cpp" line="37"/>
|
||||||
<source>Polish</source>
|
<source>Polish</source>
|
||||||
<translation>Puola</translation>
|
<translation>Puola</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -412,18 +434,18 @@ Lopeta tarkistus ennen ohjelman sammuttamista.</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="90"/>
|
<location filename="translationhandler.cpp" line="92"/>
|
||||||
<source>Incorrect language specified!</source>
|
<source>Incorrect language specified!</source>
|
||||||
<translation>Virheellinen kieli valittu!</translation>
|
<translation>Virheellinen kieli valittu!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="100"/>
|
<location filename="translationhandler.cpp" line="102"/>
|
||||||
<source>Language file %1 not found!</source>
|
<source>Language file %1 not found!</source>
|
||||||
<oldsource>Language file %1.qm not found!</oldsource>
|
<oldsource>Language file %1.qm not found!</oldsource>
|
||||||
<translation>Käännöstiedostoa %1 ei löytynyt!</translation>
|
<translation>Käännöstiedostoa %1 ei löytynyt!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="106"/>
|
<location filename="translationhandler.cpp" line="108"/>
|
||||||
<source>Failed to load translation for language %1 from file %2</source>
|
<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>
|
<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>
|
<translation>Käänöksen lataaminen kielelle %1 tiedostosta %2 epäonnistui</translation>
|
||||||
|
@ -432,57 +454,62 @@ Lopeta tarkistus ennen ohjelman sammuttamista.</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>ResultsTree</name>
|
<name>ResultsTree</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>File</source>
|
<source>File</source>
|
||||||
<translation>Tiedosto</translation>
|
<translation>Tiedosto</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Severity</source>
|
<source>Severity</source>
|
||||||
<translation>Tyyppi</translation>
|
<translation>Tyyppi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Line</source>
|
<source>Line</source>
|
||||||
<translation>Rivi</translation>
|
<translation>Rivi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Message</source>
|
<source>Message</source>
|
||||||
<translation>Virhe</translation>
|
<translation>Virhe</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="85"/>
|
<location filename="resultstree.cpp" line="88"/>
|
||||||
<source>Undefined file</source>
|
<source>Undefined file</source>
|
||||||
<translation>Määrittelemätön tiedosto</translation>
|
<translation>Määrittelemätön tiedosto</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="388"/>
|
<location filename="resultstree.cpp" line="423"/>
|
||||||
<source>Copy filename</source>
|
<source>Copy filename</source>
|
||||||
<translation>Kopioi tiedostonimi</translation>
|
<translation>Kopioi tiedostonimi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="389"/>
|
<location filename="resultstree.cpp" line="424"/>
|
||||||
<source>Copy full path</source>
|
<source>Copy full path</source>
|
||||||
<translation>Kopioi tiedoston koko polku</translation>
|
<translation>Kopioi tiedoston koko polku</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="425"/>
|
<location filename="resultstree.cpp" line="425"/>
|
||||||
|
<source>Copy message</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="resultstree.cpp" line="463"/>
|
||||||
<source>Cppcheck</source>
|
<source>Cppcheck</source>
|
||||||
<translation>Cppcheck</translation>
|
<translation>Cppcheck</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="426"/>
|
<location filename="resultstree.cpp" line="464"/>
|
||||||
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
||||||
<oldsource>You can open this error by specifying applications in program's settings.</oldsource>
|
<oldsource>You can open this error by specifying applications in program's settings.</oldsource>
|
||||||
<translation>Voit asetuksista määritellä muita ohjelmia joilla avata tämän virheen sisältävän tiedoston.</translation>
|
<translation>Voit asetuksista määritellä muita ohjelmia joilla avata tämän virheen sisältävän tiedoston.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="471"/>
|
<location filename="resultstree.cpp" line="501"/>
|
||||||
<source>Could not start %1
|
<source>Could not start %1
|
||||||
|
|
||||||
Please check the application path and parameters are correct.</source>
|
Please check the application path and parameters are correct.</source>
|
||||||
|
@ -491,22 +518,22 @@ Please check the application path and parameters are correct.</source>
|
||||||
Tarkista että ohjelman polku ja parametrit ovat oikeat.</translation>
|
Tarkista että ohjelman polku ja parametrit ovat oikeat.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="613"/>
|
<location filename="resultstree.cpp" line="665"/>
|
||||||
<source>possible error</source>
|
<source>possible error</source>
|
||||||
<translation>mahdollinen virhe</translation>
|
<translation>mahdollinen virhe</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="617"/>
|
<location filename="resultstree.cpp" line="669"/>
|
||||||
<source>style</source>
|
<source>style</source>
|
||||||
<translation>Tyyli</translation>
|
<translation>Tyyli</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="621"/>
|
<location filename="resultstree.cpp" line="673"/>
|
||||||
<source>possible style</source>
|
<source>possible style</source>
|
||||||
<translation>tyylivirhe</translation>
|
<translation>tyylivirhe</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="625"/>
|
<location filename="resultstree.cpp" line="677"/>
|
||||||
<source>error</source>
|
<source>error</source>
|
||||||
<translation>Yleinen</translation>
|
<translation>Yleinen</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -18,10 +18,11 @@
|
||||||
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
||||||
<translation>Cppcheck - Een tool voor statische C/C++ code analyse.</translation>
|
<translation>Cppcheck - Een tool voor statische C/C++ code analyse.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message utf8="true">
|
||||||
<location filename="about.ui" line="81"/>
|
<location filename="about.ui" line="81"/>
|
||||||
<source>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</source>
|
<source>Copyright (C) 2007-2010 Daniel Marjamäki and cppcheck team.</source>
|
||||||
<translation>Copyright (C) 2007-2009 Daniel Marjamäki en het cppcheck.</translation>
|
<oldsource>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||||
|
<translation type="unfinished">Copyright (C) 2007-2009 Daniel Marjamäki en het cppcheck.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="about.ui" line="91"/>
|
<location filename="about.ui" line="91"/>
|
||||||
|
@ -48,7 +49,7 @@ van de GNU General Public License versie 3</translation>
|
||||||
<source>Here you can add applications that can open error files.
|
<source>Here you can add applications that can open error files.
|
||||||
Specify a name for the application and the application to execute.
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
The following texts are replaced with appriproate values when application is executed:
|
The following texts are replaced with appropriate values when application is executed:
|
||||||
(file) - Filename containing the error
|
(file) - Filename containing the error
|
||||||
(line) - Line number containing the error
|
(line) - Line number containing the error
|
||||||
(message) - Error message
|
(message) - Error message
|
||||||
|
@ -56,7 +57,18 @@ The following texts are replaced with appriproate values when application is exe
|
||||||
|
|
||||||
Example opening a file with Kate and make Kate scroll to the correct line:
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
||||||
kate -l(line) (file)</source>
|
kate -l(line) (file)</source>
|
||||||
<translation>Hier kan men applicaties toevoegen om bestanden met fouten te openen.
|
<oldsource>Here you can add applications that can open error files.
|
||||||
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
|
The following texts are replaced with appriproate values when application is executed:
|
||||||
|
(file) - Filename containing the error
|
||||||
|
(line) - Line number containing the error
|
||||||
|
(message) - Error message
|
||||||
|
(severity) - Error severity
|
||||||
|
|
||||||
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
||||||
|
kate -l(line) (file)</oldsource>
|
||||||
|
<translation type="unfinished">Hier kan men applicaties toevoegen om bestanden met fouten te openen.
|
||||||
Specifieer een naam voor de applicatie en de applicatie om uit te voeren.
|
Specifieer een naam voor de applicatie en de applicatie om uit te voeren.
|
||||||
|
|
||||||
De volgende tekst wordt vervangen door geschikte waarden wanneer de applicatie uitgevoerd wordt:
|
De volgende tekst wordt vervangen door geschikte waarden wanneer de applicatie uitgevoerd wordt:
|
||||||
|
@ -129,10 +141,10 @@ kate -l(line) (file)</translation>
|
||||||
<name>MainWindow</name>
|
<name>MainWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="main.ui" line="26"/>
|
<location filename="main.ui" line="26"/>
|
||||||
<location filename="mainwindow.cpp" line="220"/>
|
<location filename="mainwindow.cpp" line="221"/>
|
||||||
<location filename="mainwindow.cpp" line="471"/>
|
<location filename="mainwindow.cpp" line="491"/>
|
||||||
<location filename="mainwindow.cpp" line="574"/>
|
<location filename="mainwindow.cpp" line="596"/>
|
||||||
<location filename="mainwindow.cpp" line="592"/>
|
<location filename="mainwindow.cpp" line="614"/>
|
||||||
<source>Cppcheck</source>
|
<source>Cppcheck</source>
|
||||||
<translation>Cppcheck</translation>
|
<translation>Cppcheck</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -302,22 +314,22 @@ kate -l(line) (file)</translation>
|
||||||
<translation>&Help</translation>
|
<translation>&Help</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="254"/>
|
<location filename="mainwindow.cpp" line="255"/>
|
||||||
<source>Select files to check</source>
|
<source>Select files to check</source>
|
||||||
<translation>Selecteer bestanden om te controleren</translation>
|
<translation>Selecteer bestanden om te controleren</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="263"/>
|
<location filename="mainwindow.cpp" line="269"/>
|
||||||
<source>Select directory to check</source>
|
<source>Select directory to check</source>
|
||||||
<translation>Selecteer een map om te controleren</translation>
|
<translation>Selecteer een map om te controleren</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="221"/>
|
<location filename="mainwindow.cpp" line="222"/>
|
||||||
<source>No suitable files found to check!</source>
|
<source>No suitable files found to check!</source>
|
||||||
<translation>Geen geschikte bestanden gevonden om te controleren!</translation>
|
<translation>Geen geschikte bestanden gevonden om te controleren!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="467"/>
|
<location filename="mainwindow.cpp" line="487"/>
|
||||||
<source>Cannot exit while checking.
|
<source>Cannot exit while checking.
|
||||||
|
|
||||||
Stop the checking before exiting.</source>
|
Stop the checking before exiting.</source>
|
||||||
|
@ -326,42 +338,47 @@ Stop the checking before exiting.</source>
|
||||||
Stop de controle alvorens te sluiten.</translation>
|
Stop de controle alvorens te sluiten.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="513"/>
|
<location filename="mainwindow.cpp" line="526"/>
|
||||||
<source>License</source>
|
<source>License</source>
|
||||||
<translation>Licentie</translation>
|
<translation>Licentie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="520"/>
|
<location filename="mainwindow.cpp" line="533"/>
|
||||||
<source>Authors</source>
|
<source>Authors</source>
|
||||||
<translation>Auteurs</translation>
|
<translation>Auteurs</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="528"/>
|
<location filename="mainwindow.cpp" line="541"/>
|
||||||
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
||||||
<translation>XML bestanden (*.xml);;Tekst bestanden (*.txt);;CSV bestanden (*.csv)</translation>
|
<translation>XML bestanden (*.xml);;Tekst bestanden (*.txt);;CSV bestanden (*.csv)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="530"/>
|
<location filename="mainwindow.cpp" line="543"/>
|
||||||
<source>Save the report file</source>
|
<source>Save the report file</source>
|
||||||
<translation>Rapport opslaan </translation>
|
<translation>Rapport opslaan </translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="538"/>
|
<location filename="mainwindow.cpp" line="551"/>
|
||||||
<source>XML files (*.xml)</source>
|
<source>XML files (*.xml)</source>
|
||||||
<translation>XML bestanden (*.xml)</translation>
|
<translation>XML bestanden (*.xml)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="544"/>
|
<location filename="mainwindow.cpp" line="557"/>
|
||||||
<source>Text files (*.txt)</source>
|
<source>Text files (*.txt)</source>
|
||||||
<translation>Tekst bestanden (*.txt)</translation>
|
<translation>Tekst bestanden (*.txt)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="576"/>
|
<location filename="mainwindow.cpp" line="563"/>
|
||||||
|
<source>CSV files (*.csv)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="mainwindow.cpp" line="598"/>
|
||||||
<source>Cppcheck - %1</source>
|
<source>Cppcheck - %1</source>
|
||||||
<translation>Cppcheck - %1</translation>
|
<translation>Cppcheck - %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="593"/>
|
<location filename="mainwindow.cpp" line="615"/>
|
||||||
<source>Failed to change the language:
|
<source>Failed to change the language:
|
||||||
|
|
||||||
%1
|
%1
|
||||||
|
@ -433,57 +450,62 @@ Stop de controle alvorens te sluiten.</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>ResultsTree</name>
|
<name>ResultsTree</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>File</source>
|
<source>File</source>
|
||||||
<translation>Bestand</translation>
|
<translation>Bestand</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Severity</source>
|
<source>Severity</source>
|
||||||
<translation>Ernst</translation>
|
<translation>Ernst</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Line</source>
|
<source>Line</source>
|
||||||
<translation>Regel</translation>
|
<translation>Regel</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Message</source>
|
<source>Message</source>
|
||||||
<translation>Boodschap</translation>
|
<translation>Boodschap</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="85"/>
|
<location filename="resultstree.cpp" line="88"/>
|
||||||
<source>Undefined file</source>
|
<source>Undefined file</source>
|
||||||
<translation>Niet gedefinieerd bestand</translation>
|
<translation>Niet gedefinieerd bestand</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="388"/>
|
<location filename="resultstree.cpp" line="423"/>
|
||||||
<source>Copy filename</source>
|
<source>Copy filename</source>
|
||||||
<translation>Kopier bestandsnaam</translation>
|
<translation>Kopier bestandsnaam</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="389"/>
|
<location filename="resultstree.cpp" line="424"/>
|
||||||
<source>Copy full path</source>
|
<source>Copy full path</source>
|
||||||
<translation>Kopieer volledig pad</translation>
|
<translation>Kopieer volledig pad</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="425"/>
|
<location filename="resultstree.cpp" line="425"/>
|
||||||
|
<source>Copy message</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="resultstree.cpp" line="463"/>
|
||||||
<source>Cppcheck</source>
|
<source>Cppcheck</source>
|
||||||
<translation>Cppcheck</translation>
|
<translation>Cppcheck</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="426"/>
|
<location filename="resultstree.cpp" line="464"/>
|
||||||
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
||||||
<oldsource>You can open this error by specifying applications in program's settings.</oldsource>
|
<oldsource>You can open this error by specifying applications in program's settings.</oldsource>
|
||||||
<translation>U dient een applicatie te configureren in de instellingen om deze fout in te openen.</translation>
|
<translation>U dient een applicatie te configureren in de instellingen om deze fout in te openen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="471"/>
|
<location filename="resultstree.cpp" line="501"/>
|
||||||
<source>Could not start %1
|
<source>Could not start %1
|
||||||
|
|
||||||
Please check the application path and parameters are correct.</source>
|
Please check the application path and parameters are correct.</source>
|
||||||
|
@ -492,22 +514,22 @@ Please check the application path and parameters are correct.</source>
|
||||||
Gelieve te controleren of de het pad en de parameters correct zijn.</translation>
|
Gelieve te controleren of de het pad en de parameters correct zijn.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="613"/>
|
<location filename="resultstree.cpp" line="665"/>
|
||||||
<source>possible error</source>
|
<source>possible error</source>
|
||||||
<translation>Mogelijke fouten</translation>
|
<translation>Mogelijke fouten</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="617"/>
|
<location filename="resultstree.cpp" line="669"/>
|
||||||
<source>style</source>
|
<source>style</source>
|
||||||
<translation>Stijlfouten</translation>
|
<translation>Stijlfouten</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="621"/>
|
<location filename="resultstree.cpp" line="673"/>
|
||||||
<source>possible style</source>
|
<source>possible style</source>
|
||||||
<translation>Mogelijke stijlfouten</translation>
|
<translation>Mogelijke stijlfouten</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="625"/>
|
<location filename="resultstree.cpp" line="677"/>
|
||||||
<source>error</source>
|
<source>error</source>
|
||||||
<translation>Fouten</translation>
|
<translation>Fouten</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -18,9 +18,10 @@
|
||||||
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message utf8="true">
|
||||||
<location filename="about.ui" line="81"/>
|
<location filename="about.ui" line="81"/>
|
||||||
<source>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</source>
|
<source>Copyright (C) 2007-2010 Daniel Marjamäki and cppcheck team.</source>
|
||||||
|
<oldsource>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -47,7 +48,7 @@ of the GNU General Public License version 3</source>
|
||||||
<source>Here you can add applications that can open error files.
|
<source>Here you can add applications that can open error files.
|
||||||
Specify a name for the application and the application to execute.
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
The following texts are replaced with appriproate values when application is executed:
|
The following texts are replaced with appropriate values when application is executed:
|
||||||
(file) - Filename containing the error
|
(file) - Filename containing the error
|
||||||
(line) - Line number containing the error
|
(line) - Line number containing the error
|
||||||
(message) - Error message
|
(message) - Error message
|
||||||
|
@ -55,6 +56,17 @@ The following texts are replaced with appriproate values when application is exe
|
||||||
|
|
||||||
Example opening a file with Kate and make Kate scroll to the correct line:
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
||||||
kate -l(line) (file)</source>
|
kate -l(line) (file)</source>
|
||||||
|
<oldsource>Here you can add applications that can open error files.
|
||||||
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
|
The following texts are replaced with appriproate values when application is executed:
|
||||||
|
(file) - Filename containing the error
|
||||||
|
(line) - Line number containing the error
|
||||||
|
(message) - Error message
|
||||||
|
(severity) - Error severity
|
||||||
|
|
||||||
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
||||||
|
kate -l(line) (file)</oldsource>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -116,10 +128,10 @@ kate -l(line) (file)</source>
|
||||||
<name>MainWindow</name>
|
<name>MainWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="main.ui" line="26"/>
|
<location filename="main.ui" line="26"/>
|
||||||
<location filename="mainwindow.cpp" line="220"/>
|
<location filename="mainwindow.cpp" line="221"/>
|
||||||
<location filename="mainwindow.cpp" line="471"/>
|
<location filename="mainwindow.cpp" line="491"/>
|
||||||
<location filename="mainwindow.cpp" line="574"/>
|
<location filename="mainwindow.cpp" line="596"/>
|
||||||
<location filename="mainwindow.cpp" line="592"/>
|
<location filename="mainwindow.cpp" line="614"/>
|
||||||
<source>Cppcheck</source>
|
<source>Cppcheck</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -289,64 +301,69 @@ kate -l(line) (file)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="221"/>
|
<location filename="mainwindow.cpp" line="222"/>
|
||||||
<source>No suitable files found to check!</source>
|
<source>No suitable files found to check!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="254"/>
|
<location filename="mainwindow.cpp" line="255"/>
|
||||||
<source>Select files to check</source>
|
<source>Select files to check</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="263"/>
|
<location filename="mainwindow.cpp" line="269"/>
|
||||||
<source>Select directory to check</source>
|
<source>Select directory to check</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="467"/>
|
<location filename="mainwindow.cpp" line="487"/>
|
||||||
<source>Cannot exit while checking.
|
<source>Cannot exit while checking.
|
||||||
|
|
||||||
Stop the checking before exiting.</source>
|
Stop the checking before exiting.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="513"/>
|
<location filename="mainwindow.cpp" line="526"/>
|
||||||
<source>License</source>
|
<source>License</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="520"/>
|
<location filename="mainwindow.cpp" line="533"/>
|
||||||
<source>Authors</source>
|
<source>Authors</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="528"/>
|
<location filename="mainwindow.cpp" line="541"/>
|
||||||
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="530"/>
|
<location filename="mainwindow.cpp" line="543"/>
|
||||||
<source>Save the report file</source>
|
<source>Save the report file</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="538"/>
|
<location filename="mainwindow.cpp" line="551"/>
|
||||||
<source>XML files (*.xml)</source>
|
<source>XML files (*.xml)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="544"/>
|
<location filename="mainwindow.cpp" line="557"/>
|
||||||
<source>Text files (*.txt)</source>
|
<source>Text files (*.txt)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="576"/>
|
<location filename="mainwindow.cpp" line="563"/>
|
||||||
|
<source>CSV files (*.csv)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="mainwindow.cpp" line="598"/>
|
||||||
<source>Cppcheck - %1</source>
|
<source>Cppcheck - %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="593"/>
|
<location filename="mainwindow.cpp" line="615"/>
|
||||||
<source>Failed to change the language:
|
<source>Failed to change the language:
|
||||||
|
|
||||||
%1
|
%1
|
||||||
|
@ -361,26 +378,31 @@ Stop the checking before exiting.</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="32"/>
|
<location filename="translationhandler.cpp" line="32"/>
|
||||||
<source>Finnish</source>
|
<source>Dutch</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="33"/>
|
<location filename="translationhandler.cpp" line="33"/>
|
||||||
<source>Swedish</source>
|
<source>Finnish</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="34"/>
|
<location filename="translationhandler.cpp" line="34"/>
|
||||||
<source>German</source>
|
<source>Swedish</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="35"/>
|
<location filename="translationhandler.cpp" line="35"/>
|
||||||
<source>Russian</source>
|
<source>German</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="36"/>
|
<location filename="translationhandler.cpp" line="36"/>
|
||||||
|
<source>Russian</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="translationhandler.cpp" line="37"/>
|
||||||
<source>Polish</source>
|
<source>Polish</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -388,17 +410,17 @@ Stop the checking before exiting.</source>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="90"/>
|
<location filename="translationhandler.cpp" line="92"/>
|
||||||
<source>Incorrect language specified!</source>
|
<source>Incorrect language specified!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="100"/>
|
<location filename="translationhandler.cpp" line="102"/>
|
||||||
<source>Language file %1 not found!</source>
|
<source>Language file %1 not found!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="106"/>
|
<location filename="translationhandler.cpp" line="108"/>
|
||||||
<source>Failed to load translation for language %1 from file %2</source>
|
<source>Failed to load translation for language %1 from file %2</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -406,78 +428,83 @@ Stop the checking before exiting.</source>
|
||||||
<context>
|
<context>
|
||||||
<name>ResultsTree</name>
|
<name>ResultsTree</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>File</source>
|
<source>File</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Severity</source>
|
<source>Severity</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Line</source>
|
<source>Line</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Message</source>
|
<source>Message</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="85"/>
|
<location filename="resultstree.cpp" line="88"/>
|
||||||
<source>Undefined file</source>
|
<source>Undefined file</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="388"/>
|
<location filename="resultstree.cpp" line="423"/>
|
||||||
<source>Copy filename</source>
|
<source>Copy filename</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="389"/>
|
<location filename="resultstree.cpp" line="424"/>
|
||||||
<source>Copy full path</source>
|
<source>Copy full path</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="425"/>
|
<location filename="resultstree.cpp" line="425"/>
|
||||||
|
<source>Copy message</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="resultstree.cpp" line="463"/>
|
||||||
<source>Cppcheck</source>
|
<source>Cppcheck</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="426"/>
|
<location filename="resultstree.cpp" line="464"/>
|
||||||
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="471"/>
|
<location filename="resultstree.cpp" line="501"/>
|
||||||
<source>Could not start %1
|
<source>Could not start %1
|
||||||
|
|
||||||
Please check the application path and parameters are correct.</source>
|
Please check the application path and parameters are correct.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="613"/>
|
<location filename="resultstree.cpp" line="665"/>
|
||||||
<source>possible error</source>
|
<source>possible error</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="617"/>
|
<location filename="resultstree.cpp" line="669"/>
|
||||||
<source>style</source>
|
<source>style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="621"/>
|
<location filename="resultstree.cpp" line="673"/>
|
||||||
<source>possible style</source>
|
<source>possible style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="625"/>
|
<location filename="resultstree.cpp" line="677"/>
|
||||||
<source>error</source>
|
<source>error</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -18,10 +18,10 @@
|
||||||
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
||||||
<translation>Cppcheck - программа для статического анализа кода на языках С/С++</translation>
|
<translation>Cppcheck - программа для статического анализа кода на языках С/С++</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message utf8="true">
|
||||||
<location filename="about.ui" line="81"/>
|
<location filename="about.ui" line="81"/>
|
||||||
<source>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</source>
|
<source>Copyright (C) 2007-2010 Daniel Marjamäki and cppcheck team.</source>
|
||||||
<oldsource>Copyright (C) 2007-2009 Daniel Marjam??ki and cppcheck team.</oldsource>
|
<oldsource>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -49,7 +49,7 @@ of the GNU General Public License version 3</source>
|
||||||
<source>Here you can add applications that can open error files.
|
<source>Here you can add applications that can open error files.
|
||||||
Specify a name for the application and the application to execute.
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
The following texts are replaced with appriproate values when application is executed:
|
The following texts are replaced with appropriate values when application is executed:
|
||||||
(file) - Filename containing the error
|
(file) - Filename containing the error
|
||||||
(line) - Line number containing the error
|
(line) - Line number containing the error
|
||||||
(message) - Error message
|
(message) - Error message
|
||||||
|
@ -57,6 +57,17 @@ The following texts are replaced with appriproate values when application is exe
|
||||||
|
|
||||||
Example opening a file with Kate and make Kate scroll to the correct line:
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
||||||
kate -l(line) (file)</source>
|
kate -l(line) (file)</source>
|
||||||
|
<oldsource>Here you can add applications that can open error files.
|
||||||
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
|
The following texts are replaced with appriproate values when application is executed:
|
||||||
|
(file) - Filename containing the error
|
||||||
|
(line) - Line number containing the error
|
||||||
|
(message) - Error message
|
||||||
|
(severity) - Error severity
|
||||||
|
|
||||||
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
||||||
|
kate -l(line) (file)</oldsource>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -120,10 +131,10 @@ kate -l(line) (file)</source>
|
||||||
<name>MainWindow</name>
|
<name>MainWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="main.ui" line="26"/>
|
<location filename="main.ui" line="26"/>
|
||||||
<location filename="mainwindow.cpp" line="220"/>
|
<location filename="mainwindow.cpp" line="221"/>
|
||||||
<location filename="mainwindow.cpp" line="471"/>
|
<location filename="mainwindow.cpp" line="491"/>
|
||||||
<location filename="mainwindow.cpp" line="574"/>
|
<location filename="mainwindow.cpp" line="596"/>
|
||||||
<location filename="mainwindow.cpp" line="592"/>
|
<location filename="mainwindow.cpp" line="614"/>
|
||||||
<source>Cppcheck</source>
|
<source>Cppcheck</source>
|
||||||
<translation>Cppcheck</translation>
|
<translation>Cppcheck</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -293,64 +304,69 @@ kate -l(line) (file)</source>
|
||||||
<translation>Помощь</translation>
|
<translation>Помощь</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="254"/>
|
<location filename="mainwindow.cpp" line="255"/>
|
||||||
<source>Select files to check</source>
|
<source>Select files to check</source>
|
||||||
<translation>Выберите файлы для проверки</translation>
|
<translation>Выберите файлы для проверки</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="263"/>
|
<location filename="mainwindow.cpp" line="269"/>
|
||||||
<source>Select directory to check</source>
|
<source>Select directory to check</source>
|
||||||
<translation>Выберите каталог для проверки</translation>
|
<translation>Выберите каталог для проверки</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="221"/>
|
<location filename="mainwindow.cpp" line="222"/>
|
||||||
<source>No suitable files found to check!</source>
|
<source>No suitable files found to check!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="467"/>
|
<location filename="mainwindow.cpp" line="487"/>
|
||||||
<source>Cannot exit while checking.
|
<source>Cannot exit while checking.
|
||||||
|
|
||||||
Stop the checking before exiting.</source>
|
Stop the checking before exiting.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="513"/>
|
<location filename="mainwindow.cpp" line="526"/>
|
||||||
<source>License</source>
|
<source>License</source>
|
||||||
<translation>Лицензия</translation>
|
<translation>Лицензия</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="520"/>
|
<location filename="mainwindow.cpp" line="533"/>
|
||||||
<source>Authors</source>
|
<source>Authors</source>
|
||||||
<translation>Авторы</translation>
|
<translation>Авторы</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="528"/>
|
<location filename="mainwindow.cpp" line="541"/>
|
||||||
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="530"/>
|
<location filename="mainwindow.cpp" line="543"/>
|
||||||
<source>Save the report file</source>
|
<source>Save the report file</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="538"/>
|
<location filename="mainwindow.cpp" line="551"/>
|
||||||
<source>XML files (*.xml)</source>
|
<source>XML files (*.xml)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="544"/>
|
<location filename="mainwindow.cpp" line="557"/>
|
||||||
<source>Text files (*.txt)</source>
|
<source>Text files (*.txt)</source>
|
||||||
<translation>Текстовые файлы (*.txt)</translation>
|
<translation>Текстовые файлы (*.txt)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="576"/>
|
<location filename="mainwindow.cpp" line="563"/>
|
||||||
|
<source>CSV files (*.csv)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="mainwindow.cpp" line="598"/>
|
||||||
<source>Cppcheck - %1</source>
|
<source>Cppcheck - %1</source>
|
||||||
<translation>Cppcheck - %1</translation>
|
<translation>Cppcheck - %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="593"/>
|
<location filename="mainwindow.cpp" line="615"/>
|
||||||
<source>Failed to change the language:
|
<source>Failed to change the language:
|
||||||
|
|
||||||
%1
|
%1
|
||||||
|
@ -366,7 +382,7 @@ Stop the checking before exiting.</source>
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="32"/>
|
<location filename="translationhandler.cpp" line="33"/>
|
||||||
<source>Finnish</source>
|
<source>Finnish</source>
|
||||||
<translation>Финский</translation>
|
<translation>Финский</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -376,22 +392,27 @@ Stop the checking before exiting.</source>
|
||||||
<translation>Английский</translation>
|
<translation>Английский</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="33"/>
|
<location filename="translationhandler.cpp" line="32"/>
|
||||||
|
<source>Dutch</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="translationhandler.cpp" line="34"/>
|
||||||
<source>Swedish</source>
|
<source>Swedish</source>
|
||||||
<translation>Швецкий</translation>
|
<translation>Швецкий</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="34"/>
|
<location filename="translationhandler.cpp" line="35"/>
|
||||||
<source>German</source>
|
<source>German</source>
|
||||||
<translation>Немецкий</translation>
|
<translation>Немецкий</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="35"/>
|
<location filename="translationhandler.cpp" line="36"/>
|
||||||
<source>Russian</source>
|
<source>Russian</source>
|
||||||
<translation>Русский</translation>
|
<translation>Русский</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="36"/>
|
<location filename="translationhandler.cpp" line="37"/>
|
||||||
<source>Polish</source>
|
<source>Polish</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -399,18 +420,18 @@ Stop the checking before exiting.</source>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="90"/>
|
<location filename="translationhandler.cpp" line="92"/>
|
||||||
<source>Incorrect language specified!</source>
|
<source>Incorrect language specified!</source>
|
||||||
<translation>Выбран неверный язык!</translation>
|
<translation>Выбран неверный язык!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="100"/>
|
<location filename="translationhandler.cpp" line="102"/>
|
||||||
<source>Language file %1 not found!</source>
|
<source>Language file %1 not found!</source>
|
||||||
<oldsource>Language file %1.qm not found!</oldsource>
|
<oldsource>Language file %1.qm not found!</oldsource>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="106"/>
|
<location filename="translationhandler.cpp" line="108"/>
|
||||||
<source>Failed to load translation for language %1 from file %2</source>
|
<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>
|
<oldsource>Failed to load translation for language %1 from file %2.qm</oldsource>
|
||||||
<translation>Ошибка загрузки переводов для языка %1 из файла %2</translation>
|
<translation>Ошибка загрузки переводов для языка %1 из файла %2</translation>
|
||||||
|
@ -419,79 +440,84 @@ Stop the checking before exiting.</source>
|
||||||
<context>
|
<context>
|
||||||
<name>ResultsTree</name>
|
<name>ResultsTree</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>File</source>
|
<source>File</source>
|
||||||
<translation>Файл</translation>
|
<translation>Файл</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Severity</source>
|
<source>Severity</source>
|
||||||
<translation>Важность</translation>
|
<translation>Важность</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Line</source>
|
<source>Line</source>
|
||||||
<translation>Строка</translation>
|
<translation>Строка</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Message</source>
|
<source>Message</source>
|
||||||
<translation>Сообщение</translation>
|
<translation>Сообщение</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="85"/>
|
<location filename="resultstree.cpp" line="88"/>
|
||||||
<source>Undefined file</source>
|
<source>Undefined file</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="388"/>
|
<location filename="resultstree.cpp" line="423"/>
|
||||||
<source>Copy filename</source>
|
<source>Copy filename</source>
|
||||||
<translation>Скопировать имя файла</translation>
|
<translation>Скопировать имя файла</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="389"/>
|
<location filename="resultstree.cpp" line="424"/>
|
||||||
<source>Copy full path</source>
|
<source>Copy full path</source>
|
||||||
<translation>Скопировать полный путь</translation>
|
<translation>Скопировать полный путь</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="425"/>
|
<location filename="resultstree.cpp" line="425"/>
|
||||||
|
<source>Copy message</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="resultstree.cpp" line="463"/>
|
||||||
<source>Cppcheck</source>
|
<source>Cppcheck</source>
|
||||||
<translation>Cppcheck</translation>
|
<translation>Cppcheck</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="426"/>
|
<location filename="resultstree.cpp" line="464"/>
|
||||||
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
||||||
<oldsource>You can open this error by specifying applications in program's settings.</oldsource>
|
<oldsource>You can open this error by specifying applications in program's settings.</oldsource>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="471"/>
|
<location filename="resultstree.cpp" line="501"/>
|
||||||
<source>Could not start %1
|
<source>Could not start %1
|
||||||
|
|
||||||
Please check the application path and parameters are correct.</source>
|
Please check the application path and parameters are correct.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="613"/>
|
<location filename="resultstree.cpp" line="665"/>
|
||||||
<source>possible error</source>
|
<source>possible error</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="617"/>
|
<location filename="resultstree.cpp" line="669"/>
|
||||||
<source>style</source>
|
<source>style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="621"/>
|
<location filename="resultstree.cpp" line="673"/>
|
||||||
<source>possible style</source>
|
<source>possible style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="625"/>
|
<location filename="resultstree.cpp" line="677"/>
|
||||||
<source>error</source>
|
<source>error</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -18,10 +18,11 @@
|
||||||
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
||||||
<translation>Cppcheck - Ett verktyg för statisk analys av C/C++ kod.</translation>
|
<translation>Cppcheck - Ett verktyg för statisk analys av C/C++ kod.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message utf8="true">
|
||||||
<location filename="about.ui" line="81"/>
|
<location filename="about.ui" line="81"/>
|
||||||
<source>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</source>
|
<source>Copyright (C) 2007-2010 Daniel Marjamäki and cppcheck team.</source>
|
||||||
<translation>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</translation>
|
<oldsource>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||||
|
<translation type="unfinished">Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="about.ui" line="91"/>
|
<location filename="about.ui" line="91"/>
|
||||||
|
@ -48,7 +49,7 @@ of the GNU General Public License version 3</translation>
|
||||||
<source>Here you can add applications that can open error files.
|
<source>Here you can add applications that can open error files.
|
||||||
Specify a name for the application and the application to execute.
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
The following texts are replaced with appriproate values when application is executed:
|
The following texts are replaced with appropriate values when application is executed:
|
||||||
(file) - Filename containing the error
|
(file) - Filename containing the error
|
||||||
(line) - Line number containing the error
|
(line) - Line number containing the error
|
||||||
(message) - Error message
|
(message) - Error message
|
||||||
|
@ -56,7 +57,18 @@ The following texts are replaced with appriproate values when application is exe
|
||||||
|
|
||||||
Example opening a file with Kate and make Kate scroll to the correct line:
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
||||||
kate -l(line) (file)</source>
|
kate -l(line) (file)</source>
|
||||||
<translation>Här lägger du till program visar fel i filer.
|
<oldsource>Here you can add applications that can open error files.
|
||||||
|
Specify a name for the application and the application to execute.
|
||||||
|
|
||||||
|
The following texts are replaced with appriproate values when application is executed:
|
||||||
|
(file) - Filename containing the error
|
||||||
|
(line) - Line number containing the error
|
||||||
|
(message) - Error message
|
||||||
|
(severity) - Error severity
|
||||||
|
|
||||||
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
||||||
|
kate -l(line) (file)</oldsource>
|
||||||
|
<translation type="unfinished">Här lägger du till program visar fel i filer.
|
||||||
Ange programmets namn och kommandorad.
|
Ange programmets namn och kommandorad.
|
||||||
|
|
||||||
Följande dynamiska parametrar kan användas i kommandoraden:
|
Följande dynamiska parametrar kan användas i kommandoraden:
|
||||||
|
@ -129,10 +141,10 @@ kate -l(line) (file)</translation>
|
||||||
<name>MainWindow</name>
|
<name>MainWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="main.ui" line="26"/>
|
<location filename="main.ui" line="26"/>
|
||||||
<location filename="mainwindow.cpp" line="220"/>
|
<location filename="mainwindow.cpp" line="221"/>
|
||||||
<location filename="mainwindow.cpp" line="471"/>
|
<location filename="mainwindow.cpp" line="491"/>
|
||||||
<location filename="mainwindow.cpp" line="574"/>
|
<location filename="mainwindow.cpp" line="596"/>
|
||||||
<location filename="mainwindow.cpp" line="592"/>
|
<location filename="mainwindow.cpp" line="614"/>
|
||||||
<source>Cppcheck</source>
|
<source>Cppcheck</source>
|
||||||
<translation>Cppcheck</translation>
|
<translation>Cppcheck</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -303,64 +315,69 @@ kate -l(line) (file)</translation>
|
||||||
<translation>&Hjälp</translation>
|
<translation>&Hjälp</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="254"/>
|
<location filename="mainwindow.cpp" line="255"/>
|
||||||
<source>Select files to check</source>
|
<source>Select files to check</source>
|
||||||
<translation>Välj filer att kontrollera</translation>
|
<translation>Välj filer att kontrollera</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="263"/>
|
<location filename="mainwindow.cpp" line="269"/>
|
||||||
<source>Select directory to check</source>
|
<source>Select directory to check</source>
|
||||||
<translation>Välj katalog som skall kontrolleras</translation>
|
<translation>Välj katalog som skall kontrolleras</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="221"/>
|
<location filename="mainwindow.cpp" line="222"/>
|
||||||
<source>No suitable files found to check!</source>
|
<source>No suitable files found to check!</source>
|
||||||
<translation>Inga lämpliga filer hittades!</translation>
|
<translation>Inga lämpliga filer hittades!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="467"/>
|
<location filename="mainwindow.cpp" line="487"/>
|
||||||
<source>Cannot exit while checking.
|
<source>Cannot exit while checking.
|
||||||
|
|
||||||
Stop the checking before exiting.</source>
|
Stop the checking before exiting.</source>
|
||||||
<translation>Kan ej avsluta medans check pågår.</translation>
|
<translation>Kan ej avsluta medans check pågår.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="513"/>
|
<location filename="mainwindow.cpp" line="526"/>
|
||||||
<source>License</source>
|
<source>License</source>
|
||||||
<translation>Licens</translation>
|
<translation>Licens</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="520"/>
|
<location filename="mainwindow.cpp" line="533"/>
|
||||||
<source>Authors</source>
|
<source>Authors</source>
|
||||||
<translation>Utvecklare</translation>
|
<translation>Utvecklare</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="528"/>
|
<location filename="mainwindow.cpp" line="541"/>
|
||||||
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
||||||
<translation>XML filer (*.xml);;Text filer (*.txt);;CSV filer (*.csv)</translation>
|
<translation>XML filer (*.xml);;Text filer (*.txt);;CSV filer (*.csv)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="530"/>
|
<location filename="mainwindow.cpp" line="543"/>
|
||||||
<source>Save the report file</source>
|
<source>Save the report file</source>
|
||||||
<translation>Spara rapport</translation>
|
<translation>Spara rapport</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="538"/>
|
<location filename="mainwindow.cpp" line="551"/>
|
||||||
<source>XML files (*.xml)</source>
|
<source>XML files (*.xml)</source>
|
||||||
<translation>XML filer (*.xml)</translation>
|
<translation>XML filer (*.xml)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="544"/>
|
<location filename="mainwindow.cpp" line="557"/>
|
||||||
<source>Text files (*.txt)</source>
|
<source>Text files (*.txt)</source>
|
||||||
<translation>Text filer (*.txt)</translation>
|
<translation>Text filer (*.txt)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="576"/>
|
<location filename="mainwindow.cpp" line="563"/>
|
||||||
|
<source>CSV files (*.csv)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="mainwindow.cpp" line="598"/>
|
||||||
<source>Cppcheck - %1</source>
|
<source>Cppcheck - %1</source>
|
||||||
<translation>Cppcheck - %1</translation>
|
<translation>Cppcheck - %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="mainwindow.cpp" line="593"/>
|
<location filename="mainwindow.cpp" line="615"/>
|
||||||
<source>Failed to change the language:
|
<source>Failed to change the language:
|
||||||
|
|
||||||
%1
|
%1
|
||||||
|
@ -376,7 +393,7 @@ Stop the checking before exiting.</source>
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="32"/>
|
<location filename="translationhandler.cpp" line="33"/>
|
||||||
<source>Finnish</source>
|
<source>Finnish</source>
|
||||||
<translation>Finska</translation>
|
<translation>Finska</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -386,22 +403,27 @@ Stop the checking before exiting.</source>
|
||||||
<translation>Engelska</translation>
|
<translation>Engelska</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="33"/>
|
<location filename="translationhandler.cpp" line="32"/>
|
||||||
|
<source>Dutch</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="translationhandler.cpp" line="34"/>
|
||||||
<source>Swedish</source>
|
<source>Swedish</source>
|
||||||
<translation>Svenska</translation>
|
<translation>Svenska</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="34"/>
|
<location filename="translationhandler.cpp" line="35"/>
|
||||||
<source>German</source>
|
<source>German</source>
|
||||||
<translation>Tyska</translation>
|
<translation>Tyska</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="35"/>
|
<location filename="translationhandler.cpp" line="36"/>
|
||||||
<source>Russian</source>
|
<source>Russian</source>
|
||||||
<translation>Ryska</translation>
|
<translation>Ryska</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="36"/>
|
<location filename="translationhandler.cpp" line="37"/>
|
||||||
<source>Polish</source>
|
<source>Polish</source>
|
||||||
<translation>Polska</translation>
|
<translation>Polska</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -409,18 +431,18 @@ Stop the checking before exiting.</source>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="90"/>
|
<location filename="translationhandler.cpp" line="92"/>
|
||||||
<source>Incorrect language specified!</source>
|
<source>Incorrect language specified!</source>
|
||||||
<translation>valt språk är ej korrekt!</translation>
|
<translation>valt språk är ej korrekt!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="100"/>
|
<location filename="translationhandler.cpp" line="102"/>
|
||||||
<source>Language file %1 not found!</source>
|
<source>Language file %1 not found!</source>
|
||||||
<oldsource>Language file %1.qm not found!</oldsource>
|
<oldsource>Language file %1.qm not found!</oldsource>
|
||||||
<translation>Språk filen %1 hittades ej!</translation>
|
<translation>Språk filen %1 hittades ej!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="translationhandler.cpp" line="106"/>
|
<location filename="translationhandler.cpp" line="108"/>
|
||||||
<source>Failed to load translation for language %1 from file %2</source>
|
<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>
|
<oldsource>Failed to load translation for language %1 from file %2.qm</oldsource>
|
||||||
<translation>Misslyckades med att ladda översättningen för %1 från filen %2</translation>
|
<translation>Misslyckades med att ladda översättningen för %1 från filen %2</translation>
|
||||||
|
@ -429,57 +451,62 @@ Stop the checking before exiting.</source>
|
||||||
<context>
|
<context>
|
||||||
<name>ResultsTree</name>
|
<name>ResultsTree</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>File</source>
|
<source>File</source>
|
||||||
<translation>Fil</translation>
|
<translation>Fil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Severity</source>
|
<source>Severity</source>
|
||||||
<translation>Typ</translation>
|
<translation>Typ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Line</source>
|
<source>Line</source>
|
||||||
<translation>Rad</translation>
|
<translation>Rad</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="39"/>
|
<location filename="resultstree.cpp" line="42"/>
|
||||||
<location filename="resultstree.cpp" line="755"/>
|
<location filename="resultstree.cpp" line="808"/>
|
||||||
<source>Message</source>
|
<source>Message</source>
|
||||||
<translation>Meddelande</translation>
|
<translation>Meddelande</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="85"/>
|
<location filename="resultstree.cpp" line="88"/>
|
||||||
<source>Undefined file</source>
|
<source>Undefined file</source>
|
||||||
<translation>Odefinierad fil</translation>
|
<translation>Odefinierad fil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="388"/>
|
<location filename="resultstree.cpp" line="423"/>
|
||||||
<source>Copy filename</source>
|
<source>Copy filename</source>
|
||||||
<translation>Kopiera filnamn</translation>
|
<translation>Kopiera filnamn</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="389"/>
|
<location filename="resultstree.cpp" line="424"/>
|
||||||
<source>Copy full path</source>
|
<source>Copy full path</source>
|
||||||
<translation>Kopiera full sökväg</translation>
|
<translation>Kopiera full sökväg</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="425"/>
|
<location filename="resultstree.cpp" line="425"/>
|
||||||
|
<source>Copy message</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="resultstree.cpp" line="463"/>
|
||||||
<source>Cppcheck</source>
|
<source>Cppcheck</source>
|
||||||
<translation>Cppcheck</translation>
|
<translation>Cppcheck</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="426"/>
|
<location filename="resultstree.cpp" line="464"/>
|
||||||
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
||||||
<oldsource>You can open this error by specifying applications in program's settings.</oldsource>
|
<oldsource>You can open this error by specifying applications in program's settings.</oldsource>
|
||||||
<translation>Konfigurera program i inställningar/program.</translation>
|
<translation>Konfigurera program i inställningar/program.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="471"/>
|
<location filename="resultstree.cpp" line="501"/>
|
||||||
<source>Could not start %1
|
<source>Could not start %1
|
||||||
|
|
||||||
Please check the application path and parameters are correct.</source>
|
Please check the application path and parameters are correct.</source>
|
||||||
|
@ -488,22 +515,22 @@ Please check the application path and parameters are correct.</source>
|
||||||
Kontrollera att sökvägen och parametrarna är korrekta.</translation>
|
Kontrollera att sökvägen och parametrarna är korrekta.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="613"/>
|
<location filename="resultstree.cpp" line="665"/>
|
||||||
<source>possible error</source>
|
<source>possible error</source>
|
||||||
<translation>Möjligt fel</translation>
|
<translation>Möjligt fel</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="617"/>
|
<location filename="resultstree.cpp" line="669"/>
|
||||||
<source>style</source>
|
<source>style</source>
|
||||||
<translation>stil</translation>
|
<translation>stil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="621"/>
|
<location filename="resultstree.cpp" line="673"/>
|
||||||
<source>possible style</source>
|
<source>possible style</source>
|
||||||
<translation>Möjlig stil</translation>
|
<translation>Möjlig stil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="resultstree.cpp" line="625"/>
|
<location filename="resultstree.cpp" line="677"/>
|
||||||
<source>error</source>
|
<source>error</source>
|
||||||
<translation>fel</translation>
|
<translation>fel</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
Loading…
Reference in New Issue