diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp
index 48592a3e5c0..cf867ee859a 100644
--- a/cli/cmdlineparser.cpp
+++ b/cli/cmdlineparser.cpp
@@ -379,8 +379,6 @@ CmdLineParser::Result CmdLineParser::parseFromArgs(int argc, const char* const a
}
}
- bool def = false;
- bool maxconfigs = false;
bool debug = false;
ImportProject::Type projectType = ImportProject::Type::NONE;
@@ -425,8 +423,6 @@ CmdLineParser::Result CmdLineParser::parseFromArgs(int argc, const char* const a
if (!mSettings.userDefines.empty())
mSettings.userDefines += ";";
mSettings.userDefines += define;
-
- def = true;
}
// -E
@@ -958,8 +954,6 @@ CmdLineParser::Result CmdLineParser::parseFromArgs(int argc, const char* const a
}
mSettings.maxConfigs = tmp;
- mSettings.force = false;
- maxconfigs = true;
}
// max ctu depth
@@ -1140,7 +1134,6 @@ CmdLineParser::Result CmdLineParser::parseFromArgs(int argc, const char* const a
return Result::Fail;
}
- mSettings.checkAllConfigurations = false; // Can be overridden with --max-configs or --force
std::string projectFile = argv[i]+10;
projectType = project.import(projectFile, &mSettings, &mSuppressions, isCppcheckPremium());
if (projectType == ImportProject::Type::CPPCHECK_GUI) {
@@ -1557,14 +1550,6 @@ CmdLineParser::Result CmdLineParser::parseFromArgs(int argc, const char* const a
substituteTemplateFormatStatic(mSettings.templateFormat, !mSettings.outputFile.empty());
substituteTemplateLocationStatic(mSettings.templateLocation, !mSettings.outputFile.empty());
- if (mSettings.force || maxconfigs)
- mSettings.checkAllConfigurations = true;
-
- if (mSettings.force)
- mSettings.maxConfigs = INT_MAX;
- else if ((def || mSettings.preprocessOnly) && !maxconfigs)
- mSettings.maxConfigs = 1U;
-
if (debug) {
mSettings.debugnormal = true;
mSettings.debugvalueflow = true;
diff --git a/gui/cppcheck_de.ts b/gui/cppcheck_de.ts
index dc9556a15b8..4d375804352 100644
--- a/gui/cppcheck_de.ts
+++ b/gui/cppcheck_de.ts
@@ -497,19 +497,19 @@ Parameter: -l(line) (file)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -649,14 +649,14 @@ Parameter: -l(line) (file)
-
+ Show errorsZeige Fehler
-
+ Show warningsZeige Warnungen
@@ -672,8 +672,8 @@ Parameter: -l(line) (file)
Zeige &versteckte
-
-
+
+ InformationInformation
@@ -1080,18 +1080,18 @@ Parameter: -l(line) (file)
&Hilfe
-
-
+
+ Quick Filter:Schnellfilter:
-
+ Select configurationKonfiguration wählen
-
+ Found project file: %1
Do you want to load this project file instead?
@@ -1100,102 +1100,102 @@ Do you want to load this project file instead?
Möchten Sie stattdessen diese öffnen?
-
+ File not foundDatei nicht gefunden
-
+ Bad XMLFehlerhaftes XML
-
+ Missing attributeFehlendes Attribut
-
+ Bad attribute valueFalscher Attributwert
-
+ Duplicate platform typePlattformtyp doppelt
-
+ Platform type redefinedPlattformtyp neu definiert
-
+ Duplicate define
-
+ Failed to load the selected library '%1'.
%2Laden der ausgewählten Bibliothek '%1' schlug fehl.
%2
-
+ File not found: '%1'
-
+ Failed to load/setup addon %1: %2
-
+ Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Analysis is aborted.
-
+ Failed to load %1 - %2
Analysis is aborted.
-
-
+
+ %1
Analysis is aborted.
-
+ LicenseLizenz
-
+ AuthorsAutoren
-
+ 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.
@@ -1204,37 +1204,37 @@ This is probably because the settings were changed between the Cppcheck versions
Dies wurde vermutlich durch einen Wechsel der Cppcheck-Version hervorgerufen. Bitte prüfen (und korrigieren) Sie die Einstellungen, andernfalls könnte die Editor-Anwendung nicht korrekt starten.
-
+ You must close the project file before selecting new files or directories!Sie müssen die Projektdatei schließen, bevor Sie neue Dateien oder Verzeichnisse auswählen!
-
+ The library '%1' contains unknown elements:
%2Die Bibliothek '%1' enthält unbekannte Elemente:
%2
-
+ Unsupported formatNicht unterstütztes Format
-
+ Unknown elementUnbekanntes Element
-
+ Unknown issueUnbekannter Fehler
-
-
-
-
+
+
+
+ ErrorFehler
@@ -1243,80 +1243,80 @@ Dies wurde vermutlich durch einen Wechsel der Cppcheck-Version hervorgerufen. Bi
Laden von %1 fehlgeschlagen. Ihre Cppcheck-Installation ist defekt. Sie können --data-dir=<Verzeichnis> als Kommandozeilenparameter verwenden, um anzugeben, wo die Datei sich befindet. Bitte beachten Sie, dass --data-dir in Installationsroutinen genutzt werden soll, und die GUI bei dessen Nutzung nicht startet, sondern die Einstellungen konfiguriert.
-
+ Open the report fileBerichtdatei öffnen
-
+ Text files (*.txt)Textdateien (*.txt)
-
+ CSV files (*.csv)CSV-Dateien (*.csv)
-
+ Project files (*.cppcheck);;All files(*.*)Projektdateien (*.cppcheck);;Alle Dateien(*.*)
-
+ Select Project FileProjektdatei auswählen
-
-
-
-
+
+
+
+ Project:Projekt:
-
+ No suitable files found to analyze!Keine passenden Dateien für Analyse gefunden!
-
+ C/C++ SourceC/C++-Quellcode
-
+ Compile databaseCompilerdatenbank
-
+ Visual StudioVisual Studio
-
+ Borland C++ Builder 6Borland C++-Builder 6
-
+ Select files to analyzeDateien für Analyse auswählen
-
+ Select directory to analyzeVerzeichnis für Analyse auswählen
-
+ Select the configuration that will be analyzedZu analysierende Konfiguration auswählen
-
+ Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
@@ -1325,7 +1325,7 @@ Do you want to proceed analysis without using any of these project files?
-
+ Current results will be cleared.
Opening a new XML file will clear current results.
@@ -1336,7 +1336,7 @@ Eine neue XML-Datei zu öffnen wird die aktuellen Ergebnisse löschen
Möchten sie fortfahren?
-
+ Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
@@ -1345,109 +1345,109 @@ Do you want to stop the analysis and exit Cppcheck?
Wollen sie die Analyse abbrechen und Cppcheck beenden?
-
+ About
-
+ XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)XML-Dateien (*.xml);;Textdateien (*.txt);;CSV-Dateien (*.csv)
-
+ Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.
-
+ Build dir '%1' does not exist, create it?Erstellungsverzeichnis '%1' existiert nicht. Erstellen?
-
+ To check the project using addons, you need a build directory.
-
+ Failed to open file
-
+ Unknown project file format
-
+ Failed to import project file
-
+ Failed to import '%1': %2
Analysis is stopped.
-
+ Failed to import '%1' (%2), analysis is stopped
-
+ Show Mandatory
-
+ Show Required
-
+ Show Advisory
-
+ Show Document
-
+ Show L1
-
+ Show L2
-
+ Show L3
-
+ Show style
-
+ Show portability
-
+ Show performance
-
+ Show information
@@ -1456,22 +1456,22 @@ Analysis is stopped.
Import von '%1' fehlgeschlagen; Analyse wurde abgebrochen.
-
+ Project files (*.cppcheck)Projektdateien (*.cppcheck)
-
+ Select Project FilenameProjektnamen auswählen
-
+ No project file loadedKeine Projektdatei geladen
-
+ The project file
%1
@@ -1488,12 +1488,12 @@ Do you want to remove the file from the recently used projects -list?
Möchten Sie die Datei von der Liste der zuletzt benutzten Projekte entfernen?
-
+ Install
-
+ New version available: %1. %2
@@ -3179,7 +3179,7 @@ Legen Sie unter dem Menü Ansicht fest, welche Arten von Fehlern angezeigt werde
ThreadResult
-
+ %1 of %2 files checked%1 von %2 Dateien geprüft
diff --git a/gui/cppcheck_es.ts b/gui/cppcheck_es.ts
index 3ee30c7c3e1..f82e671b978 100644
--- a/gui/cppcheck_es.ts
+++ b/gui/cppcheck_es.ts
@@ -477,19 +477,19 @@ Parameters: -l(line) (file)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -644,13 +644,13 @@ Parameters: -l(line) (file)
-
+ Show errorsMostrar errores
-
-
+
+ InformationInformación
@@ -1049,7 +1049,7 @@ Parameters: -l(line) (file)
-
+ Show warningsMostrar advertencias
@@ -1065,124 +1065,124 @@ Parameters: -l(line) (file)
Mostrar &ocultos
-
+ 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!¡Tienes que cerrar el proyecto antes de seleccionar nuevos ficheros o carpetas!
-
+ Select configuration
-
+ File not foundArchivo no encontrado
-
+ Bad XMLXML malformado
-
+ Missing attributeFalta el atributo
-
+ Bad attribute value
-
+ Unsupported formatFormato no soportado
-
+ Duplicate define
-
+ Failed to load the selected library '%1'.
%2
-
+ File not found: '%1'
-
+ Failed to load/setup addon %1: %2
-
+ Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Analysis is aborted.
-
+ Failed to load %1 - %2
Analysis is aborted.
-
-
+
+ %1
Analysis is aborted.
-
-
+
+ XML files (*.xml)Archivos XML (*.xml)
-
+ Open the report fileAbrir informe
-
+ LicenseLicencia
-
+ AuthorsAutores
-
+ Save the report fileGuardar informe
-
-
+
+ Quick Filter:Filtro rápido:
-
+ Found project file: %1
Do you want to load this project file instead?
@@ -1191,117 +1191,117 @@ Do you want to load this project file instead?
¿Quiere cargar este fichero de proyecto en su lugar?
-
+ The library '%1' contains unknown elements:
%2La biblioteca '%1' contiene elementos deconocidos:
%2
-
+ Duplicate platform type
-
+ Platform type redefined
-
+ Unknown element
-
+ Unknown issue
-
-
-
-
+
+
+
+ ErrorError
-
+ Text files (*.txt)Ficheros de texto (*.txt)
-
+ CSV files (*.csv)Ficheros CVS (*.cvs)
-
+ Project files (*.cppcheck);;All files(*.*)Ficheros de proyecto (*.cppcheck;;Todos los ficheros (*.*)
-
+ Select Project FileSelecciona el archivo de proyecto
-
-
-
-
+
+
+
+ Project:Proyecto:
-
+ No suitable files found to analyze!
-
+ C/C++ Source
-
+ Compile database
-
+ Visual Studio
-
+ Borland C++ Builder 6
-
+ Select files to analyze
-
+ Select directory to analyze
-
+ Select the configuration that will be analyzed
-
+ Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
-
+ Current results will be cleared.
Opening a new XML file will clear current results.
@@ -1309,81 +1309,81 @@ Do you want to proceed?
-
+ Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
-
+ About
-
+ XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)
-
+ Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.
-
+ Build dir '%1' does not exist, create it?
-
+ To check the project using addons, you need a build directory.
-
+ Failed to open file
-
+ Unknown project file format
-
+ Failed to import project file
-
+ Failed to import '%1': %2
Analysis is stopped.
-
+ Failed to import '%1' (%2), analysis is stopped
-
+ Project files (*.cppcheck)
-
+ Select Project FilenameSelecciona el nombre del proyecto
-
+ No project file loadedNo hay ningún proyecto cargado
-
+ The project file
%1
@@ -1400,67 +1400,67 @@ Do you want to remove the file from the recently used projects -list?
¿Quiere eliminar el fichero de la lista de proyectos recientes?
-
+ Install
-
+ New version available: %1. %2
-
+ Show Mandatory
-
+ Show Required
-
+ Show Advisory
-
+ Show Document
-
+ Show L1
-
+ Show L2
-
+ Show L3
-
+ Show style
-
+ Show portability
-
+ Show performance
-
+ Show information
@@ -3137,7 +3137,7 @@ Para cambiar el tipo de comportamiento, abra el menú Ver.
ThreadResult
-
+ %1 of %2 files checked%1 de %2 archivos comprobados
diff --git a/gui/cppcheck_fi.ts b/gui/cppcheck_fi.ts
index 39ed1df58f2..685159f0f92 100644
--- a/gui/cppcheck_fi.ts
+++ b/gui/cppcheck_fi.ts
@@ -480,19 +480,19 @@ Parameters: -l(line) (file)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -636,14 +636,14 @@ Parameters: -l(line) (file)
-
+ Show errors
-
+ Show warnings
@@ -659,8 +659,8 @@ Parameters: -l(line) (file)
-
-
+
+ Information
@@ -1068,240 +1068,240 @@ Parameters: -l(line) (file)
&Ohje
-
-
+
+ Quick Filter:
-
+ Select configuration
-
+ Found project file: %1
Do you want to load this project file instead?
-
+ File not found
-
+ Bad XML
-
+ Missing attribute
-
+ Bad attribute value
-
+ Duplicate define
-
+ Failed to load the selected library '%1'.
%2
-
+ File not found: '%1'
-
+ Failed to load/setup addon %1: %2
-
+ Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Analysis is aborted.
-
+ Failed to load %1 - %2
Analysis is aborted.
-
-
+
+ %1
Analysis is aborted.
-
+ LicenseLisenssi
-
+ AuthorsTekijät
-
+ 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!
-
+ The library '%1' contains unknown elements:
%2
-
+ Unsupported format
-
+ Duplicate platform type
-
+ Platform type redefined
-
+ Unknown element
-
+ Unknown issue
-
-
-
-
+
+
+
+ Error
-
+ Open the report file
-
+ Text files (*.txt)Tekstitiedostot (*.txt)
-
+ CSV files (*.csv)
-
+ Project files (*.cppcheck);;All files(*.*)
-
+ Select Project File
-
-
-
-
+
+
+
+ Project:
-
+ No suitable files found to analyze!
-
+ C/C++ Source
-
+ Compile database
-
+ Visual Studio
-
+ Borland C++ Builder 6
-
+ Select files to analyze
-
+ Select directory to analyze
-
+ Select the configuration that will be analyzed
-
+ Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
-
+ Current results will be cleared.
Opening a new XML file will clear current results.
@@ -1309,81 +1309,81 @@ Do you want to proceed?
-
+ Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
-
+ About
-
+ XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)
-
+ Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.
-
+ Build dir '%1' does not exist, create it?
-
+ To check the project using addons, you need a build directory.
-
+ Failed to open file
-
+ Unknown project file format
-
+ Failed to import project file
-
+ Failed to import '%1': %2
Analysis is stopped.
-
+ Failed to import '%1' (%2), analysis is stopped
-
+ Project files (*.cppcheck)
-
+ Select Project Filename
-
+ No project file loaded
-
+ The project file
%1
@@ -1394,67 +1394,67 @@ Do you want to remove the file from the recently used projects -list?
-
+ Install
-
+ New version available: %1. %2
-
+ Show Mandatory
-
+ Show Required
-
+ Show Advisory
-
+ Show Document
-
+ Show L1
-
+ Show L2
-
+ Show L3
-
+ Show style
-
+ Show portability
-
+ Show performance
-
+ Show information
@@ -3122,7 +3122,7 @@ Määrittääksesi minkä tyyppisiä virheitä näytetään, avaa näkymä valik
ThreadResult
-
+ %1 of %2 files checked
diff --git a/gui/cppcheck_fr.ts b/gui/cppcheck_fr.ts
index 278592b42e2..408adff563c 100644
--- a/gui/cppcheck_fr.ts
+++ b/gui/cppcheck_fr.ts
@@ -486,19 +486,19 @@ Paramètres : -l(ligne) (fichier)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ Cppcheck
@@ -694,38 +694,38 @@ Paramètres : -l(ligne) (fichier)
-
+ LicenseLicence
-
+ AuthorsAuteurs
-
+ Save the report fileSauvegarder le rapport
-
-
+
+ XML files (*.xml)Fichiers XML (*.xml)
-
+ About
-
+ Text files (*.txt)Fichiers Texte (*.txt)
-
+ CSV files (*.csv)Fichiers CSV (*.csv)
@@ -748,7 +748,7 @@ Paramètres : -l(ligne) (fichier)
-
+ Show errorsAfficher les erreurs
@@ -820,7 +820,7 @@ Paramètres : -l(ligne) (fichier)
-
+ Show warningsAfficher les avertissements
@@ -836,8 +836,8 @@ Paramètres : -l(ligne) (fichier)
-
-
+
+ InformationInformation
@@ -852,139 +852,139 @@ Paramètres : -l(ligne) (fichier)
Afficher les problèmes de portabilité
-
+ You must close the project file before selecting new files or directories!Vous devez d'abord fermer le projet avant de choisir des fichiers/répertoires
-
+ Open the report fileOuvrir le rapport
-
+ Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.
-
+ Project files (*.cppcheck);;All files(*.*)
-
+ Select Project File
-
+ To check the project using addons, you need a build directory.
-
+ Failed to open file
-
+ Unknown project file format
-
+ Failed to import project file
-
+ Failed to import '%1': %2
Analysis is stopped.
-
+ Failed to import '%1' (%2), analysis is stopped
-
+ Select Project Filename
-
+ No project file loaded
-
+ Install
-
+ New version available: %1. %2
-
+ Show Mandatory
-
+ Show Required
-
+ Show Advisory
-
+ Show Document
-
+ Show L1
-
+ Show L2
-
+ Show L3
-
+ Show style
-
+ Show portability
-
+ Show performance
-
+ Show information
-
+ 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.
@@ -1001,28 +1001,28 @@ This is probably because the settings were changed between the Cppcheck versions
-
-
+
+ Quick Filter:Filtre rapide :
-
+ Found project file: %1
Do you want to load this project file instead?
-
-
-
-
+
+
+
+ Project:Projet :
-
+ The project file
%1
@@ -1073,59 +1073,59 @@ Do you want to remove the file from the recently used projects -list?
-
-
-
-
+
+
+
+ ErrorErreur
-
+ File not foundFichier introuvable
-
+ Bad XMLMauvais fichier XML
-
+ Missing attributeAttribut manquant
-
+ Bad attribute valueMauvaise valeur d'attribut
-
+ Failed to load the selected library '%1'.
%2Echec lors du chargement de la bibliothèque '%1'.
%2
-
+ Unsupported formatFormat non supporté
-
+ The library '%1' contains unknown elements:
%2La bibliothèque '%1' contient des éléments inconnus:
%2
-
+ Duplicate platform type
-
+ Platform type redefined
@@ -1155,17 +1155,17 @@ Do you want to remove the file from the recently used projects -list?
-
+ Unknown element
-
+ Unknown issue
-
+ Select configuration
@@ -1188,7 +1188,7 @@ Options:
-
+ Build dir '%1' does not exist, create it?
@@ -1216,76 +1216,76 @@ Options:
-
+ XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)
-
+ No suitable files found to analyze!
-
+ Select files to analyze
-
+ Select directory to analyze
-
+ Select the configuration that will be analyzed
-
+ Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
-
+ Duplicate define
-
+ File not found: '%1'
-
+ Failed to load/setup addon %1: %2
-
+ Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Analysis is aborted.
-
+ Failed to load %1 - %2
Analysis is aborted.
-
-
+
+ %1
Analysis is aborted.
-
+ Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
@@ -1432,7 +1432,7 @@ Do you want to stop the analysis and exit Cppcheck?
-
+ Project files (*.cppcheck)
@@ -1457,27 +1457,27 @@ Do you want to stop the analysis and exit Cppcheck?
-
+ C/C++ Source
-
+ Compile database
-
+ Visual Studio
-
+ Borland C++ Builder 6
-
+ Current results will be cleared.
Opening a new XML file will clear current results.
@@ -3114,7 +3114,7 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage.
ThreadResult
-
+ %1 of %2 files checked
diff --git a/gui/cppcheck_it.ts b/gui/cppcheck_it.ts
index 1592e2e2107..771cb9f69a1 100644
--- a/gui/cppcheck_it.ts
+++ b/gui/cppcheck_it.ts
@@ -489,19 +489,19 @@ Parametri: -l(line) (file)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -645,14 +645,14 @@ Parametri: -l(line) (file)
-
+ Show errorsMostra gli errori
-
+ Show warningsMostra gli avvisi
@@ -668,8 +668,8 @@ Parametri: -l(line) (file)
Mostra &i nascosti
-
-
+
+ InformationInformazione
@@ -1077,18 +1077,18 @@ Parametri: -l(line) (file)
&Aiuto
-
-
+
+ Quick Filter:Rapido filtro:
-
+ Select configuration
-
+ Found project file: %1
Do you want to load this project file instead?
@@ -1097,96 +1097,96 @@ Do you want to load this project file instead?
Vuoi piuttosto caricare questo file di progetto?
-
+ File not found
-
+ Bad XML
-
+ Missing attribute
-
+ Bad attribute value
-
+ Unsupported format
-
+ Duplicate define
-
+ Failed to load the selected library '%1'.
%2
-
+ File not found: '%1'
-
+ Failed to load/setup addon %1: %2
-
+ Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Analysis is aborted.
-
+ Failed to load %1 - %2
Analysis is aborted.
-
-
+
+ %1
Analysis is aborted.
-
+ LicenseLicenza
-
+ AuthorsAutori
-
+ Save the report fileSalva il file di rapporto
-
-
+
+ XML files (*.xml)File XML (*.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.
@@ -1195,126 +1195,126 @@ This is probably because the settings were changed between the Cppcheck versions
Probabilmente ciò è avvenuto perché le impostazioni sono state modificate tra le versioni di Cppcheck. Per favore controlla (e sistema) le impostazioni delle applicazioni editor, altrimenti il programma editor può non partire correttamente.
-
+ You must close the project file before selecting new files or directories!Devi chiudere il file di progetto prima di selezionare nuovi file o cartelle!
-
+ The library '%1' contains unknown elements:
%2
-
+ Duplicate platform type
-
+ Platform type redefined
-
+ Unknown element
-
+ Unknown issue
-
-
-
-
+
+
+
+ Error
-
+ Open the report fileApri il file di rapporto
-
+ Text files (*.txt)File di testo (*.txt)
-
+ CSV files (*.csv)Files CSV (*.csv)
-
+ Project files (*.cppcheck);;All files(*.*)Files di progetto (*.cppcheck);;Tutti i files(*.*)
-
+ Select Project FileSeleziona il file di progetto
-
-
-
-
+
+
+
+ Project:Progetto:
-
+ No suitable files found to analyze!
-
+ C/C++ Source
-
+ Compile database
-
+ Visual Studio
-
+ Borland C++ Builder 6
-
+ Select files to analyze
-
+ Select directory to analyze
-
+ Select the configuration that will be analyzed
-
+ Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
-
+ Current results will be cleared.
Opening a new XML file will clear current results.
@@ -1322,81 +1322,81 @@ Do you want to proceed?
-
+ Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
-
+ About
-
+ XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)
-
+ Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.
-
+ Build dir '%1' does not exist, create it?
-
+ To check the project using addons, you need a build directory.
-
+ Failed to open file
-
+ Unknown project file format
-
+ Failed to import project file
-
+ Failed to import '%1': %2
Analysis is stopped.
-
+ Failed to import '%1' (%2), analysis is stopped
-
+ Project files (*.cppcheck)
-
+ Select Project FilenameSeleziona il nome del file di progetto
-
+ No project file loadedNessun file di progetto caricato
-
+ The project file
%1
@@ -1413,67 +1413,67 @@ Do you want to remove the file from the recently used projects -list?
Vuoi rimuovere il file dalla lista dei progetti recentemente usati?
-
+ Install
-
+ New version available: %1. %2
-
+ Show Mandatory
-
+ Show Required
-
+ Show Advisory
-
+ Show Document
-
+ Show L1
-
+ Show L2
-
+ Show L3
-
+ Show style
-
+ Show portability
-
+ Show performance
-
+ Show information
@@ -3149,7 +3149,7 @@ Per vedere il tipo di errori che sono mostrati, apri il menu Visualizza.
ThreadResult
-
+ %1 of %2 files checked%1 su %2 file scansionati
diff --git a/gui/cppcheck_ja.ts b/gui/cppcheck_ja.ts
index 051fd3b8989..cbb4ed1d1fb 100644
--- a/gui/cppcheck_ja.ts
+++ b/gui/cppcheck_ja.ts
@@ -503,19 +503,19 @@ Parameters: -l(line) (file)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -670,13 +670,13 @@ Parameters: -l(line) (file)
-
+ Show errorsエラーを表示
-
-
+
+ Information情報
@@ -783,7 +783,7 @@ Parameters: -l(line) (file)
-
+ Show warnings警告を表示
@@ -1091,7 +1091,7 @@ Parameters: -l(line) (file)
AUTOSAR
-
+ 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.
@@ -1100,23 +1100,23 @@ This is probably because the settings were changed between the Cppcheck versions
Cppcheckの古いバージョンの設定には互換性がありません。エディタアプリケーションの設定を確認して修正してください、そうしないと正しく起動できないかもしれません。
-
+ You must close the project file before selecting new files or directories!新しいファイル/ディレクトリをチェックするには現在のプロジェクトを閉じてください!
-
-
+
+ Quick Filter:クイックフィルタ:
-
+ Select configurationコンフィグレーションの選択
-
+ Found project file: %1
Do you want to load this project file instead?
@@ -1125,69 +1125,69 @@ Do you want to load this project file instead?
現在のプロジェクトの代わりにこのプロジェクトファイルを読み込んでもかまいませんか?
-
+ The library '%1' contains unknown elements:
%2このライブラリ '%1' には次の不明な要素が含まれています。
%2
-
+ File not foundファイルがありません
-
+ Bad XML不正なXML
-
+ Missing attribute属性がありません
-
+ Bad attribute value不正な属性があります
-
+ Unsupported formatサポートされていないフォーマット
-
+ Duplicate platform typeプラットフォームの種類が重複しています
-
+ Platform type redefinedプラットフォームの種類が再定義されました
-
+ Unknown element不明な要素
-
+ Unknown issue不明な課題
-
+ Failed to load the selected library '%1'.
%2選択したライブラリの読み込みに失敗しました '%1'
%2
-
-
-
-
+
+
+
+ Errorエラー
@@ -1200,73 +1200,73 @@ Do you want to load this project file instead?
%1 - %2 の読み込みに失敗
-
-
+
+ XML files (*.xml)XML ファイル (*.xml)
-
+ Open the report fileレポートを開く
-
+ Licenseライセンス
-
+ Authors作者
-
+ Save the report fileレポートを保存
-
+ Text files (*.txt)テキストファイル (*.txt)
-
+ CSV files (*.csv)CSV形式ファイル (*.csv)
-
+ Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.コンプライアンスレポートをすぐに生成できません。解析が完了し成功していなければなりません。コードを再解析して、致命的なエラーがないことを確認してください。
-
+ Project files (*.cppcheck);;All files(*.*)プロジェクトファイル (*.cppcheck);;すべてのファイル(*.*)
-
+ Select Project Fileプロジェクトファイルを選択
-
+ Failed to open fileファイルを開くのに失敗しました
-
+ Unknown project file formatプロジェクトファイルの形式が不明です
-
+ Failed to import project fileプロジェクトファイルのインポートに失敗しました
-
+ Failed to import '%1': %2
Analysis is stopped.
@@ -1275,70 +1275,70 @@ Analysis is stopped.
解析を停止しました。
-
+ Failed to import '%1' (%2), analysis is stopped'%1' (%2) のインポートに失敗しました。解析は停止
-
+ Installインストール
-
+ New version available: %1. %2新しいバージョンが利用可能です。: %1. %2
-
-
-
-
+
+
+
+ Project:プロジェクト:
-
+ No suitable files found to analyze!チェック対象のファイルがみつかりません!
-
+ C/C++ SourceC/C++のソースコード
-
+ Compile databaseコンパイルデータベース
-
+ Visual StudioVisual Studio
-
+ Borland C++ Builder 6Borland C++ Builder 6
-
+ Select files to analyzeチェック対象のファイルを選択
-
+ Select directory to analyzeチェックするディレクトリを選択してください
-
+ Select the configuration that will be analyzedチェックの設定を選択
-
+ Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
@@ -1347,37 +1347,37 @@ Do you want to proceed analysis without using any of these project files?
-
+ Duplicate define重複した定義
-
+ File not found: '%1'ファイルがありません: '%1'
-
+ Failed to load/setup addon %1: %2アドオンの読み込みまたは設定に失敗 %1 - %2
-
+ Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Analysis is aborted.%1のロードに失敗しました。あなたの Cppcheck は正しくインストールされていません。あなたは --data-dir=<directory> コマンドラインオプションを使ってこのファイルの場所を指定できます。ただし、この --data-dir はインストールスクリプトによって使用されていなければなりません。またGUI版はこれを使用しません。さらに、全ての設定は調整済みでなければなりません。
-
+ Failed to load %1 - %2
Analysis is aborted.読み込みに失敗 %1 - %2
-
-
+
+ %1
Analysis is aborted.
@@ -1386,7 +1386,7 @@ Analysis is aborted.
解析は中止した。
-
+ Current results will be cleared.
Opening a new XML file will clear current results.
@@ -1396,7 +1396,7 @@ Do you want to proceed?
新しくXMLファイルを開くと現在の結果が削除されます。実行しますか?
-
+ Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
@@ -1405,77 +1405,77 @@ Do you want to stop the analysis and exit Cppcheck?
チェックを中断して、Cppcheckを終了しますか?
-
+ AboutCppCheckについて
-
+ XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)XML ファイル (*.xml);;テキストファイル (*.txt);;CSVファイル (*.csv)
-
+ Build dir '%1' does not exist, create it?ビルドディレクトリ'%1'がありません。作成しますか?
-
+ To check the project using addons, you need a build directory.アドオンを使用してプロジェクトをチェックするためには、ビルドディレクトリが必要です。
-
+ Show Mandatory必須を表示
-
+ Show Required要求を表示
-
+ Show Advisory推奨を表示
-
+ Show Documentドキュメントを表示
-
+ Show L1L1を表示
-
+ Show L2L2を表示
-
+ Show L3L3を表示
-
+ Show styleスタイルを表示
-
+ Show portability移植可能性を表示
-
+ Show performanceパフォーマンスを表示
-
+ Show information情報を表示
@@ -1484,22 +1484,22 @@ Do you want to stop the analysis and exit Cppcheck?
'%1'のインポートに失敗しました。(チェック中断)
-
+ Project files (*.cppcheck)プロジェクトファイル (*.cppcheck)
-
+ Select Project Filenameプロジェクトファイル名を選択
-
+ No project file loadedプロジェクトファイルが読み込まれていません
-
+ The project file
%1
@@ -3222,7 +3222,7 @@ To toggle what kind of errors are shown, open view menu.ThreadResult
-
+ %1 of %2 files checkedチェック: %1 / %2 (ファイル数)
diff --git a/gui/cppcheck_ka.ts b/gui/cppcheck_ka.ts
index aca14874bfa..0d8d6c6473d 100644
--- a/gui/cppcheck_ka.ts
+++ b/gui/cppcheck_ka.ts
@@ -479,19 +479,19 @@ Parameters: -l(line) (file)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -635,14 +635,14 @@ Parameters: -l(line) (file)
-
+ Show errorsშეცდომების ჩვენება
-
+ Show warningsგაფრთხილების ჩვენება
@@ -658,8 +658,8 @@ Parameters: -l(line) (file)
დამალულის &ჩვენება
-
-
+
+ Informationინფორმაცია
@@ -1067,18 +1067,18 @@ Parameters: -l(line) (file)
&დახმარება
-
-
+
+ Quick Filter:სწრაფი ფილტრი:
-
+ Select configurationაირჩიეთ კონფიგურაცია
-
+ Found project file: %1
Do you want to load this project file instead?
@@ -1087,61 +1087,61 @@ Do you want to load this project file instead?
გნებავთ, სამაგიეროდ, ეს პროექტის ფაილი ჩატვირთოთ?
-
+ File not foundფაილი ნაპოვნი არაა
-
+ Bad XMLარასწორი XML
-
+ Missing attributeაკლია ატრიბუტი
-
+ Bad attribute valueარასწორი ატრიბუტის მნიშვნელობა
-
+ Unsupported formatმხარდაუჭერელი ფორმატი
-
+ Duplicate defineგამეორებული აღწერა
-
+ Failed to load the selected library '%1'.
%2ჩავარდა ჩატვირთვა მონიშნული ბიბლიოთეკისთვის '%1'.
%2
-
+ File not found: '%1'ფაილი ვერ ვიპოვე: '%1'
-
+ Failed to load/setup addon %1: %2დამატების (%1) ჩატვირთვა/მორგება ჩავარდა: %2
-
+ Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Analysis is aborted.
-
+ Failed to load %1 - %2
Analysis is aborted.
@@ -1150,8 +1150,8 @@ Analysis is aborted.
ანალიზი შეწყდა.
-
-
+
+ %1
Analysis is aborted.
@@ -1160,148 +1160,148 @@ Analysis is aborted.
ანალიზი შეწყვეტილია.
-
+ Licenseლიცენზია
-
+ Authorsავტორები
-
+ Save the report fileანგარიშის ფაილში ჩაწერა
-
-
+
+ XML files (*.xml)XML ფაილები (*.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!ახალი ფაილების ან საქაღალდეების არჩევამდე პრორექტის ფაილი უნდა დახუროთ!
-
+ The library '%1' contains unknown elements:
%2ბიბლიოთეკა '%1' უცნობ ელემენტებს შეიცავს:
%2
-
+ Duplicate platform typeგამეორებული პლატფორმის ტიპი
-
+ Platform type redefinedპლატფორმის ტიპი თავდან აღიწერა
-
+ Unknown elementუცნობი ელემენტი
-
+ Unknown issueუცნობი პრობლემა
-
-
-
-
+
+
+
+ Errorშეცდომა
-
+ Open the report fileანგარიშის ფაილის გახსნა
-
+ Text files (*.txt)ტექსტური ფაილები (*.txt)
-
+ CSV files (*.csv)CSV ფაილები (*.csv)
-
+ Project files (*.cppcheck);;All files(*.*)პროექტის ფაილები (*.cppcheck);;ყველა ფაილი(*.*)
-
+ Select Project Fileაირჩიეთ პროექტის ფაილი
-
-
-
-
+
+
+
+ Project:პროექტი:
-
+ No suitable files found to analyze!ანალიზისათვის შესაფერისი ფაილები აღმოჩენილი არაა!
-
+ C/C++ SourceC/C++ საწყისი კოდი
-
+ Compile databaseმონაცემთა ბაზის კომპილაცია
-
+ Visual StudioVisual Studio
-
+ Borland C++ Builder 6Borland C++ Builder 6
-
+ Select files to analyzeაირჩეთ ფაილები ანალიზისთვის
-
+ Select directory to analyzeაირჩიეთ საქაღალდე ანალიზისთვის
-
+ Select the configuration that will be analyzedაირჩიეთ კონფიგურაცია ანალიზისთვის
-
+ Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
@@ -1310,7 +1310,7 @@ Do you want to proceed analysis without using any of these project files?
-
+ Current results will be cleared.
Opening a new XML file will clear current results.
@@ -1321,7 +1321,7 @@ Do you want to proceed?
გნებავთ, გააგრძელოთ?
-
+ Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
@@ -1330,47 +1330,47 @@ Do you want to stop the analysis and exit Cppcheck?
გნებავთ, გააჩეროთ ანალიზი და გახვიდეთ Cppcheck-დან?
-
+ Aboutშესახებ
-
+ XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)XML ფაილები (*.xml);;ტექსტური ფაილები (*.txt);;CSV ფაილები (*.csv)
-
+ Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.შესაბამისობის ანგარიშის გენერაცია ახლა შეუძლებელია, რადგან ჯერ ანალიზი წარმატებით უნდა დასრულდეს. სცადეთ, კოდის ანალიზი თავიდან გაუშვათ და დარწმუნდეთ, რომ კრიტიკული შეცდომები არ არსებობს.
-
+ Build dir '%1' does not exist, create it?აგების საქაღალდე (%1) არ არსებობს. შევქმნა?
-
+ To check the project using addons, you need a build directory.პროექტის დამატებებით შესამოწმებლად აგების საქაღალდე გჭირდებათ.
-
+ Failed to open fileფაილის გახსნის შეცდომა
-
+ Unknown project file formatუცნობი პროექტის ფაილის ფორმატი
-
+ Failed to import project fileპროექტის ფაილის შემოტანა ჩავარდა
-
+ Failed to import '%1': %2
Analysis is stopped.
@@ -1379,27 +1379,27 @@ Analysis is stopped.
ანალიზი შეწყდა.
-
+ Failed to import '%1' (%2), analysis is stopped'%1'-ის (%2) შემოტანა ჩავარდა. ანალიზი შეწყდა
-
+ Project files (*.cppcheck)პროექტის ფაილები (*.cppcheck)
-
+ Select Project Filenameაირჩიეთ პროექტის ფაილის სახელი
-
+ No project file loadedპროექტის ფაილი ჩატვირთული არაა
-
+ The project file
%1
@@ -1416,67 +1416,67 @@ Do you want to remove the file from the recently used projects -list?
გნებავთ წაშალოთ ეს ფაილი ახლახან გამოყენებული პროექტების სიიდან?
-
+ Installდაყენება
-
+ New version available: %1. %2ხელმისაწვდომია ახალი ვერსია: %1. %2
-
+ Show Mandatory
-
+ Show Required
-
+ Show Advisory
-
+ Show Document
-
+ Show L1
-
+ Show L2
-
+ Show L3
-
+ Show style
-
+ Show portability
-
+ Show performance
-
+ Show information
@@ -3177,7 +3177,7 @@ To toggle what kind of errors are shown, open view menu.
ThreadResult
-
+ %1 of %2 files checkedშემოწმებულია %1 ფაილი %2-დან
diff --git a/gui/cppcheck_ko.ts b/gui/cppcheck_ko.ts
index 054f174febe..34085d271bd 100644
--- a/gui/cppcheck_ko.ts
+++ b/gui/cppcheck_ko.ts
@@ -486,19 +486,19 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제:
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -642,7 +642,7 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제:
-
+ Show errors애러 표시
@@ -749,7 +749,7 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제:
-
+ Show warnings경고 표시
@@ -805,8 +805,8 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제:
-
-
+
+ Information정보
@@ -856,13 +856,13 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제:
Windows 64-bit
-
-
+
+ Quick Filter:빠른 필터:
-
+ 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.
@@ -871,12 +871,12 @@ This is probably because the settings were changed between the Cppcheck versions
Cppcheck 버전간 설정 방법 차이때문인 것으로 보입니다. 편집기 설정을 검사(및 수정)해주세요, 그렇지 않으면 편집기가 제대로 시작하지 않습니다.
-
+ You must close the project file before selecting new files or directories!새로운 파일이나 디렉토리를 선택하기 전에 프로젝트 파일을 닫으세요!
-
+ Found project file: %1
Do you want to load this project file instead?
@@ -885,215 +885,215 @@ Do you want to load this project file instead?
이 프로젝트 파일을 불러오겠습니까?
-
-
+
+ XML files (*.xml)XML 파일 (*.xml)
-
+ Open the report file보고서 파일 열기
-
+ License저작권
-
+ Authors제작자
-
+ Save the report file보고서 파일 저장
-
+ Text files (*.txt)텍스트 파일 (*.txt)
-
+ CSV files (*.csv)CSV 파일 (*.csv)
-
+ Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.
-
+ Project files (*.cppcheck);;All files(*.*)프로젝트 파일 (*.cppcheck);;모든 파일(*.*)
-
+ Select Project File프로젝트 파일 선택
-
+ Failed to open file
-
+ Unknown project file format
-
+ Failed to import project file
-
+ Failed to import '%1': %2
Analysis is stopped.
-
+ Failed to import '%1' (%2), analysis is stopped
-
+ Install
-
+ New version available: %1. %2
-
+ Show Mandatory
-
+ Show Required
-
+ Show Advisory
-
+ Show Document
-
+ Show L1
-
+ Show L2
-
+ Show L3
-
+ Show style
-
+ Show portability
-
+ Show performance
-
+ Show information
-
-
-
-
+
+
+
+ Project:프로젝트:
-
+ Duplicate define
-
+ File not found: '%1'
-
+ Failed to load/setup addon %1: %2
-
+ Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Analysis is aborted.
-
+ Failed to load %1 - %2
Analysis is aborted.
-
-
+
+ %1
Analysis is aborted.
-
+ About
-
+ To check the project using addons, you need a build directory.
-
+ Select Project Filename프로젝트 파일이름 선택
-
+ No project file loaded프로젝트 파일 불러오기 실패
-
+ The project file
%1
@@ -1120,57 +1120,57 @@ Do you want to remove the file from the recently used projects -list?
-
-
-
-
+
+
+
+ Error
-
+ File not found
-
+ Bad XML
-
+ Missing attribute
-
+ Bad attribute value
-
+ Failed to load the selected library '%1'.
%2
-
+ Unsupported format
-
+ The library '%1' contains unknown elements:
%2
-
+ Duplicate platform type
-
+ Platform type redefined
@@ -1200,17 +1200,17 @@ Do you want to remove the file from the recently used projects -list?
-
+ Unknown element
-
+ Unknown issue
-
+ Select configuration
@@ -1233,7 +1233,7 @@ Options:
-
+ Build dir '%1' does not exist, create it?
@@ -1261,39 +1261,39 @@ Options:
-
+ XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)
-
+ No suitable files found to analyze!
-
+ Select files to analyze
-
+ Select directory to analyze
-
+ Select the configuration that will be analyzed
-
+ Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
-
+ Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
@@ -1440,7 +1440,7 @@ Do you want to stop the analysis and exit Cppcheck?
C++14
-
+ Project files (*.cppcheck)
@@ -1465,27 +1465,27 @@ Do you want to stop the analysis and exit Cppcheck?
C++20
-
+ C/C++ Source
-
+ Compile database
-
+ Visual Studio
-
+ Borland C++ Builder 6
-
+ Current results will be cleared.
Opening a new XML file will clear current results.
@@ -3122,7 +3122,7 @@ To toggle what kind of errors are shown, open view menu.ThreadResult
-
+ %1 of %2 files checked%2 중 %1 파일 검사됨
diff --git a/gui/cppcheck_nl.ts b/gui/cppcheck_nl.ts
index 8cfa473d709..3bec3d90d85 100644
--- a/gui/cppcheck_nl.ts
+++ b/gui/cppcheck_nl.ts
@@ -490,19 +490,19 @@ Parameters: -l(lijn) (bestand)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -646,14 +646,14 @@ Parameters: -l(lijn) (bestand)
-
+ Show errorsToon fouten
-
+ Show warningsToon waarschuwingen
@@ -669,8 +669,8 @@ Parameters: -l(lijn) (bestand)
Toon &verborgen
-
-
+
+ InformationInformatie
@@ -1078,18 +1078,18 @@ Parameters: -l(lijn) (bestand)
&Help
-
-
+
+ Quick Filter:Snel Filter:
-
+ Select configuration
-
+ Found project file: %1
Do you want to load this project file instead?
@@ -1097,91 +1097,91 @@ Do you want to load this project file instead?
Wilt u dit project laden in plaats van?
-
+ File not found
-
+ Bad XML
-
+ Missing attribute
-
+ Bad attribute value
-
+ Duplicate define
-
+ Failed to load the selected library '%1'.
%2
-
+ File not found: '%1'
-
+ Failed to load/setup addon %1: %2
-
+ Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Analysis is aborted.
-
+ Failed to load %1 - %2
Analysis is aborted.
-
-
+
+ %1
Analysis is aborted.
-
+ LicenseLicentie
-
+ AuthorsAuteurs
-
+ 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.
@@ -1190,131 +1190,131 @@ This is probably because the settings were changed between the Cppcheck versions
Dit is waarschijnlijk omdat de instellingen zijn gewijzigd tussen de versies van cppcheck. Controleer (en maak) de bewerker instellingen, anders zal de bewerker niet correct starten.
-
+ You must close the project file before selecting new files or directories!Je moet project bestanden sluiten voordat je nieuwe bestanden of mappen selekteerd!
-
+ The library '%1' contains unknown elements:
%2
-
+ Unsupported format
-
+ Duplicate platform type
-
+ Platform type redefined
-
+ Unknown element
-
+ Unknown issue
-
-
-
-
+
+
+
+ Error
-
+ Open the report fileOpen het rapport bestand
-
+ Text files (*.txt)Tekst bestanden (*.txt)
-
+ CSV files (*.csv)CSV bestanden (*.csv)
-
+ Project files (*.cppcheck);;All files(*.*)Project bestanden (*.cppcheck);;Alle bestanden(*.*)
-
+ Select Project FileSelecteer project bestand
-
-
-
-
+
+
+
+ Project:Project:
-
+ No suitable files found to analyze!
-
+ C/C++ Source
-
+ Compile database
-
+ Visual Studio
-
+ Borland C++ Builder 6
-
+ Select files to analyze
-
+ Select directory to analyze
-
+ Select the configuration that will be analyzed
-
+ Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
-
+ Current results will be cleared.
Opening a new XML file will clear current results.
@@ -1322,81 +1322,81 @@ Do you want to proceed?
-
+ Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
-
+ About
-
+ XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)
-
+ Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.
-
+ Build dir '%1' does not exist, create it?
-
+ To check the project using addons, you need a build directory.
-
+ Failed to open file
-
+ Unknown project file format
-
+ Failed to import project file
-
+ Failed to import '%1': %2
Analysis is stopped.
-
+ Failed to import '%1' (%2), analysis is stopped
-
+ Project files (*.cppcheck)
-
+ Select Project FilenameSelecteer project bestandsnaam
-
+ No project file loadedGeen project bestand geladen
-
+ The project file
%1
@@ -1412,67 +1412,67 @@ Kan niet worden gevonden!
Wilt u het bestand van de onlangs gebruikte project verwijderen -lijst?
-
+ Install
-
+ New version available: %1. %2
-
+ Show Mandatory
-
+ Show Required
-
+ Show Advisory
-
+ Show Document
-
+ Show L1
-
+ Show L2
-
+ Show L3
-
+ Show style
-
+ Show portability
-
+ Show performance
-
+ Show information
@@ -3151,7 +3151,7 @@ Gebruik het uitzicht menu om te selecteren welke fouten getoond worden.
ThreadResult
-
+ %1 of %2 files checked%1 van %2 bestanden gecontroleerd
diff --git a/gui/cppcheck_ru.ts b/gui/cppcheck_ru.ts
index e8e3a2a9615..e2c5ad57c02 100644
--- a/gui/cppcheck_ru.ts
+++ b/gui/cppcheck_ru.ts
@@ -490,19 +490,19 @@ Parameters: -l(line) (file)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -646,14 +646,14 @@ Parameters: -l(line) (file)
-
+ Show errorsПоказать ошибки
-
+ Show warningsПоказать предупреждения
@@ -669,8 +669,8 @@ Parameters: -l(line) (file)
Показать скрытые
-
-
+
+ InformationИнформационные сообщения
@@ -1078,18 +1078,18 @@ Parameters: -l(line) (file)
Помощь
-
-
+
+ Quick Filter:Быстрый фильтр:
-
+ Select configurationВыбор конфигурации
-
+ Found project file: %1
Do you want to load this project file instead?
@@ -1098,97 +1098,97 @@ Do you want to load this project file instead?
Вы хотите загрузить этот проект?
-
+ File not foundФайл не найден
-
+ Bad XMLНекорректный XML
-
+ Missing attributeПропущен атрибут
-
+ Bad attribute valueНекорректное значение атрибута
-
+ Unsupported formatНеподдерживаемый формат
-
+ Duplicate define
-
+ Failed to load the selected library '%1'.
%2Не удалось загрузить выбранную библиотеку '%1'.
%2
-
+ File not found: '%1'
-
+ Failed to load/setup addon %1: %2
-
+ Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Analysis is aborted.
-
+ Failed to load %1 - %2
Analysis is aborted.
-
-
+
+ %1
Analysis is aborted.
-
+ LicenseЛицензия
-
+ AuthorsАвторы
-
+ Save the report fileСохранить файл с отчетом
-
-
+
+ XML files (*.xml)XML-файлы (*.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.
@@ -1197,42 +1197,42 @@ This is probably because the settings were changed between the Cppcheck versions
Возможно, это связано с изменениями в версии программы. Пожалуйста, проверьте (и исправьте) настройки приложения.
-
+ You must close the project file before selecting new files or directories!Вы должны закрыть проект перед выбором новых файлов или каталогов!
-
+ The library '%1' contains unknown elements:
%2Библиотека '%1' содержит неизвестные элементы:
%2
-
+ Duplicate platform typeДубликат типа платформы
-
+ Platform type redefinedПереобъявление типа платформы
-
+ Unknown elementНеизвестный элемент
-
+ Unknown issueНеизвестная проблема
-
-
-
-
+
+
+
+ ErrorОшибка
@@ -1241,80 +1241,80 @@ This is probably because the settings were changed between the Cppcheck versions
Невозможно загрузить %1. Cppcheck установлен некорректно. Вы можете использовать --data-dir=<directory> в командной строке для указания расположения файлов конфигурации. Обратите внимание, что --data-dir предназначен для использования сценариями установки. При включении данной опции, графический интерфейс пользователя не запускается.
-
+ Open the report fileОткрыть файл с отчетом
-
+ Text files (*.txt)Текстовые файлы (*.txt)
-
+ CSV files (*.csv)CSV файлы(*.csv)
-
+ Project files (*.cppcheck);;All files(*.*)Файлы проекта (*.cppcheck);;Все файлы(*.*)
-
+ Select Project FileВыберите файл проекта
-
-
-
-
+
+
+
+ Project:Проект:
-
+ No suitable files found to analyze!Не найдено подходящих файлов для анализа
-
+ C/C++ SourceИсходный код C/C++
-
+ Compile database
-
+ Visual StudioVisual Studio
-
+ Borland C++ Builder 6Borland C++ Builder 6
-
+ Select files to analyzeВыбор файлов для анализа
-
+ Select directory to analyzeВыбор каталога для анализа
-
+ Select the configuration that will be analyzedВыбор используемой конфигурации
-
+ Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
@@ -1323,7 +1323,7 @@ Do you want to proceed analysis without using any of these project files?
-
+ Current results will be cleared.
Opening a new XML file will clear current results.
@@ -1334,7 +1334,7 @@ Do you want to proceed?
Вы хотите продолжить?
-
+ Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
@@ -1343,109 +1343,109 @@ Do you want to stop the analysis and exit Cppcheck?
Вы хотите остановить анализ и выйти из Cppcheck?
-
+ About
-
+ XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)XML файлы (*.xml);;Текстовые файлы (*.txt);;CSV файлы (*.csv)
-
+ Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.
-
+ Build dir '%1' does not exist, create it?Директория для сборки '%1' не существует, создать?
-
+ To check the project using addons, you need a build directory.
-
+ Failed to open file
-
+ Unknown project file format
-
+ Failed to import project file
-
+ Failed to import '%1': %2
Analysis is stopped.
-
+ Failed to import '%1' (%2), analysis is stopped
-
+ Show Mandatory
-
+ Show Required
-
+ Show Advisory
-
+ Show Document
-
+ Show L1
-
+ Show L2
-
+ Show L3
-
+ Show style
-
+ Show portability
-
+ Show performance
-
+ Show information
@@ -1454,22 +1454,22 @@ Analysis is stopped.
Невозможно импортировать '%1', анализ остановлен
-
+ Project files (*.cppcheck)Файлы проекта (*.cppcheck)
-
+ Select Project FilenameВыберите имя файла для проекта
-
+ No project file loadedФайл с проектом не загружен
-
+ The project file
%1
@@ -1485,12 +1485,12 @@ Do you want to remove the file from the recently used projects -list?
Хотите удалить его из списка проектов?
-
+ Install
-
+ New version available: %1. %2
@@ -3192,7 +3192,7 @@ To toggle what kind of errors are shown, open view menu.
ThreadResult
-
+ %1 of %2 files checked%1 из %2 файлов проверены
diff --git a/gui/cppcheck_sr.ts b/gui/cppcheck_sr.ts
index 956d9fa9840..59f060a36a1 100644
--- a/gui/cppcheck_sr.ts
+++ b/gui/cppcheck_sr.ts
@@ -478,19 +478,19 @@ Parameters: -l(line) (file)
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -634,14 +634,14 @@ Parameters: -l(line) (file)
-
+ Show errors
-
+ Show warnings
@@ -657,8 +657,8 @@ Parameters: -l(line) (file)
-
-
+
+ Information
@@ -1066,240 +1066,240 @@ Parameters: -l(line) (file)
&Help
-
-
+
+ Quick Filter:
-
+ Select configuration
-
+ Found project file: %1
Do you want to load this project file instead?
-
+ File not found
-
+ Bad XML
-
+ Missing attribute
-
+ Bad attribute value
-
+ Duplicate define
-
+ Failed to load the selected library '%1'.
%2
-
+ File not found: '%1'
-
+ Failed to load/setup addon %1: %2
-
+ Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Analysis is aborted.
-
+ Failed to load %1 - %2
Analysis is aborted.
-
-
+
+ %1
Analysis is aborted.
-
+ LicenseLicense
-
+ AuthorsAuthors
-
+ 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!
-
+ The library '%1' contains unknown elements:
%2
-
+ Unsupported format
-
+ Duplicate platform type
-
+ Platform type redefined
-
+ Unknown element
-
+ Unknown issue
-
-
-
-
+
+
+
+ Error
-
+ Open the report file
-
+ Text files (*.txt)Text files (*.txt)
-
+ CSV files (*.csv)
-
+ Project files (*.cppcheck);;All files(*.*)
-
+ Select Project File
-
-
-
-
+
+
+
+ Project:
-
+ No suitable files found to analyze!
-
+ C/C++ Source
-
+ Compile database
-
+ Visual Studio
-
+ Borland C++ Builder 6
-
+ Select files to analyze
-
+ Select directory to analyze
-
+ Select the configuration that will be analyzed
-
+ Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
-
+ Current results will be cleared.
Opening a new XML file will clear current results.
@@ -1307,81 +1307,81 @@ Do you want to proceed?
-
+ Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
-
+ About
-
+ XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)
-
+ Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.
-
+ Build dir '%1' does not exist, create it?
-
+ To check the project using addons, you need a build directory.
-
+ Failed to open file
-
+ Unknown project file format
-
+ Failed to import project file
-
+ Failed to import '%1': %2
Analysis is stopped.
-
+ Failed to import '%1' (%2), analysis is stopped
-
+ Project files (*.cppcheck)
-
+ Select Project Filename
-
+ No project file loaded
-
+ The project file
%1
@@ -1392,67 +1392,67 @@ Do you want to remove the file from the recently used projects -list?
-
+ Install
-
+ New version available: %1. %2
-
+ Show Mandatory
-
+ Show Required
-
+ Show Advisory
-
+ Show Document
-
+ Show L1
-
+ Show L2
-
+ Show L3
-
+ Show style
-
+ Show portability
-
+ Show performance
-
+ Show information
@@ -3116,7 +3116,7 @@ To toggle what kind of errors are shown, open view menu.
ThreadResult
-
+ %1 of %2 files checked
diff --git a/gui/cppcheck_sv.ts b/gui/cppcheck_sv.ts
index cd8b55d016c..514c44ef6ce 100644
--- a/gui/cppcheck_sv.ts
+++ b/gui/cppcheck_sv.ts
@@ -496,19 +496,19 @@ Exempel:
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -652,14 +652,14 @@ Exempel:
-
+ Show errorsVisa fel
-
+ Show warningsVisa varningar
@@ -675,8 +675,8 @@ Exempel:
Visa dolda
-
-
+
+ InformationInformation
@@ -1085,18 +1085,18 @@ Exempel:
&Hjälp
-
-
+
+ Quick Filter:Snabbfilter:
-
+ Select configurationVälj konfiguration
-
+ Found project file: %1
Do you want to load this project file instead?
@@ -1105,97 +1105,97 @@ Do you want to load this project file instead?
Vill du ladda denna projektfil istället?
-
+ File not foundFilen hittades ej
-
+ Bad XMLOgiltig XML
-
+ Missing attributeAttribut finns ej
-
+ Bad attribute valueOgiltigt attribut värde
-
+ Unsupported formatFormat stöds ej
-
+ Duplicate define
-
+ Failed to load the selected library '%1'.
%2Misslyckades att ladda valda library '%1'.
%2
-
+ File not found: '%1'
-
+ Failed to load/setup addon %1: %2
-
+ Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Analysis is aborted.
-
+ Failed to load %1 - %2
Analysis is aborted.
-
-
+
+ %1
Analysis is aborted.
-
+ LicenseLicens
-
+ AuthorsUtvecklare
-
+ 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.
@@ -1204,42 +1204,42 @@ This is probably because the settings were changed between the Cppcheck versions
En trolig orsak är att inställningarna ändrats för olika Cppcheck versioner. Kontrollera programinställningarna.
-
+ 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!
-
+ The library '%1' contains unknown elements:
%2Library filen '%1' har element som ej hanteras:
%2
-
+ Duplicate platform typeDubbel plattformstyp
-
+ Platform type redefinedPlattformstyp definieras igen
-
+ Unknown elementElement hanteras ej
-
+ Unknown issueNågot problem
-
-
-
-
+
+
+
+ ErrorFel
@@ -1248,80 +1248,80 @@ En trolig orsak är att inställningarna ändrats för olika Cppcheck versioner.
Misslyckades att ladda %1. Din Cppcheck installation är ej komplett. Du kan använda --data-dir<directory> på kommandoraden för att specificera var denna fil finns. Det är meningen att --data-dir kommandot skall köras under installationen,så GUIt kommer ej visas när --data-dir används allt som händer är att en inställning görs.
-
+ Open the report fileÖppna rapportfilen
-
+ Text files (*.txt)Text filer (*.txt)
-
+ CSV files (*.csv)CSV filer (*.csv)
-
+ Project files (*.cppcheck);;All files(*.*)Projektfiler (*.cppcheck);;Alla filer(*.*)
-
+ Select Project FileVälj projektfil
-
-
-
-
+
+
+
+ Project:Projekt:
-
+ No suitable files found to analyze!Inga filer hittades att analysera!
-
+ C/C++ Source
-
+ Compile database
-
+ Visual StudioVisual Studio
-
+ Borland C++ Builder 6
-
+ Select files to analyzeVälj filer att analysera
-
+ Select directory to analyzeVälj mapp att analysera
-
+ Select the configuration that will be analyzedVälj konfiguration som kommer analyseras
-
+ Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
@@ -1330,7 +1330,7 @@ Do you want to proceed analysis without using any of these project files?
-
+ Current results will be cleared.
Opening a new XML file will clear current results.
@@ -1338,7 +1338,7 @@ Do you want to proceed?
-
+ Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
@@ -1347,109 +1347,109 @@ Do you want to stop the analysis and exit Cppcheck?
Vill du stoppa analysen och avsluta Cppcheck?
-
+ About
-
+ XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)XML filer (*.xml);;Text filer (*.txt);;CSV filer (*.csv)
-
+ Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.
-
+ Build dir '%1' does not exist, create it?Build dir '%1' existerar ej, skapa den?
-
+ To check the project using addons, you need a build directory.
-
+ Failed to open file
-
+ Unknown project file format
-
+ Failed to import project file
-
+ Failed to import '%1': %2
Analysis is stopped.
-
+ Failed to import '%1' (%2), analysis is stopped
-
+ Show Mandatory
-
+ Show Required
-
+ Show Advisory
-
+ Show Document
-
+ Show L1
-
+ Show L2
-
+ Show L3
-
+ Show style
-
+ Show portability
-
+ Show performance
-
+ Show information
@@ -1458,22 +1458,22 @@ Analysis is stopped.
Misslyckades att importera '%1', analysen stoppas
-
+ Project files (*.cppcheck)Projekt filer (*.cppcheck)
-
+ Select Project FilenameVälj Projektfil
-
+ No project file loadedInget projekt laddat
-
+ The project file
%1
@@ -1490,12 +1490,12 @@ Do you want to remove the file from the recently used projects -list?
Vill du ta bort filen från 'senast använda projekt'-listan?
-
+ Install
-
+ New version available: %1. %2
@@ -3196,7 +3196,7 @@ För att ställa in vilka fel som skall visas använd visa menyn.
ThreadResult
-
+ %1 of %2 files checked%1 av %2 filer analyserade
diff --git a/gui/cppcheck_zh_CN.ts b/gui/cppcheck_zh_CN.ts
index 3bf5ce910dc..fe6b7eb94d5 100644
--- a/gui/cppcheck_zh_CN.ts
+++ b/gui/cppcheck_zh_CN.ts
@@ -497,19 +497,19 @@ Parameters: -l(line) (file)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -664,13 +664,13 @@ Parameters: -l(line) (file)
-
+ Show errors显示错误
-
-
+
+ Information信息
@@ -777,7 +777,7 @@ Parameters: -l(line) (file)
-
+ Show warnings显示警告
@@ -1085,7 +1085,7 @@ Parameters: -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.
@@ -1094,23 +1094,23 @@ This is probably because the settings were changed between the Cppcheck versions
这可能是因为 Cppcheck 不同版本间的设置有所不同。请检查(并修复)编辑器应用程序设置,否则编辑器程序可能不会正确启动。
-
+ You must close the project file before selecting new files or directories!在选择新的文件或目录之前,你必须先关闭此项目文件!
-
-
+
+ Quick Filter:快速滤器:
-
+ Select configuration选择配置
-
+ Found project file: %1
Do you want to load this project file instead?
@@ -1119,69 +1119,69 @@ Do you want to load this project file instead?
你是否想加载该项目文件?
-
+ The library '%1' contains unknown elements:
%2库 '%1' 包含未知元素:
%2
-
+ File not found文件未找到
-
+ Bad XML无效的 XML
-
+ Missing attribute缺失属性
-
+ Bad attribute value无效的属性值
-
+ Unsupported format不支持的格式
-
+ Duplicate platform type重复的平台类型
-
+ Platform type redefined平台类型重定义
-
+ Unknown element位置元素
-
+ Unknown issue未知问题
-
+ Failed to load the selected library '%1'.
%2选择的库 '%1' 加载失败。
%2
-
-
-
-
+
+
+
+ Error错误
@@ -1190,143 +1190,143 @@ Do you want to load this project file instead?
加载 %1 失败。您的 Cppcheck 安装已损坏。您可以在命令行添加 --data-dir=<目录> 参数来指定文件位置。请注意,'--data-dir' 参数应当由安装脚本使用,因此,当使用此参数时,GUI不会启动,所发生的一切只是配置了设置。
-
-
+
+ XML files (*.xml)XML 文件(*.xml)
-
+ Open the report file打开报告文件
-
+ License许可证
-
+ Authors作者
-
+ Save the report file保存报告文件
-
+ Text files (*.txt)文本文件(*.txt)
-
+ CSV files (*.csv)CSV 文件(*.csv)
-
+ Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.
-
+ Project files (*.cppcheck);;All files(*.*)项目文件(*.cppcheck);;所有文件(*.*)
-
+ Select Project File选择项目文件
-
+ Failed to open file
-
+ Unknown project file format
-
+ Failed to import project file
-
+ Failed to import '%1': %2
Analysis is stopped.
-
+ Failed to import '%1' (%2), analysis is stopped
-
+ Install
-
+ New version available: %1. %2
-
-
-
-
+
+
+
+ Project:项目:
-
+ No suitable files found to analyze!没有找到合适的文件来分析!
-
+ C/C++ SourceC/C++ 源码
-
+ Compile databaseCompile database
-
+ Visual StudioVisual Studio
-
+ Borland C++ Builder 6Borland C++ Builder 6
-
+ Select files to analyze选择要分析的文件
-
+ Select directory to analyze选择要分析的目录
-
+ Select the configuration that will be analyzed选择要分析的配置
-
+ Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
@@ -1335,44 +1335,44 @@ Do you want to proceed analysis without using any of these project files?
-
+ Duplicate define
-
+ File not found: '%1'
-
+ Failed to load/setup addon %1: %2
-
+ Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Analysis is aborted.
-
+ Failed to load %1 - %2
Analysis is aborted.
-
-
+
+ %1
Analysis is aborted.
-
+ Current results will be cleared.
Opening a new XML file will clear current results.
@@ -1383,7 +1383,7 @@ Do you want to proceed?
你想继续吗?
-
+ Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
@@ -1392,77 +1392,77 @@ Do you want to stop the analysis and exit Cppcheck?
您想停止分析并退出 Cppcheck 吗?
-
+ About
-
+ XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)XML 文件 (*.xml);;文本文件 (*.txt);;CSV 文件 (*.csv)
-
+ Build dir '%1' does not exist, create it?构建文件夹 '%1' 不能存在,创建它吗?
-
+ To check the project using addons, you need a build directory.要使用插件检查项目,您需要一个构建目录。
-
+ Show Mandatory
-
+ Show Required
-
+ Show Advisory
-
+ Show Document
-
+ Show L1
-
+ Show L2
-
+ Show L3
-
+ Show style
-
+ Show portability
-
+ Show performance
-
+ Show information
@@ -1471,22 +1471,22 @@ Do you want to stop the analysis and exit Cppcheck?
导入 '%1' 失败,分析已停止
-
+ Project files (*.cppcheck)项目文件 (*.cppcheck)
-
+ Select Project Filename选择项目文件名
-
+ No project file loaded项目文件未加载
-
+ The project file
%1
@@ -3200,7 +3200,7 @@ To toggle what kind of errors are shown, open view menu.ThreadResult
-
+ %1 of %2 files checked%2 个文件已检查 %1 个
diff --git a/gui/cppcheck_zh_TW.ts b/gui/cppcheck_zh_TW.ts
index d6f67e871ee..a718e3f3087 100644
--- a/gui/cppcheck_zh_TW.ts
+++ b/gui/cppcheck_zh_TW.ts
@@ -475,19 +475,19 @@ Parameters: -l(line) (file)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ CppcheckCppcheck
@@ -689,7 +689,7 @@ Parameters: -l(line) (file)
-
+ Show errors顯示錯誤
@@ -817,7 +817,7 @@ Parameters: -l(line) (file)
-
+ Show warnings顯示警告
@@ -1076,201 +1076,201 @@ Options:
Cppcheck GUI - 命令行參數
-
-
+
+ Quick Filter:快速篩選:
-
-
-
-
+
+
+
+ Project:專案:
-
+ 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 analyze!找不到適合的檔案來分析!
-
+ You must close the project file before selecting new files or directories!您必須在選取新檔案或目錄之前關閉該專案檔!
-
+ C/C++ SourceC/C++ 來源檔
-
+ Compile database編譯資料庫
-
+ Visual StudioVisual Studio
-
+ Borland C++ Builder 6Borland C++ Builder 6
-
+ Select files to analyze選取要分析的檔案
-
+ Select directory to analyze選取要分析的目錄
-
+ Select configuration選取組態
-
+ Select the configuration that will be analyzed選取要分析的組態
-
+ Found project file: %1
Do you want to load this project file instead?
-
+ Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
-
-
+
+ Information資訊
-
+ The library '%1' contains unknown elements:
%2
-
+ File not found找不到檔案
-
+ Bad XML
-
+ Missing attribute
-
+ Bad attribute value
-
+ Unsupported format未支援的格式
-
+ Duplicate platform type重複的平臺型別
-
+ Platform type redefined平臺型別重定義
-
+ Duplicate define
-
+ Unknown element未知的元素
-
+ Unknown issue未知的議題
-
+ Failed to load the selected library '%1'.
%2無法載入選取的程式庫 '%1'。
%2
-
+ File not found: '%1'
-
+ Failed to load/setup addon %1: %2
-
-
-
-
+
+
+
+ Error錯誤
-
+ Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Analysis is aborted.
-
+ Failed to load %1 - %2
Analysis is aborted.
-
-
+
+ %1
Analysis is aborted.
-
+ Current results will be cleared.
Opening a new XML file will clear current results.
@@ -1278,18 +1278,18 @@ Do you want to proceed?
-
-
+
+ XML files (*.xml)XML 檔案 (*.xml)
-
+ Open the report file開啟報告檔
-
+ Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
@@ -1298,82 +1298,82 @@ Do you want to stop the analysis and exit Cppcheck?
您想停止分析並離開 Cppcheck 嗎?
-
+ About關於
-
+ License授權
-
+ Authors作者
-
+ XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)XML 檔案 (*.xml);;文字檔 (*.txt);;CSV 檔案 (*.csv)
-
+ Save the report file儲存報告檔
-
+ Text files (*.txt)文字檔 (*.txt)
-
+ CSV files (*.csv)CSV 檔案 (*.csv)
-
+ Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.
-
+ Project files (*.cppcheck);;All files(*.*)專案檔 (*.cppcheck);;所有檔案 (*.*)
-
+ Select Project File選取專案檔
-
+ Build dir '%1' does not exist, create it?建置目錄 '%1' 不存在,是否建立它?
-
+ To check the project using addons, you need a build directory.
-
+ Failed to open file無法開啟檔案
-
+ Unknown project file format未知的專案檔格式
-
+ Failed to import project file無法匯入專案檔
-
+ Failed to import '%1': %2
Analysis is stopped.
@@ -1382,62 +1382,62 @@ Analysis is stopped.
停止分析。
-
+ Failed to import '%1' (%2), analysis is stopped
-
+ Show Mandatory
-
+ Show Required
-
+ Show Advisory
-
+ Show Document
-
+ Show L1
-
+ Show L2
-
+ Show L3
-
+ Show style
-
+ Show portability
-
+ Show performance
-
+ Show information
@@ -1446,22 +1446,22 @@ Analysis is stopped.
無法匯入 '%1',停止分析
-
+ Project files (*.cppcheck)專案檔 (*.cppcheck)
-
+ Select Project Filename選取專案檔案名稱
-
+ No project file loaded
-
+ The project file
%1
@@ -1478,12 +1478,12 @@ Do you want to remove the file from the recently used projects -list?
您要從最近使用的專案列表中移除該檔案嗎?
-
+ Install安章
-
+ New version available: %1. %2可用的新版本: %1. %2
@@ -3117,7 +3117,7 @@ To toggle what kind of errors are shown, open view menu.
ThreadResult
-
+ %1 of %2 files checked
diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp
index d4dbc69bf9d..f8ccda4e314 100644
--- a/gui/mainwindow.cpp
+++ b/gui/mainwindow.cpp
@@ -600,7 +600,6 @@ void MainWindow::doAnalyzeProject(ImportProject p, const bool checkLibrary, cons
checkLockDownUI(); // lock UI while checking
mUI->mResults->setCheckDirectory(checkPath);
- checkSettings.force = false;
checkSettings.checkLibrary = checkLibrary;
checkSettings.checkConfiguration = checkConfiguration;
@@ -1095,6 +1094,11 @@ bool MainWindow::getCppcheckSettings(Settings& settings, Suppressions& supprs)
// If project file loaded, read settings from it
if (mProjectFile) {
+ std::string import_project = mProjectFile->getImportProject().toStdString();
+ if (endsWith(import_project, ".json")) {
+ settings.importCompileDBFile = import_project;
+ }
+
QStringList dirs = mProjectFile->getIncludeDirs();
addIncludeDirs(dirs, settings);
@@ -1124,14 +1128,6 @@ bool MainWindow::getCppcheckSettings(Settings& settings, Suppressions& supprs)
supprs.nomsg.addSuppression(suppression); // TODO: check result
}
- // Only check the given -D configuration
- if (!defines.isEmpty())
- settings.maxConfigs = 1;
-
- // If importing a project, only check the given configuration
- if (!mProjectFile->getImportProject().isEmpty())
- settings.checkAllConfigurations = false;
-
const QString &buildDir = fromNativePath(mProjectFile->getBuildDir());
if (!buildDir.isEmpty()) {
if (QDir(buildDir).isAbsolute()) {
diff --git a/lib/cppcheck.cpp b/lib/cppcheck.cpp
index ad46f2651cd..20babbfaa09 100644
--- a/lib/cppcheck.cpp
+++ b/lib/cppcheck.cpp
@@ -1049,12 +1049,12 @@ unsigned int CppCheck::checkFile(const FileWithDetails& file, const std::string
// Get configurations..
std::set configurations;
- if ((mSettings.checkAllConfigurations && mSettings.userDefines.empty()) || mSettings.force) {
+ if (!mSettings.userDefines.empty() && mSettings.maxConfigs == 0 && !mSettings.force) {
+ configurations.insert(mSettings.userDefines);
+ } else {
Timer::run("Preprocessor::getConfigs", mSettings.showtime, &s_timerResults, [&]() {
configurations = preprocessor.getConfigs(tokens1);
});
- } else {
- configurations.insert(mSettings.userDefines);
}
if (mSettings.checkConfiguration) {
@@ -1081,7 +1081,8 @@ unsigned int CppCheck::checkFile(const FileWithDetails& file, const std::string
}
#endif
- if (!mSettings.force && configurations.size() > mSettings.maxConfigs) {
+ if ((mSettings.maxConfigs > 0 && configurations.size() > mSettings.maxConfigs) ||
+ (!mSettings.force && configurations.size() > Settings::Default::max_configs_default)) {
if (mSettings.severity.isEnabled(Severity::information)) {
tooManyConfigsError(Path::toNativeSeparators(file.spath()),configurations.size());
} else {
@@ -1113,12 +1114,23 @@ unsigned int CppCheck::checkFile(const FileWithDetails& file, const std::string
// Check only a few configurations (default 12), after that bail out, unless --force
// was used.
- if (!mSettings.force && ++checkCount > mSettings.maxConfigs)
+ ++checkCount;
+
+ if (checkCount > 1 && !mSettings.importCompileDBFile.empty() && mSettings.maxConfigs == 0 && !mSettings.force) {
break;
+ }
+
+ if (mSettings.maxConfigs > 0) {
+ if (checkCount > mSettings.maxConfigs) {
+ break;
+ }
+ } else if (!mSettings.force && checkCount > Settings::Default::max_configs_default) {
+ break;
+ }
std::string currentConfig;
- if (!mSettings.userDefines.empty()) {
+ if (!mSettings.userDefines.empty() && (mSettings.maxConfigs > 0 || mSettings.force)) {
currentConfig = mSettings.userDefines;
const std::vector v1(split(mSettings.userDefines, ";"));
for (const std::string &cfg: split(currCfg, ";")) {
diff --git a/lib/importproject.cpp b/lib/importproject.cpp
index a6a8d3e86ae..cfe66f6680e 100644
--- a/lib/importproject.cpp
+++ b/lib/importproject.cpp
@@ -179,6 +179,9 @@ ImportProject::Type ImportProject::import(const std::string &filename, Settings
settings ? settings->fileFilters : std::vector();
if (endsWith(filename, ".json")) {
+ if (settings) {
+ settings->importCompileDBFile = filename;
+ }
if (importCompileCommands(fin)) {
setRelativePaths(filename);
return ImportProject::Type::COMPILE_DB;
diff --git a/lib/settings.h b/lib/settings.h
index 41651dbbeb3..accd04ca61f 100644
--- a/lib/settings.h
+++ b/lib/settings.h
@@ -105,10 +105,16 @@ class CPPCHECKLIB WARN_UNUSED Settings {
public:
Settings();
+ enum Default : std::uint8_t {
+ max_configs_default = 12
+ };
+
static std::string loadCppcheckCfg(Settings& settings, Suppressions& suppressions, bool debug = false);
static std::pair getNameAndVersion(const std::string& productName);
+ std::string importCompileDBFile;
+
/** @brief Report type */
ReportType reportType = ReportType::normal;
@@ -130,9 +136,6 @@ class CPPCHECKLIB WARN_UNUSED Settings {
/** @brief --cppcheck-build-dir. Always uses / as path separator. No trailing path separator. */
std::string buildDir;
- /** @brief check all configurations (false if -D or --max-configs is used */
- bool checkAllConfigurations = true;
-
/** Is the 'configuration checking' wanted? */
bool checkConfiguration{};
@@ -264,7 +267,7 @@ class CPPCHECKLIB WARN_UNUSED Settings {
std::vector fileFilters;
/** @brief Force checking the files with "too many" configurations (--force). */
- bool force{};
+ bool force = false;
/** @brief List of include paths, e.g. "my/includes/" which should be used
for finding include files inside source files. (-I) */
@@ -290,7 +293,7 @@ class CPPCHECKLIB WARN_UNUSED Settings {
/** @brief Maximum number of configurations to check before bailing.
Default is 12. (--max-configs=N) */
- int maxConfigs = 12;
+ int maxConfigs = 0;
/** @brief --max-ctu-depth */
int maxCtuDepth = 2;
diff --git a/test/cli/helloworld_test.py b/test/cli/helloworld_test.py
index 54de0d60930..3fda7d1d29d 100644
--- a/test/cli/helloworld_test.py
+++ b/test/cli/helloworld_test.py
@@ -123,7 +123,8 @@ def test_addon_with_gui_project(tmp_path):
ret, stdout, stderr = cppcheck(args, cwd=tmp_path)
filename = os.path.join('helloworld', 'main.c')
assert ret == 0, stdout
- assert stdout == 'Checking %s ...\n' % filename
+ assert stdout == ('Checking %s ...\n'
+ 'Checking %s: SOME_CONFIG...\n' % (filename, filename))
assert stderr == ('[%s:5]: (error) Division by zero.\n'
'[%s:4]: (style) misra violation (use --rule-texts= to get proper output)\n' % (filename, filename))
diff --git a/test/cli/other_test.py b/test/cli/other_test.py
index ec73fef11e3..bfffcb9cdbc 100644
--- a/test/cli/other_test.py
+++ b/test/cli/other_test.py
@@ -3654,3 +3654,130 @@ def test_debug_syntaxerror_c(tmp_path):
assert stderr.splitlines() == [
"{}:2:1: error: Code 'template<...' is invalid C code. [syntaxError]".format(test_file)
]
+
+
+def test_defined_configs(tmp_path):
+ test_file = tmp_path / 'test.c'
+ with open(test_file, "w") as f:
+ f.write(
+ """
+int main() {
+#ifdef A1
+#endif
+#ifdef A2
+#endif
+#ifdef A3
+#endif
+return 0;
+}
+""")
+ args = [
+ '-DAAA',
+ '--template=simple',
+ str(test_file)
+ ]
+ exitcode, stdout, stderr = cppcheck(args)
+ assert exitcode == 0, stderr
+ assert stdout == ('Checking %s ...\n'
+ 'Checking %s: AAA=1...\n' % (test_file, test_file))
+ args = [
+ '--max-configs=2',
+ '-DAAA',
+ '--template=simple',
+ str(test_file)
+ ]
+ exitcode, stdout, stderr = cppcheck(args)
+ assert exitcode == 0, stderr
+ assert stdout == ('Checking %s ...\n'
+ 'Checking %s: AAA=1...\n'
+ 'Checking %s: AAA=1;A1...\n' % (test_file, test_file, test_file))
+
+ args = [
+ '--force',
+ '-DAAA',
+ '--template=simple',
+ str(test_file)
+ ]
+ exitcode, stdout, stderr = cppcheck(args)
+ assert exitcode == 0, stderr
+ assert stdout == ('Checking %s ...\n'
+ 'Checking %s: AAA=1...\n'
+ 'Checking %s: AAA=1;A1...\n'
+ 'Checking %s: AAA=1;A2...\n'
+ 'Checking %s: AAA=1;A3...\n' % (test_file, test_file, test_file, test_file, test_file))
+
+ args = [
+ '--force',
+ '--max-configs=2',
+ '-DAAA',
+ '--template=simple',
+ str(test_file)
+ ]
+ exitcode, stdout, stderr = cppcheck(args)
+ assert exitcode == 0, stderr
+ assert stdout == ('Checking %s ...\n'
+ 'Checking %s: AAA=1...\n'
+ 'Checking %s: AAA=1;A1...\n' % (test_file, test_file, test_file))
+
+ project_file = tmp_path / 'compile_commands.json'
+ define = ' -DBBB'
+ project_code = "[\r\n{\r\n" + \
+ "\"directory\":\"" + str(tmp_path) + "\",\r\n" + \
+ "\"command\":\"" + "/usr/bin/c++ -o ./out.o -c " + str(test_file) + define + "\",\r\n" + \
+ "\"file\":\"" + str(test_file) + "\",\r\n" + \
+ "\"output\":\"./out\"" + \
+ "\r\n}\r\n]"
+ with open(project_file, "w") as f:
+ f.write(project_code)
+ args = [
+ '--project=' + str(project_file),
+ '--force',
+ '--max-configs=2',
+ '-DAAA',
+ '--template=simple'
+ ]
+ exitcode, stdout, stderr = cppcheck(args)
+ assert exitcode == 0, stderr
+ assert stdout == ('Checking %s ...\n'
+ 'Checking %s: AAA=1;BBB=1...\n'
+ 'Checking %s: AAA=1;BBB=1;A1...\n' % (test_file, test_file, test_file))
+
+ args = [
+ '--project=' + str(project_file),
+ '--force',
+ '-DAAA',
+ '--template=simple'
+ ]
+ exitcode, stdout, stderr = cppcheck(args)
+ assert exitcode == 0, stderr
+ assert stdout == ('Checking %s ...\n'
+ 'Checking %s: AAA=1;BBB=1...\n'
+ 'Checking %s: AAA=1;BBB=1;A1...\n'
+ 'Checking %s: AAA=1;BBB=1;A2...\n'
+ 'Checking %s: AAA=1;BBB=1;A3...\n' % (test_file, test_file, test_file, test_file, test_file))
+
+ args = [
+ '--project=' + str(project_file),
+ '--template=simple'
+ ]
+ exitcode, stdout, stderr = cppcheck(args)
+ assert exitcode == 0, stderr
+ assert stdout == ('Checking %s ...\n'
+ 'Checking %s: BBB=1...\n' % (test_file, test_file))
+
+ define = ''
+ project_code = "[\r\n{\r\n" + \
+ "\"directory\":\"" + str(tmp_path) + "\",\r\n" + \
+ "\"command\":\"" + "/usr/bin/c++ -o ./out.o -c " + str(test_file) + define + "\",\r\n" + \
+ "\"file\":\"" + str(test_file) + "\",\r\n" + \
+ "\"output\":\"./out\"" + \
+ "\r\n}\r\n]"
+ with open(project_file, "w") as f:
+ f.write(project_code)
+ args = [
+ '--project=' + str(project_file),
+ '--template=simple'
+ ]
+ exitcode, stdout, stderr = cppcheck(args)
+ assert exitcode == 0, stderr
+ assert stdout == ('Checking %s ...\n' % (test_file))
diff --git a/test/testcmdlineparser.cpp b/test/testcmdlineparser.cpp
index 65bf6906841..79a3ca8e556 100644
--- a/test/testcmdlineparser.cpp
+++ b/test/testcmdlineparser.cpp
@@ -1339,7 +1339,7 @@ class TestCmdlineParser : public TestFixture {
const char * const argv[] = {"cppcheck", "-f", "--max-configs=12", "file.cpp"};
ASSERT_EQUALS_ENUM(CmdLineParser::Result::Success, parseFromArgs(argv));
ASSERT_EQUALS(12, settings->maxConfigs);
- ASSERT_EQUALS(false, settings->force);
+ ASSERT_EQUALS(true, settings->force);
}
void maxConfigsMissingCount() {