[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/cppcheck-opensource/cppcheck/main/gui/cppcheck_nl.ts [Back]  [Original]



    About
    
        
        About Cppcheck
        Over Cppcheck


        Version %1
        Versie %1


        Cppcheck - A tool for static C/C++ code analysis.
        Cppcheck - Een tool voor statische C/C++ code analyse.


        Copyright  2007-%1 Cppcheck team.
        Copyright  2007-2021 Cppcheck team.
        Copyright  2007-2021 het cppcheck team.


        This program is licensed under the terms
of the GNU General Public License version 3
        Dit programma is beschikbaar onder te termen
van de GNU General Public License versie 3


        Visit Cppcheck homepage at %1
        Bezoek de Cppcheck homepage op %1


        <html><head/><body><p>Many thanks to these libraries that we use:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PCRE</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PicoJSON</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Qt</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">TinyXML2</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html>
        <html><head/><body><p>Many thanks to these libraries that we use:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">pcre</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">picojson</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">qt</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tinyxml2</li></ul></body></html>


    ApplicationDialog
    
        
        Add an application
        Voeg een nieuwe applicatie toe


        Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.

The following texts in parameters are replaced with appropriate values when application is executed:
(file) - Filename containing the error
(line) - Line number containing the error
(message) - Error message
(severity) - Error severity

Example opening a file with Kate and make Kate scroll to the correct line:
Executable: kate
Parameters: -l(line) (file)
        Hier kunt u toepassingen toevoegen die de foute bestanden kan openen. Geef naam op van de toepassing, het uitvoerbare bestand en command lijn parameters voor de toepassing

De volgende tekst in de parameters word vervangen door de juiste waarden wanneer de toepassing wordt uitgevoerd:
(bestand) - Bestandsnaam waarin de fout zit
(lijn) - Lijnnummer waar de fout zit
(bericht) Foutmelding
(ernst) Ernst van foutmelding

Voorbeeld een bestand openen met KonOs2 en laat KonOs2 scrollen naar de juiste lijn:
Uitvoerbaar: KonOs2
Parameters: -l(lijn) (bestand)


        &Name:
        &Naam:


        &Executable:
        &Uitvoerbaar:


        &Parameters:


        Browse
        Bladeren


        Executable files (*.exe);;All files(*.*)
        Uitvoerbare bestanden (*.exe);;Alle bestanden(*.*)


        Select viewer application
        Selecteer applicatie
    
    
        Cppcheck
        Cppcheck


        You must specify a name, a path and optionally parameters for the application!
        Geef een naam op, een pad en eventueel parameters voor de toepassing!


    FileViewDialog
    
        
        Could not find the file: %1
        Could not find the file:

        Kon het bestand niet vinden: %1
    
    
        Cppcheck
        Cppcheck


        Could not read the file: %1
        Kon het bestand niet lezen: %1


    HelpDialog
    
        
        Cppcheck GUI help


        Contents


        Index


        Helpfile '%1' was not found


        Cppcheck
        Cppcheck


    LibraryAddFunctionDialog
    
        
        Add function


        Function name(s)


        Number of arguments


    LibraryDialog
    
        
        Library Editor


        Open


        Save
        Opslaan


        Save as


        Functions


        Sort


        Add


        Filter:


        Comments


        noreturn


        False


        True


        Unknown


        return value must be used


        ignore function in leaks checking


        Arguments


        Edit
        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


    LibraryEditArgDialog
    
        
        Edit argument


        <html><head/><body>
<p>Is bool value allowed? For instance result from comparison or from '!' operator.</p>
<p>Typically, set this if the argument is a pointer, size, etc.</p>
<p>Example:</p>
<pre>    memcmp(x, y, i == 123);   // last argument should not have a bool value</pre>
</body></html>


        Not bool


        <html><head/><body>
<p>Is a null parameter value allowed?</p>
<p>Typically this should be used on any pointer parameter that does not allow null.</p>
<p>Example:</p>
<pre>    strcpy(x,y); // neither x or y is allowed to be null.</pre>
</body></html>


        Not null


        Not uninit


        String


        Format string


        Min size of buffer


        Type


        None


        argvalue


        mul


        strlen


        Arg


        Arg2


        and


        Valid values


    MainWindow
    
        Cppcheck
        Cppcheck


        A&nalyze


        Standard
        Standaard


        &File
        &Bestand


        &View
        &Weergave


        &Toolbars
        &Werkbalken


        C++ standard
        C++standaard


        &C standard
        C standard
        C standaard


        &Edit
        Be&werken


        &License...
        &Licentie...


        A&uthors...
        A&uteurs...


        &About...
        &Over...


        &Files...
        &Bestanden...


        Analyze files
        Check files
        Controleer bestanden


        Ctrl+F
        Ctrl+F


        &Directory...
        &Mappen...


        Analyze directory
        Check directory
        Controleer Map


        Ctrl+D
        Ctrl+D


        Ctrl+R
        Ctrl+R


        &Stop
        &Stop


        Stop analysis
        Stop checking
        Stop controle


        Esc
        Esc


        &Save results to file...
        &Resultaten opslaan...


        Ctrl+S
        Ctrl+S


        &Quit
        &Afsluiten


        &Clear results
        &Resultaten wissen


        &Preferences
        &Voorkeuren


        Show errors
        Toon fouten


        Show warnings
        Toon waarschuwingen


        Show performance warnings
        Toon presentatie waarschuwingen


        Show &hidden
        Toon &verborgen


        Information
        Informatie


        Show information messages
        Toon informatie bericht


        Show portability warnings
        Toon portabiliteit waarschuwingen


        Show Cppcheck results


        Clang


        Show Clang results


        &Filter
        &Filter


        Filter results
        Filter resultaten


        Windows 32-bit ANSI
        Windows 32-bit ANSI


        Windows 32-bit Unicode


        Unix 32-bit


        Unix 64-bit


        Windows 64-bit


        &Print...


        Print the Current Report


        Print Pre&view...


        Open a Print Preview Dialog for the Current Results


        Open library editor


        &Check all
        &Controleer alles


        Checking for updates


        Hide
        Verberg


        Report


        Filter


        &Reanalyze modified files
        &Recheck modified files


        Reanal&yze all files


        Ctrl+Q


        Style war&nings


        E&rrors


        &Uncheck all
        Selecteer &niets


        Collapse &all
        Alles Inkl&appen


        &Expand all
        Alles &Uitklappen


        &Standard
        &Standaard


        Standard items
        Standaard items


        Toolbar
        Werkbalk


        &Categories
        &Categorien


        Error categories
        Foute Categorien


        &Open XML...


        Open P&roject File...
        Open P&oject bestand...


        Ctrl+Shift+O


        Sh&ow Scratchpad...


        &New Project File...
        &Nieuw Project Bestand...


        Ctrl+Shift+N


        &Log View
        &Log weergave


        Log View
        Log weergave


        C&lose Project File
        &Sluit Project Bestand


        &Edit Project File...
        &Bewerk Project Bestand...


        &Statistics
        &Statistieken


        &Warnings


        Per&formance warnings


        &Information


        &Portability


        P&latforms


        C++&11


        C&99


        &Posix


        C&11


        &C89


        &C++03


        &Library Editor...


        &Auto-detect language


        &Enforce C++


        E&nforce C


        C++14


        Reanalyze and check library


        Check configuration (defines, includes)


        C++17


        C++20


        Compliance report...


        Normal


        Autosar


        EULA...


        Thread Details


        Show thread details


        &Contents
        &Inhoud


        Categories
        Categorien


        Show style warnings
        Toon stijl waarschuwingen


        Open the help contents
        Open de help inhoud


        F1


        &Help
        &Help


        Quick Filter:
        Snel Filter:


        Select configuration


        Found project file: %1

Do you want to load this project file instead?
        Project bestand gevonden: %1
Wilt u dit project laden in plaats van?


        File not found


        Bad XML


        Missing attribute


        Bad attribute value


        Duplicate define


        Failed to load the selected library '%1'.
%2


        File not found: '%1'


        Failed to load/setup addon %1: %2


        Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.

Analysis is aborted.


        Failed to load %1 - %2

Analysis is aborted.


        %1

Analysis is aborted.


        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.
        Er was een probleem met het laden van de bewerker instellingen.

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


        Error


        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


        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.
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 open file


        Unknown project file format


        Failed to import project file


        Failed to import '%1': %2

Analysis is stopped.


        Failed to import '%1' (%2), analysis is stopped


        Project files (*.cppcheck)


        Select Project Filename
        Selecteer project bestandsnaam


        No project file loaded
        Geen project bestand geladen


        The project file

%1

 could not be found!

Do you want to remove the file from the recently used projects -list?
        Het project bestand

%1

Kan niet worden gevonden!
Wilt u het bestand van de onlangs gebruikte project verwijderen -lijst?


        Install


        New version available: %1. %2


        Show Mandatory


        Show Required


        Show Advisory


        Show Document


        Show L1


        Show L2


        Show L3


        Show style


        Show portability


        Show performance


        Show information


        Cppcheck GUI.

Syntax:
    cppcheck-gui [OPTIONS] [files or paths]

Options:
    -h, --help              Print this help
    -p <file>               Open given project file and start checking it
    -l <file>               Open given results xml file
    -d <directory>          Specify the directory that was checked to generate the results xml specified with -l
    -v, --version           Show program version
    --data-dir=<directory>  This option is for installation scripts so they can configure the directory where
                            datafiles are located (translations, cfg). The GUI is not started when this option
                            is used.
        Cppcheck GUI.

Syntax:
    cppcheck-gui [OPTIONS] [files or paths]

Options:
    -h, --help              Print this help
    -p <file>               Open given project file and start checking it
    -l <file>               Open given results xml file
    -d <directory>          Specify the directory that was checked to generate the results xml specified with -l
    -v, --version           Show program version
    --data-dir=<directory>  Specify directory where GUI datafiles are located (translations, cfg)


        Cppcheck GUI - Command line parameters
        Cppcheck GUI - Command lijn parameters


    NewSuppressionDialog
    
        
        New suppression


        Error ID


        File name


        Line number


        Symbol name


        Edit suppression


    Platforms
    
        
        Native


    ProjectFile
    
        
        Project File
        Project Bestand


        Paths and Defines


        Import Project (Visual studio / compile database/ Borland C++ Builder 6)
        Import Project (Visual studio / compile database)


        Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int
        Defines must be separated by a semicolon ';'


        Note: Put your own custom .cfg files in the same folder as the project file. You should see them above.


        If tags are added, you will be able to right click on warnings and set one of these tags. You can manually categorize warnings.


        Exclude source files


        Exclude folder...


        Exclude file...


        Misra C


        2012


        2023


        MISRA rule texts


        <html><head/><body><p>Copy/paste the text from Appendix A &quot;Summary of guidelines&quot; from the MISRA C 2012 pdf to a text file.</p></body></html>


        ...


        <html><head/><body><p>You have a choice:</p><p> * Analyze all Debug and Release configurations</p><p> * Only analyze the first matching Debug configuration</p><p><br/></p></body></html>


        Browse...


        Analyze all Visual Studio configurations


        Selected VS Configurations


        Paths:
        Paden:


        Add...
        Toevoegen...


        Edit
        Bewerk


        Remove
        Verwijder


        Undefines:


        Undefines must be separated by a semicolon. Example: UNDEF1;UNDEF2;UNDEF3


        Include Paths:


        Include file


        <html><head/><body><p><span style=" font-family:'monospace'; color:#000000; background-color:#ffffff;">Force inclusion of a header file</span></p></body></html>


        Browse..


        Types and Functions


        Analysis


        This is a workfolder that Cppcheck will use for various purposes.


        Parser


        Cppcheck (built in)


        Check level


        Reduced -- meant for usage where developer wants results directly. Limited and faster analysis with fewer results.


        Normal -- meant for normal analysis in CI. Analysis should finish in reasonable time.


        Exhaustive -- meant for nightly builds etc. Analysis time can be longer (10x slower than compilation is OK).


        Check that each class has a safe public interface


        Limit analysis


        Check code in unused templates (should be ON normally, however in theory you can safely ignore warnings in unused templates)
        Check code in unused templates  (slower and less accurate analysis)


        Max CTU depth


        Enable inline suppressions
        Schakel inline suppressies in


        2025


        Misra C++


        2008


        Cert C


        CERT-INT35-C:  int precision (if size equals precision, you can leave empty)


        Autosar


        Safety profiles (defined in C++ core guidelines)


        Bug hunting


        External tools


        Up
        Omhoog


        Down
        Omlaag


        Platform


        Clang (experimental)


        If you want to design your classes to be as flexible and robust as possible then the public interface must be very robust. Cppcheck will asumme that arguments can take *any* value.


        Check code in headers  (should be ON normally. if you want a limited quick analysis then turn this OFF)


        Max recursion in template instantiation


        Warning options


        Root path:


        Filepaths in warnings will be relative to this path


        Warning tags (separated by semicolon)


        Cppcheck build dir (whole program analysis, incremental analysis, statistics, etc)


        Libraries


        Suppressions


        Add


        Addons


        Note: Addons require <a href="https://www.python.org/">Python</a> being installed.


        Y2038


        Thread safety


        Coding standards


        Cert C++


        Bug hunting (Premium)


        Defines:
        Omschrijft:


    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


        Note: Open source Cppcheck does not fully implement Misra C 2012


        Clang-tidy (not found)


        Compile database


        Import Project


        C/C++ header


        Include file


        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)


    QObject
    
        
        Unknown language specified!
        Onbekende taal gekozen!


        Language file %1 not found!
        Language file %1.qm not found!
        Kon het taalbestand niet vinden: %1!


        Failed to load translation for language %1 from file %2
        Failed to load translation for language %1 from file %2.qm
        Kon de vertaling voor taal %1 in bestand %2 niet laden


        line %1: Unhandled element %2


        line %1: Mandatory attribute '%2' missing in '%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


        File
        Bestand


        Line
        Regel


        Severity
        Ernst


        Classification


        Level


        Inconclusive


        Summary
        Overzicht


        Id
        Id


        Guideline


        Rule


        Since date


        Tags


    QPlatformTheme
    
        
        OK


        Cancel
        Annuleer


        Close
        Sluit


        Save
        Opslaan


    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


        Hide
        Verberg


        Hide all with id
        Verberg alles met id


        Suppress selected id(s)


        Open containing folder


        internal


        Recheck %1 file(s)


        Hide %1 result(s)


        Tag


        No tag


        Cppcheck
        Cppcheck


        No editor application configured.

