diff --git a/cli/filelister.cpp b/cli/filelister.cpp index 4499c479b..6ec054ae5 100644 --- a/cli/filelister.cpp +++ b/cli/filelister.cpp @@ -18,6 +18,7 @@ #include "filelister.h" +#include "config.h" #include "path.h" #include "pathmatch.h" #include "utils.h" diff --git a/gui/aboutdialog.h b/gui/aboutdialog.h index f16d3987a..745f0c46d 100644 --- a/gui/aboutdialog.h +++ b/gui/aboutdialog.h @@ -22,6 +22,7 @@ #include #include +class QObject; class QWidget; namespace Ui { class About; diff --git a/gui/applicationdialog.h b/gui/applicationdialog.h index 3c6fd873f..96de59dc3 100644 --- a/gui/applicationdialog.h +++ b/gui/applicationdialog.h @@ -22,6 +22,7 @@ #include #include +class QObject; class QWidget; class Application; namespace Ui { diff --git a/gui/checkthread.cpp b/gui/checkthread.cpp index 5aeaed85b..d5d74f100 100644 --- a/gui/checkthread.cpp +++ b/gui/checkthread.cpp @@ -18,11 +18,25 @@ #include "checkthread.h" +#include "analyzerinfo.h" #include "common.h" #include "cppcheck.h" #include "erroritem.h" +#include "errorlogger.h" +#include "errortypes.h" +#include "settings.h" +#include "standards.h" #include "threadresult.h" +#include +#include +#include +#include +#include +#include +#include +#include + #include #include #include diff --git a/gui/checkthread.h b/gui/checkthread.h index a319b98fe..d2ac7c43d 100644 --- a/gui/checkthread.h +++ b/gui/checkthread.h @@ -25,6 +25,7 @@ #include +class QObject; class Settings; class ThreadResult; diff --git a/gui/codeeditor.cpp b/gui/codeeditor.cpp index a770e8499..d7f2b7521 100644 --- a/gui/codeeditor.cpp +++ b/gui/codeeditor.cpp @@ -23,6 +23,8 @@ #include #include +class QTextDocument; + Highlighter::Highlighter(QTextDocument *parent, CodeEditorStyle *widgetStyle) : diff --git a/gui/codeeditor.h b/gui/codeeditor.h index 291e8a7f6..f896e6a2f 100644 --- a/gui/codeeditor.h +++ b/gui/codeeditor.h @@ -24,8 +24,11 @@ #include class CodeEditorStyle; +class QObject; class QPaintEvent; +class QRect; class QResizeEvent; +class QTextDocument; class Highlighter : public QSyntaxHighlighter { Q_OBJECT diff --git a/gui/codeeditstylecontrols.cpp b/gui/codeeditstylecontrols.cpp index 710c38255..aa80c423c 100644 --- a/gui/codeeditstylecontrols.cpp +++ b/gui/codeeditstylecontrols.cpp @@ -20,6 +20,8 @@ #include +class QWidget; + SelectColorButton::SelectColorButton(QWidget* parent) : QPushButton(parent), mColor(QColor(255, 255, 255)) diff --git a/gui/codeeditstylecontrols.h b/gui/codeeditstylecontrols.h index 653a526d7..77e43bf2c 100644 --- a/gui/codeeditstylecontrols.h +++ b/gui/codeeditstylecontrols.h @@ -27,6 +27,9 @@ #include #include +class QObject; +class QWidget; + class SelectColorButton : public QPushButton { Q_OBJECT public: diff --git a/gui/codeeditstyledialog.cpp b/gui/codeeditstyledialog.cpp index ab44c7dce..2263520e9 100644 --- a/gui/codeeditstyledialog.cpp +++ b/gui/codeeditstyledialog.cpp @@ -24,6 +24,8 @@ #include #include +class QWidget; + const QString StyleEditDialog::mSampleDocument( "/*****\n" "* Multiline Comment\n" diff --git a/gui/codeeditstyledialog.h b/gui/codeeditstyledialog.h index f25a171b3..0eefcdbab 100644 --- a/gui/codeeditstyledialog.h +++ b/gui/codeeditstyledialog.h @@ -26,7 +26,10 @@ class CodeEditor; class SelectColorButton; class SelectFontWeightCombo; +class QObject; class QPushButton; +class QStringList; +class QWidget; class StyleEditDialog : public QDialog { Q_OBJECT diff --git a/gui/cppcheck_de.ts b/gui/cppcheck_de.ts index c0713353b..404579f07 100644 --- a/gui/cppcheck_de.ts +++ b/gui/cppcheck_de.ts @@ -153,12 +153,12 @@ Parameter: -l(line) (file) - + Helpfile '%1' was not found - + Cppcheck Cppcheck @@ -269,40 +269,40 @@ Parameter: -l(line) (file) Bearbeiten - - + + Library files (*.cfg) Bibliotheksdateien (*.cfg) - + Open library file Bibliothek öffnen - - - + + + Cppcheck Cppcheck - + Cannot open file %1. Datei %1 kann nicht geöffnet werden. - + Failed to load %1. %2. %1 kann nicht geladen werden. %2. - + Cannot save file %1. Datei %1 kann nicht gespeichert werden. - + Save the library as Speichere Bibliothek unter @@ -432,18 +432,18 @@ Parameter: -l(line) (file) - - - - - - - - - - - - + + + + + + + + + + + + Cppcheck Cppcheck @@ -604,8 +604,8 @@ Parameter: -l(line) (file) Zeige &versteckte - - + + Information Information @@ -956,18 +956,18 @@ Parameter: -l(line) (file) &Hilfe - - + + Quick Filter: Schnellfilter: - + Select configuration Konfiguration wählen - + Found project file: %1 Do you want to load this project file instead? @@ -976,65 +976,65 @@ Do you want to load this project file instead? Möchten Sie stattdessen diese öffnen? - + File not found Datei nicht gefunden - + Bad XML Fehlerhaftes XML - + Missing attribute Fehlendes Attribut - + Bad attribute value Falscher Attributwert - + Duplicate platform type Plattformtyp doppelt - + Platform type redefined Plattformtyp neu definiert - + Failed to load the selected library '%1'. %2 Laden der ausgewählten Bibliothek '%1' schlug fehl. %2 - + License Lizenz - + Authors Autoren - + Save the report file Speichert 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. @@ -1043,117 +1043,117 @@ 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: %2 Die Bibliothek '%1' enthält unbekannte Elemente: %2 - + Unsupported format Nicht unterstütztes Format - + Unknown element Unbekanntes Element - + Unknown issue Unbekannter Fehler - + Error Fehler - + 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. 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 file Berichtdatei öffnen - + Text files (*.txt) Textdateien (*.txt) - + CSV files (*.csv) CSV-Dateien (*.csv) - + Project files (*.cppcheck);;All files(*.*) Projektdateien (*.cppcheck);;Alle Dateien(*.*) - + Select Project File Projektdatei auswählen - - - - + + + + Project: Projekt: - + No suitable files found to analyze! Keine passenden Dateien für Analyse gefunden! - + C/C++ Source C/C++-Quellcode - + Compile database Compilerdatenbank - + Visual Studio Visual Studio - + Borland C++ Builder 6 Borland C++-Builder 6 - + Select files to analyze Dateien für Analyse auswählen - + Select directory to analyze Verzeichnis für Analyse auswählen - + Select the configuration that will be analyzed Zu analysierende Konfiguration auswählen - + Found project files from the directory. Do you want to proceed analysis without using any of these project files? @@ -1162,7 +1162,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. @@ -1173,7 +1173,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? @@ -1182,47 +1182,47 @@ 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) - + 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 import '%1', analysis is stopped Import von '%1' fehlgeschlagen; Analyse wurde abgebrochen. - + Project files (*.cppcheck) Projektdateien (*.cppcheck) - + Select Project Filename Projektnamen auswählen - + No project file loaded Keine Projektdatei geladen - + The project file %1 @@ -1239,7 +1239,7 @@ 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? - + Cppcheck GUI. Syntax: @@ -1270,7 +1270,7 @@ Options: - + Cppcheck GUI - Command line parameters Cppcheck GUI - Kommandozeilenparameter @@ -1303,7 +1303,7 @@ Options: Symbolname - + Edit suppression Fehlerunterdrückung bearbeiten @@ -1642,82 +1642,82 @@ Options: ProjectFileDialog - + Project file: %1 Projektdatei: %1 - + Select Cppcheck build dir Wähle Cppcheck-Erstellungsverzeichnis - + Select include directory Wähle Include-Verzeichnisse - + Select a directory to check Wähle zu prüfendes Verzeichnis - + (no rule texts file) (keine Regeltexte) - + Clang-tidy (not found) Clang-tidy (nicht gefunden) - + Visual Studio Visual Studio - + Compile database Compilerdatenbank - + Borland C++ Builder 6 Borland C++-Builder 6 - + Import Project Projekt importieren - + Select directory to ignore Wähle zu ignorierendes Verzeichnis - + Source files - + All files - + Exclude file - + Select MISRA rule texts file Wähle MISRA-Regeltext-Datei - + MISRA rule texts file (%1) MISRA-Regeltext-Datei @@ -1750,142 +1750,142 @@ Options: - + (Not found) (nicht gefunden) - + Thin - + ExtraLight - + Light - + Normal - + Medium - + DemiBold - + Bold - + ExtraBold - + Black - + Editor Foreground Color - + Editor Background Color - + Highlight Background Color - + Line Number Foreground Color - + Line Number Background Color - + Keyword Foreground Color - + Keyword Font Weight - + Class Foreground Color Klassen-Vordergrundfarbe - + Class Font Weight - + Quote Foreground Color - + Quote Font Weight - + Comment Foreground Color - + Comment Font Weight - + Symbol Foreground Color - + Symbol Background Color - + Symbol Font Weight - + Set to Default Light - + Set to Default Dark @@ -1916,109 +1916,109 @@ Options: ResultsTree - + File Datei - + Severity Schweregrad - + Line Zeile - + Summary Zusammenfassung - + Undefined file Undefinierte Datei - + Copy Kopieren - + Could not find file: Kann Datei nicht finden: - + Please select the folder '%1' Bitte wählen Sie den Ordner '%1' - + Select Directory '%1' Wähle Verzeichnis '%1' - + Please select the directory where file is located. Bitte wählen Sie das Verzeichnis, wo sich die Datei befindet - + debug Debug - + note Anmerkung - + Recheck Erneut prüfen - + Hide Verstecken - + Hide all with id Verstecke alle mit gleicher ID - + Suppress selected id(s) Ausgewählte ID(s) unterdrücken - + Open containing folder Übergeordneten Ordner öffnen - - + + Tag Tag - + No tag Kein Tag - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2027,7 +2027,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2036,12 +2036,12 @@ Please select the default editor application in preferences/Applications. - + Could not find the file! Datei konnte nicht gefunden werden! - + Could not start %1 Please check the application path and parameters are correct. @@ -2050,52 +2050,52 @@ Please check the application path and parameters are correct. Bitte überprüfen Sie ob der Pfad und die Parameter der Anwendung richtig eingestellt sind. - + Select Directory Wähle Verzeichnis - + Id Id - + Inconclusive Unklar - + Since date Seit Datum - + style Stil - + error Fehler - + warning Warnung - + performance Performance - + portability Portabilität - + information Information @@ -2103,82 +2103,82 @@ Bitte überprüfen Sie ob der Pfad und die Parameter der Anwendung richtig einge ResultsView - + Print Report Bericht drucken - + No errors found, nothing to print. Keine Funde, nichts zu drucken. - + %p% (%1 of %2 files checked) %p% (%1 von %2 Dateien geprüft) - - + + Cppcheck Cppcheck - + No errors found. Keine Fehler gefunden. - + Errors were found, but they are configured to be hidden. To toggle what kind of errors are shown, open view menu. Es wurden Fehler gefunden, aber sie sind so konfiguriert, ausgeblendet zu werden. Legen Sie unter dem Menü Ansicht fest, welche Arten von Fehlern angezeigt werden sollen. - - + + Failed to read the report. Lesen des Berichts fehlgeschlagen. - + XML format version 1 is no longer supported. XML-Format-Version 1 wird nicht länger unterstützt. - + First included by Zuerst inkludiert von - + Id Id - + Bug hunting analysis is incomplete - + Clear Log Protokoll leeren - + Copy this Log entry Diesen Protokolleintrag kopieren - + Copy complete Log Gesamtes Protokoll kopieren - - + + Failed to save the report. Der Bericht konnte nicht speichern werden. @@ -2420,47 +2420,47 @@ Legen Sie unter dem Menü Ansicht fest, welche Arten von Fehlern angezeigt werde SettingsDialog - + N/A kA - + The executable file "%1" is not available - + Add a new application Neue Anwendung hinzufügen - + Modify an application Anwendung ändern - + [Default] [Standard] - + [Default] [Standard] - + Select python binary Python-Binärdatei auswählen - + Select MISRA File Wähle MISRA-Datei - + Select clang path Clang-Verzeichnis auswählen @@ -2470,14 +2470,14 @@ Legen Sie unter dem Menü Ansicht fest, welche Arten von Fehlern angezeigt werde - - + + Statistics Statistik - + Project Projekt @@ -2508,7 +2508,7 @@ Legen Sie unter dem Menü Ansicht fest, welche Arten von Fehlern angezeigt werde - + Previous Scan Vorherige Prüfung @@ -2578,143 +2578,143 @@ Legen Sie unter dem Menü Ansicht fest, welche Arten von Fehlern angezeigt werde PDF-Export - + 1 day 1 Tag - + %1 days %1 Tage - + 1 hour 1 Stunde - + %1 hours %1 Stunden - + 1 minute 1 Minute - + %1 minutes %1 Minuten - + 1 second 1 Sekunde - + %1 seconds %1 Sekunden - + 0.%1 seconds 0,%1 Sekunden - + and und - + Export PDF Exportiere PDF - + Project Settings Projekteinstellungen - + Paths Pfade - + Include paths Include-Pfade - + Defines Definitionen - + Undefines Un-Definitionen - + Path selected Gewählte Pfade - + Number of files scanned Anzahl geprüfter Dateien - + Scan duration Prüfungsdauer - - + + Errors Fehler - + File: Datei: - + No cppcheck build dir Kein Cppcheck-Analyseverzeichnis - - + + Warnings Warnungen - - + + Style warnings Stilwarnungen - - + + Portability warnings Portabilitätswarnungen - - + + Performance warnings Performance-Warnungen - - + + Information messages Informationsmeldungen @@ -2722,7 +2722,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 8705a7feb..5fee78d88 100644 --- a/gui/cppcheck_es.ts +++ b/gui/cppcheck_es.ts @@ -141,12 +141,12 @@ Parameters: -l(line) (file) - + Helpfile '%1' was not found - + Cppcheck Cppcheck @@ -257,42 +257,42 @@ Parameters: -l(line) (file) Editar - - + + Library files (*.cfg) Archivos de biblioteca (*.cfg) - + Open library file Abrir archivo de biblioteca - - - + + + Cppcheck Cppcheck - + Cannot open file %1. Can not open file %1. - + Failed to load %1. %2. - + Cannot save file %1. Can not save file %1. - + Save the library as @@ -412,18 +412,18 @@ Parameters: -l(line) (file) - - - - - - - - - - - - + + + + + + + + + + + + Cppcheck Cppcheck @@ -582,8 +582,8 @@ Parameters: -l(line) (file) Mostrar errores - - + + Information Información @@ -941,87 +941,87 @@ 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 found Archivo no encontrado - + Bad XML XML malformado - + Missing attribute Falta el atributo - + Bad attribute value - + Unsupported format Formato no soportado - + Failed to load the selected library '%1'. %2 - - + + XML files (*.xml) Archivos XML (*.xml) - + Open the report file Abrir informe - + License Licencia - + Authors Autores - + Save the report file Guardar informe - - + + Quick Filter: Filtro rápido: - + Found project file: %1 Do you want to load this project file instead? @@ -1030,119 +1030,119 @@ Do you want to load this project file instead? ¿Quiere cargar este fichero de proyecto en su lugar? - + The library '%1' contains unknown elements: %2 La biblioteca '%1' contiene elementos deconocidos: %2 - + Duplicate platform type - + Platform type redefined - + Unknown element - + Unknown issue - + Error 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. - + 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 File Selecciona 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. @@ -1150,54 +1150,54 @@ 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) - + Build dir '%1' does not exist, create it? - + To check the project using addons, you need a build directory. - + Failed to import '%1', analysis is stopped - + Project files (*.cppcheck) - + Select Project Filename Selecciona el nombre del proyecto - + No project file loaded No hay ningún proyecto cargado - + The project file %1 @@ -1214,7 +1214,7 @@ Do you want to remove the file from the recently used projects -list? ¿Quiere eliminar el fichero de la lista de proyectos recientes? - + Cppcheck GUI. Syntax: @@ -1244,7 +1244,7 @@ Options: - + Cppcheck GUI - Command line parameters @@ -1277,7 +1277,7 @@ Options: - + Edit suppression @@ -1618,82 +1618,82 @@ Options: ProjectFileDialog - + Project file: %1 Archivo de proyecto: %1 - + Select Cppcheck build dir - + Select include directory Selecciona una carpeta para incluir - + Select a directory to check Selecciona la carpeta a comprobar - + (no rule texts file) - + Clang-tidy (not found) - + Visual Studio - + Compile database - + Borland C++ Builder 6 - + Import Project - + Select directory to ignore Selecciona la carpeta a ignorar - + Source files - + All files - + Exclude file - + Select MISRA rule texts file - + MISRA rule texts file (%1) @@ -1726,143 +1726,143 @@ Options: - + (Not found) - + Thin - + ExtraLight - + Light - + Normal - + Medium - + DemiBold - + Bold - + ExtraBold - + Black - + Editor Foreground Color - + Editor Background Color - + Highlight Background Color - + Line Number Foreground Color - + Line Number Background Color - + Keyword Foreground Color - + Keyword Font Weight - + Class Foreground Color Class ForegroundColor - + Class Font Weight - + Quote Foreground Color - + Quote Font Weight - + Comment Foreground Color - + Comment Font Weight - + Symbol Foreground Color - + Symbol Background Color - + Symbol Font Weight - + Set to Default Light - + Set to Default Dark @@ -1893,119 +1893,119 @@ Options: ResultsTree - + File Archivo - + Severity Severidad - + Line Línea - + Summary Resumen - + Undefined file Fichero no definido - + Copy - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. - + portability portabilidad - + note - + information información - + debug depuración - + Recheck - + Hide Ocultar - + Hide all with id Ocultar todos con el mismo id - + Suppress selected id(s) - + Open containing folder Abrir carpeta contenedora - - + + Tag - + No tag - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2015,7 +2015,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2024,12 +2024,12 @@ Please select the default editor application in preferences/Applications. - + Could not find the file! ¡No se ha encontrado el fichero! - + Could not start %1 Please check the application path and parameters are correct. @@ -2038,42 +2038,42 @@ Please check the application path and parameters are correct. Por favor comprueba que la ruta a la aplicación y los parámetros son correctos. - + Select Directory Selecciona carpeta - + Id Id - + Inconclusive - + Since date - + style estilo - + error error - + warning advertencia - + performance ajuste @@ -2096,82 +2096,82 @@ Por favor comprueba que la ruta a la aplicación y los parámetros son correctos - - + + Failed to save the report. Error al guardar el informe. - + Print Report Imprimir informe - + No errors found, nothing to print. No se encontraron errores, nada que imprimir. - + %p% (%1 of %2 files checked) %p% (%1 of %2 archivos comprobados) - - + + Cppcheck Cppcheck - + No errors found. No se han encontrado errores. - + Errors were found, but they are configured to be hidden. To toggle what kind of errors are shown, open view menu. Se han encontrado errores, pero están configurados para que no se muestren. Para cambiar el tipo de comportamiento, abra el menú Ver. - - + + Failed to read the report. Error al leer el informe. - + XML format version 1 is no longer supported. - + First included by - + Id Id - + Bug hunting analysis is incomplete - + Clear Log - + Copy this Log entry - + Copy complete Log @@ -2398,47 +2398,47 @@ Para cambiar el tipo de comportamiento, abra el menú Ver. SettingsDialog - + N/A N/A - + The executable file "%1" is not available - + Add a new application Añadir una nueva aplicación - + Modify an application Modificar una aplicación - + [Default] - + [Default] [Predeterminada] - + Select python binary - + Select MISRA File - + Select clang path @@ -2448,14 +2448,14 @@ Para cambiar el tipo de comportamiento, abra el menú Ver. - - + + Statistics Estadísticas - + Project Proyecto @@ -2486,7 +2486,7 @@ Para cambiar el tipo de comportamiento, abra el menú Ver. - + Previous Scan Análisis anterior @@ -2556,143 +2556,143 @@ Para cambiar el tipo de comportamiento, abra el menú Ver. - + 1 day 1 día - + %1 days %1 días - + 1 hour 1 hora - + %1 hours %1 horas - + 1 minute 1 minuto - + %1 minutes %1 minutos - + 1 second 1 segundo - + %1 seconds %1 segundos - + 0.%1 seconds 0.%1 segundos - + and y - + Export PDF - + Project Settings Preferencias del proyecto - + Paths Rutas - + Include paths Incluye las rutas - + Defines Definiciones - + Undefines - + Path selected Ruta seleccionada - + Number of files scanned Número de archivos analizados - + Scan duration Duración del análisis - - + + Errors Errores - + File: - + No cppcheck build dir - - + + Warnings Advertencias - - + + Style warnings Advertencias de estilo - - + + Portability warnings Advertencias de portabilidad - - + + Performance warnings Advertencias de rendimiento - - + + Information messages Mensajes de información @@ -2700,7 +2700,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 e72a2cfe0..fb07ae9b8 100644 --- a/gui/cppcheck_fi.ts +++ b/gui/cppcheck_fi.ts @@ -144,12 +144,12 @@ Parameters: -l(line) (file) - + Helpfile '%1' was not found - + Cppcheck Cppcheck @@ -260,42 +260,42 @@ Parameters: -l(line) (file) - - + + Library files (*.cfg) - + Open library file - - - + + + Cppcheck Cppcheck - + Cannot open file %1. Can not open file %1. - + Failed to load %1. %2. - + Cannot save file %1. Can not save file %1. - + Save the library as @@ -415,18 +415,18 @@ Parameters: -l(line) (file) - - - - - - - - - - - - + + + + + + + + + + + + Cppcheck Cppcheck @@ -591,8 +591,8 @@ Parameters: -l(line) (file) - - + + Information @@ -944,205 +944,205 @@ 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 - + Failed to load the selected library '%1'. %2 - + License Lisenssi - + Authors Tekijät - + Save the report file Tallenna 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 - + 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. - + 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. @@ -1150,54 +1150,54 @@ 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) - + Build dir '%1' does not exist, create it? - + To check the project using addons, you need a build directory. - + Failed to import '%1', analysis is stopped - + Project files (*.cppcheck) - + Select Project Filename - + No project file loaded - + The project file %1 @@ -1208,7 +1208,7 @@ Do you want to remove the file from the recently used projects -list? - + Cppcheck GUI. Syntax: @@ -1238,7 +1238,7 @@ Options: - + Cppcheck GUI - Command line parameters @@ -1271,7 +1271,7 @@ Options: - + Edit suppression @@ -1612,82 +1612,82 @@ Options: ProjectFileDialog - + Project file: %1 - + Select Cppcheck build dir - + Select include directory - + Select a directory to check - + (no rule texts file) - + Clang-tidy (not found) - + Visual Studio - + Compile database - + Borland C++ Builder 6 - + Import Project - + Select directory to ignore - + Source files - + All files - + Exclude file - + Select MISRA rule texts file - + MISRA rule texts file (%1) @@ -1722,143 +1722,143 @@ Options: - + (Not found) - + Thin - + ExtraLight - + Light - + Normal - + Medium - + DemiBold - + Bold - + ExtraBold - + Black - + Editor Foreground Color - + Editor Background Color - + Highlight Background Color - + Line Number Foreground Color - + Line Number Background Color - + Keyword Foreground Color - + Keyword Font Weight - + Class Foreground Color Class ForegroundColor - + Class Font Weight - + Quote Foreground Color - + Quote Font Weight - + Comment Foreground Color - + Comment Font Weight - + Symbol Foreground Color - + Symbol Background Color - + Symbol Font Weight - + Set to Default Light - + Set to Default Dark @@ -1889,109 +1889,109 @@ Options: ResultsTree - + File Tiedosto - + Severity Tyyppi - + Line Rivi - + Summary - + Undefined file Määrittelemätön tiedosto - + Copy - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. - + debug - + note - + Recheck - + Hide - + Hide all with id - + Suppress selected id(s) - + Open containing folder - - + + Tag - + No tag - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -1999,19 +1999,19 @@ Configure the editor application for Cppcheck in preferences/Applications.Voit asetuksista määritellä muita ohjelmia joilla avata tämän virheen sisältävän tiedoston. - + No default editor application selected. Please select the default editor application in preferences/Applications. - + Could not find the file! - + Could not start %1 Please check the application path and parameters are correct. @@ -2020,52 +2020,52 @@ Please check the application path and parameters are correct. Tarkista että ohjelman polku ja parametrit ovat oikeat. - + Select Directory - + Id - + Inconclusive - + Since date - + style Tyyli - + error Yleinen - + warning - + performance - + portability - + information @@ -2073,82 +2073,82 @@ Tarkista että ohjelman polku ja parametrit ovat oikeat. ResultsView - + Print Report - + No errors found, nothing to print. - + %p% (%1 of %2 files checked) - - + + Cppcheck Cppcheck - + No errors found. Virheitä ei löytynyt. - + Errors were found, but they are configured to be hidden. To toggle what kind of errors are shown, open view menu. Virheitä löytyi, mutta asetuksissa kyseiset virheet on määritelty piilotettavaksi. Määrittääksesi minkä tyyppisiä virheitä näytetään, avaa näkymä valikko. - - + + Failed to read the report. - + XML format version 1 is no longer supported. - + First included by - + Id - + Bug hunting analysis is incomplete - + Clear Log - + Copy this Log entry - + Copy complete Log - - + + Failed to save the report. Raportin tallentaminen epäonnistui. @@ -2391,47 +2391,47 @@ Määrittääksesi minkä tyyppisiä virheitä näytetään, avaa näkymä valik SettingsDialog - + N/A - + The executable file "%1" is not available - + Add a new application Lisää uusi ohjelma - + Modify an application Muokkaa ohjelmaa - + [Default] - + [Default] - + Select python binary - + Select MISRA File - + Select clang path @@ -2441,14 +2441,14 @@ Määrittääksesi minkä tyyppisiä virheitä näytetään, avaa näkymä valik - - + + Statistics - + Project @@ -2479,7 +2479,7 @@ Määrittääksesi minkä tyyppisiä virheitä näytetään, avaa näkymä valik - + Previous Scan @@ -2549,143 +2549,143 @@ Määrittääksesi minkä tyyppisiä virheitä näytetään, avaa näkymä valik - + 1 day - + %1 days - + 1 hour - + %1 hours - + 1 minute - + %1 minutes - + 1 second - + %1 seconds - + 0.%1 seconds - + and - + Export PDF - + Project Settings - + Paths - + Include paths - + Defines - + Undefines - + Path selected - + Number of files scanned - + Scan duration - - + + Errors - + File: - + No cppcheck build dir - - + + Warnings - - + + Style warnings - - + + Portability warnings - - + + Performance warnings - - + + Information messages @@ -2693,7 +2693,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 3259e0013..0767e1e3e 100644 --- a/gui/cppcheck_fr.ts +++ b/gui/cppcheck_fr.ts @@ -152,12 +152,12 @@ Paramètres : -l(ligne) (fichier) - + Helpfile '%1' was not found - + Cppcheck @@ -248,13 +248,13 @@ Paramètres : -l(ligne) (fichier) Editer - - + + Library files (*.cfg) - + Open library file @@ -279,29 +279,29 @@ Paramètres : -l(ligne) (fichier) - - - + + + Cppcheck - + Save the library as - + Failed to load %1. %2. - + Cannot open file %1. - + Cannot save file %1. @@ -421,18 +421,18 @@ Paramètres : -l(ligne) (fichier) - - - - - - - - - - - - + + + + + + + + + + + + Cppcheck @@ -572,38 +572,38 @@ Paramètres : -l(ligne) (fichier) - + License Licence - + Authors Auteurs - + Save the report file Sauvegarder le rapport - - + + XML files (*.xml) Fichiers XML (*.xml) - + About - + Text files (*.txt) Fichiers Texte (*.txt) - + CSV files (*.csv) Fichiers CSV (*.csv) @@ -712,8 +712,8 @@ Paramètres : -l(ligne) (fichier) - - + + Information Information @@ -728,42 +728,42 @@ 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 file Ouvrir le rapport - + Project files (*.cppcheck);;All files(*.*) - + Select Project File - + To check the project using addons, you need a build directory. - + Select Project Filename - + No project file loaded - + 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. @@ -780,28 +780,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 @@ -842,7 +842,7 @@ Do you want to remove the file from the recently used projects -list? - + Cppcheck GUI - Command line parameters @@ -852,56 +852,56 @@ Do you want to remove the file from the recently used projects -list? - + Error Erreur - + File not found Fichier introuvable - + Bad XML Mauvais fichier XML - + Missing attribute Attribut manquant - + Bad attribute value Mauvaise valeur d'attribut - + Failed to load the selected library '%1'. %2 Echec lors du chargement de la bibliothèque '%1'. %2 - + Unsupported format Format non supporté - + The library '%1' contains unknown elements: %2 La bibliothèque '%1' contient des éléments inconnus: %2 - + Duplicate platform type - + Platform type redefined @@ -931,22 +931,22 @@ Do you want to remove the file from the recently used projects -list? - + Unknown element - + Unknown issue - + Select configuration - + Cppcheck GUI. Syntax: @@ -964,12 +964,12 @@ Options: - + 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. - + Build dir '%1' does not exist, create it? @@ -997,39 +997,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? @@ -1176,12 +1176,12 @@ Do you want to stop the analysis and exit Cppcheck? - + Failed to import '%1', analysis is stopped - + Project files (*.cppcheck) @@ -1206,27 +1206,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. @@ -1262,7 +1262,7 @@ Do you want to proceed? - + Edit suppression @@ -1601,82 +1601,82 @@ Do you want to proceed? ProjectFileDialog - + Project file: %1 Fichier projet : %1 - + Select include directory Selectionner un répertoire à inclure - + Select directory to ignore Selectionner un répertoire à ignorer - + Select a directory to check Selectionner un répertoire à vérifier - + Select Cppcheck build dir - + Import Project - + Clang-tidy (not found) - + (no rule texts file) - + Source files - + All files - + Exclude file - + Select MISRA rule texts file - + MISRA rule texts file (%1) - + Visual Studio - + Compile database - + Borland C++ Builder 6 @@ -1709,142 +1709,142 @@ Do you want to proceed? - + (Not found) - + Thin - + ExtraLight - + Light - + Normal - + Medium - + DemiBold - + Bold - + ExtraBold - + Black - + Editor Foreground Color - + Editor Background Color - + Highlight Background Color - + Line Number Foreground Color - + Line Number Background Color - + Keyword Foreground Color - + Keyword Font Weight - + Class Font Weight - + Quote Foreground Color - + Quote Font Weight - + Comment Foreground Color - + Comment Font Weight - + Symbol Foreground Color - + Symbol Background Color - + Symbol Font Weight - + Set to Default Light - + Set to Default Dark - + Class Foreground Color @@ -1875,33 +1875,33 @@ Do you want to proceed? ResultsTree - + File Fichier - + Severity Sévérité - + Line Ligne - + Undefined file Fichier indéterminé - - + + Cppcheck - + Could not start %1 Please check the application path and parameters are correct. @@ -1910,147 +1910,147 @@ Please check the application path and parameters are correct. Merci de vérifier que le chemin de l'application et que les paramètres sont corrects. - + style erreur de style - + error erreur - + Summary Résumé - + Hide Cacher - + Could not find the file! Fichier introuvable ! - + Select Directory Selectionner dossier - + warning avertissement - + performance performance - + portability portabilité - + information information - + debug débogage - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. - + Id Id - + Hide all with id - + Open containing folder Ouvrir l'emplacement du fichier - + Inconclusive - + Recheck Revérifier - + note - + Suppress selected id(s) - - + + Tag - + No tag - + Since date - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. - + Copy @@ -2063,67 +2063,67 @@ Please select the default editor application in preferences/Applications.Résultats - - + + Cppcheck - + No errors found. Pas d'erreurs trouvées. - + Errors were found, but they are configured to be hidden. To toggle what kind of errors are shown, open view menu. Des erreurs ont été trouvées mais sont configurées pour rester cachées. Pour configurer les erreurs affichées, ouvrez le menu d'affichage. - + Bug hunting analysis is incomplete - - + + Failed to save the report. Erreur lors de la sauvegarde du rapport. - - + + Failed to read the report. Erreur lors de la lecture du rapport - + %p% (%1 of %2 files checked) %p% (%1 fichiers sur %2 vérifiés) - + Id Id - + Print Report Imprimer le rapport - + No errors found, nothing to print. Aucune erreur trouvée. Il n'y a rien à imprimer - + First included by - + XML format version 1 is no longer supported. @@ -2138,17 +2138,17 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage. - + Clear Log - + Copy this Log entry - + Copy complete Log @@ -2375,47 +2375,47 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage. SettingsDialog - + Add a new application Ajouter une nouvelle application - + Modify an application Modifier une application - + N/A - + [Default] - + [Default] - + The executable file "%1" is not available - + Select python binary - + Select clang path - + Select MISRA File @@ -2425,14 +2425,14 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage. - - + + Statistics Statistiques - + Project Projet @@ -2458,7 +2458,7 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage. - + Previous Scan Analyse précédente @@ -2513,123 +2513,123 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage.Copier vers le presse-papier - + 1 day - + %1 days - + 1 hour - + %1 hours - + 1 minute - + %1 minutes - + 1 second - + %1 seconds - + 0.%1 seconds - + and - + Project Settings - + Paths Chemins - + Include paths - + Defines - + Path selected - + Number of files scanned - + Scan duration - - + + Errors Erreurs - - + + Warnings Avertissements - - + + Style warnings Avertissement de style - - + + Portability warnings - - + + Performance warnings Avertissements de performance - - + + Information messages @@ -2639,7 +2639,7 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage. - + Export PDF @@ -2654,12 +2654,12 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage. - + File: - + No cppcheck build dir @@ -2669,7 +2669,7 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage. - + Undefines @@ -2677,7 +2677,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 342af992f..1db66defb 100644 --- a/gui/cppcheck_it.ts +++ b/gui/cppcheck_it.ts @@ -153,12 +153,12 @@ Parametri: -l(line) (file) - + Helpfile '%1' was not found - + Cppcheck Cppcheck @@ -269,42 +269,42 @@ Parametri: -l(line) (file) Modifica - - + + Library files (*.cfg) - + Open library file - - - + + + Cppcheck Cppcheck - + Cannot open file %1. Can not open file %1. - + Failed to load %1. %2. - + Cannot save file %1. Can not save file %1. - + Save the library as @@ -424,18 +424,18 @@ Parametri: -l(line) (file) - - - - - - - - - - - - + + + + + + + + + + + + Cppcheck Cppcheck @@ -600,8 +600,8 @@ Parametri: -l(line) (file) Mostra &i nascosti - - + + Information Informazione @@ -953,18 +953,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? @@ -973,59 +973,59 @@ 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 - + Failed to load the selected library '%1'. %2 - + License Licenza - + Authors Autori - + Save the report file Salva 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. @@ -1034,128 +1034,128 @@ 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 - + 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. - + Open the report file Apri 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 File Seleziona 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. @@ -1163,54 +1163,54 @@ 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) - + Build dir '%1' does not exist, create it? - + To check the project using addons, you need a build directory. - + Failed to import '%1', analysis is stopped - + Project files (*.cppcheck) - + Select Project Filename Seleziona il nome del file di progetto - + No project file loaded Nessun file di progetto caricato - + The project file %1 @@ -1227,7 +1227,7 @@ Do you want to remove the file from the recently used projects -list? Vuoi rimuovere il file dalla lista dei progetti recentemente usati? - + Cppcheck GUI. Syntax: @@ -1257,7 +1257,7 @@ Options: - + Cppcheck GUI - Command line parameters @@ -1290,7 +1290,7 @@ Options: - + Edit suppression @@ -1631,82 +1631,82 @@ Options: ProjectFileDialog - + Project file: %1 File di progetto: %1 - + Select Cppcheck build dir - + Select include directory Seleziona la cartella da includere - + Select a directory to check Seleziona una cartella da scansionare - + (no rule texts file) - + Clang-tidy (not found) - + Visual Studio - + Compile database - + Borland C++ Builder 6 - + Import Project - + Select directory to ignore Seleziona la cartella da ignorare - + Source files - + All files - + Exclude file - + Select MISRA rule texts file - + MISRA rule texts file (%1) @@ -1739,143 +1739,143 @@ Options: - + (Not found) - + Thin - + ExtraLight - + Light - + Normal - + Medium - + DemiBold - + Bold - + ExtraBold - + Black - + Editor Foreground Color - + Editor Background Color - + Highlight Background Color - + Line Number Foreground Color - + Line Number Background Color - + Keyword Foreground Color - + Keyword Font Weight - + Class Foreground Color Class ForegroundColor - + Class Font Weight - + Quote Foreground Color - + Quote Font Weight - + Comment Foreground Color - + Comment Font Weight - + Symbol Foreground Color - + Symbol Background Color - + Symbol Font Weight - + Set to Default Light - + Set to Default Dark @@ -1906,109 +1906,109 @@ Options: ResultsTree - + File File - + Severity Severità - + Line Linea - + Summary Riassunto - + Undefined file File indefinito - + Copy - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. - + debug debug - + note - + Recheck - + Hide Nascondi - + Hide all with id - + Suppress selected id(s) - + Open containing folder - - + + Tag - + No tag - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2017,7 +2017,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2026,12 +2026,12 @@ Please select the default editor application in preferences/Applications. - + Could not find the file! Non è stato possibile trovare il file! - + Could not start %1 Please check the application path and parameters are correct. @@ -2040,52 +2040,52 @@ Please check the application path and parameters are correct. Per favore verifica che il percorso dell'applicazione e i parametri siano corretti. - + Select Directory Seleziona Cartella - + Id Id - + Inconclusive - + Since date - + style stile - + error errore - + warning avviso - + performance performance - + portability portabilità - + information Informazione @@ -2093,82 +2093,82 @@ Per favore verifica che il percorso dell'applicazione e i parametri siano c ResultsView - + Print Report - + No errors found, nothing to print. - + %p% (%1 of %2 files checked) %p% (%1 su %2 file scansionati) - - + + Cppcheck Cppcheck - + No errors found. Nessun errore trovato. - + Errors were found, but they are configured to be hidden. To toggle what kind of errors are shown, open view menu. Sono stati trovati errori, ma sono stati configurati per essere nascosti. Per vedere il tipo di errori che sono mostrati, apri il menu Visualizza. - - + + Failed to read the report. Apertura del report fallito. - + XML format version 1 is no longer supported. - + First included by - + Id Id - + Bug hunting analysis is incomplete - + Clear Log - + Copy this Log entry - + Copy complete Log - - + + Failed to save the report. Salvataggio del report fallito. @@ -2410,47 +2410,47 @@ Per vedere il tipo di errori che sono mostrati, apri il menu Visualizza. SettingsDialog - + N/A N/A - + The executable file "%1" is not available - + Add a new application Aggiungi una nuova applicazione - + Modify an application Modifica un'applicazione - + [Default] - + [Default] [Predefinito] - + Select python binary - + Select MISRA File - + Select clang path @@ -2460,14 +2460,14 @@ Per vedere il tipo di errori che sono mostrati, apri il menu Visualizza. - - + + Statistics Statistiche - + Project Progetto @@ -2498,7 +2498,7 @@ Per vedere il tipo di errori che sono mostrati, apri il menu Visualizza. - + Previous Scan Precedente Scansione @@ -2568,143 +2568,143 @@ Per vedere il tipo di errori che sono mostrati, apri il menu Visualizza. - + 1 day 1 giorno - + %1 days %1 giorni - + 1 hour 1 ora - + %1 hours %1 ore - + 1 minute 1 minuto - + %1 minutes %1 minuti - + 1 second 1 secondo - + %1 seconds %1 secondi - + 0.%1 seconds 0,%1 secondi - + and e - + Export PDF - + Project Settings Impostazioni progetto - + Paths Percorsi - + Include paths Percorsi di inclusione - + Defines Definizioni - + Undefines - + Path selected Selezionato percorso - + Number of files scanned Numero di file scansionati - + Scan duration Durata della scansione - - + + Errors Errori - + File: - + No cppcheck build dir - - + + Warnings Avvisi - - + + Style warnings Stilwarnungen - - + + Portability warnings Avvisi sulla portabilità - - + + Performance warnings Avvisi sulle performance - - + + Information messages Messaggi di informazione @@ -2712,7 +2712,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 305927811..66cb9d308 100644 --- a/gui/cppcheck_ja.ts +++ b/gui/cppcheck_ja.ts @@ -152,12 +152,12 @@ Parameters: -l(line) (file) インデックス - + Helpfile '%1' was not found ヘルプファイル '%1' が見つかりません - + Cppcheck Cppcheck @@ -268,42 +268,42 @@ Parameters: -l(line) (file) 編集 - - + + Library files (*.cfg) ライブラリファイル(*.cfg) - + Open library file ライブラリファイルを開く - - - + + + Cppcheck Cppcheck - + Cannot open file %1. Can not open file %1. ファイルが見つかりません %1。 - + Failed to load %1. %2. 読み込みに失敗しました(%1.%2)。 - + Cannot save file %1. Can not save file %1. ファイルが保存できません %1。 - + Save the library as このライブラリに名前をつけて保存する @@ -434,18 +434,18 @@ Parameters: -l(line) (file) - - - - - - - - - - - - + + + + + + + + + + + + Cppcheck Cppcheck @@ -604,8 +604,8 @@ Parameters: -l(line) (file) エラーを表示 - - + + Information 情報 @@ -963,7 +963,7 @@ Parameters: -l(line) (file) C++20 - + 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. @@ -972,23 +972,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? @@ -997,170 +997,170 @@ 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 エラー - + 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. %1のロードに失敗しました。あなたの Cppcheck は正しくインストールされていません。あなたは --data-dir=<directory> コマンドラインオプションでロードするファイルの場所を指定できます。ただし、この --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) - + Project files (*.cppcheck);;All files(*.*) プロジェクトファイル (*.cppcheck);;すべてのファイル(*.*) - + Select Project File プロジェクトファイルを選択 - - - - + + + + Project: プロジェクト: - + No suitable files found to analyze! チェック対象のファイルがみつかりません! - + C/C++ Source C/C++のソースコード - + Compile database コンパイルデータベース - + Visual Studio Visual Studio - + Borland C++ Builder 6 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? @@ -1169,7 +1169,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. @@ -1179,7 +1179,7 @@ Do you want to proceed? 新しくXMLファイルを開くと現在の結果が削除されます。実行しますか? - + Analyzer is running. Do you want to stop the analysis and exit Cppcheck? @@ -1188,47 +1188,47 @@ Do you want to stop the analysis and exit Cppcheck? チェックを中断して、Cppcheckを終了しますか? - + About CppCheckについて - + 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. アドオンを使用してプロジェクトをチェックするためには、ビルドディレクトリが必要です。 - + Failed to import '%1', analysis is stopped '%1'のインポートに失敗しました。(チェック中断) - + Project files (*.cppcheck) プロジェクトファイル (*.cppcheck) - + Select Project Filename プロジェクトファイル名を選択 - + No project file loaded プロジェクトファイルが読み込まれていません - + The project file %1 @@ -1240,7 +1240,7 @@ Do you want to remove the file from the recently used projects -list? 最近使用したプロジェクトのリストからこのファイルを取り除きますか? - + Cppcheck GUI. Syntax: @@ -1281,7 +1281,7 @@ Options: --data-dir=<directory> GUI のデータファイル(翻訳やcfg)のあるディレクトリを指定する。このオプションを指定した場合、GUIで起動しません。 - + Cppcheck GUI - Command line parameters Cppcheck GUI - コマンドラインパラメータ @@ -1314,7 +1314,7 @@ Options: シンボル名 - + Edit suppression 抑制の編集 @@ -1655,82 +1655,82 @@ Options: ProjectFileDialog - + Project file: %1 プロジェクトファイル:%1 - + Select Cppcheck build dir Cppcheckビルドディレクトリ - + Select include directory includeディレクトリを選択 - + Select a directory to check チェックするディレクトリを選択してください - + (no rule texts file) (ルールテキストファイルがない) - + Clang-tidy (not found) Clang-tidy (みつかりません) - + Visual Studio Visual Studio - + Compile database コンパイルデータベース - + Borland C++ Builder 6 Borland C++ Builder 6 - + Import Project プロジェクトのインポート - + Select directory to ignore 除外するディレクトリを選択してください - + Source files ソースファイル - + All files 全ファイル - + Exclude file 除外ファイル - + Select MISRA rule texts file MISRAルールテキストファイルを選択 - + MISRA rule texts file (%1) MISRAルールテキストファイル (%1) @@ -1763,143 +1763,143 @@ Options: 行 %1: 必須の属性 '%2' が '%3'にない - + (Not found) (見つかりません) - + Thin シン(細) - + ExtraLight エクストラライト - + Light ライト - + Normal ノーマル - + Medium メディウム - + DemiBold デミボールト - + Bold ボールド - + ExtraBold エクストラボールド - + Black - + Editor Foreground Color エディタの前景色 - + Editor Background Color エディタの背景色 - + Highlight Background Color ハイライトの背景色 - + Line Number Foreground Color 行番号の前景色 - + Line Number Background Color 行番号の背景色 - + Keyword Foreground Color キーワードの前景色 - + Keyword Font Weight キーワードのフォントのウェイト - + Class Foreground Color Class ForegroundColor クラスの前景色 - + Class Font Weight クラスフォントのウェイト - + Quote Foreground Color クォートの前景色 - + Quote Font Weight クォートのフォントウェイト - + Comment Foreground Color コメントの前景色 - + Comment Font Weight コメントフォントのウェイト - + Symbol Foreground Color シンボルの前景色 - + Symbol Background Color シンボルの背景色 - + Symbol Font Weight シンボルのフォントウェイト - + Set to Default Light デフォルトをライトに設定 - + Set to Default Dark デフォルトをダークに設定 @@ -1930,109 +1930,109 @@ Options: ResultsTree - + File ファイル - + Severity 警告の種別 - + Line - + Summary 要約 - + Undefined file 未定義ファイル - + Copy コピー - + Could not find file: ファイルが見つかりません: - + Please select the folder '%1' フォルダ '%1' を選択してください - + Select Directory '%1' ディレクトリ '%1' 選択 - + Please select the directory where file is located. ファイルのあるディレクトリを選択してください。 - + debug デバッグ - + note 注意 - + Recheck 再チェック - + Hide 非表示 - + Hide all with id IDで非表示を指定 - + Suppress selected id(s) 選択したidを抑制 - + Open containing folder 含まれるフォルダを開く - - + + Tag タグ - + No tag タグなし - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2042,7 +2042,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2051,12 +2051,12 @@ Please select the default editor application in preferences/Applications. - + Could not find the file! ファイルが見つかりません! - + Could not start %1 Please check the application path and parameters are correct. @@ -2065,52 +2065,52 @@ Please check the application path and parameters are correct. 実行ファイルパスや引数の設定を確認してください。 - + Select Directory ディレクトリを選択 - + Id Id - + Inconclusive 結論のでない - + Since date 日付 - + style スタイル - + error エラー - + warning 警告 - + performance パフォーマンス - + portability 移植可能性 - + information 情報 @@ -2133,81 +2133,81 @@ Please check the application path and parameters are correct. 警告の詳細 - - + + Failed to save the report. レポートの保存に失敗しました。 - + Print Report レポートの印刷 - + No errors found, nothing to print. 指摘がないため、印刷するものがありません。 - + %p% (%1 of %2 files checked) %p% (%1 / %2 :ファイル数) - - + + Cppcheck Cppcheck - + No errors found. 警告/エラーは見つかりませんでした。 - + Errors were found, but they are configured to be hidden. To toggle what kind of errors are shown, open view menu. 警告/エラーが見つかりましたが、非表示設定になっています。 - - + + Failed to read the report. レポートの読み込みに失敗. - + XML format version 1 is no longer supported. XML フォーマットバージョン 1 はもうサポートされていません。 - + First included by は次のものが最初にインクルードしました - + Id ID - + Bug hunting analysis is incomplete バグハントの解析は不完全です - + Clear Log ログの消去 - + Copy this Log entry このログ項目をコピー - + Copy complete Log ログ全体をコピー @@ -2435,47 +2435,47 @@ To toggle what kind of errors are shown, open view menu. SettingsDialog - + N/A N/A - + The executable file "%1" is not available 実行ファイル "%1" が利用できません - + Add a new application 新しいアプリケーションの追加 - + Modify an application アプリケーションの変更 - + [Default] [デフォルト] - + [Default] [デフォルト] - + Select python binary pythonの場所の選択 - + Select MISRA File MISRAファイルの選択 - + Select clang path clangのパスの選択 @@ -2485,14 +2485,14 @@ To toggle what kind of errors are shown, open view menu. - - + + Statistics 統計情報 - + Project プロジェクト @@ -2523,7 +2523,7 @@ To toggle what kind of errors are shown, open view menu. - + Previous Scan 前回の解析 @@ -2593,143 +2593,143 @@ To toggle what kind of errors are shown, open view menu. PDF エクスポート - + 1 day 一日 - + %1 days %1日 - + 1 hour 一時間 - + %1 hours %1時間 - + 1 minute 一分 - + %1 minutes %1分 - + 1 second 一秒 - + %1 seconds %1秒 - + 0.%1 seconds 0.%1秒 - + and - + Export PDF PDF エクスポート - + Project Settings プロジェクトの設定 - + Paths パス - + Include paths インクルードパス - + Defines 定義(define) - + Undefines 定義取り消し(Undef) - + Path selected 選択されたパス - + Number of files scanned スキャンしたファイルの数 - + Scan duration スキャン期間 - - + + Errors エラー - + File: ファイル: - + No cppcheck build dir cppcheckビルドディレクトリがありません - - + + Warnings 警告 - - + + Style warnings スタイル警告 - - + + Portability warnings 移植可能性警告 - - + + Performance warnings パフォーマンス警告 - - + + Information messages 情報メッセージ @@ -2737,7 +2737,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 6354dc0b2..869f373a1 100644 --- a/gui/cppcheck_ko.ts +++ b/gui/cppcheck_ko.ts @@ -152,12 +152,12 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: - + Helpfile '%1' was not found - + Cppcheck Cppcheck @@ -248,13 +248,13 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: 편집 - - + + Library files (*.cfg) - + Open library file @@ -279,29 +279,29 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: - - - + + + Cppcheck Cppcheck - + Save the library as - + Failed to load %1. %2. - + Cannot open file %1. - + Cannot save file %1. @@ -421,18 +421,18 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: - - - - - - - - - - - - + + + + + + + + + + + + Cppcheck Cppcheck @@ -681,8 +681,8 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: 숨기기 보기(&H) - - + + Information 정보 @@ -732,13 +732,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. @@ -747,12 +747,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? @@ -761,81 +761,81 @@ 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) - + Project files (*.cppcheck);;All files(*.*) 프로젝트 파일 (*.cppcheck);;모든 파일(*.*) - + Select Project File 프로젝트 파일 선택 - - - - + + + + Project: 프로젝트: - + About - + To check the project using addons, you need a build directory. - + Select Project Filename 프로젝트 파일이름 선택 - + No project file loaded 프로젝트 파일 불러오기 실패 - + The project file %1 @@ -852,7 +852,7 @@ Do you want to remove the file from the recently used projects -list? 최근 프로젝트 목록에서 파일을 제거하시겠습니까? - + Cppcheck GUI - Command line parameters @@ -862,54 +862,54 @@ 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 @@ -939,22 +939,22 @@ Do you want to remove the file from the recently used projects -list? - + Unknown element - + Unknown issue - + Select configuration - + Cppcheck GUI. Syntax: @@ -972,12 +972,12 @@ Options: - + 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. - + Build dir '%1' does not exist, create it? @@ -1005,39 +1005,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? @@ -1184,12 +1184,12 @@ Do you want to stop the analysis and exit Cppcheck? C++14 - + Failed to import '%1', analysis is stopped - + Project files (*.cppcheck) @@ -1214,27 +1214,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. @@ -1270,7 +1270,7 @@ Do you want to proceed? - + Edit suppression @@ -1609,82 +1609,82 @@ Do you want to proceed? ProjectFileDialog - + Project file: %1 프로젝트 파일: %1 - + Select include directory Include 디렉토리 선택 - + Select a directory to check 검사할 디렉토리 선택 - + Select directory to ignore 무시할 디렉토리 선택 - + Select Cppcheck build dir - + Import Project - + Clang-tidy (not found) - + (no rule texts file) - + Source files - + All files - + Exclude file - + Select MISRA rule texts file - + MISRA rule texts file (%1) - + Visual Studio - + Compile database - + Borland C++ Builder 6 @@ -1717,142 +1717,142 @@ Do you want to proceed? - + (Not found) - + Thin - + ExtraLight - + Light - + Normal - + Medium - + DemiBold - + Bold - + ExtraBold - + Black - + Editor Foreground Color - + Editor Background Color - + Highlight Background Color - + Line Number Foreground Color - + Line Number Background Color - + Keyword Foreground Color - + Keyword Font Weight - + Class Font Weight - + Quote Foreground Color - + Quote Font Weight - + Comment Foreground Color - + Comment Font Weight - + Symbol Foreground Color - + Symbol Background Color - + Symbol Font Weight - + Set to Default Light - + Set to Default Dark - + Class Foreground Color @@ -1883,78 +1883,78 @@ Do you want to proceed? ResultsTree - + File 파일 - + Severity 분류 - + Line - + Summary 요약 - + Undefined file 미정의된 파일 - + style 스타일 - + error 에러 - + warning 경고 - + performance 성능 - + portability 이식성 - + information 정보 - + debug 디버그 - + Hide 숨기기 - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -1963,7 +1963,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -1972,12 +1972,12 @@ Please select the default editor application in preferences/Applications. - + Could not find the file! 파일을 찾을 수 없습니다! - + Could not start %1 Please check the application path and parameters are correct. @@ -1986,83 +1986,83 @@ Please check the application path and parameters are correct. 경로와 인자가 정확한지 확인하세요. - + Select Directory 디렉토리 선택 - + Id - + Hide all with id - + Open containing folder - + Inconclusive - + Recheck - + note - + Suppress selected id(s) - - + + Tag - + No tag - + Since date - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. - + Copy @@ -2075,67 +2075,67 @@ Please check the application path and parameters are correct. 결과 - - + + Failed to save the report. 결과 저장 실패. - + %p% (%1 of %2 files checked) %p% (%2 중 %1 파일 검사됨) - - + + Cppcheck Cppcheck - + No errors found. 에러가 발견되지 않았습니다. - + Errors were found, but they are configured to be hidden. To toggle what kind of errors are shown, open view menu. 에러가 발견되었지만, 감추도록 설정되어 있습니다. 에러 종류를 표시하도록 설정하려면, 보기 메뉴를 선택하세요. - - + + Failed to read the report. 결과 불러오기 실패. - + Bug hunting analysis is incomplete - + Id - + Print Report - + No errors found, nothing to print. - + First included by - + XML format version 1 is no longer supported. @@ -2150,17 +2150,17 @@ To toggle what kind of errors are shown, open view menu. - + Clear Log - + Copy this Log entry - + Copy complete Log @@ -2387,47 +2387,47 @@ To toggle what kind of errors are shown, open view menu. SettingsDialog - + N/A N/A - + The executable file "%1" is not available - + Add a new application 새 응용 프로그램 추가 - + Modify an application 응용 프로그램 편집 - + [Default] [기본] - + [Default] - + Select python binary - + Select clang path - + Select MISRA File @@ -2437,14 +2437,14 @@ To toggle what kind of errors are shown, open view menu. - - + + Statistics 통계 - + Project 프로젝트 @@ -2470,7 +2470,7 @@ To toggle what kind of errors are shown, open view menu. - + Previous Scan 직전 검사 @@ -2525,123 +2525,123 @@ To toggle what kind of errors are shown, open view menu. 클립보드에 복사 - + 1 day 1일 - + %1 days %1일 - + 1 hour 1시간 - + %1 hours %1시간 - + 1 minute 1분 - + %1 minutes %1분 - + 1 second 1초 - + %1 seconds %1초 - + 0.%1 seconds 0.%1초 - + and - + Project Settings 프로젝트 설정 - + Paths 경로 - + Include paths Include 경로 - + Defines Defines - + Path selected 선택된 경로 - + Number of files scanned 검사된 파일 수 - + Scan duration 검사 시간 - - + + Errors 에러 - - + + Warnings 경고 - - + + Style warnings 스타일 경고 - - + + Portability warnings 이식성 경고 - - + + Performance warnings 성능 경고 - - + + Information messages 정보 메시지 @@ -2651,7 +2651,7 @@ To toggle what kind of errors are shown, open view menu. - + Export PDF @@ -2666,12 +2666,12 @@ To toggle what kind of errors are shown, open view menu. - + File: - + No cppcheck build dir @@ -2681,7 +2681,7 @@ To toggle what kind of errors are shown, open view menu. - + Undefines @@ -2689,7 +2689,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 5eeffa941..badbebddf 100644 --- a/gui/cppcheck_nl.ts +++ b/gui/cppcheck_nl.ts @@ -154,12 +154,12 @@ Parameters: -l(lijn) (bestand) - + Helpfile '%1' was not found - + Cppcheck Cppcheck @@ -270,42 +270,42 @@ Parameters: -l(lijn) (bestand) Bewerk - - + + Library files (*.cfg) - + Open library file - - - + + + Cppcheck Cppcheck - + Cannot open file %1. Can not open file %1. - + Failed to load %1. %2. - + Cannot save file %1. Can not save file %1. - + Save the library as @@ -425,18 +425,18 @@ Parameters: -l(lijn) (bestand) - - - - - - - - - - - - + + + + + + + + + + + + Cppcheck Cppcheck @@ -601,8 +601,8 @@ Parameters: -l(lijn) (bestand) Toon &verborgen - - + + Information Informatie @@ -954,18 +954,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? @@ -973,54 +973,54 @@ 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 - + Failed to load the selected library '%1'. %2 - + License Licentie - + Authors Auteurs - + Save the report file Rapport 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. @@ -1029,133 +1029,133 @@ 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 - + 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. - + Open the report file Open 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 File Selecteer 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. @@ -1163,54 +1163,54 @@ 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) - + Build dir '%1' does not exist, create it? - + To check the project using addons, you need a build directory. - + Failed to import '%1', analysis is stopped - + Project files (*.cppcheck) - + Select Project Filename Selecteer project bestandsnaam - + No project file loaded Geen project bestand geladen - + The project file %1 @@ -1226,7 +1226,7 @@ Kan niet worden gevonden! Wilt u het bestand van de onlangs gebruikte project verwijderen -lijst? - + Cppcheck GUI. Syntax: @@ -1256,7 +1256,7 @@ Options: - + Cppcheck GUI - Command line parameters Cppcheck GUI - Command lijn parameters @@ -1289,7 +1289,7 @@ Options: - + Edit suppression @@ -1630,82 +1630,82 @@ Options: ProjectFileDialog - + Project file: %1 Project Bestand %1 - + Select Cppcheck build dir - + Select include directory Selecteer include map - + Select a directory to check Selecteer een map om te controleren - + (no rule texts file) - + Clang-tidy (not found) - + Visual Studio - + Compile database - + Borland C++ Builder 6 - + Import Project - + Select directory to ignore Selecteer een map om te negeren - + Source files - + All files - + Exclude file - + Select MISRA rule texts file - + MISRA rule texts file (%1) @@ -1740,143 +1740,143 @@ Options: - + (Not found) - + Thin - + ExtraLight - + Light - + Normal - + Medium - + DemiBold - + Bold - + ExtraBold - + Black - + Editor Foreground Color - + Editor Background Color - + Highlight Background Color - + Line Number Foreground Color - + Line Number Background Color - + Keyword Foreground Color - + Keyword Font Weight - + Class Foreground Color Class ForegroundColor - + Class Font Weight - + Quote Foreground Color - + Quote Font Weight - + Comment Foreground Color - + Comment Font Weight - + Symbol Foreground Color - + Symbol Background Color - + Symbol Font Weight - + Set to Default Light - + Set to Default Dark @@ -1907,109 +1907,109 @@ Options: ResultsTree - + File Bestand - + Severity Ernst - + Line Regel - + Summary Overzicht - + Undefined file Niet gedefinieerd bestand - + Copy - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. - + debug - + note - + Recheck - + Hide Verberg - + Hide all with id Verberg alles met id - + Suppress selected id(s) - + Open containing folder - - + + Tag - + No tag - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2019,7 +2019,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2027,12 +2027,12 @@ Please select the default editor application in preferences/Applications. - + Could not find the file! Kon het bestand niet vinden! - + Could not start %1 Please check the application path and parameters are correct. @@ -2041,52 +2041,52 @@ Please check the application path and parameters are correct. Gelieve te controleren of de het pad en de parameters correct zijn. - + Select Directory Selecteer map - + Id Id - + Inconclusive - + Since date - + style Stijlfouten - + error Fouten - + warning Waarschuwing - + performance Presentatie - + portability Portabiliteit - + information Informatie @@ -2094,82 +2094,82 @@ Gelieve te controleren of de het pad en de parameters correct zijn. ResultsView - + Print Report - + No errors found, nothing to print. - + %p% (%1 of %2 files checked) %p% (%1 van %2 bestanden gecontroleerd) - - + + Cppcheck Cppcheck - + No errors found. Geen fouten gevonden. - + Errors were found, but they are configured to be hidden. To toggle what kind of errors are shown, open view menu. Fouten werden gevonden, maar volgens de configuratie zijn deze verborgen. Gebruik het uitzicht menu om te selecteren welke fouten getoond worden. - - + + Failed to read the report. Kon rapport niet lezen. - + XML format version 1 is no longer supported. - + First included by - + Id Id - + Bug hunting analysis is incomplete - + Clear Log - + Copy this Log entry - + Copy complete Log - - + + Failed to save the report. Kon het rapport niet opslaan. @@ -2412,47 +2412,47 @@ Gebruik het uitzicht menu om te selecteren welke fouten getoond worden. SettingsDialog - + N/A - + The executable file "%1" is not available - + Add a new application Nieuwe applicatie toevoegen - + Modify an application Applicatie wijzigen - + [Default] - + [Default] [Standaard] - + Select python binary - + Select MISRA File - + Select clang path @@ -2462,14 +2462,14 @@ Gebruik het uitzicht menu om te selecteren welke fouten getoond worden. - - + + Statistics Statistieken - + Project Project @@ -2500,7 +2500,7 @@ Gebruik het uitzicht menu om te selecteren welke fouten getoond worden. - + Previous Scan Vorige scan @@ -2570,143 +2570,143 @@ Gebruik het uitzicht menu om te selecteren welke fouten getoond worden. - + 1 day 1 dag - + %1 days %1 dagen - + 1 hour 1 uur - + %1 hours %1 uren - + 1 minute 1 minuut - + %1 minutes %1 minuten - + 1 second 1 seconde - + %1 seconds %1 secondes - + 0.%1 seconds 0.%1 secondes - + and en - + Export PDF - + Project Settings Project instellingen - + Paths Paden - + Include paths Bevat paden - + Defines Omschrijft - + Undefines - + Path selected Pad Geselekteerd - + Number of files scanned Aantal bestanden gescanned - + Scan duration Scan tijd - - + + Errors Fouten - + File: - + No cppcheck build dir - - + + Warnings Waarschuwingen - - + + Style warnings Stijl waarschuwingen - - + + Portability warnings Portabiliteit waarschuwingen - - + + Performance warnings Presentatie waarschuwingen - - + + Information messages Informatie bericht @@ -2714,7 +2714,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 df6ec2b34..d4f20bde6 100644 --- a/gui/cppcheck_ru.ts +++ b/gui/cppcheck_ru.ts @@ -154,12 +154,12 @@ Parameters: -l(line) (file) - + Helpfile '%1' was not found - + Cppcheck Cppcheck @@ -270,42 +270,42 @@ Parameters: -l(line) (file) Изменить - - + + Library files (*.cfg) Файлы библиотек (*.cfg) - + Open library file Открыть файл библиотеки - - - + + + Cppcheck Cppcheck - + Cannot open file %1. Can not open file %1. Невозможно открыть файл %1. - + Failed to load %1. %2. Ошибка загрузки %1. %2. - + Cannot save file %1. Can not save file %1. Невозможно сохранить файл %1. - + Save the library as Сохранить библиотеку как @@ -425,18 +425,18 @@ Parameters: -l(line) (file) - - - - - - - - - - - - + + + + + + + + + + + + Cppcheck Cppcheck @@ -601,8 +601,8 @@ Parameters: -l(line) (file) Показать скрытые - - + + Information Информационные сообщения @@ -954,18 +954,18 @@ Parameters: -l(line) (file) Помощь - - + + Quick Filter: Быстрый фильтр: - + Select configuration Выбор конфигурации - + Found project file: %1 Do you want to load this project file instead? @@ -974,60 +974,60 @@ Do you want to load this project file instead? Вы хотите загрузить этот проект? - + File not found Файл не найден - + Bad XML Некорректный XML - + Missing attribute Пропущен атрибут - + Bad attribute value Некорректное значение атрибута - + Unsupported format Неподдерживаемый формат - + Failed to load the selected library '%1'. %2 Не удалось загрузить выбранную библиотеку '%1'. %2 - + 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. @@ -1036,122 +1036,122 @@ 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 Ошибка - + 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. Невозможно загрузить %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 Studio Visual Studio - + Borland C++ Builder 6 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? @@ -1160,7 +1160,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. @@ -1171,7 +1171,7 @@ Do you want to proceed? Вы хотите продолжить? - + Analyzer is running. Do you want to stop the analysis and exit Cppcheck? @@ -1180,47 +1180,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) - + Build dir '%1' does not exist, create it? Директория для сборки '%1' не существует, создать? - + To check the project using addons, you need a build directory. - + Failed to import '%1', analysis is stopped Невозможно импортировать '%1', анализ остановлен - + Project files (*.cppcheck) Файлы проекта (*.cppcheck) - + Select Project Filename Выберите имя файла для проекта - + No project file loaded Файл с проектом не загружен - + The project file %1 @@ -1236,7 +1236,7 @@ Do you want to remove the file from the recently used projects -list? Хотите удалить его из списка проектов? - + Cppcheck GUI. Syntax: @@ -1279,7 +1279,7 @@ Options: Графический интерфейс пользователя не будет запущен, если указана эта опция. - + Cppcheck GUI - Command line parameters Cppcheck GUI - параметры Командной строки @@ -1312,7 +1312,7 @@ Options: Имя символа - + Edit suppression Редактировать подавление @@ -1653,82 +1653,82 @@ Options: ProjectFileDialog - + Project file: %1 Файл проекта: %1 - + Select Cppcheck build dir Выбрать директорию сборки Cppcheck - + Select include directory Выберите директорию для поиска заголовочных файлов - + Select a directory to check Выберите директорию для проверки - + (no rule texts file) (файл с текстами правил недоступен) - + Clang-tidy (not found) Clang-tidy (не найден) - + Visual Studio Visual Studio - + Compile database - + Borland C++ Builder 6 Borland C++ Builder 6 - + Import Project Импорт проекта - + Select directory to ignore Выберите директорию, которую надо проигнорировать - + Source files - + All files - + Exclude file - + Select MISRA rule texts file Выбрать файл текстов правил MISRA - + MISRA rule texts file (%1) Файл текстов правил MISRA (%1) @@ -1763,143 +1763,143 @@ Options: - + (Not found) (Недоступно) - + Thin - + ExtraLight - + Light - + Normal - + Medium - + DemiBold - + Bold - + ExtraBold - + Black - + Editor Foreground Color - + Editor Background Color - + Highlight Background Color - + Line Number Foreground Color - + Line Number Background Color - + Keyword Foreground Color - + Keyword Font Weight - + Class Foreground Color Class ForegroundColor - + Class Font Weight - + Quote Foreground Color - + Quote Font Weight - + Comment Foreground Color - + Comment Font Weight - + Symbol Foreground Color - + Symbol Background Color - + Symbol Font Weight - + Set to Default Light - + Set to Default Dark @@ -1930,109 +1930,109 @@ Options: ResultsTree - + File Файл - + Severity Важность - + Line Строка - + Summary Кратко - + Undefined file Неопределенный файл - + Copy Копировать - + Could not find file: Невозможно найти файл: - + Please select the folder '%1' Выберите каталог '%1' - + Select Directory '%1' Выбрать каталог '%1' - + Please select the directory where file is located. Укажите каталог с расположением файла. - + debug отлаживать - + note заметка - + Recheck Проверить заново - + Hide Скрыть - + Hide all with id Скрыть все с id - + Suppress selected id(s) Подавить выбранные id - + Open containing folder Открыть содержащую папку - - + + Tag Тег - + No tag Тег отсутствует - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2041,7 +2041,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2049,12 +2049,12 @@ Please select the default editor application in preferences/Applications. - + Could not find the file! Не удается найти файл! - + Could not start %1 Please check the application path and parameters are correct. @@ -2062,52 +2062,52 @@ Please check the application path and parameters are correct. Пожалуйста, проверьте путь приложения, и верны ли параметры. - + Select Directory Выберите директорию - + Id Id - + Inconclusive Спорное - + Since date Начиная с даты - + style стиль - + error ошибка - + warning предупреждение - + performance производительность - + portability переносимость - + information информация @@ -2115,82 +2115,82 @@ Please check the application path and parameters are correct. ResultsView - + Print Report Распечатать отчет - + No errors found, nothing to print. Ошибок не найдено, нечего распечатывать. - + %p% (%1 of %2 files checked) %p% (%1 из %2 файлов проверено) - - + + Cppcheck Cppcheck - + No errors found. Ошибок не найдено. - + Errors were found, but they are configured to be hidden. To toggle what kind of errors are shown, open view menu. Были обнаружены ошибки, но они настроены быть скрыты. Для переключения какие ошибки отображаются, откройте меню представления. - - + + Failed to read the report. Не удалось прочитать отчет. - + XML format version 1 is no longer supported. XML формат версии 1 больше не поддерживается. - + First included by Только первый включенный - + Id Id - + Bug hunting analysis is incomplete - + Clear Log Очистить лог - + Copy this Log entry Скопировать данную запись - + Copy complete Log Скопировать полный лог - - + + Failed to save the report. Не удалось сохранить отчет. @@ -2433,47 +2433,47 @@ To toggle what kind of errors are shown, open view menu. SettingsDialog - + N/A Нет данных - + The executable file "%1" is not available - + Add a new application Добавить новое приложение - + Modify an application Изменить приложение - + [Default] [По умолчанию] - + [Default] [По умолчанию] - + Select python binary Выберите исполняемый файл python - + Select MISRA File Выберите файл текстов правил MISRA - + Select clang path Выберите исполняемый файл clang @@ -2483,14 +2483,14 @@ To toggle what kind of errors are shown, open view menu. - - + + Statistics Статистика - + Project Проект @@ -2521,7 +2521,7 @@ To toggle what kind of errors are shown, open view menu. - + Previous Scan Последнее сканирование @@ -2591,143 +2591,143 @@ To toggle what kind of errors are shown, open view menu. Экспорт PDF - + 1 day 1 день - + %1 days %1 дней - + 1 hour 1 час - + %1 hours %1 часов - + 1 minute 1 минута - + %1 minutes %1 минут - + 1 second 1 секунда - + %1 seconds %1 секунд - + 0.%1 seconds 0.1%1 секунд - + and и - + Export PDF Экспорт PDF - + Project Settings Настройки проекта - + Paths Пути - + Include paths Включенные пути - + Defines Объявленные макроопределения: - + Undefines Удаленные макроопределения: - + Path selected Выбранные пути - + Number of files scanned Количество просканированных файлов - + Scan duration Продолжительность сканирования - - + + Errors Ошибки - + File: Файл: - + No cppcheck build dir Не задана директория сборки - - + + Warnings Предупреждения - - + + Style warnings Стилистические предупреждения - - + + Portability warnings Предупреждения переносимости - - + + Performance warnings Предупреждения производительности - - + + Information messages Информационные сообщения @@ -2735,7 +2735,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 0e52e75e4..3b9e16848 100644 --- a/gui/cppcheck_sr.ts +++ b/gui/cppcheck_sr.ts @@ -142,12 +142,12 @@ Parameters: -l(line) (file) - + Helpfile '%1' was not found - + Cppcheck Cppcheck @@ -258,42 +258,42 @@ Parameters: -l(line) (file) - - + + Library files (*.cfg) - + Open library file - - - + + + Cppcheck Cppcheck - + Cannot open file %1. Can not open file %1. - + Failed to load %1. %2. - + Cannot save file %1. Can not save file %1. - + Save the library as @@ -413,18 +413,18 @@ Parameters: -l(line) (file) - - - - - - - - - - - - + + + + + + + + + + + + Cppcheck Cppcheck @@ -589,8 +589,8 @@ Parameters: -l(line) (file) - - + + Information @@ -942,205 +942,205 @@ 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 - + Failed to load the selected library '%1'. %2 - + License License - + Authors Authors - + Save the report file Save 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 - + 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. - + 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. @@ -1148,54 +1148,54 @@ 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) - + Build dir '%1' does not exist, create it? - + To check the project using addons, you need a build directory. - + Failed to import '%1', analysis is stopped - + Project files (*.cppcheck) - + Select Project Filename - + No project file loaded - + The project file %1 @@ -1206,7 +1206,7 @@ Do you want to remove the file from the recently used projects -list? - + Cppcheck GUI. Syntax: @@ -1236,7 +1236,7 @@ Options: - + Cppcheck GUI - Command line parameters @@ -1269,7 +1269,7 @@ Options: - + Edit suppression @@ -1610,82 +1610,82 @@ Options: ProjectFileDialog - + Project file: %1 - + Select Cppcheck build dir - + Select include directory - + Select a directory to check - + (no rule texts file) - + Clang-tidy (not found) - + Visual Studio - + Compile database - + Borland C++ Builder 6 - + Import Project - + Select directory to ignore - + Source files - + All files - + Exclude file - + Select MISRA rule texts file - + MISRA rule texts file (%1) @@ -1718,143 +1718,143 @@ Options: - + (Not found) - + Thin - + ExtraLight - + Light - + Normal - + Medium - + DemiBold - + Bold - + ExtraBold - + Black - + Editor Foreground Color - + Editor Background Color - + Highlight Background Color - + Line Number Foreground Color - + Line Number Background Color - + Keyword Foreground Color - + Keyword Font Weight - + Class Foreground Color Class ForegroundColor - + Class Font Weight - + Quote Foreground Color - + Quote Font Weight - + Comment Foreground Color - + Comment Font Weight - + Symbol Foreground Color - + Symbol Background Color - + Symbol Font Weight - + Set to Default Light - + Set to Default Dark @@ -1885,128 +1885,128 @@ Options: ResultsTree - + File File - + Severity Severity - + Line Line - + Summary - + Undefined file Undefined file - + Copy - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. - + debug - + note - + Recheck - + Hide - + Hide all with id - + Suppress selected id(s) - + Open containing folder - - + + Tag - + No tag - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. You can open this error by specifying applications in program's settings. - + No default editor application selected. Please select the default editor application in preferences/Applications. - + Could not find the file! - + Could not start %1 Please check the application path and parameters are correct. @@ -2015,52 +2015,52 @@ Please check the application path and parameters are correct. Please check the application path and parameters are correct. - + Select Directory - + Id - + Inconclusive - + Since date - + style Style - + error Error - + warning - + performance - + portability - + information @@ -2068,82 +2068,82 @@ Please check the application path and parameters are correct. ResultsView - + Print Report - + No errors found, nothing to print. - + %p% (%1 of %2 files checked) - - + + Cppcheck Cppcheck - + No errors found. No errors found. - + Errors were found, but they are configured to be hidden. To toggle what kind of errors are shown, open view menu. Errors were found, but they are configured to be hidden. To toggle what kind of errors are shown, open view menu. - - + + Failed to read the report. - + XML format version 1 is no longer supported. - + First included by - + Id - + Bug hunting analysis is incomplete - + Clear Log - + Copy this Log entry - + Copy complete Log - - + + Failed to save the report. Failed to save the report. @@ -2385,47 +2385,47 @@ To toggle what kind of errors are shown, open view menu. SettingsDialog - + N/A - + The executable file "%1" is not available - + Add a new application Add a new application - + Modify an application Modify an application - + [Default] - + [Default] - + Select python binary - + Select MISRA File - + Select clang path @@ -2435,14 +2435,14 @@ To toggle what kind of errors are shown, open view menu. - - + + Statistics - + Project @@ -2473,7 +2473,7 @@ To toggle what kind of errors are shown, open view menu. - + Previous Scan @@ -2543,143 +2543,143 @@ To toggle what kind of errors are shown, open view menu. - + 1 day - + %1 days - + 1 hour - + %1 hours - + 1 minute - + %1 minutes - + 1 second - + %1 seconds - + 0.%1 seconds - + and - + Export PDF - + Project Settings - + Paths - + Include paths - + Defines - + Undefines - + Path selected - + Number of files scanned - + Scan duration - - + + Errors - + File: - + No cppcheck build dir - - + + Warnings - - + + Style warnings - - + + Portability warnings - - + + Performance warnings - - + + Information messages @@ -2687,7 +2687,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 eedaab65a..9956ffbe7 100644 --- a/gui/cppcheck_sv.ts +++ b/gui/cppcheck_sv.ts @@ -154,12 +154,12 @@ Parametrar: -l(line) (file) - + Helpfile '%1' was not found - + Cppcheck Cppcheck @@ -270,42 +270,42 @@ Parametrar: -l(line) (file) Redigera - - + + Library files (*.cfg) Library fil (*.cfg) - + Open library file Öppna Library fil - - - + + + Cppcheck Cppcheck - + Cannot open file %1. Can not open file %1. Kunde ej öppna filen %1. - + Failed to load %1. %2. - + Cannot save file %1. Can not save file %1. Kunde ej spara filen %1. - + Save the library as Spara library som @@ -431,18 +431,18 @@ Exempel: - - - - - - - - - - - - + + + + + + + + + + + + Cppcheck Cppcheck @@ -607,8 +607,8 @@ Exempel: Visa dolda - - + + Information Information @@ -961,18 +961,18 @@ Exempel: &Hjälp - - + + Quick Filter: Snabbfilter: - + Select configuration Välj konfiguration - + Found project file: %1 Do you want to load this project file instead? @@ -981,60 +981,60 @@ Do you want to load this project file instead? Vill du ladda denna projektfil istället? - + File not found Filen hittades ej - + Bad XML Ogiltig XML - + Missing attribute Attribut finns ej - + Bad attribute value Ogiltigt attribut värde - + Unsupported format Format stöds ej - + Failed to load the selected library '%1'. %2 Misslyckades att ladda valda library '%1'. %2 - + License Licens - + Authors Utvecklare - + Save the report file Spara 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. @@ -1043,122 +1043,122 @@ 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: %2 Library filen '%1' har element som ej hanteras: %2 - + Duplicate platform type Dubbel plattformstyp - + Platform type redefined Plattformstyp definieras igen - + Unknown element Element hanteras ej - + Unknown issue Något problem - + Error Fel - + 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. 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 File Välj projektfil - - - - + + + + Project: Projekt: - + No suitable files found to analyze! Inga filer hittades att analysera! - + C/C++ Source - + Compile database - + Visual Studio Visual Studio - + Borland C++ Builder 6 - + Select files to analyze Välj filer att analysera - + Select directory to analyze Välj mapp att analysera - + Select the configuration that will be analyzed Välj konfiguration som kommer analyseras - + Found project files from the directory. Do you want to proceed analysis without using any of these project files? @@ -1167,7 +1167,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. @@ -1175,7 +1175,7 @@ Do you want to proceed? - + Analyzer is running. Do you want to stop the analysis and exit Cppcheck? @@ -1184,47 +1184,47 @@ 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) - + 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 import '%1', analysis is stopped Misslyckades att importera '%1', analysen stoppas - + Project files (*.cppcheck) Projekt filer (*.cppcheck) - + Select Project Filename Välj Projektfil - + No project file loaded Inget projekt laddat - + The project file %1 @@ -1241,7 +1241,7 @@ 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? - + Cppcheck GUI. Syntax: @@ -1284,7 +1284,7 @@ Options: is used. - + Cppcheck GUI - Command line parameters Cppcheck GUI - Command line parameters @@ -1317,7 +1317,7 @@ Options: - + Edit suppression @@ -1658,82 +1658,82 @@ Options: ProjectFileDialog - + Project file: %1 Projektfil: %1 - + (no rule texts file) - + Clang-tidy (not found) - + Select Cppcheck build dir Välj Cppcheck build dir - + Select include directory Välj include sökväg - + Source files - + All files - + Exclude file - + Select MISRA rule texts file - + MISRA rule texts file (%1) - + Select a directory to check Välj mapp att analysera - + Visual Studio Visual Studio - + Compile database - + Borland C++ Builder 6 - + Import Project Importera Projekt - + Select directory to ignore Välj sökväg att ignorera @@ -1768,143 +1768,143 @@ Options: - + (Not found) - + Thin - + ExtraLight - + Light - + Normal - + Medium - + DemiBold - + Bold - + ExtraBold - + Black - + Editor Foreground Color - + Editor Background Color - + Highlight Background Color - + Line Number Foreground Color - + Line Number Background Color - + Keyword Foreground Color - + Keyword Font Weight - + Class Foreground Color Class ForegroundColor - + Class Font Weight - + Quote Foreground Color - + Quote Font Weight - + Comment Foreground Color - + Comment Font Weight - + Symbol Foreground Color - + Symbol Background Color - + Symbol Font Weight - + Set to Default Light - + Set to Default Dark @@ -1935,109 +1935,109 @@ Options: ResultsTree - + File Fil - + Severity Typ - + Line Rad - + Summary Sammanfattning - + Undefined file Odefinierad fil - + Copy - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. - + debug debug - + note note - + Recheck Analysera om - + Hide Dölj - + Hide all with id Dölj alla med id - + Suppress selected id(s) Stäng av valda id - + Open containing folder Öppna mapp - - + + Tag Tag - + No tag Ingen tag - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2047,7 +2047,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2056,12 +2056,12 @@ Please select the default editor application in preferences/Applications. - + Could not find the file! Kunde inte hitta filen! - + Could not start %1 Please check the application path and parameters are correct. @@ -2070,52 +2070,52 @@ Please check the application path and parameters are correct. Kontrollera att sökvägen och parametrarna är korrekta. - + Select Directory Välj mapp - + Id Id - + Inconclusive Inconclusive - + Since date Sedan datum - + style stil - + error fel - + warning varning - + performance prestanda - + portability portabilitet - + information information @@ -2123,82 +2123,82 @@ Kontrollera att sökvägen och parametrarna är korrekta. ResultsView - + Print Report Skriv ut rapport - + No errors found, nothing to print. Inga fel hittades, inget att skriva ut. - + %p% (%1 of %2 files checked) %p% (%1 av %2 filer analyserade) - - + + Cppcheck Cppcheck - + No errors found. Inga fel hittades. - + Errors were found, but they are configured to be hidden. To toggle what kind of errors are shown, open view menu. Fel hittades, men de visas ej. För att ställa in vilka fel som skall visas använd visa menyn. - - + + Failed to read the report. Misslyckades att läsa rapporten. - + XML format version 1 is no longer supported. XML format version 1 stöds ej längre. - + First included by Först inkluderad av - + Id Id - + Bug hunting analysis is incomplete - + Clear Log - + Copy this Log entry - + Copy complete Log - - + + Failed to save the report. Misslyckades med att spara rapporten. @@ -2441,47 +2441,47 @@ För att ställa in vilka fel som skall visas använd visa menyn. SettingsDialog - + N/A Ej tillgängligt - + The executable file "%1" is not available - + Add a new application Lägg till program - + Modify an application Ändra program - + [Default] [Vald] - + [Default] [Förvald] - + Select python binary Välj python binär - + Select MISRA File - + Select clang path Välj Clang sökväg @@ -2491,14 +2491,14 @@ För att ställa in vilka fel som skall visas använd visa menyn. - - + + Statistics Statistik - + Project Projekt @@ -2529,7 +2529,7 @@ För att ställa in vilka fel som skall visas använd visa menyn. - + Previous Scan Föregående analys @@ -2599,143 +2599,143 @@ För att ställa in vilka fel som skall visas använd visa menyn. Pdf Export - + 1 day 1 dag - + %1 days %1 dagar - + 1 hour 1 timme - + %1 hours %1 timmar - + 1 minute 1 minut - + %1 minutes %1 minuter - + 1 second 1 sekund - + %1 seconds %1 sekunder - + 0.%1 seconds 0.%1 sekunder - + and och - + Export PDF Exportera PDF - + Project Settings Projekt inställningar - + Paths Sökvägar - + Include paths Include sökvägar - + Defines Definitioner - + Undefines - + Path selected Vald sökväg - + Number of files scanned Antal analyserade filer - + Scan duration Tid - - + + Errors Fel - + File: Fil: - + No cppcheck build dir Ingen Cppcheck build dir - - + + Warnings Varningar - - + + Style warnings Stil varningar - - + + Portability warnings Portabilitetsvarningar - - + + Performance warnings Prestanda varningar - - + + Information messages Informationsmeddelanden @@ -2743,7 +2743,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 2f230c17b..66105da0d 100644 --- a/gui/cppcheck_zh_CN.ts +++ b/gui/cppcheck_zh_CN.ts @@ -151,12 +151,12 @@ Parameters: -l(line) (file) 索引 - + Helpfile '%1' was not found 帮助文件 '%1' 未找到 - + Cppcheck Cppcheck @@ -267,42 +267,42 @@ Parameters: -l(line) (file) 编辑 - - + + Library files (*.cfg) 库文件 (*.cfg) - + Open library file 打开库文件 - - - + + + Cppcheck Cppcheck - + Cannot open file %1. Can not open file %1. 无法打开文件 %1。 - + Failed to load %1. %2. 加载文件 %1 失败。%2。 - + Cannot save file %1. Can not save file %1. 无法保存文件 %1。 - + Save the library as 库另存为 @@ -432,18 +432,18 @@ Parameters: -l(line) (file) - - - - - - - - - - - - + + + + + + + + + + + + Cppcheck Cppcheck @@ -602,8 +602,8 @@ Parameters: -l(line) (file) 显示错误 - - + + Information 信息 @@ -961,7 +961,7 @@ Parameters: -l(line) (file) C++20 - + 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. @@ -970,23 +970,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? @@ -995,170 +995,170 @@ 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 错误 - + 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. 加载 %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) - + Project files (*.cppcheck);;All files(*.*) 项目文件(*.cppcheck);;所有文件(*.*) - + Select Project File 选择项目文件 - - - - + + + + Project: 项目: - + No suitable files found to analyze! 没有找到合适的文件来分析! - + C/C++ Source C/C++ 源码 - + Compile database Compile database - + Visual Studio Visual Studio - + Borland C++ Builder 6 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? @@ -1167,7 +1167,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. @@ -1178,7 +1178,7 @@ Do you want to proceed? 你想继续吗? - + Analyzer is running. Do you want to stop the analysis and exit Cppcheck? @@ -1187,47 +1187,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) - + Build dir '%1' does not exist, create it? 构建文件夹 '%1' 不能存在,创建它吗? - + To check the project using addons, you need a build directory. 要使用插件检查项目,您需要一个构建目录。 - + Failed to import '%1', analysis is stopped 导入 '%1' 失败,分析已停止 - + Project files (*.cppcheck) 项目文件 (*.cppcheck) - + Select Project Filename 选择项目文件名 - + No project file loaded 项目文件未加载 - + The project file %1 @@ -1244,7 +1244,7 @@ Do you want to remove the file from the recently used projects -list? 你要从最近使用的项目列表中删除此文件吗? - + Cppcheck GUI. Syntax: @@ -1286,7 +1286,7 @@ Options: 当使用这个选项时,GUI不会启动。 - + Cppcheck GUI - Command line parameters Cppcheck GUI - 命令行参数 @@ -1319,7 +1319,7 @@ Options: 符号名 - + Edit suppression 编辑抑制 @@ -1660,82 +1660,82 @@ Options: ProjectFileDialog - + Project file: %1 项目文件: %1 - + Select Cppcheck build dir 选择 Cppcheck 构建目录 - + Select include directory 选择 Include 目录 - + Select a directory to check 选择一个检查目录 - + (no rule texts file) (无规则文本文件) - + Clang-tidy (not found) Clang-tidy (未找到) - + Visual Studio Visual Studio - + Compile database Compile database - + Borland C++ Builder 6 Borland C++ Builder 6 - + Import Project 导入项目 - + Select directory to ignore 选择忽略的目录 - + Source files 源文件 - + All files 全部文件 - + Exclude file 排除文件 - + Select MISRA rule texts file 选择 MISRA 规则文本文件 - + MISRA rule texts file (%1) MISRA 规则文本文件 (%1) @@ -1768,143 +1768,143 @@ Options: 第%1行:在 "%3" 中缺失的必选属性 "%2" - + (Not found) (未找到) - + Thin 极细 - + ExtraLight 更细 - + Light - + Normal 常规 - + Medium 中等 - + DemiBold 较粗 - + Bold - + ExtraBold 更粗 - + Black 极粗 - + Editor Foreground Color 编辑器前景色 - + Editor Background Color 编辑器背景色 - + Highlight Background Color 高亮背景色 - + Line Number Foreground Color 行号前景色 - + Line Number Background Color 行号背景色 - + Keyword Foreground Color 关键字前景色 - + Keyword Font Weight 关键字字体大小 - + Class Foreground Color Class ForegroundColor 类前景色 - + Class Font Weight 类字体大小 - + Quote Foreground Color 引用前景色 - + Quote Font Weight 引用字体大小 - + Comment Foreground Color 注释前景色 - + Comment Font Weight 注释字体大小 - + Symbol Foreground Color 符号前景色 - + Symbol Background Color 符号背景色 - + Symbol Font Weight 符号字体大小 - + Set to Default Light 设置为默认亮色 - + Set to Default Dark 设置为默认暗色 @@ -1935,109 +1935,109 @@ Options: ResultsTree - + File 文件 - + Severity 严重性 - + Line - + Summary 概要 - + Undefined file 未定义文件 - + Copy 复制 - + Could not find file: 找不到文件: - + Please select the folder '%1' 请选择文件夹 '%1' - + Select Directory '%1' 选择目录 '%1' - + Please select the directory where file is located. 请选择文件所在的目录。 - + debug 调试 - + note 注意 - + Recheck 重新检查 - + Hide 隐藏 - + Hide all with id 隐藏全部 ID - + Suppress selected id(s) 抑制选择的 ID - + Open containing folder 打开包含的文件夹 - - + + Tag 标记 - + No tag 取消标记 - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2047,7 +2047,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2056,12 +2056,12 @@ Please select the default editor application in preferences/Applications. - + Could not find the file! 找不到文件! - + Could not start %1 Please check the application path and parameters are correct. @@ -2070,52 +2070,52 @@ Please check the application path and parameters are correct. 请检查此应用程序的路径与参数是否正确。 - + Select Directory 选择目录 - + Id Id - + Inconclusive 不确定的 - + Since date 日期 - + style 风格 - + error 错误 - + warning 警告 - + performance 性能 - + portability 移植可能性 - + information 信息 @@ -2138,82 +2138,82 @@ Please check the application path and parameters are correct. 警告详情 - - + + Failed to save the report. 保存报告失败。 - + Print Report 打印报告 - + No errors found, nothing to print. 没有错误发现,没有可打印内容。 - + %p% (%1 of %2 files checked) %p% (%2 个文件已检查 %1 个) - - + + Cppcheck Cppcheck - + No errors found. 未发现错误。 - + Errors were found, but they are configured to be hidden. To toggle what kind of errors are shown, open view menu. 发现错误,但它们被设为隐藏。 打开“查看”菜单,切换需要显示的错误。 - - + + Failed to read the report. 读取报告失败。 - + XML format version 1 is no longer supported. 不再支持 XML 格式版本 1。 - + First included by 首次包含于 - + Id Id - + Bug hunting analysis is incomplete 错误搜寻分析未完成 - + Clear Log 清空日志 - + Copy this Log entry 复制此日志条目 - + Copy complete Log 复制完整日志 @@ -2441,47 +2441,47 @@ To toggle what kind of errors are shown, open view menu. SettingsDialog - + N/A N/A - + The executable file "%1" is not available 可执行文件 "%1" 不可用 - + Add a new application 添加一个新的应用程序 - + Modify an application 修改一个应用程序 - + [Default] [默认] - + [Default] [默认] - + Select python binary 选择 python 二进制 - + Select MISRA File 选择 MISRA 文件 - + Select clang path 选择 clang 路径 @@ -2491,14 +2491,14 @@ To toggle what kind of errors are shown, open view menu. - - + + Statistics 统计 - + Project 项目 @@ -2529,7 +2529,7 @@ To toggle what kind of errors are shown, open view menu. - + Previous Scan 上一次扫描 @@ -2599,143 +2599,143 @@ To toggle what kind of errors are shown, open view menu. 导出 PDF - + 1 day 1 天 - + %1 days %1 天 - + 1 hour 1 小时 - + %1 hours %1 小时 - + 1 minute 1 分钟 - + %1 minutes %1 分钟 - + 1 second 1 秒 - + %1 seconds %1 秒 - + 0.%1 seconds 0.%1 秒 - + and - + Export PDF 导出 PDF - + Project Settings 项目设置 - + Paths 路径 - + Include paths 包含路径 - + Defines 定义 - + Undefines 未定义 - + Path selected 选中的路径 - + Number of files scanned 扫描的文件数 - + Scan duration 扫描时间 - - + + Errors 错误 - + File: 文件: - + No cppcheck build dir 没有 cppcheck 构建目录 - - + + Warnings 警告 - - + + Style warnings 风格警告 - - + + Portability warnings 移植可能性警告 - - + + Performance warnings 性能警告 - - + + Information messages 信息 @@ -2743,7 +2743,7 @@ To toggle what kind of errors are shown, open view menu. ThreadResult - + %1 of %2 files checked %2 个文件已检查 %1 个 diff --git a/gui/csvreport.h b/gui/csvreport.h index 388728561..74c31d320 100644 --- a/gui/csvreport.h +++ b/gui/csvreport.h @@ -24,6 +24,8 @@ #include #include +class ErrorItem; + /// @addtogroup GUI /// @{ diff --git a/gui/erroritem.cpp b/gui/erroritem.cpp index e2f94e6f2..3612302fb 100644 --- a/gui/erroritem.cpp +++ b/gui/erroritem.cpp @@ -20,6 +20,8 @@ #include "common.h" +#include + QErrorPathItem::QErrorPathItem(const ErrorMessage::FileLocation &loc) : file(QString::fromStdString(loc.getfile(false))) , line(loc.line) diff --git a/gui/filelist.cpp b/gui/filelist.cpp index cbb36a6a3..b10ec3ddf 100644 --- a/gui/filelist.cpp +++ b/gui/filelist.cpp @@ -20,6 +20,10 @@ #include "pathmatch.h" +#include +#include +#include + #include QStringList FileList::getDefaultFilters() diff --git a/gui/fileviewdialog.h b/gui/fileviewdialog.h index 7c5d48f91..7b089056e 100644 --- a/gui/fileviewdialog.h +++ b/gui/fileviewdialog.h @@ -22,6 +22,7 @@ #include #include +class QObject; class QWidget; class QTextEdit; namespace Ui { diff --git a/gui/helpdialog.cpp b/gui/helpdialog.cpp index 6a657dd95..bf5b1c5cf 100644 --- a/gui/helpdialog.cpp +++ b/gui/helpdialog.cpp @@ -28,6 +28,8 @@ #include #include +class QWidget; + void HelpBrowser::setHelpEngine(QHelpEngine *helpEngine) { mHelpEngine = helpEngine; diff --git a/gui/helpdialog.h b/gui/helpdialog.h index c4b0dae2b..9ad985a77 100644 --- a/gui/helpdialog.h +++ b/gui/helpdialog.h @@ -22,12 +22,14 @@ #include #include +class QHelpEngine; +class QObject; +class QUrl; +class QWidget; namespace Ui { class HelpDialog; } -class QHelpEngine; - class HelpBrowser : public QTextBrowser { public: HelpBrowser(QWidget* parent = nullptr) : QTextBrowser(parent), mHelpEngine(nullptr) {} diff --git a/gui/libraryaddfunctiondialog.cpp b/gui/libraryaddfunctiondialog.cpp index e45c34f28..ca91f2e6c 100644 --- a/gui/libraryaddfunctiondialog.cpp +++ b/gui/libraryaddfunctiondialog.cpp @@ -23,6 +23,8 @@ #include #include +class QWidget; + LibraryAddFunctionDialog::LibraryAddFunctionDialog(QWidget *parent) : QDialog(parent), mUi(new Ui::LibraryAddFunctionDialog) diff --git a/gui/libraryaddfunctiondialog.h b/gui/libraryaddfunctiondialog.h index 4cf774ce5..5dca2d646 100644 --- a/gui/libraryaddfunctiondialog.h +++ b/gui/libraryaddfunctiondialog.h @@ -21,14 +21,16 @@ #include -#define SIMPLENAME "[_a-zA-Z][_a-zA-Z0-9]*" // just a name -#define SCOPENAME SIMPLENAME "(::" SIMPLENAME ")*" // names with optional scope -#define NAMES SCOPENAME "(," SCOPENAME ")*" // names can be separated by comma - +class QObject; +class QWidget; namespace Ui { class LibraryAddFunctionDialog; } +#define SIMPLENAME "[_a-zA-Z][_a-zA-Z0-9]*" // just a name +#define SCOPENAME SIMPLENAME "(::" SIMPLENAME ")*" // names with optional scope +#define NAMES SCOPENAME "(," SCOPENAME ")*" // names can be separated by comma + class LibraryAddFunctionDialog : public QDialog { Q_OBJECT diff --git a/gui/librarydialog.cpp b/gui/librarydialog.cpp index 66f26d97d..ae08cf455 100644 --- a/gui/librarydialog.cpp +++ b/gui/librarydialog.cpp @@ -25,12 +25,16 @@ #include "ui_librarydialog.h" +#include + #include #include #include #include #include +class QWidget; + // TODO: get/compare functions from header class FunctionListItem : public QListWidgetItem { diff --git a/gui/librarydialog.h b/gui/librarydialog.h index 1a5845b35..42e46a70d 100644 --- a/gui/librarydialog.h +++ b/gui/librarydialog.h @@ -24,7 +24,8 @@ #include class QListWidgetItem; - +class QObject; +class QWidget; namespace Ui { class LibraryDialog; } diff --git a/gui/libraryeditargdialog.cpp b/gui/libraryeditargdialog.cpp index 5b1f4247d..8d42a0ac7 100644 --- a/gui/libraryeditargdialog.cpp +++ b/gui/libraryeditargdialog.cpp @@ -20,6 +20,8 @@ #include "ui_libraryeditargdialog.h" +class QWidget; + LibraryEditArgDialog::LibraryEditArgDialog(QWidget *parent, const CppcheckLibraryData::Function::Arg &arg) : QDialog(parent), mUi(new Ui::LibraryEditArgDialog), diff --git a/gui/libraryeditargdialog.h b/gui/libraryeditargdialog.h index b61713acd..7d97aa4fd 100644 --- a/gui/libraryeditargdialog.h +++ b/gui/libraryeditargdialog.h @@ -23,6 +23,8 @@ #include +class QObject; +class QWidget; namespace Ui { class LibraryEditArgDialog; } diff --git a/gui/main.cpp b/gui/main.cpp index 561fea1e9..6eb990b05 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -29,6 +29,7 @@ #else #include #endif +#include #include #include diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index dfabb0f9d..f54c1c309 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -20,25 +20,39 @@ #include "applicationlist.h" #include "aboutdialog.h" +#include "analyzerinfo.h" #include "common.h" #include "cppcheck.h" +#include "errortypes.h" #include "filelist.h" #include "fileviewdialog.h" #include "helpdialog.h" +#include "importproject.h" #include "librarydialog.h" +#include "platform.h" #include "projectfile.h" #include "projectfiledialog.h" #include "report.h" +#include "resultsview.h" #include "scratchpad.h" #include "showtypes.h" #include "statsdialog.h" #include "settingsdialog.h" +#include "standards.h" +#include "suppressions.h" #include "threadhandler.h" #include "threadresult.h" #include "translationhandler.h" #include "ui_mainwindow.h" +#include +#include +#include +#include +#include +#include + #include #include #include diff --git a/gui/mainwindow.h b/gui/mainwindow.h index 394d0a734..5621ca12e 100644 --- a/gui/mainwindow.h +++ b/gui/mainwindow.h @@ -19,6 +19,7 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H +#include "library.h" #include "settings.h" #include "platforms.h" @@ -36,6 +37,9 @@ class QActionGroup; class QSettings; class QTimer; class QLineEdit; +class ImportProject; +class QCloseEvent; +class QObject; namespace Ui { class MainWindow; } diff --git a/gui/newsuppressiondialog.cpp b/gui/newsuppressiondialog.cpp index 246d1df22..c8a9d5ba6 100644 --- a/gui/newsuppressiondialog.cpp +++ b/gui/newsuppressiondialog.cpp @@ -25,6 +25,11 @@ #include "ui_newsuppressiondialog.h" +#include +#include + +class QWidget; + NewSuppressionDialog::NewSuppressionDialog(QWidget *parent) : QDialog(parent), mUI(new Ui::NewSuppressionDialog) diff --git a/gui/newsuppressiondialog.h b/gui/newsuppressiondialog.h index 1204525df..3f8c98d21 100644 --- a/gui/newsuppressiondialog.h +++ b/gui/newsuppressiondialog.h @@ -23,6 +23,8 @@ #include +class QObject; +class QWidget; namespace Ui { class NewSuppressionDialog; } diff --git a/gui/printablereport.h b/gui/printablereport.h index 45d073ac4..3fc5437ff 100644 --- a/gui/printablereport.h +++ b/gui/printablereport.h @@ -21,6 +21,8 @@ #include "report.h" +class ErrorItem; + /// @addtogroup GUI /// @{ diff --git a/gui/projectfile.cpp b/gui/projectfile.cpp index b3e24f8be..23044f4a9 100644 --- a/gui/projectfile.cpp +++ b/gui/projectfile.cpp @@ -19,9 +19,13 @@ #include "projectfile.h" #include "common.h" +#include "config.h" #include "importproject.h" #include "settings.h" +#include +#include + #include #include #include diff --git a/gui/projectfile.h b/gui/projectfile.h index 9c33e268c..f4495334f 100644 --- a/gui/projectfile.h +++ b/gui/projectfile.h @@ -22,6 +22,7 @@ #include "settings.h" #include "suppressions.h" +#include #include #include diff --git a/gui/projectfiledialog.cpp b/gui/projectfiledialog.cpp index ea5769d6b..408dbdc26 100644 --- a/gui/projectfiledialog.cpp +++ b/gui/projectfiledialog.cpp @@ -23,11 +23,16 @@ #include "importproject.h" #include "library.h" #include "newsuppressiondialog.h" +#include "platform.h" #include "platforms.h" #include "projectfile.h" +#include "settings.h" #include "ui_projectfile.h" +#include +#include + #include #include #include @@ -35,6 +40,8 @@ #include #include +class QModelIndex; + /** Return paths from QListWidget */ static QStringList getPaths(const QListWidget *list) { diff --git a/gui/projectfiledialog.h b/gui/projectfiledialog.h index 0a3de5e09..449d3c661 100644 --- a/gui/projectfiledialog.h +++ b/gui/projectfiledialog.h @@ -25,6 +25,8 @@ #include #include +class QModelIndex; +class QObject; class QWidget; namespace Ui { class ProjectFile; diff --git a/gui/resultstree.cpp b/gui/resultstree.cpp index 7de443754..1f54a795e 100644 --- a/gui/resultstree.cpp +++ b/gui/resultstree.cpp @@ -26,9 +26,13 @@ #include "projectfile.h" #include "report.h" #include "showtypes.h" +#include "suppressions.h" #include "threadhandler.h" #include "xmlreportv2.h" +#include +#include + #include #include #include diff --git a/gui/resultstree.h b/gui/resultstree.h index dfd0c50b1..c72c435ab 100644 --- a/gui/resultstree.h +++ b/gui/resultstree.h @@ -35,6 +35,8 @@ class QWidget; class QItemSelectionModel; class ThreadHandler; class QContextMenuEvent; +class QKeyEvent; +class QObject; class QSettings; /// @addtogroup GUI diff --git a/gui/resultsview.cpp b/gui/resultsview.cpp index bca3ecc5a..20066aeb3 100644 --- a/gui/resultsview.cpp +++ b/gui/resultsview.cpp @@ -19,12 +19,14 @@ #include "resultsview.h" #include "checkstatistics.h" +#include "codeeditor.h" #include "codeeditorstyle.h" #include "common.h" #include "csvreport.h" #include "erroritem.h" #include "path.h" #include "printablereport.h" +#include "resultstree.h" #include "txtreport.h" #include "xmlreport.h" #include "xmlreportv2.h" diff --git a/gui/resultsview.h b/gui/resultsview.h index dbe894854..93ae0870d 100644 --- a/gui/resultsview.h +++ b/gui/resultsview.h @@ -34,7 +34,8 @@ class QModelIndex; class QPrinter; class QSettings; class CheckStatistics; -class QListWidgetItem; +class QObject; +class QPoint; namespace Ui { class ResultsView; } diff --git a/gui/scratchpad.cpp b/gui/scratchpad.cpp index 3c8a00ab7..02b5629f2 100644 --- a/gui/scratchpad.cpp +++ b/gui/scratchpad.cpp @@ -18,6 +18,7 @@ #include "scratchpad.h" +#include "codeeditor.h" #include "mainwindow.h" #include "ui_scratchpad.h" diff --git a/gui/scratchpad.h b/gui/scratchpad.h index b45bea225..a8bb17f75 100644 --- a/gui/scratchpad.h +++ b/gui/scratchpad.h @@ -22,6 +22,7 @@ #include class MainWindow; +class QObject; namespace Ui { class ScratchPad; } diff --git a/gui/settingsdialog.cpp b/gui/settingsdialog.cpp index 1249ceb90..6e4d5fa2e 100644 --- a/gui/settingsdialog.cpp +++ b/gui/settingsdialog.cpp @@ -18,6 +18,7 @@ #include "settingsdialog.h" +#include "application.h" #include "applicationdialog.h" #include "applicationlist.h" #include "codeeditorstyle.h" diff --git a/gui/settingsdialog.h b/gui/settingsdialog.h index 4f4da9d8d..59d1ecd89 100644 --- a/gui/settingsdialog.h +++ b/gui/settingsdialog.h @@ -28,6 +28,7 @@ class ApplicationList; class TranslationHandler; class CodeEditorStyle; class QCheckBox; +class QObject; namespace Ui { class Settings; } diff --git a/gui/statsdialog.cpp b/gui/statsdialog.cpp index ca1430666..9a97c57a7 100644 --- a/gui/statsdialog.cpp +++ b/gui/statsdialog.cpp @@ -21,6 +21,7 @@ #include "checkstatistics.h" #include "common.h" #include "projectfile.h" +#include "showtypes.h" #include "ui_statsdialog.h" diff --git a/gui/statsdialog.h b/gui/statsdialog.h index d9ad94cf9..d7898e951 100644 --- a/gui/statsdialog.h +++ b/gui/statsdialog.h @@ -23,6 +23,8 @@ class ProjectFile; class CheckStatistics; +class QObject; +class QWidget; namespace Ui { class StatsDialog; } diff --git a/gui/test/benchmark/simple/benchmarksimple.h b/gui/test/benchmark/simple/benchmarksimple.h index 4a9ae325f..8894c3915 100644 --- a/gui/test/benchmark/simple/benchmarksimple.h +++ b/gui/test/benchmark/simple/benchmarksimple.h @@ -16,8 +16,11 @@ * along with this program. If not, see . */ +#include "color.h" #include "errorlogger.h" +#include + #include class BenchmarkSimple : public QObject, public ErrorLogger { diff --git a/gui/threadhandler.cpp b/gui/threadhandler.cpp index 8fe716a8b..dcd78b8cd 100644 --- a/gui/threadhandler.cpp +++ b/gui/threadhandler.cpp @@ -23,6 +23,10 @@ #include "resultsview.h" #include "settings.h" +#include +#include +#include + #include #include #include diff --git a/gui/threadhandler.h b/gui/threadhandler.h index 158f4f365..7fe846360 100644 --- a/gui/threadhandler.h +++ b/gui/threadhandler.h @@ -35,6 +35,7 @@ class CheckThread; class QSettings; class Settings; class ImportProject; +class ErrorItem; /// @addtogroup GUI /// @{ diff --git a/gui/threadresult.cpp b/gui/threadresult.cpp index e759ab6e4..b478c54d5 100644 --- a/gui/threadresult.cpp +++ b/gui/threadresult.cpp @@ -21,6 +21,7 @@ #include "common.h" #include "erroritem.h" #include "errorlogger.h" +#include "errortypes.h" #include diff --git a/gui/threadresult.h b/gui/threadresult.h index 0e38a1610..1895a2e0c 100644 --- a/gui/threadresult.h +++ b/gui/threadresult.h @@ -24,6 +24,9 @@ #include "errorlogger.h" #include "importproject.h" +#include +#include + #include #include #include diff --git a/gui/txtreport.h b/gui/txtreport.h index 8bb195d43..82b5f39f2 100644 --- a/gui/txtreport.h +++ b/gui/txtreport.h @@ -24,6 +24,9 @@ #include #include +class ErrorItem; +class QObject; + /// @addtogroup GUI /// @{ diff --git a/gui/xmlreportv2.h b/gui/xmlreportv2.h index 8e9afcf4b..604c1c1ad 100644 --- a/gui/xmlreportv2.h +++ b/gui/xmlreportv2.h @@ -19,6 +19,7 @@ #ifndef XML_REPORTV2_H #define XML_REPORTV2_H +#include "erroritem.h" #include "xmlreport.h" #include diff --git a/lib/astutils.h b/lib/astutils.h index 0fb4e39e0..a1bb11bff 100644 --- a/lib/astutils.h +++ b/lib/astutils.h @@ -32,11 +32,9 @@ #include "errortypes.h" #include "symboldatabase.h" -class Function; class Library; class Settings; class Token; -class Variable; enum class ChildrenToVisit { none, diff --git a/lib/checkautovariables.cpp b/lib/checkautovariables.cpp index a33090d08..741790cda 100644 --- a/lib/checkautovariables.cpp +++ b/lib/checkautovariables.cpp @@ -30,7 +30,6 @@ #include "tokenize.h" #include "valueflow.h" -#include #include #include #include diff --git a/lib/checkclass.h b/lib/checkclass.h index e53c00721..ce7f60b8b 100644 --- a/lib/checkclass.h +++ b/lib/checkclass.h @@ -36,10 +36,6 @@ class ErrorLogger; class Settings; class Token; -class Function; -class Scope; -class Type; -class Variable; namespace CTU { class FileInfo; diff --git a/lib/checkother.cpp b/lib/checkother.cpp index a94ea363f..745fbdf43 100644 --- a/lib/checkother.cpp +++ b/lib/checkother.cpp @@ -40,7 +40,6 @@ #include #include #include -#include #include #include diff --git a/lib/checkunusedvar.cpp b/lib/checkunusedvar.cpp index de9430d5d..9a4db1f99 100644 --- a/lib/checkunusedvar.cpp +++ b/lib/checkunusedvar.cpp @@ -33,7 +33,6 @@ #include #include -#include #include #include #include diff --git a/lib/library.cpp b/lib/library.cpp index f2a3c7e46..793ec02bf 100644 --- a/lib/library.cpp +++ b/lib/library.cpp @@ -34,6 +34,7 @@ #include #include #include +#include #include #include diff --git a/lib/library.h b/lib/library.h index 9243e2d55..3938b9bdc 100644 --- a/lib/library.h +++ b/lib/library.h @@ -36,7 +36,6 @@ #include class Token; -class TokenList; class Settings; namespace tinyxml2 { diff --git a/lib/programmemory.cpp b/lib/programmemory.cpp index 37d5bcdd8..82f6c72d9 100644 --- a/lib/programmemory.cpp +++ b/lib/programmemory.cpp @@ -36,7 +36,6 @@ #include #include #include -#include #include #include diff --git a/lib/programmemory.h b/lib/programmemory.h index bd705e718..0e2202e32 100644 --- a/lib/programmemory.h +++ b/lib/programmemory.h @@ -26,6 +26,7 @@ #include #include #include +#include #include class Token; diff --git a/lib/settings.h b/lib/settings.h index 371a2de84..33ebd21b2 100644 --- a/lib/settings.h +++ b/lib/settings.h @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include diff --git a/lib/suppressions.cpp b/lib/suppressions.cpp index c13624b98..26cdc16fc 100644 --- a/lib/suppressions.cpp +++ b/lib/suppressions.cpp @@ -22,7 +22,9 @@ #include "mathlib.h" #include "path.h" #include "utils.h" +#include "token.h" #include "tokenize.h" +#include "tokenlist.h" #include #include // std::isdigit, std::isalnum, etc diff --git a/lib/symboldatabase.h b/lib/symboldatabase.h index 72609ca7e..c2731b81b 100644 --- a/lib/symboldatabase.h +++ b/lib/symboldatabase.h @@ -33,6 +33,7 @@ #include #include #include +#include #include #include diff --git a/lib/templatesimplifier.cpp b/lib/templatesimplifier.cpp index d97696c22..fd5da6180 100644 --- a/lib/templatesimplifier.cpp +++ b/lib/templatesimplifier.cpp @@ -33,7 +33,6 @@ #include #include #include -#include #include static Token *skipRequires(Token *tok) diff --git a/lib/valueflow.cpp b/lib/valueflow.cpp index 9a12f4772..5c4b08090 100644 --- a/lib/valueflow.cpp +++ b/lib/valueflow.cpp @@ -115,7 +115,6 @@ #include #include #include -#include #include #include #include diff --git a/test/testsymboldatabase.cpp b/test/testsymboldatabase.cpp index 2147e3aa1..4015bd0c9 100644 --- a/test/testsymboldatabase.cpp +++ b/test/testsymboldatabase.cpp @@ -26,6 +26,7 @@ #include "tokenize.h" #include "tokenlist.h" +#include #include #include #include diff --git a/test/testthreadexecutor.cpp b/test/testthreadexecutor.cpp index 4a4f184d3..6eab621d5 100644 --- a/test/testthreadexecutor.cpp +++ b/test/testthreadexecutor.cpp @@ -21,11 +21,13 @@ #include "testutils.h" #include "threadexecutor.h" +#include #include #include #include #include #include +#include class TestThreadExecutor : public TestFixture { public: diff --git a/test/testutils.h b/test/testutils.h index 01c056375..269b9a1fa 100644 --- a/test/testutils.h +++ b/test/testutils.h @@ -29,6 +29,7 @@ #include #include #include +#include #include class Token;