[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/cppchecksolutions/cppcheck/main/gui/cppcheck_fr.ts [Back]  [Original]



    About
    
        
        About Cppcheck
        A propos


        Version %1
        Version %1


        Cppcheck - A tool for static C/C++ code analysis.
        Cppcheck - Un outil d'analyse statique de code C/C++.


        This program is licensed under the terms
of the GNU General Public License version 3
        Ce programme est sous licence GNU
General Public License version 3


        Visit Cppcheck homepage at %1
        Visitez le site Cppcheck : %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>


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


    ApplicationDialog
    
        
        Add an application
        Ajouter une application


        Browse
        Parcourir


        Executable files (*.exe);;All files(*.*)
        Fichier excutable (*.exe);;Tous les fichiers(*.*)


        Select viewer application
        Slection de l'application


        &Executable:
        &Excutable :


        &Parameters:
        &Paramtres :


        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)
        Vous pouvez ajouter une application capable d'ouvrir les fichiers d'erreurs. Spcifiez le nom de l'application, la commande  excuter, ainsi que les paramtres de la commande

Les textes en paramtres sont remplacs par les valeurs appropries lorsque l'application est excute :
(fichier) - Fichier contenant l'erreur
(ligne) - Numro de ligne contenant l'erreur
(message) - Message d'erreur
(svrit) - Svrit de l'erreur

Exemple pour ouvrir un fichier avec Kate et se dplacer vers une ligne spcifique :
Excutable : kate
Paramtres : -l(ligne) (fichier)


        &Name:
        &Nom :


        You must specify a name, a path and optionally parameters for the application!
        Vous devez spcifier un nom, un chemin, et eventuellement des paramtres en option  l'application !


    FileViewDialog
    
        
        Could not find the file: %1
        Ne trouve pas le fichier : %1


        Could not read the file: %1
        Ne peut pas lire le fichier : %1


    HelpDialog
    
        
        Cppcheck GUI help


        Contents


        Index


        Helpfile '%1' was not found


    LibraryAddFunctionDialog
    
        
        Add function
        Ajouter une fonction


        Function name(s)
        Nom(s) de la fonction


        Number of arguments
        Nombre d'arguments


    LibraryDialog
    
        
        Library Editor


        Open


        Save
        Sauvegarder


        Functions


        Add
        Ajouter


        noreturn


        False


        True


        Unknown


        return value must be used


        ignore function in leaks checking


        Arguments


        Edit
        Editer


        Library files (*.cfg)


        Open library file


        Sort


        Filter:


        Comments


        Save as


        Save the library as


        Failed to load %1. %2.


        Cannot open file %1.


        Cannot save file %1.


    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
    
        
        Checking for updates


        Hide
        Cacher


        &File
        &Fichier


        &View
        &Affichage


        Report


        &Help
        &Aide


        &Edit
        &dition


        Standard
        Standard


        &License...
        &Licence...


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


        &About...
         &Propos...


        &Files...
        &Fichiers...


        Ctrl+F


        &Directory...
        &Rpertoires...


        Ctrl+D


        Ctrl+R


        &Stop
        &Arrter


        Esc


        &Save results to file...
        &Sauvegarder les rsultats dans un fichier...


        Ctrl+S


        &Quit
        &Quitter


        &Clear results
        &Effacer les rsultats


        &Preferences
        &Prfrences


        &Check all
        &Tout cocher


        &Uncheck all
        &Tout dcocher


        Collapse &all
        &Tout rduire


        &Expand all
        &Tout drouler


        &Contents
        &Contenus


        Open the help contents
        Ouvir l'aide


        F1


        Compliance report...


        Normal


        Autosar


        EULA...


        Thread Details


        Show thread details


        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)


        &Toolbars
        &Boite  outils


        Categories
        Catgories


        Show style warnings
        Afficher les avertissements de style


        Show errors
        Afficher les erreurs


        &Standard


        Standard items


        Toolbar


        &Categories


        Error categories


        &Open XML...
        &Ouvrir un fichier XML...


        Open P&roject File...
        Ouvrir un P&rojet...


        &New Project File...
        &Nouveau Projet...


        &Log View
        &Journal


        Log View
        Journal


        C&lose Project File
        F&ermer le projet


        &Edit Project File...
        &Editer le projet


        &Statistics
        Statistiques


        Show warnings
        Afficher les avertissements


        Show performance warnings
        Afficher les avertissements de performance


        Show &hidden


        Information
        Information


        Show information messages
        Afficher les messages d'information


        Show portability warnings
        Afficher les problmes 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/rpertoires


        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.


        Failed to open file


        Unknown project file format


        Failed to import project file


        Failed to import '%1': %2

