diff --git a/gui/cppcheck_de.ts b/gui/cppcheck_de.ts
index cca70d731..ddc5c7026 100644
--- a/gui/cppcheck_de.ts
+++ b/gui/cppcheck_de.ts
@@ -46,7 +46,18 @@ der GNU General Public License Version 3 lizenziert
-
- 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)
- Hier können Sie Anwendungen hinzufügen, die Fehler-Dateien öffnen können.
+ Hier können Sie Anwendungen hinzufügen, die Fehler-Dateien öffnen können.
Geben Sie einen Namen und die ausführbare Anwendung an.
Die folgenden Texte werden mit den entsprechenden Werten bei der Ausführung ersetzt:
@@ -81,39 +81,44 @@ Das Beispiel öffnet eine Datei mit dem Editor Kate und blättert zur richtigen
kate -l(line) (file)
-
- Application's name:
+
+ &Application's name:
-
- Command to execute:
+
+ &Executable:
-
+
+ &Parameters:
+
+
+
+ BrowseSuchen
-
+ Executable files (*.exe);;All files(*.*)Ausführbare Dateien (*.exe);;Alle Dateien(*.*)
-
+ Select viewer applicationAnzeigeanwendung auswählen
-
+ CppcheckCppcheck
-
- You must specify a name and a path for the application!
- Sie müssen einen Namen und einen Pfad für die Anweundung angeben!
+
+ You must specify a name, a path and parameters for the application!
+
@@ -135,44 +140,6 @@ kate -l(line) (file)
Konnte die Datei nicht lesen:%1
-
- HelpWindow
-
-
- Cppcheck Help
-
-
-
-
- Go back
-
-
-
-
- Back
-
-
-
-
- Go forward
-
-
-
-
- Forward
-
-
-
-
- Start
-
-
-
-
- Home
-
-
-LogView
@@ -220,12 +187,13 @@ kate -l(line) (file)
MainWindow
-
-
-
-
-
-
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -537,151 +505,127 @@ kate -l(line) (file)
&Hilfe
-
+ Select files to checkDateien zum Überprüfen auswählen
-
+ Select directory to checkVerzeichnis zum Überprüfen auswählen
-
+ No suitable files found to check!Kein passenden Dateien zum Überprüfen gefunden!
-
+ LicenseLizenz
-
+ AuthorsAutoren
-
+ XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)XML-Dateien (*.xml);;Textdateien (*.txt);;CSV-Dateien (*.csv)
-
+ Save the report fileSpeichert die Berichtdatei
-
+ XML files (*.xml)XML-Dateien (*.xml)
-
+
+ There was a problem with loading the editor application settings.
+
+This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly.
+
+
+
+ You must close the project file before selecting new files or directories!
-
-
-
+
+
+ Project:
-
+ Open the report file
-
+ Checking is running.
Do you want to stop the checking and exit Cppcheck?.
-
+ XML files version 1 (*.xml)
-
+ XML files version 2 (*.xml)
-
+ Text files (*.txt)Textdateien (*.txt)
-
+ CSV files (*.csv)CSV-Dateien (*.csv)
-
+ Cppcheck - %1Cppcheck - %1
-
+ Failed to change the language:
%1
- Failed to change the language:
-
-%1
-
-
- Failed to change language:
-
-%1
- Fehler beim Ändern der Sprache:
-
-%1
-
-
-
-
-
-
- Cppcheck Help
-
-
-
-
- Failed to load help file (not found)
-
-
-
-
- Failed to load help file
-
-
-
-
-
+
+ Project files (*.cppcheck);;All files(*.*)
-
+ Select Project File
-
+ Select Project Filename
-
+ No project file loaded
@@ -846,10 +790,6 @@ Do you want to stop the checking and exit Cppcheck?.
QObject
-
- Incorrect language specified!
- Falsche Sprache angegeben!
- Unknown language specified!
@@ -872,25 +812,25 @@ Do you want to stop the checking and exit Cppcheck?.
ResultsTree
-
+ FileDatei
-
+ SeveritySchweregrad
-
+ LineZeile
-
+ Summary
@@ -941,7 +881,7 @@ Do you want to stop the checking and exit Cppcheck?.
-
+ Could not start %1
Please check the application path and parameters are correct.
@@ -950,14 +890,14 @@ Please check the application path and parameters are correct.
Bitte überprüfen Sie ob der Pfad und die Parameter der Anwendung richtig eingestellt sind.
-
+ Could not find file:
%1
Please select the directory where file is located.
-
+ Select Directory
@@ -1141,22 +1081,6 @@ Legen Sie unter dem Menü Ansicht fest, welche Art von Fehlern angezeigt werden
Set as default
-
- Add application
- Anwendung hinzufügen
-
-
- Delete application
- Anwendung löschen
-
-
- Modify application
- Anwendung ändern
-
-
- Set as default application
- Als Standard-Anwendung verwenden
- Reports
@@ -1191,17 +1115,17 @@ Legen Sie unter dem Menü Ansicht fest, welche Art von Fehlern angezeigt werden
Neue Anwendung hinzufügen
-
+ Modify an applicationAnwendung ändern
-
+ [Default]
-
+ Select include directory
diff --git a/gui/cppcheck_en.ts b/gui/cppcheck_en.ts
index 480338c6d..254471cc0 100644
--- a/gui/cppcheck_en.ts
+++ b/gui/cppcheck_en.ts
@@ -46,21 +46,21 @@ of the GNU General Public License version 3
- Here you can add applications that can open error files.
-Specify a name for the application and the application to execute.
+ Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.
-The following texts are replaced with appropriate values when application is executed:
+The following texts in parameters are replaced with appropriate 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)
+executable: kate
+parameters: -l(line) (file)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:
+The following texts are replaced with appropriate values when application is executed:
(file) - Filename containing the error
(line) - Line number containing the error
(message) - Error message
@@ -81,39 +81,44 @@ Example opening a file with Kate and make Kate scroll to the correct line:
kate -l(line) (file)
-
- Application's name:
+
+ &Application's name:
-
- Command to execute:
+
+ &Executable:
-
+
+ &Parameters:
+
+
+
+ BrowseBrowse
-
+ Executable files (*.exe);;All files(*.*)Executable files (*.exe);;All files(*.*)
-
+ Select viewer applicationSelect viewer application
-
+ CppcheckCppcheck
-
- You must specify a name and a path for the application!
- You must specify a name and a path for the application!
+
+ You must specify a name, a path and parameters for the application!
+
@@ -137,44 +142,6 @@ kate -l(line) (file)
Could not read the file: %1
-
- HelpWindow
-
-
- Cppcheck Help
-
-
-
-
- Go back
-
-
-
-
- Back
-
-
-
-
- Go forward
-
-
-
-
- Forward
-
-
-
-
- Start
-
-
-
-
- Home
-
-
-LogView
@@ -222,12 +189,13 @@ kate -l(line) (file)
MainWindow
-
-
-
-
-
-
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -539,149 +507,127 @@ kate -l(line) (file)
&Help
-
+ Select files to checkSelect files to check
-
+ Select directory to checkSelect directory to check
-
+ No suitable files found to check!No suitable files found to check!
-
+ LicenseLicense
-
+ AuthorsAuthors
-
+ XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)
-
+ Save the report fileSave the report file
-
+ XML files (*.xml)XML files (*.xml)
-
+
+ There was a problem with loading the editor application settings.
+
+This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly.
+
+
+
+ You must close the project file before selecting new files or directories!
-
-
-
+
+
+ Project:
-
+ Open the report file
-
+ Checking is running.
Do you want to stop the checking and exit Cppcheck?.
-
+ XML files version 1 (*.xml)
-
+ XML files version 2 (*.xml)
-
+ Text files (*.txt)Text files (*.txt)
-
+ CSV files (*.csv)
-
+ Cppcheck - %1Cppcheck - %1
-
+ Failed to change the language:
%1
- Failed to change the language:
-
-%1
-
-
- Failed to change language:
-
-%1
- Failed to change language:
-
-%1
-
-
-
-
- Cppcheck Help
-
-
-
-
- Failed to load help file (not found)
-
-
-
-
- Failed to load help file
-
-
-
-
-
+
+ Project files (*.cppcheck);;All files(*.*)
-
+ Select Project File
-
+ Select Project Filename
-
+ No project file loaded
@@ -846,10 +792,6 @@ Do you want to stop the checking and exit Cppcheck?.
QObject
-
- Incorrect language specified!
- Incorrect language specified!
- Unknown language specified!
@@ -872,25 +814,25 @@ Do you want to stop the checking and exit Cppcheck?.
ResultsTree
-
+ FileFile
-
+ SeveritySeverity
-
+ LineLine
-
+ Summary
@@ -941,7 +883,7 @@ Do you want to stop the checking and exit Cppcheck?.
-
+ Could not start %1
Please check the application path and parameters are correct.
@@ -950,14 +892,14 @@ Please check the application path and parameters are correct.
Please check the application path and parameters are correct.
-
+ Could not find file:
%1
Please select the directory where file is located.
-
+ Select Directory
@@ -1141,22 +1083,6 @@ To toggle what kind of errors are shown, open view menu.
Set as default
-
- Add application
- Add application
-
-
- Delete application
- Delete application
-
-
- Modify application
- Modify application
-
-
- Set as default application
- Set as default application
- Reports
@@ -1191,17 +1117,17 @@ To toggle what kind of errors are shown, open view menu.
Add a new application
-
+ Modify an applicationModify an application
-
+ [Default]
-
+ Select include directory
diff --git a/gui/cppcheck_fi.ts b/gui/cppcheck_fi.ts
index 517bd3527..35612e1e2 100644
--- a/gui/cppcheck_fi.ts
+++ b/gui/cppcheck_fi.ts
@@ -46,21 +46,21 @@ Public lisenssin version 3 alaisuuteen
- Here you can add applications that can open error files.
-Specify a name for the application and the application to execute.
+ Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.
-The following texts are replaced with appropriate values when application is executed:
+The following texts in parameters are replaced with appropriate 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)
+executable: kate
+parameters: -l(line) (file)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:
+The following texts are replaced with appropriate values when application is executed:
(file) - Filename containing the error
(line) - Line number containing the error
(message) - Error message
@@ -83,39 +83,44 @@ kate -l(line) (file)
-
- Application's name:
+
+ &Application's name:
-
- Command to execute:
+
+ &Executable:
-
+
+ &Parameters:
+
+
+
+ BrowseSelaa
-
+ Executable files (*.exe);;All files(*.*)Suoritettavat tiedostot (*.exe);;Kaikki tiedostot(*.*)
-
+ Select viewer applicationValitse ohjelma jolla avata virhetiedosto
-
+ CppcheckCppcheck
-
- You must specify a name and a path for the application!
- Suoritettava ohjelma tulee määrittää!
+
+ You must specify a name, a path and parameters for the application!
+
@@ -139,44 +144,6 @@ kate -l(line) (file)
Tiedoston %1 lukeminen epäonnistui
-
- HelpWindow
-
-
- Cppcheck Help
-
-
-
-
- Go back
-
-
-
-
- Back
-
-
-
-
- Go forward
-
-
-
-
- Forward
-
-
-
-
- Start
-
-
-
-
- Home
-
-
-LogView
@@ -224,12 +191,13 @@ kate -l(line) (file)
MainWindow
-
-
-
-
-
-
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -541,151 +509,127 @@ kate -l(line) (file)
&Ohje
-
+ Select files to checkValitse tarkistettavat tiedostot
-
+ Select directory to checkValitse tarkistettava hakemisto
-
+ No suitable files found to check!Tarkistettavaksi sopivia tiedostoja ei löytynyt!
-
+ LicenseLisenssi
-
+ AuthorsTekijät
-
+ XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)XML-tiedostot (*.xml);;Tekstitiedostot (*.txt);;CSV-tiedostot (*.csv)
-
+ Save the report fileTallenna raportti
-
+ XML files (*.xml)XML-tiedostot (*xml)
-
+
+ There was a problem with loading the editor application settings.
+
+This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly.
+
+
+
+ You must close the project file before selecting new files or directories!
-
-
-
+
+
+ Project:
-
+ Open the report file
-
+ Checking is running.
Do you want to stop the checking and exit Cppcheck?.
-
+ XML files version 1 (*.xml)
-
+ XML files version 2 (*.xml)
-
+ Text files (*.txt)Tekstitiedostot (*.txt)
-
+ CSV files (*.csv)
-
+ Cppcheck - %1Cppcheck - %1
-
+ Failed to change the language:
%1
- Failed to change the language:
-
-%1
-
-
- Failed to change language:
-
-%1
- Ohjelman kielen vaihtaminen epäonnistui:
-
-%1
-
-
-
-
-
-
- Cppcheck Help
-
-
-
-
- Failed to load help file (not found)
-
-
-
-
- Failed to load help file
-
-
-
-
-
+
+ Project files (*.cppcheck);;All files(*.*)
-
+ Select Project File
-
+ Select Project Filename
-
+ No project file loaded
@@ -850,10 +794,6 @@ Do you want to stop the checking and exit Cppcheck?.
QObject
-
- Incorrect language specified!
- Virheellinen kieli valittu!
- Unknown language specified!
@@ -876,25 +816,25 @@ Do you want to stop the checking and exit Cppcheck?.
ResultsTree
-
+ FileTiedosto
-
+ SeverityTyyppi
-
+ LineRivi
-
+ Summary
@@ -945,7 +885,7 @@ Do you want to stop the checking and exit Cppcheck?.
-
+ Could not start %1
Please check the application path and parameters are correct.
@@ -954,14 +894,14 @@ Please check the application path and parameters are correct.
Tarkista että ohjelman polku ja parametrit ovat oikeat.
-
+ Could not find file:
%1
Please select the directory where file is located.
-
+ Select Directory
@@ -1145,22 +1085,6 @@ Määrittääksesi minkä tyyppisiä virheitä näytetään, avaa näkymä valik
Set as default
-
- Add application
- Lisää ohjelma
-
-
- Delete application
- Poista ohjelma
-
-
- Modify application
- Muokkaa ohjelmaa
-
-
- Set as default application
- Aseta oletusohjelmaksi
- Reports
@@ -1195,17 +1119,17 @@ Määrittääksesi minkä tyyppisiä virheitä näytetään, avaa näkymä valik
Lisää uusi ohjelma
-
+ Modify an applicationMuokkaa ohjelmaa
-
+ [Default]
-
+ Select include directory
diff --git a/gui/cppcheck_fr.ts b/gui/cppcheck_fr.ts
index 00826c6e3..964a7fcdd 100644
--- a/gui/cppcheck_fr.ts
+++ b/gui/cppcheck_fr.ts
@@ -36,31 +36,6 @@ General Public License version 3
Add an applicationAjouter une application
-
- 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 appropriate 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)
- Ici vous pouvez ajouter des applications pour ouvir les rapports d'erreur
-Spécifiez le nom de l'application et l'application à exécuter.
-
-Les textes suivants sont remplacés avec les valeurs appropriées lorsque l'application est lancée :
-(file) - Nom du fichier contenant l'erreur
-(line) - Numéro de ligne où est l'erreur
-(message) - Message d'erreur
-(severity) - Séverité de l'erreur
-
-
-Example : ouvrir un fichier avec kate et position l'affichage sur la bonne ligne:
-kate -l(ligne) (fichier)
- BrowseParcourir
@@ -78,15 +53,33 @@ kate -l(ligne) (fichier)
- You must specify a name and a path for the application!
- Vous devez spécifier un nom et un chemin d'accès pour l'application !
-
-
- Application's name:
+ Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.
+
+The following texts in parameters are replaced with appropriate 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:
+executable: kate
+parameters: -l(line) (file)
- Command to execute:
+ &Application's name:
+
+
+
+ &Executable:
+
+
+
+ &Parameters:
+
+
+
+ You must specify a name, a path and parameters for the application!
@@ -105,37 +98,6 @@ kate -l(ligne) (fichier)
Ne peut pas lire le fichier : %1
-
- HelpWindow
-
- Cppcheck Help
-
-
-
- Go back
-
-
-
- Back
-
-
-
- Go forward
-
-
-
- Forward
-
-
-
- Start
-
-
-
- Home
-
-
-LogView
@@ -333,18 +295,6 @@ kate -l(ligne) (fichier)
Cppcheck - %1
-
- Failed to change the language:
-
-%1
-
-
- Erreur lors du chargement de la langue :
-
-%1
-
-
- EnglishAnglais
@@ -527,18 +477,6 @@ Do you want to stop the checking and exit Cppcheck?.
XML files version 2 (*.xml)
-
- Cppcheck Help
-
-
-
- Failed to load help file (not found)
-
-
-
- Failed to load help file
-
- Project files (*.cppcheck);;All files(*.*)
@@ -573,6 +511,12 @@ Do you want to stop the checking and exit Cppcheck?.
French
+
+ There was a problem with loading the editor application settings.
+
+This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly.
+
+ Project
@@ -657,10 +601,6 @@ Do you want to stop the checking and exit Cppcheck?.
QObject
-
- Incorrect language specified!
- Langue incorrecte !
- Language file %1 not found!Fichier de langue %1 non trouvé !
@@ -838,22 +778,6 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage.Applications
Applications
-
- Add application
- Ajouter une application
-
-
- Delete application
- Supprimer l'application
-
-
- Modify application
- Modifier l'application
-
-
- Set as default application
- Définir comme application par défaut
- ReportsRapports
diff --git a/gui/cppcheck_ja.ts b/gui/cppcheck_ja.ts
index 3fea0bf5b..ce91d8891 100644
--- a/gui/cppcheck_ja.ts
+++ b/gui/cppcheck_ja.ts
@@ -45,7 +45,18 @@ of the GNU General Public License version 3
- Here you can add applications that can open error files.
+ Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.
+
+The following texts in parameters are replaced with appropriate 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:
+executable: kate
+parameters: -l(line) (file)
+ 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 appropriate values when application is executed:
@@ -55,8 +66,8 @@ The following texts are replaced with appropriate values when application is exe
(severity) - Error severity
Example opening a file with Kate and make Kate scroll to the correct line:
-kate -l(line) (file)
- エラーファイルを表示するアプリケーションを設定できます。
+kate -l(line) (file)
+ エラーファイルを表示するアプリケーションを設定できます。
アプリケーション名と実行ファイルパスを指定してください。
アプリケーション実行時に以下の文字列は置き換えられます。
@@ -69,39 +80,44 @@ kate -l(line) (file)
kate -l(line) (file)
-
- Application's name:
- アプリケーション名:
+
+ &Application's name:
+
-
- Command to execute:
- 実行ファイルパス:
+
+ &Executable:
+
-
+
+ &Parameters:
+
+
+
+ Browse参照
-
+ Executable files (*.exe);;All files(*.*)実行ファイル (*.exe);;All files(*.*)
-
+ Select viewer application表示アプリケーションの選択
-
+ CppcheckCppcheck
-
- You must specify a name and a path for the application!
- アプリケーション名と実行ファイルパスを入力してください
+
+ You must specify a name, a path and parameters for the application!
+
@@ -123,44 +139,6 @@ kate -l(line) (file)
ファイル:%1 が読み込めません
-
- HelpWindow
-
-
- Cppcheck Help
- Cppchekc ヘルプ
-
-
-
- Go back
-
-
-
-
- Back
-
-
-
-
- Go forward
-
-
-
-
- Forward
-
-
-
-
- Start
-
-
-
-
- Home
-
-
-LogView
@@ -208,12 +186,13 @@ kate -l(line) (file)
MainWindow
-
-
-
-
-
-
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -525,44 +504,51 @@ kate -l(line) (file)
ログ表示
-
+
+ There was a problem with loading the editor application settings.
+
+This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly.
+
+
+
+ No suitable files found to check!解析可能なファイルではありません
-
+ You must close the project file before selecting new files or directories!新しいファイル/ディレクトリを解析するには現在のプロジェクトを閉じてください
-
+ Select files to checkチェック対象のファイルを選択
-
+ Select directory to checkチェック対象のディレクトリを選択
-
-
-
+
+
+ Project: プロジェクト:
-
+ XML files (*.xml)XML ファイル (*.xml)
-
+ Open the report fileレポートを開く
-
+ Checking is running.
Do you want to stop the checking and exit Cppcheck?.
@@ -571,104 +557,76 @@ Do you want to stop the checking and exit Cppcheck?.
解析を停止してCppcheckを終了しますか?.
-
+ Licenseライセンス
-
+ Authors作者
-
+ XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)XML ファイル (*.xml);;テキストファイル (*.txt);;CSV形式ファイル (*.csv)
-
+ Save the report fileレポートを保存
-
+ XML files version 1 (*.xml)
-
+ XML files version 2 (*.xml)
-
+ Text files (*.txt)テキストファイル (*.txt)
-
+ CSV files (*.csv)CSV形式ファイル (*.csv)
-
+ Cppcheck - %1Cppcheck - %1
-
+ Failed to change the language:
%1
- Failed to change the language:
-
-%1
-
-
- 言語の切り替えに失敗:
-
-%1
-
-
-
-
-
-
- Cppcheck Help
- Cppcheck ヘルプ
-
-
-
- Failed to load help file (not found)
- ヘルプファイルが見つかりませんでした
-
-
-
- Failed to load help file
- ヘルプファイルの読み込みに失敗しました
-
-
-
-
+
+ Project files (*.cppcheck);;All files(*.*)プロジェクトファイル (*.cppcheck);;All files(*.*)
-
+ Select Project Fileプロジェクトファイルを選択
-
+ Select Project Filenameプロジェクトファイル名を選択
-
+ No project file loadedプロジェクトファイルが読み込まれていません
@@ -802,10 +760,6 @@ Do you want to stop the checking and exit Cppcheck?.
Ignore
-
- Include paths:
- Include ディレクトリ:
- Defines:
@@ -857,25 +811,25 @@ Do you want to stop the checking and exit Cppcheck?.
ResultsTree
-
+ Fileファイル
-
+ Severity警告種別
-
+ Line行
-
+ Summary内容
@@ -925,7 +879,7 @@ Do you want to stop the checking and exit Cppcheck?.
ファイルが見つかりません
-
+ Could not start %1
Please check the application path and parameters are correct.
@@ -934,7 +888,7 @@ Please check the application path and parameters are correct.
実行ファイルパスや引数の設定を確認してください。
-
+ Could not find file:
%1
Please select the directory where file is located.
@@ -943,7 +897,7 @@ Please select the directory where file is located.
ディレクトリにファイルが存在するか確認してください。
-
+ Select Directoryディレクトリを選択
@@ -1126,22 +1080,6 @@ To toggle what kind of errors are shown, open view menu.
Set as default
-
- Add application
- アプリケーションを追加
-
-
- Delete application
- アプリケーションの削除
-
-
- Modify application
- アプリケーション設定の変更
-
-
- Set as default application
- デフォルトアプリケーションに設定
- Reports
@@ -1176,17 +1114,17 @@ To toggle what kind of errors are shown, open view menu.
新しいアプリケーションの追加
-
+ Modify an applicationアプリケーションの変更
-
+ [Default]
-
+ Select include directoryinclude ディレクトリを選択
diff --git a/gui/cppcheck_nl.ts b/gui/cppcheck_nl.ts
index 2018fe841..1a8327fe4 100644
--- a/gui/cppcheck_nl.ts
+++ b/gui/cppcheck_nl.ts
@@ -46,21 +46,21 @@ van de GNU General Public License versie 3
- Here you can add applications that can open error files.
-Specify a name for the application and the application to execute.
+ Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.
-The following texts are replaced with appropriate values when application is executed:
+The following texts in parameters are replaced with appropriate 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)
+executable: kate
+parameters: -l(line) (file)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:
+The following texts are replaced with appropriate values when application is executed:
(file) - Filename containing the error
(line) - Line number containing the error
(message) - Error message
@@ -81,39 +81,44 @@ Bijvoorbeeld: om het bestand met Kate te openen en naar de correcte regel te gaa
kate -l(line) (file)
-
- Application's name:
+
+ &Application's name:
-
- Command to execute:
+
+ &Executable:
-
+
+ &Parameters:
+
+
+
+ BrowseBladeren
-
+ Executable files (*.exe);;All files(*.*)Uitvoerbare bestanden (*.exe);;Alle bestanden(*.*)
-
+ Select viewer applicationSelecteer applicatie
-
+ CppcheckCppcheck
-
- You must specify a name and a path for the application!
- Een naam en pad voor de applicatie zijn vereist!
+
+ You must specify a name, a path and parameters for the application!
+
@@ -137,44 +142,6 @@ kate -l(line) (file)
Kon het bestand niet lezen: %1
-
- HelpWindow
-
-
- Cppcheck Help
-
-
-
-
- Go back
-
-
-
-
- Back
-
-
-
-
- Go forward
-
-
-
-
- Forward
-
-
-
-
- Start
-
-
-
-
- Home
-
-
-LogView
@@ -222,12 +189,13 @@ kate -l(line) (file)
MainWindow
-
-
-
-
-
-
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -539,149 +507,127 @@ kate -l(line) (file)
&Help
-
+ Select files to checkSelecteer bestanden om te controleren
-
+ Select directory to checkSelecteer een map om te controleren
-
+ No suitable files found to check!Geen geschikte bestanden gevonden om te controleren!
-
+ LicenseLicentie
-
+ AuthorsAuteurs
-
+ XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)XML bestanden (*.xml);;Tekst bestanden (*.txt);;CSV bestanden (*.csv)
-
+ Save the report fileRapport opslaan
-
+ XML files (*.xml)XML bestanden (*.xml)
-
+
+ There was a problem with loading the editor application settings.
+
+This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly.
+
+
+
+ You must close the project file before selecting new files or directories!
-
-
-
+
+
+ Project:
-
+ Open the report file
-
+ Checking is running.
Do you want to stop the checking and exit Cppcheck?.
-
+ XML files version 1 (*.xml)
-
+ XML files version 2 (*.xml)
-
+ Text files (*.txt)Tekst bestanden (*.txt)
-
+ CSV files (*.csv)
-
+ Cppcheck - %1Cppcheck - %1
-
+ Failed to change the language:
%1
- Failed to change the language:
-
-%1
-
-
- Failed to change language:
-
-%1
- Kon de taal niet wisselen:
-
-%1
-
-
-
-
- Cppcheck Help
-
-
-
-
- Failed to load help file (not found)
-
-
-
-
- Failed to load help file
-
-
-
-
-
+
+ Project files (*.cppcheck);;All files(*.*)
-
+ Select Project File
-
+ Select Project Filename
-
+ No project file loaded
@@ -846,10 +792,6 @@ Do you want to stop the checking and exit Cppcheck?.
QObject
-
- Incorrect language specified!
- Ongeldige taal gespecifieerd!
- Unknown language specified!
@@ -872,25 +814,25 @@ Do you want to stop the checking and exit Cppcheck?.
ResultsTree
-
+ FileBestand
-
+ SeverityErnst
-
+ LineRegel
-
+ Summary
@@ -941,7 +883,7 @@ Do you want to stop the checking and exit Cppcheck?.
-
+ Could not start %1
Please check the application path and parameters are correct.
@@ -950,14 +892,14 @@ Please check the application path and parameters are correct.
Gelieve te controleren of de het pad en de parameters correct zijn.
-
+ Could not find file:
%1
Please select the directory where file is located.
-
+ Select Directory
@@ -1141,22 +1083,6 @@ Gebruik het uitzicht menu om te selecteren welke fouten getoond worden.Set as default
-
- Add application
- Applicatie toevoegen
-
-
- Delete application
- Applicatie verwijderen
-
-
- Modify application
- Applicatie wijzigen
-
-
- Set as default application
- Configureer als standaard applicatie
- Reports
@@ -1191,17 +1117,17 @@ Gebruik het uitzicht menu om te selecteren welke fouten getoond worden.Nieuwe applicatie toevoegen
-
+ Modify an applicationApplicatie wijzigen
-
+ [Default]
-
+ Select include directory
diff --git a/gui/cppcheck_pl.ts b/gui/cppcheck_pl.ts
index 3cd5d6cd3..97bdc874a 100644
--- a/gui/cppcheck_pl.ts
+++ b/gui/cppcheck_pl.ts
@@ -45,21 +45,21 @@ of the GNU General Public License version 3
- Here you can add applications that can open error files.
-Specify a name for the application and the application to execute.
+ Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.
-The following texts are replaced with appropriate values when application is executed:
+The following texts in parameters are replaced with appropriate 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)
+executable: kate
+parameters: -l(line) (file)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:
+The following texts are replaced with appropriate values when application is executed:
(file) - Filename containing the error
(line) - Line number containing the error
(message) - Error message
@@ -70,38 +70,43 @@ kate -l(line) (file)
-
- Application's name:
+
+ &Application's name:
-
- Command to execute:
+
+ &Executable:
-
+
+ &Parameters:
+
+
+
+ Browse
-
+ Executable files (*.exe);;All files(*.*)
-
+ Select viewer application
-
+ Cppcheck
-
- You must specify a name and a path for the application!
+
+ You must specify a name, a path and parameters for the application!
@@ -124,44 +129,6 @@ kate -l(line) (file)
-
- HelpWindow
-
-
- Cppcheck Help
-
-
-
-
- Go back
-
-
-
-
- Back
-
-
-
-
- Go forward
-
-
-
-
- Forward
-
-
-
-
- Start
-
-
-
-
- Home
-
-
-LogView
@@ -209,12 +176,13 @@ kate -l(line) (file)
MainWindow
-
-
-
-
-
-
+
+
+
+
+
+
+ Cppcheck
@@ -526,136 +494,127 @@ kate -l(line) (file)
-
+ No suitable files found to check!
-
+ You must close the project file before selecting new files or directories!
-
+ Select files to check
-
+ Select directory to check
-
-
-
+
+
+ Project:
-
+ Open the report file
-
+ License
-
+ Authors
-
+ XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)
-
+ Save the report file
-
+ XML files version 1 (*.xml)
-
+ XML files version 2 (*.xml)
-
+ Failed to change the language:
%1
-
-
- Cppcheck Help
-
-
-
-
- Failed to load help file (not found)
-
-
-
-
- Failed to load help file
-
-
-
-
+ Select Project Filename
-
+ No project file loaded
-
+ XML files (*.xml)
-
+
+ There was a problem with loading the editor application settings.
+
+This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly.
+
+
+
+ Checking is running.
Do you want to stop the checking and exit Cppcheck?.
-
+ Text files (*.txt)
-
+ CSV files (*.csv)
-
+ Cppcheck - %1
-
-
+
+ Project files (*.cppcheck);;All files(*.*)
-
+ Select Project File
@@ -840,25 +799,25 @@ Do you want to stop the checking and exit Cppcheck?.
ResultsTree
-
+ File
-
+ Severity
-
+ Line
-
+ Summary
@@ -908,21 +867,21 @@ Do you want to stop the checking and exit Cppcheck?.
-
+ Could not start %1
Please check the application path and parameters are correct.
-
+ Could not find file:
%1
Please select the directory where file is located.
-
+ Select Directory
@@ -1139,17 +1098,17 @@ To toggle what kind of errors are shown, open view menu.
-
+ Modify an application
-
+ [Default]
-
+ Select include directory
diff --git a/gui/cppcheck_ru.ts b/gui/cppcheck_ru.ts
index c5e39377c..9059f4cd1 100644
--- a/gui/cppcheck_ru.ts
+++ b/gui/cppcheck_ru.ts
@@ -46,21 +46,21 @@ of the GNU General Public License version 3
- Here you can add applications that can open error files.
-Specify a name for the application and the application to execute.
+ Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.
-The following texts are replaced with appropriate values when application is executed:
+The following texts in parameters are replaced with appropriate 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)
+executable: kate
+parameters: -l(line) (file)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:
+The following texts are replaced with appropriate values when application is executed:
(file) - Filename containing the error
(line) - Line number containing the error
(message) - Error message
@@ -71,38 +71,43 @@ kate -l(line) (file)
-
- Application's name:
+
+ &Application's name:
-
- Command to execute:
+
+ &Executable:
-
+
+ &Parameters:
+
+
+
+ BrowseПросмотреть
-
+ Executable files (*.exe);;All files(*.*)
-
+ Select viewer application
-
+ CppcheckCppcheck
-
- You must specify a name and a path for the application!
+
+ You must specify a name, a path and parameters for the application!
@@ -127,44 +132,6 @@ kate -l(line) (file)
Невозможно прочитать файл: %1
-
- HelpWindow
-
-
- Cppcheck Help
-
-
-
-
- Go back
-
-
-
-
- Back
-
-
-
-
- Go forward
-
-
-
-
- Forward
-
-
-
-
- Start
-
-
-
-
- Home
-
-
-LogView
@@ -212,12 +179,13 @@ kate -l(line) (file)
MainWindow
-
-
-
-
-
-
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -529,151 +497,127 @@ kate -l(line) (file)
Помощь
-
+ Select files to checkВыберите файлы для проверки
-
+ Select directory to checkВыберите каталог для проверки
-
+ No suitable files found to check!
-
+ LicenseЛицензия
-
+ AuthorsАвторы
-
+ XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)
-
+ Save the report file
-
+ XML files (*.xml)
-
+
+ There was a problem with loading the editor application settings.
+
+This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly.
+
+
+
+ You must close the project file before selecting new files or directories!
-
-
-
+
+
+ Project:
-
+ Open the report file
-
+ Checking is running.
Do you want to stop the checking and exit Cppcheck?.
-
+ XML files version 1 (*.xml)
-
+ XML files version 2 (*.xml)
-
+ Text files (*.txt)Текстовые файлы (*.txt)
-
+ CSV files (*.csv)
-
+ Cppcheck - %1Cppcheck - %1
-
+ Failed to change the language:
%1
- Failed to change the language:
-
-%1
-
-
- Failed to change language:
-
-%1
- Невозможно изменить язык приложения:
-
-%1
-
-
-
-
-
-
- Cppcheck Help
-
-
-
-
- Failed to load help file (not found)
-
-
-
-
- Failed to load help file
-
-
-
-
-
+
+ Project files (*.cppcheck);;All files(*.*)
-
+ Select Project File
-
+ Select Project Filename
-
+ No project file loaded
@@ -838,10 +782,6 @@ Do you want to stop the checking and exit Cppcheck?.
QObject
-
- Incorrect language specified!
- Выбран неверный язык!
- Unknown language specified!
@@ -864,25 +804,25 @@ Do you want to stop the checking and exit Cppcheck?.
ResultsTree
-
+ FileФайл
-
+ SeverityВажность
-
+ LineСтрока
-
+ Summary
@@ -933,21 +873,21 @@ Do you want to stop the checking and exit Cppcheck?.
-
+ Could not start %1
Please check the application path and parameters are correct.
-
+ Could not find file:
%1
Please select the directory where file is located.
-
+ Select Directory
@@ -1164,17 +1104,17 @@ To toggle what kind of errors are shown, open view menu.
-
+ Modify an application
-
+ [Default]
-
+ Select include directory
diff --git a/gui/cppcheck_sr.ts b/gui/cppcheck_sr.ts
index da345b890..f9601ce97 100644
--- a/gui/cppcheck_sr.ts
+++ b/gui/cppcheck_sr.ts
@@ -46,21 +46,21 @@ of the GNU General Public License version 3
- Here you can add applications that can open error files.
-Specify a name for the application and the application to execute.
+ Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.
-The following texts are replaced with appropriate values when application is executed:
+The following texts in parameters are replaced with appropriate 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)
+executable: kate
+parameters: -l(line) (file)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:
+The following texts are replaced with appropriate values when application is executed:
(file) - Filename containing the error
(line) - Line number containing the error
(message) - Error message
@@ -81,39 +81,44 @@ Example opening a file with Kate and make Kate scroll to the correct line:
kate -l(line) (file)
-
- Application's name:
+
+ &Application's name:
-
- Command to execute:
+
+ &Executable:
-
+
+ &Parameters:
+
+
+
+ BrowseBrowse
-
+ Executable files (*.exe);;All files(*.*)Executable files (*.exe);;All files(*.*)
-
+ Select viewer applicationSelect viewer application
-
+ CppcheckCppcheck
-
- You must specify a name and a path for the application!
- You must specify a name and a path for the application!
+
+ You must specify a name, a path and parameters for the application!
+
@@ -137,44 +142,6 @@ kate -l(line) (file)
Could not read the file: %1
-
- HelpWindow
-
-
- Cppcheck Help
-
-
-
-
- Go back
-
-
-
-
- Back
-
-
-
-
- Go forward
-
-
-
-
- Forward
-
-
-
-
- Start
-
-
-
-
- Home
-
-
-LogView
@@ -222,12 +189,13 @@ kate -l(line) (file)
MainWindow
-
-
-
-
-
-
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -539,149 +507,127 @@ kate -l(line) (file)
&Help
-
+ Select files to checkSelect files to check
-
+ Select directory to checkSelect directory to check
-
+ No suitable files found to check!No suitable files found to check!
-
+ LicenseLicense
-
+ AuthorsAuthors
-
+ XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)
-
+ Save the report fileSave the report file
-
+ XML files (*.xml)XML files (*.xml)
-
+
+ There was a problem with loading the editor application settings.
+
+This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly.
+
+
+
+ You must close the project file before selecting new files or directories!
-
-
-
+
+
+ Project:
-
+ Open the report file
-
+ Checking is running.
Do you want to stop the checking and exit Cppcheck?.
-
+ XML files version 1 (*.xml)
-
+ XML files version 2 (*.xml)
-
+ Text files (*.txt)Text files (*.txt)
-
+ CSV files (*.csv)
-
+ Cppcheck - %1Cppcheck - %1
-
+ Failed to change the language:
%1
- Failed to change the language:
-
-%1
-
-
- Failed to change language:
-
-%1
- Failed to change language:
-
-%1
-
-
-
-
- Cppcheck Help
-
-
-
-
- Failed to load help file (not found)
-
-
-
-
- Failed to load help file
-
-
-
-
-
+
+ Project files (*.cppcheck);;All files(*.*)
-
+ Select Project File
-
+ Select Project Filename
-
+ No project file loaded
@@ -846,10 +792,6 @@ Do you want to stop the checking and exit Cppcheck?.
QObject
-
- Incorrect language specified!
- Incorrect language specified!
- Unknown language specified!
@@ -872,25 +814,25 @@ Do you want to stop the checking and exit Cppcheck?.
ResultsTree
-
+ FileFile
-
+ SeveritySeverity
-
+ LineLine
-
+ Summary
@@ -941,7 +883,7 @@ Do you want to stop the checking and exit Cppcheck?.
-
+ Could not start %1
Please check the application path and parameters are correct.
@@ -950,14 +892,14 @@ Please check the application path and parameters are correct.
Please check the application path and parameters are correct.
-
+ Could not find file:
%1
Please select the directory where file is located.
-
+ Select Directory
@@ -1141,22 +1083,6 @@ To toggle what kind of errors are shown, open view menu.
Set as default
-
- Add application
- Add application
-
-
- Delete application
- Delete application
-
-
- Modify application
- Modify application
-
-
- Set as default application
- Set as default application
- Reports
@@ -1191,17 +1117,17 @@ To toggle what kind of errors are shown, open view menu.
Add a new application
-
+ Modify an applicationModify an application
-
+ [Default]
-
+ Select include directory
diff --git a/gui/cppcheck_sv.ts b/gui/cppcheck_sv.ts
index 80eec52ce..9aa3d0c47 100644
--- a/gui/cppcheck_sv.ts
+++ b/gui/cppcheck_sv.ts
@@ -46,7 +46,18 @@ of the GNU General Public License version 3
- Here you can add applications that can open error files.
+ Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.
+
+The following texts in parameters are replaced with appropriate 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:
+executable: kate
+parameters: -l(line) (file)
+ 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 appropriate values when application is executed:
@@ -55,20 +66,9 @@ The following texts are replaced with appropriate values when application is exe
(message) - Error message
(severity) - Error severity
-Example opening a file with Kate and make Kate scroll to the correct line:
-kate -l(line) (file)
- 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)
- Här anger du det program som visar fel i filer.
+ Här anger du det program som visar fel i filer.
Ange programmets namn och kommandorad.
Följande parametrar kan användas i kommandoraden:
@@ -81,39 +81,44 @@ Exempel för att öppna filen och scrolla till rätt rad med programmet Kate:
kate -l(line) (file)
-
- Application's name:
- Programmets namn:
+
+ &Application's name:
+
-
- Command to execute:
- Kommando
+
+ &Executable:
+
-
+
+ &Parameters:
+
+
+
+ BrowseBläddra
-
+ Executable files (*.exe);;All files(*.*)Exekverbara filer (*.exe);;Alla filer(*.*)
-
+ Select viewer applicationVälj program
-
+ CppcheckCppcheck
-
- You must specify a name and a path for the application!
- Du måste ange programmets namn och kommandorad!
+
+ You must specify a name, a path and parameters for the application!
+
@@ -137,44 +142,6 @@ kate -l(line) (file)
Kunde inte läsa filen: %1
-
- HelpWindow
-
-
- Cppcheck Help
- Cppcheck Hjälp
-
-
-
- Go back
- Gå tillbaka
-
-
-
- Back
- Bakåt
-
-
-
- Go forward
- Gå framåt
-
-
-
- Forward
- Fram
-
-
-
- Start
- Start
-
-
-
- Home
- Hem
-
-LogView
@@ -222,12 +189,13 @@ kate -l(line) (file)
MainWindow
-
-
-
-
-
-
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -540,65 +508,72 @@ kate -l(line) (file)
&Hjälp
-
+ Select files to checkVälj filer att kontrollera
-
+ Select directory to checkVälj katalog som skall kontrolleras
-
+ No suitable files found to check!Inga lämpliga filer hittades!
-
+ LicenseLicens
-
+ AuthorsUtvecklare
-
+ XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)XML filer (*.xml);;Text filer (*.txt);;CSV filer (*.csv)
-
+ Save the report fileSpara rapport
-
+ XML files (*.xml)XML filer (*.xml)
-
+
+ There was a problem with loading the editor application settings.
+
+This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly.
+
+
+
+ You must close the project file before selecting new files or directories!Du måste stänga projektfilen innan nya filer eller sökvägar kan väljas!
-
-
-
+
+
+ Project: Projekt.
-
+ Open the report fileÖppna rapportfilen
-
+ Checking is running.
Do you want to stop the checking and exit Cppcheck?.
@@ -607,86 +582,55 @@ Do you want to stop the checking and exit Cppcheck?.
Vill du stoppa analysen och avsluta Cppcheck?
-
+ XML files version 1 (*.xml)
-
+ XML files version 2 (*.xml)
-
+ Text files (*.txt)Text filer (*.txt)
-
+ CSV files (*.csv)CSV filer (*.csv)
-
+ Cppcheck - %1Cppcheck - %1
-
+ Failed to change the language:
%1
- Failed to change the language:
-
-%1
-
-
- Failed to change language:
-
-%1
- Misslyckades med att byta språk:
-
-%1
-
-
-
-
-
-
- Cppcheck Help
- Cppcheck Hjälp
-
-
-
- Failed to load help file (not found)
- Misslyckades att öppna hjälpfilen (hittades ej)
-
-
-
- Failed to load help file
- Misslykades att öppna hjälpfilen
-
-
-
-
+
+ Project files (*.cppcheck);;All files(*.*)Projektfiler (*.cppcheck);;Alla filer(*.*)
-
+ Select Project FileVälj projektfil
-
+ Select Project FilenameVälj Projektfil
-
+ No project file loadedInget projekt laddat
@@ -820,14 +764,6 @@ Vill du stoppa analysen och avsluta Cppcheck?
Ignore
-
- Browse...
- Bläddra...
-
-
- Include paths:
- Include sökvägar:
- Defines:
@@ -859,10 +795,6 @@ Vill du stoppa analysen och avsluta Cppcheck?
QObject
-
- Incorrect language specified!
- valt språk är ej korrekt!
- Unknown language specified!
@@ -885,25 +817,25 @@ Vill du stoppa analysen och avsluta Cppcheck?
ResultsTree
-
+ FileFil
-
+ SeverityTyp
-
+ LineRad
-
+ SummarySammanfattning
@@ -954,7 +886,7 @@ Vill du stoppa analysen och avsluta Cppcheck?
Kunde inte hitta filen!
-
+ Could not start %1
Please check the application path and parameters are correct.
@@ -963,7 +895,7 @@ Please check the application path and parameters are correct.
Kontrollera att sökvägen och parametrarna är korrekta.
-
+ Could not find file:
%1
Please select the directory where file is located.
@@ -972,7 +904,7 @@ Please select the directory where file is located.
Välj mappen där filen finns.
-
+ Select DirectoryVälj mapp
@@ -1156,22 +1088,6 @@ För att ställa in vilka fel som skall visas använd visa menyn.
Set as default
-
- Add application
- Lägg till program
-
-
- Delete application
- Ta bort program
-
-
- Modify application
- Ändra program
-
-
- Set as default application
- Ange som standard program
- Reports
@@ -1206,17 +1122,17 @@ För att ställa in vilka fel som skall visas använd visa menyn.
Lägg till program
-
+ Modify an applicationÄndra program
-
+ [Default]
-
+ Select include directoryVälj include mapp