2009-07-02 10:32:29 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!DOCTYPE TS>
|
2009-07-06 17:04:17 +02:00
|
|
|
<TS version="2.0" language="sv_SE">
|
2009-07-02 10:32:29 +02:00
|
|
|
<context>
|
2009-07-02 18:36:45 +02:00
|
|
|
<name>About</name>
|
2009-07-02 10:32:29 +02:00
|
|
|
<message>
|
2009-07-02 18:36:45 +02:00
|
|
|
<location filename="about.ui" line="14"/>
|
|
|
|
<source>About Cppcheck</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Om Cppcheck</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-12 13:22:56 +02:00
|
|
|
<location filename="about.ui" line="64"/>
|
2009-07-02 18:36:45 +02:00
|
|
|
<source>Version %1</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Version %1</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-12 13:22:56 +02:00
|
|
|
<location filename="about.ui" line="71"/>
|
2009-07-02 18:36:45 +02:00
|
|
|
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Cppcheck - Ett verktyg för statisk analys av C/C++ kod.</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
2010-01-17 19:41:26 +01:00
|
|
|
<message utf8="true">
|
2009-07-12 13:22:56 +02:00
|
|
|
<location filename="about.ui" line="81"/>
|
2010-01-17 19:41:26 +01:00
|
|
|
<source>Copyright (C) 2007-2010 Daniel Marjamäki and cppcheck team.</source>
|
|
|
|
<oldsource>Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</oldsource>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>Copyright (C) 2007-2010 Daniel Marjamäki and cppcheck team.</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-12 13:22:56 +02:00
|
|
|
<location filename="about.ui" line="91"/>
|
2009-07-02 18:36:45 +02:00
|
|
|
<source>This program is licensed under the terms
|
|
|
|
of the GNU General Public License version 3</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>This program is licensed under the terms
|
|
|
|
of the GNU General Public License version 3</translation>
|
2009-07-02 17:56:18 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-12 13:22:56 +02:00
|
|
|
<location filename="about.ui" line="102"/>
|
2009-07-02 18:36:45 +02:00
|
|
|
<source>Visit Cppcheck homepage at %1</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Hemsida: %1</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>ApplicationDialog</name>
|
|
|
|
<message>
|
2009-07-02 13:12:22 +02:00
|
|
|
<location filename="application.ui" line="14"/>
|
|
|
|
<source>Add an application</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Lägg till program</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="application.ui" line="20"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Here you can add applications that can open error files.
|
|
|
|
Specify a name for the application and the application to execute.
|
|
|
|
|
2010-01-17 19:41:26 +01:00
|
|
|
The following texts are replaced with appropriate values when application is executed:
|
2009-07-02 10:32:29 +02:00
|
|
|
(file) - Filename containing the error
|
|
|
|
(line) - Line number containing the error
|
|
|
|
(message) - Error message
|
|
|
|
(severity) - Error severity
|
|
|
|
|
|
|
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
|
|
|
kate -l(line) (file)</source>
|
2010-01-17 19:41:26 +01:00
|
|
|
<oldsource>Here you can add applications that can open error files.
|
|
|
|
Specify a name for the application and the application to execute.
|
|
|
|
|
|
|
|
The following texts are replaced with appriproate values when application is executed:
|
|
|
|
(file) - Filename containing the error
|
|
|
|
(line) - Line number containing the error
|
|
|
|
(message) - Error message
|
|
|
|
(severity) - Error severity
|
|
|
|
|
|
|
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
|
|
|
kate -l(line) (file)</oldsource>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>Här anger du det program som visar fel i filer.
|
2009-07-06 17:04:17 +02:00
|
|
|
Ange programmets namn och kommandorad.
|
|
|
|
|
2010-07-05 13:29:58 +02:00
|
|
|
Följande parametrar kan användas i kommandoraden:
|
2009-07-06 17:04:17 +02:00
|
|
|
(file) - Filnamnet
|
|
|
|
(line) - Radnummer
|
|
|
|
(message) - Felmeddelande
|
2010-07-05 13:29:58 +02:00
|
|
|
(severity) - Svårighetsgrad
|
2009-07-06 17:04:17 +02:00
|
|
|
|
|
|
|
Exempel för att öppna filen och scrolla till rätt rad med programmet Kate:
|
|
|
|
kate -l(line) (file)</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-02 13:12:22 +02:00
|
|
|
<location filename="application.ui" line="39"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Application's name</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Programmets namn</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-02 13:12:22 +02:00
|
|
|
<location filename="application.ui" line="46"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Application to execute</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Kommandorad</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-02 13:12:22 +02:00
|
|
|
<location filename="application.ui" line="59"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Browse</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Bläddra</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-02 18:15:34 +02:00
|
|
|
<location filename="applicationdialog.cpp" line="57"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Executable files (*.exe);;All files(*.*)</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Exekverbara filer (*.exe);;Alla filer(*.*)</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-02 18:15:34 +02:00
|
|
|
<location filename="applicationdialog.cpp" line="60"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Select viewer application</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Välj program</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-02 18:15:34 +02:00
|
|
|
<location filename="applicationdialog.cpp" line="97"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Cppcheck</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Cppcheck</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-02 18:15:34 +02:00
|
|
|
<location filename="applicationdialog.cpp" line="98"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>You must specify a name and a path for the application!</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Du måste ange programmets namn och kommandorad!</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>FileViewDialog</name>
|
|
|
|
<message>
|
2009-07-02 18:46:26 +02:00
|
|
|
<location filename="fileviewdialog.cpp" line="47"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Could not find the file: %1</source>
|
|
|
|
<oldsource>Could not find the file:
|
|
|
|
</oldsource>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Kunde inte hitta filen: %1</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-02 18:46:26 +02:00
|
|
|
<location filename="fileviewdialog.cpp" line="51"/>
|
|
|
|
<location filename="fileviewdialog.cpp" line="66"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Cppcheck</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Cppcheck</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-02 18:46:26 +02:00
|
|
|
<location filename="fileviewdialog.cpp" line="62"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Could not read the file: %1</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Kunde inte läsa filen: %1</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>MainWindow</name>
|
|
|
|
<message>
|
|
|
|
<location filename="main.ui" line="26"/>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="mainwindow.cpp" line="216"/>
|
2010-07-04 00:15:09 +02:00
|
|
|
<location filename="mainwindow.cpp" line="473"/>
|
|
|
|
<location filename="mainwindow.cpp" line="575"/>
|
|
|
|
<location filename="mainwindow.cpp" line="593"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Cppcheck</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Cppcheck</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="141"/>
|
2009-07-02 19:11:47 +02:00
|
|
|
<source>Standard</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Standard</translation>
|
2009-07-02 19:11:47 +02:00
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
<message>
|
2010-02-23 16:52:37 +01:00
|
|
|
<location filename="main.ui" line="74"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&File</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Arkiv</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-02-23 16:52:37 +01:00
|
|
|
<location filename="main.ui" line="81"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&View</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Visa</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 14:33:43 +02:00
|
|
|
<location filename="main.ui" line="85"/>
|
|
|
|
<source>&Toolbars</source>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>Verktygsfält</translation>
|
2010-07-03 14:33:43 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="118"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Check</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Check</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="127"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Edit</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Redigera</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="172"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&License...</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Licens...</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="177"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>A&uthors...</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Utvecklat av...</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="186"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&About...</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Om...</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="191"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Files...</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Filer...</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="194"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Ctrl+F</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Ctrl+F</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="203"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Directory...</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Katalog...</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="206"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Ctrl+D</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Ctrl+D</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="215"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Recheck files</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Starta &om check</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="218"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Ctrl+R</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Ctrl+R</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="227"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Stop</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Stoppa</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="230"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Esc</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Esc</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="239"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Save results to file...</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Spara resultat till fil...</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="242"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Ctrl+S</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Ctrl+S</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="247"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Quit</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Avsluta</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="256"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Clear results</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Töm resultat</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="265"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Preferences</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Inställningar</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="277"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Show style errors</source>
|
2010-07-04 00:15:09 +02:00
|
|
|
<translation>Stilvarningar</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="289"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Show common errors</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Vanliga fel</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="294"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Check all</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Kryssa alla</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="299"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Uncheck all</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Kryssa &ur alla</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="304"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Collapse &all</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translatorcomment>Ingen bra översättning!</translatorcomment>
|
|
|
|
<translation>&Fäll ihop alla</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="309"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Expand all</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Expandera alla</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="317"/>
|
2010-07-03 14:33:43 +02:00
|
|
|
<source>&Standard</source>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>&Standard</translation>
|
2010-07-03 14:33:43 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="320"/>
|
2010-07-03 14:33:43 +02:00
|
|
|
<source>Standard items</source>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>Standard poster</translation>
|
2010-07-03 14:33:43 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="336"/>
|
2010-07-03 14:33:43 +02:00
|
|
|
<source>Toolbar</source>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>Verktygsfält</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="344"/>
|
|
|
|
<source>&Categories</source>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>&Kategorier</translation>
|
2010-07-03 18:46:48 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="main.ui" line="347"/>
|
|
|
|
<source>Error categories</source>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>Fel kategorier</translation>
|
2010-07-03 18:46:48 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="main.ui" line="325"/>
|
2010-02-23 16:52:37 +01:00
|
|
|
<source>&Contents</source>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>&Innehåll</translation>
|
2010-02-23 16:52:37 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="159"/>
|
|
|
|
<source>Categories</source>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>Kategorier</translation>
|
2010-07-03 18:46:48 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="main.ui" line="328"/>
|
2010-02-23 16:52:37 +01:00
|
|
|
<source>Open the help contents</source>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>Öppna hjälp</translation>
|
2010-02-23 16:52:37 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="331"/>
|
2010-02-23 16:52:37 +01:00
|
|
|
<source>F1</source>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>F1</translation>
|
2010-02-23 16:52:37 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="103"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Language</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Språk</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="main.ui" line="108"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>&Help</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>&Hjälp</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="mainwindow.cpp" line="249"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Select files to check</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Välj filer att kontrollera</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="mainwindow.cpp" line="263"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Select directory to check</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Välj katalog som skall kontrolleras</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 18:46:48 +02:00
|
|
|
<location filename="mainwindow.cpp" line="217"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>No suitable files found to check!</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Inga lämpliga filer hittades!</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-04 00:15:09 +02:00
|
|
|
<location filename="mainwindow.cpp" line="469"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Cannot exit while checking.
|
|
|
|
|
|
|
|
Stop the checking before exiting.</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Kan ej avsluta medans check pågår.</translation>
|
2009-07-02 18:46:26 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-04 00:15:09 +02:00
|
|
|
<location filename="mainwindow.cpp" line="500"/>
|
2009-07-02 18:46:26 +02:00
|
|
|
<source>License</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Licens</translation>
|
2009-07-02 18:46:26 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-04 00:15:09 +02:00
|
|
|
<location filename="mainwindow.cpp" line="507"/>
|
2009-07-02 18:46:26 +02:00
|
|
|
<source>Authors</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Utvecklare</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-04 00:15:09 +02:00
|
|
|
<location filename="mainwindow.cpp" line="515"/>
|
2009-07-06 11:30:49 +02:00
|
|
|
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>XML filer (*.xml);;Text filer (*.txt);;CSV filer (*.csv)</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-04 00:15:09 +02:00
|
|
|
<location filename="mainwindow.cpp" line="517"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Save the report file</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Spara rapport</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-04 00:15:09 +02:00
|
|
|
<location filename="mainwindow.cpp" line="525"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>XML files (*.xml)</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>XML filer (*.xml)</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-04 00:15:09 +02:00
|
|
|
<location filename="mainwindow.cpp" line="531"/>
|
2009-07-06 11:30:49 +02:00
|
|
|
<source>Text files (*.txt)</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Text filer (*.txt)</translation>
|
2009-07-06 11:30:49 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-04 00:15:09 +02:00
|
|
|
<location filename="mainwindow.cpp" line="537"/>
|
2010-01-17 19:41:26 +01:00
|
|
|
<source>CSV files (*.csv)</source>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>CSV filer (*.csv)</translation>
|
2010-01-17 19:41:26 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-04 00:15:09 +02:00
|
|
|
<location filename="mainwindow.cpp" line="577"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Cppcheck - %1</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Cppcheck - %1</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-04 00:15:09 +02:00
|
|
|
<location filename="mainwindow.cpp" line="594"/>
|
2009-07-03 16:20:54 +02:00
|
|
|
<source>Failed to change the language:
|
2009-07-02 10:32:29 +02:00
|
|
|
|
2009-07-03 16:20:54 +02:00
|
|
|
%1
|
|
|
|
|
|
|
|
</source>
|
|
|
|
<oldsource>Failed to change language:
|
|
|
|
|
|
|
|
%1</oldsource>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Misslyckades med att byta språk:
|
|
|
|
|
|
|
|
%1
|
|
|
|
|
|
|
|
</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
2009-07-04 11:06:31 +02:00
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="translationhandler.cpp" line="34"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
<source>Finnish</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Finska</translation>
|
2009-07-04 11:06:31 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="translationhandler.cpp" line="32"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
<source>English</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Engelska</translation>
|
2009-07-04 11:06:31 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="translationhandler.cpp" line="33"/>
|
2010-01-17 19:41:26 +01:00
|
|
|
<source>Dutch</source>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>Nederländska</translation>
|
2010-01-17 19:41:26 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="translationhandler.cpp" line="35"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
<source>Swedish</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Svenska</translation>
|
2009-07-04 11:06:31 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="translationhandler.cpp" line="36"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
<source>German</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Tyska</translation>
|
2009-07-04 11:06:31 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="translationhandler.cpp" line="37"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
<source>Russian</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Ryska</translation>
|
2009-07-04 11:06:31 +02:00
|
|
|
</message>
|
2009-08-09 22:11:13 +02:00
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="translationhandler.cpp" line="38"/>
|
2009-08-09 22:11:13 +02:00
|
|
|
<source>Polish</source>
|
2009-08-16 09:38:25 +02:00
|
|
|
<translation>Polska</translation>
|
2009-08-09 22:11:13 +02:00
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>QObject</name>
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="translationhandler.cpp" line="93"/>
|
2009-07-03 13:18:35 +02:00
|
|
|
<source>Incorrect language specified!</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>valt språk är ej korrekt!</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="translationhandler.cpp" line="103"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
<source>Language file %1 not found!</source>
|
|
|
|
<oldsource>Language file %1.qm not found!</oldsource>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Språk filen %1 hittades ej!</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="translationhandler.cpp" line="109"/>
|
2009-07-04 11:06:31 +02:00
|
|
|
<source>Failed to load translation for language %1 from file %2</source>
|
|
|
|
<oldsource>Failed to load translation for language %1 from file %2.qm</oldsource>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Misslyckades med att ladda översättningen för %1 från filen %2</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>ResultsTree</name>
|
|
|
|
<message>
|
2010-01-17 19:41:26 +01:00
|
|
|
<location filename="resultstree.cpp" line="42"/>
|
2010-07-03 11:58:56 +02:00
|
|
|
<location filename="resultstree.cpp" line="796"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>File</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Fil</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-01-17 19:41:26 +01:00
|
|
|
<location filename="resultstree.cpp" line="42"/>
|
2010-07-03 11:58:56 +02:00
|
|
|
<location filename="resultstree.cpp" line="796"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Severity</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Typ</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-01-17 19:41:26 +01:00
|
|
|
<location filename="resultstree.cpp" line="42"/>
|
2010-07-03 11:58:56 +02:00
|
|
|
<location filename="resultstree.cpp" line="796"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Line</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Rad</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-01-17 19:41:26 +01:00
|
|
|
<location filename="resultstree.cpp" line="42"/>
|
2010-07-03 11:58:56 +02:00
|
|
|
<location filename="resultstree.cpp" line="796"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Message</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Meddelande</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-01-17 19:41:26 +01:00
|
|
|
<location filename="resultstree.cpp" line="88"/>
|
2009-07-02 12:48:32 +02:00
|
|
|
<source>Undefined file</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Odefinierad fil</translation>
|
2009-07-02 12:48:32 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 11:58:56 +02:00
|
|
|
<location filename="resultstree.cpp" line="419"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Copy filename</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Kopiera filnamn</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 11:58:56 +02:00
|
|
|
<location filename="resultstree.cpp" line="420"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Copy full path</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Kopiera full sökväg</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 11:58:56 +02:00
|
|
|
<location filename="resultstree.cpp" line="421"/>
|
2010-01-17 19:41:26 +01:00
|
|
|
<source>Copy message</source>
|
2010-07-05 13:29:58 +02:00
|
|
|
<translation>Kopiera meddelande</translation>
|
2010-01-17 19:41:26 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 11:58:56 +02:00
|
|
|
<location filename="resultstree.cpp" line="459"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Cppcheck</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Cppcheck</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 11:58:56 +02:00
|
|
|
<location filename="resultstree.cpp" line="460"/>
|
2009-07-03 16:46:39 +02:00
|
|
|
<source>Configure the text file viewer program in Cppcheck preferences/Applications.</source>
|
|
|
|
<oldsource>You can open this error by specifying applications in program's settings.</oldsource>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Konfigurera program i inställningar/program.</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 11:58:56 +02:00
|
|
|
<location filename="resultstree.cpp" line="497"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Could not start %1
|
|
|
|
|
|
|
|
Please check the application path and parameters are correct.</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Kunde inte starta %1
|
|
|
|
|
|
|
|
Kontrollera att sökvägen och parametrarna är korrekta.</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
2009-07-02 12:48:32 +02:00
|
|
|
<message>
|
2010-07-03 11:58:56 +02:00
|
|
|
<location filename="resultstree.cpp" line="661"/>
|
2009-07-02 12:48:32 +02:00
|
|
|
<source>style</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>stil</translation>
|
2009-07-02 12:48:32 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 11:58:56 +02:00
|
|
|
<location filename="resultstree.cpp" line="665"/>
|
2009-07-02 12:48:32 +02:00
|
|
|
<source>error</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>fel</translation>
|
2009-07-02 12:48:32 +02:00
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>ResultsView</name>
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="resultsview.cpp" line="80"/>
|
|
|
|
<location filename="resultsview.cpp" line="92"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Cppcheck</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Cppcheck</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="resultsview.cpp" line="81"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>No errors found.</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Inga fel hittades.</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="resultsview.cpp" line="89"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Errors were found, but they are configured to be hidden.
|
|
|
|
To toggle what kind of errors are shown, open view menu.</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Fel hittades, men de visas ej.
|
|
|
|
För att ställa in vilka fel som skall visas använd visa menyn.</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
2009-08-01 08:42:52 +02:00
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="resultsview.cpp" line="140"/>
|
2009-08-01 08:42:52 +02:00
|
|
|
<source>No errors found, nothing to save.</source>
|
2009-08-16 09:38:25 +02:00
|
|
|
<translation>Inga fel hittades, ingenting att spara.</translation>
|
2009-08-01 08:42:52 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2010-07-03 10:48:25 +02:00
|
|
|
<location filename="resultsview.cpp" line="167"/>
|
|
|
|
<location filename="resultsview.cpp" line="177"/>
|
2009-08-01 08:42:52 +02:00
|
|
|
<source>Failed to save the report.</source>
|
2009-08-16 09:38:25 +02:00
|
|
|
<translation>Misslyckades med att spara rapporten.</translation>
|
2009-08-01 08:42:52 +02:00
|
|
|
</message>
|
2009-07-02 10:32:29 +02:00
|
|
|
<message>
|
|
|
|
<location filename="resultsview.ui" line="26"/>
|
|
|
|
<source>Results</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Resultat</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
2009-07-02 13:12:22 +02:00
|
|
|
<context>
|
|
|
|
<name>Settings</name>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="14"/>
|
2009-08-01 17:28:21 +02:00
|
|
|
<source>Preferences</source>
|
2009-08-16 09:38:25 +02:00
|
|
|
<translation>Inställningar</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="24"/>
|
|
|
|
<source>General</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Allmänt</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="34"/>
|
|
|
|
<source>Number of threads: </source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Antal trådar:</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="46"/>
|
|
|
|
<source>Check all #ifdef configurations</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Kontrollera alla #ifdef konfigurationer</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="53"/>
|
|
|
|
<source>Show full path of files</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Visa den fulla sökvägen för filer</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="60"/>
|
|
|
|
<source>Show "No errors found" message when no errors found</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Visa "Inga fel hittades" meddelande när inga fel hittas</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="83"/>
|
|
|
|
<source>Applications</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Program</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="92"/>
|
|
|
|
<source>Add application</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Lägg till program</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="99"/>
|
|
|
|
<source>Delete application</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Ta bort program</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="106"/>
|
|
|
|
<source>Modify application</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Ändra program</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="113"/>
|
|
|
|
<source>Set as default application</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Ange som standard program</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="121"/>
|
|
|
|
<source>Reports</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Rapporter</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="127"/>
|
|
|
|
<source>Save all errors when creating report</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Spara alla fel</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="settings.ui" line="134"/>
|
|
|
|
<source>Save full path to files in reports</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Spara fulla sökvägar</translation>
|
2009-07-02 13:12:22 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
2009-07-02 10:32:29 +02:00
|
|
|
<context>
|
|
|
|
<name>SettingsDialog</name>
|
|
|
|
<message>
|
2009-07-02 18:15:34 +02:00
|
|
|
<location filename="settingsdialog.cpp" line="132"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Add a new application</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Lägg till program</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2009-07-02 18:15:34 +02:00
|
|
|
<location filename="settingsdialog.cpp" line="165"/>
|
2009-07-02 10:32:29 +02:00
|
|
|
<source>Modify an application</source>
|
2009-07-06 17:04:17 +02:00
|
|
|
<translation>Ändra program</translation>
|
2009-07-02 10:32:29 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
</TS>
|