Analysis is stopped.


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


        Select Project Filename


        No project file loaded


        Install


        New version available: %1. %2


        Show Mandatory


        Show Required


        Show Advisory


        Show Document


        Show L1


        Show L2


        Show L3


        Show style


        Show portability


        Show performance


        Show information


        There was a problem with loading the editor application settings.

This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly.


        &Filter
        &Filtre


        Filter results


        Quick Filter:
        Filtre rapide :


        Found project file: %1

Do you want to load this project file instead?


        Project:
        Projet :


        The project file

%1

 could not be found!

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


        Filter
        Filtre


        Windows 32-bit ANSI


        Windows 32-bit Unicode


        Unix 32-bit


        Unix 64-bit


        Windows 64-bit


        Cppcheck GUI - Command line parameters


        C++ standard


        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 bibliothque '%1'.
%2


        Unsupported format
        Format non support


        The library '%1' contains unknown elements:
%2
        La bibliothque '%1' contient des lments inconnus:
%2


        Duplicate platform type


        Platform type redefined


        &Print...
         &Imprimer...


        Print the Current Report
        Imprimer le rapport


        Print Pre&view...
        Apercu d'impression...


        Open a Print Preview Dialog for the Current Results


        Open library editor


        Unknown element


        Select configuration


        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.


        Build dir '%1' does not exist, create it?


        Analyze files


        Analyze directory


        &Reanalyze modified files


        Stop analysis


        XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)


        No suitable files found to analyze!


        Select files to analyze


        Select directory to analyze


        Select the configuration that will be analyzed


        Found project files from the directory.

Do you want to proceed analysis without using any of these project files?


        Duplicate define


        File not found: '%1'


        Failed to load/setup addon %1: %2


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

Analysis is aborted.


        Failed to load %1 - %2

Analysis is aborted.


        %1

Analysis is aborted.


        Analyzer is running.

Do you want to stop the analysis and exit Cppcheck?


        A&nalyze


        &C standard


        Reanal&yze all files


        Ctrl+Q


        Style war&nings


        E&rrors


        Ctrl+Shift+O


        Sh&ow Scratchpad...


        Ctrl+Shift+N


        &Warnings


        Per&formance warnings


        &Information


        &Portability


        Show Cppcheck results


        Clang


        Show Clang results


        P&latforms


        C++&11


        C&99


        &Posix


        C&11


        &C89


        &C++03


        &Library Editor...


        &Auto-detect language


        &Enforce C++


        E&nforce C


        C++14


        Project files (*.cppcheck)


        Reanalyze and check library


        Check configuration (defines, includes)


        C++17


        C++20


        C/C++ Source


        Compile database


        Current results will be cleared.

Opening a new XML file will clear current results.
Do you want to proceed?


    NewSuppressionDialog
    
        
        New suppression


        Error ID


        File name


        Line number


        Symbol name


        Edit suppression


    Platforms
    
        
        Native


    ProjectFile
    
        
        Project File
        Fichier Projet


        Paths:
        Chemins :


        Defines:


        Add...
        Ajouter...


        Edit
        Editer


        Remove
        Supprimer


        Up
        Monter


        Down
        Descendre


        Suppressions
        Suppressions


        Add
        Ajouter


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


        ...


        Include Paths:


        Paths and Defines


        <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>


        Analyze all Visual Studio configurations


        Root path:


        Warning tags (separated by semicolon)


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


        Selected VS Configurations


        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


        Libraries


        Parser


        Cppcheck (built in)


        Check that each class has a safe public interface


        Limit analysis


        Addons


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


        Y2038


        Thread safety


        Coding standards


        Cert C


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


        Autosar


        Bug hunting


        Browse...


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


        Platform


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


        Clang (experimental)


        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).


        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


        Filepaths in warnings will be relative to this path


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


        Enable inline suppressions


        Misra C


        2012


        2023


        2025


        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>


        Misra C++


        2008


        Cert C++


        Safety profiles (defined in C++ core guidelines)


        Bug hunting (Premium)


        External tools


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


        Undefines:


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


        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


    ProjectFileDialog
    
        
        Project file: %1
        Fichier projet : %1


        Select include directory
        Selectionner un rpertoire  inclure


        Select directory to ignore
        Selectionner un rpertoire  ignorer


        Select a directory to check
        Selectionner un rpertoire  vrifier


        Select Cppcheck build dir


        Import Project


        Clang-tidy (not found)


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


        Source files


        All files


        C/C++ header


        Include file


        Exclude file


        Select MISRA rule texts file


        MISRA rule texts file (%1)


        Compile database


    QObject
    
        
        Language file %1 not found!
        Fichier de langue %1 non trouv !


        Failed to load translation for language %1 from file %2
        Erreur lors du chargement de la langue %1 depuis le fichier %2


        Unknown language specified!


        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 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


        File
        Fichier


        Line
        Ligne


        Severity
        Svrit


        Classification


        Level


        Inconclusive


        Summary
        Rsum


        Id
        Id


        Guideline


        Rule


        Since date


        Tags


    QPlatformTheme
    
        
        OK
        OK


        Cancel
        Annuler


        Close
        Fermer


        Save
        Sauvegarder


    ResultsTree
    
        File
        Fichier
    
    
        Severity
        Svrit
    
    
        Line
        Ligne
    
    
        Undefined file
        Fichier indtermin


        Could not start %1

