//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/vendors.cmb.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/vendors.cmb-fr.js
// Module: /templates/mod_security/vendors.cmb-fr
// Locale: fr
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
// The raw lexicon.
var newLex = {"Add Vendor":"Ajouter un fournisseur","An error occurred in the attempt to retrieve the vendor information.":"Une erreur inconnue s’est produite lors de la tentative de récupération des informations du fournisseur.","Manage Vendors":"Gérer les fournisseurs","Select Vendor Rule Sets":"Sélectionner les ensemble de règles de fournisseur","The URL must contain a protocol, domain, and file name in the correct format. (Example: [asis,https://example.com/example/meta_example.yaml])":"L’URL doit contenir un protocole, un domaine et un nom de fichier au format correct. [asis,https://example.com/example/meta_example.yaml]Exemple :","The URL must use one of the following recognized protocols: [join,~, ,_1]":"L’URL doit utiliser l’un des protocoles reconnus suivants :[join,~, ,_1]","The file name must have the .yaml extension. (Example: [asis,meta_example.yaml])":"Le nom du fichier doit posséder l’extension .yaml. [asis,meta_example.yaml]Exemple :","The file name must start with meta_, followed by the vendor name and have the .yaml extension. (Example: [asis,meta_example.yaml])":"Le nom du fichier doit commencer par le préfixe meta_, suivi du nom du fournisseur et de l’extension .yaml. [asis,meta_example.yaml]Exemple :","The file name must use the meta_ prefix, followed by the vendor name and a .yaml extension. The vendor name must only contain characters in the following set: [join,~, ,_1] (Example: [asis,meta_example.yaml])":"Le nom du fichier doit commencer par le préfixe meta_, suivi du nom du fournisseur et de l’extension .yaml. Le nom du fournisseur doit contenir uniquement les caractères suivants : [join,~, ,_1] (par exemple : [asis,meta_example.yaml])","The file name must use the meta_ prefix. (Example: [asis,meta_example.yaml])":"Le nom du fichier doit commencer par le préfixe meta_. [asis,meta_example.yaml]Exemple :","The protocol should be followed by a colon and two forward slashes. (Example: [asis,https://])":"Le protocole doit être suivi d’un double point et de deux barres obliques. [asis,https://]Exemple :","The system could not disable the configuration files.":"Le système n’a pas pu désactiver les fichiers de configuration.","The system could not enable the configuration files.":"Le système n’a pas pu activer les fichiers de configuration.","The system could not find the specified [asis,vendor_id].":"Le système n’a pas pu trouver le fournisseur « [asis,vendor_id] » spécifié.","The system experienced the following error when it attempted to install the “[_1]” vendor: [_2]":"Le système a rencontré l’erreur suivante lors de la tentative d’installation du fournisseur « [_1] » : [_2]","The system experienced the following error when it attempted to remove the vendor [_1]: [_2]":"Le système a rencontré l’erreur suivante lors de la tentative de suppression du fournisseur [_1] : [_2]","The system failed to pass the ID query string parameter.":"Le système n’a pas pu transmettre le paramètre chaîne de la demande d’ID.","The vendor name part of the file name must only contain characters in the following set: [join,~, ,_1] (Example: [asis,meta_example.yaml])":"Le nom de fournisseur qui apparaît dans le nom de fichier doit contenir uniquement les caractères suivants : [join,~, ,_1] (Exemple : [asis,meta_example.yaml])","You have multiple vendors with the same [asis,vendor_id].":"Plusieurs fournisseurs possèdent le même [asis,vendor_id].","You have successfully added “[_1]” to the vendor configuration list.":"Vous avez ajouté « [_1] » à la liste de configuration du fournisseur.","You have successfully disabled all of the configuration files.":"Vous avez correctement désactivé tous les fichiers de configuration.","You have successfully disabled automatic updates for the vendor: [_1]":"Vous avez désactivé les mises à jour automatiques pour le fournisseur : [_1]","You have successfully disabled some of the configuration files. The files that the system failed to disable are marked below.":"Vous avez correctement désactivé plusieurs fichiers de configuration. Les fichiers que le système n’a pas pu désactiver sont répertoriés ci-dessous.","You have successfully disabled the configuration file: [_1]":"Vous avez désactivé le fichier de configuration : [_1]","You have successfully disabled the vendor: [_1]":"Vous avez désactivé le fournisseur suivant : [_1]","You have successfully enabled all of the configuration files.":"Vous avez correctement activé tous les fichiers de configuration.","You have successfully enabled automatic updates for the vendor: [_1]":"Vous avez activé les mises à jour automatiques pour le fournisseur : [_1]","You have successfully enabled some of the configuration files. The files that the system failed to enable are marked below.":"Vous avez correctement activé plusieurs fichiers de configuration. Les fichiers que le système n’a pas pu activer sont répertoriés ci-dessous :","You have successfully enabled the configuration file: [_1]":"Vous avez activé le fichier de configuration : [_1]","You have successfully enabled the vendor: [_1]":"Vous avez activé le fournisseur : [_1]","You have successfully installed the vendor: [_1]":"Vous avez installé le fournisseur : [_1]","You have successfully removed the vendor: [_1]":"Vous avez supprimé le fournisseur : [_1]"};
if (!this.LEXICON) {
this.LEXICON = {};
}
for(var item in newLex) {
if(newLex.hasOwnProperty(item)) {
var value = newLex[item];
if (typeof(value) === "string" && value !== "") {
// Only add it if there is a value.
this.LEXICON[item] = value;
}
}
}
})();
//~~END-GENERATED~~