Configure the editor application for Cppcheck in preferences/Applications.
        Configure the text file viewer program in Cppcheck preferences/Applications.
        Er is geen bewerker toepassing geconfigureerd.

Configureer de bewerker toepassing voor cppcheck in voorkeuren/Applicaties.


        No default editor application selected.

Please select the default editor application in preferences/Applications.
        Geen standaard bewerker geselecteerd.
Selecteer de standaard bewerker in voorkeuren/Applicaties.


        Could not find the file!
        Kon het bestand niet vinden!


        Could not start %1

Please check the application path and parameters are correct.
        Kon applicatie %1 niet starten

Gelieve te controleren of de het pad en de parameters correct zijn.


        Select Directory
        Selecteer map
    
    
        Id
        Id


        style
        Stijlfouten


        error
        Fouten


        warning
        Waarschuwing


        performance
        Presentatie


        portability
        Portabiliteit


        information
        Informatie


    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


        Clear Log


        Copy this Log entry


        Copy complete Log


        Analysis was stopped


        There was a critical error with id '%1'


        when checking %1


        when checking a file


        Analysis was aborted.


        Failed to save the report.
        Kon het rapport niet opslaan.


        Results
        Resultaten


        Critical errors


        Analysis Log


        Warning Details


    ScratchPad
    
        
        Scratchpad
        Scratchpad


        Copy or write some C/C++ code here:


        Optionally enter a filename (mainly for automatic language detection) and click on "Check":


        filename
        bestandsnaam


        Check
        Controleer


    Settings
    
        
        Preferences
        Instellingen


        General
        Algemeen


        Add...
        Toevoegen...


        Number of threads: 
        Aantal threads: 
    
    
        Ideal count:
        Ideale telling:


        Force checking all #ifdef configurations
        Check all #ifdef configurations
        Controleer alle #ifdef combinaties


        Show full path of files
        Toon het volledige pad van bestanden


        Show "No errors found" message when no errors found
        Toon "Geen fouten gevonden" indien geen fouten gevonden werden


        Display error Id in column "Id"
        Toon fout ld in kolom "Id"


        Enable inline suppressions
        Schakel inline suppressies in


        Check for inconclusive errors also


        Show statistics on check completion


        Check for updates


        Show internal warnings in log


        Addons


        Python binary (leave this empty to use python in the PATH)


        ...


        MISRA addon


        MISRA rule texts file


        <html><head/><body><p>Copy/paste the text from Appendix A &quot;Summary of guidelines&quot; from the MISRA C 2012 pdf to a text file.</p></body></html>


        Clang


        Clang path (leave empty to use system PATH)


        Visual Studio headers


        <html><head/><body><p>Paths to Visual Studio headers, separated by semicolon ';'.</p><p>You can open a Visual Studio command prompt, write &quot;SET INCLUDE&quot;. Then copy/paste the paths.</p></body></html>


        Code Editor


        Code Editor Style


        System Style


        Default Light Style


        Default Dark Style


        Custom


        Remove
        Verwijder


        Max count:


        Applications
        Applicaties


        Edit...
        Bewerk...


        Set as default
        Instellen als standaard


        Reports
        Rapporten


        Save all errors when creating report
        Alle fouten opslaan


        Save full path to files in reports
        Volledig pad opslaan


        Language
        Taal


    SettingsDialog
    
        
        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


    StatsDialog


        Statistics
        Statistieken


        Project
        Project


        Project:
        Project:


        Paths:
        Paden:


        Include paths:
        Bevat paden:


        Defines:
        Omschrijft:


        Undefines:


        Previous Scan
        Vorige scan


        Path Selected:
        Pad Geselekteerd:


        Number of Files Scanned:
        Aantal bestanden gescanned:


        Scan Duration:
        Scan tijd:


        Errors:
        Fouten:


        Warnings:
        Waarschuwingen:


        Stylistic warnings:
        Stilistisch waarschuwingen:


        Portability warnings:
        Portabiliteit waarschuwingen:


        Performance issues:
        Presentatie problemen:


        Information messages:
        Informatie bericht:


        Active checkers:


        Checkers


        History


        File:


        Copy to Clipboard
        Kopieer naar Clipbord


        Pdf Export


        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


    ThreadDetails
    
        
        Thread Details


    ThreadResult
    
        
        %1 of %2 files checked
        %1 van %2 bestanden gecontroleerd


    TranslationHandler
    
        
        Failed to change the user interface language:

%1

The user interface language has been reset to English. Open the Preferences-dialog to select any of the available languages.
        Mislukt om de gebruikers taal te wijzigen:

%1

De gebruikerstaal is gereset naar Engels. Open het dialoogvenster om een van de beschikbare talen te selecteren.
    
    
        Cppcheck
        Cppcheck


    TxtReport
    
        
        inconclusive
        Onduidelijk


    toFilterString
    
        
        All supported files (%1)


        All files (%1)



Web Proxy Viewer  |  New URL  |  Original Page