Please check the application path and parameters are correct.
        Ne peut pas dmarrer %1

Merci de vrifier que le chemin de l'application et que les paramtres sont corrects.


        style
        erreur de style


        error
        erreur
    
    
        Summary
        Rsum
    
    
        Hide
        Cacher


        Could not find the file!
        Fichier introuvable !


        Select Directory
        Selectionner dossier


        warning
        avertissement


        performance
        performance


        portability
        portabilit


        information
        information


        debug
        dbogage


        internal


        Recheck %1 file(s)


        Hide %1 result(s)


        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
    
    
        Recheck
        Revrifier


        note


        Suppress selected id(s)


        Tag


        No tag


        Could not find file:


        Please select the folder '%1'


        Select Directory '%1'


        Please select the directory where file is located.


        Copy


    ResultsView
    
        
        Results
        Rsultats


        No errors found.
        Pas d'erreurs trouves.


        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 trouves mais sont configures pour rester caches.
Pour configurer les erreurs affiches, ouvrez le menu d'affichage.


        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.
        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 vrifis)


        Id
        Id


        Print Report
        Imprimer le rapport


        No errors found, nothing to print.
        Aucune erreur trouve. Il n'y a rien  imprimer


        First included by


        XML format version 1 is no longer supported.


        Critical errors


        Analysis Log


        Warning Details


        Clear Log


        Copy this Log entry


        Copy complete Log


    ScratchPad
    
        
        Scratchpad


        filename


        Check


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


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


    Settings
    
        
        Preferences
        Prfrences


        General
        Gnral


        Number of threads: 
        Nombre de fils :


        Max count:


        Show full path of files
        Montrer le chemin complet des fichiers


        Show "No errors found" message when no errors found
        Afficher un message "Pas d'erreur trouve" lorsque aucune erreur est trouve


        Check for updates


        Applications
        Applications


        Reports
        Rapports


        Save all errors when creating report
        Sauvegarder toutes les erreurs lorsqu'un rapport est cr


        Save full path to files in reports
        Sauvegarder le chemin complet des fichiers dans les rapports


        Add...
        Ajouter...


        Force checking all #ifdef configurations


        Enable inline suppressions


        Language
        Langue


        Remove
        Supprimer


        Edit...
        Editer...


        Set as default


        Display error Id in column "Id"
        Afficher l'identifiant d'erreur Id dans la colonne "Id"


        Check for inconclusive errors also


        Show internal warnings in log
        Montrer les avertissements internes dans le journal


        Show statistics on check completion


        Addons


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


        ...


        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>


        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>


        Code Editor


        Code Editor Style


        Default Light Style


        Default Dark Style


        Custom


        System Style


    SettingsDialog
    
        
        Add a new application
        Ajouter une nouvelle application


        Modify an application
        Modifier une application


        [Default]


         [Default]


        The executable file "%1" is not available


        Select python binary


        Select clang path


        Select MISRA File


    StatsDialog


        Statistics
        Statistiques


        Project
        Projet


        Project:
        Projet :


        Paths:
        Chemins :


        Include paths:
        Inclure les chemins :


        Defines:


        Previous Scan
        Analyse prcdente


        Path Selected:
        Chemin slectionn :


        Number of Files Scanned:
        Nombre de fichiers analyss :


        Scan Duration:
        Dure de l'analyse :


        Errors:
        Erreurs :


        Warnings:
        Avertissements


        Stylistic warnings:
        Avertissements de style


        Portability warnings:
        Avertissements de portabilit


        Performance issues:
        Problme de performance


        Information messages:
        Messages d'information :


        Active checkers:


        Checkers


        Copy to Clipboard
        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


        Pdf Export


        Export PDF


        History


        File:


        File:


        No cppcheck build dir


        Undefines:


        Undefines


    ThreadDetails
    
        
        Thread Details


    ThreadResult
    
        
        %1 of %2 files checked


    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.


    TxtReport
    
        
        inconclusive


    toFilterString
    
        
        All supported files (%1)


        All files (%1)



Web Proxy Viewer  |  New URL  |  Original Page