//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdWhitelistController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdWhitelistController-fr.js
// Module: /templates/hulkd/views/hulkdWhitelistController-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 to Whitelist":"Ajouter à la liste blanche","Click to delete “[_1]” from the whitelist.":"Cliquez ici pour supprimer « [_1] » de la liste blanche.","Click to edit the comment for “[_1]”.":"Cliquez ici pour modifier le commentaire de « [_1] ».","Do you want to permanently delete [quant,_1,record,records] from the whitelist?":"Voulez-vous vraiment supprimer définitivement [quant,_1, enregistrement, enregistrements] de la liste blanche ?","Do you want to permanently delete “[_1]” from the whitelist?":"Voulez-vous vraiment supprimer définitivement « [_1] » de la liste blanche ?","Some IP addresses were not added to the whitelist.":"Certaines adresses IP n’ont pas été ajoutées à la liste blanche.","Some records failed to update.":"Certains enregistrements n’ont pas pu être mis à jour.","The system disabled the [asis,UseDNS] setting for [asis,SSHD] in order to add IP addresses to the whitelist. You must restart SSH through the [output,url,_1,Restart SSH Server,_2] page to implement the change.":"Le système a désactivé le paramètre [asis,UseDNS] pour [asis,SSHD] afin de pouvoir ajouter des adresses IP à la liste blanche. Vous devez redémarrer SSH via la page [output,url,_1,Restart SSH Server,_2] (Redémarrer le serveur SSH) pour implémenter la modification.","The system was unable to delete [quant,_1,record,records] from the whitelist.":"Le système n’a pas pu supprimer [quant,_1, enregistrement, enregistrements] de la liste blanche.","You have deleted all records from the whitelist.":"Vous avez supprimé tous les enregistrements de la liste blanche.","You have successfully added [quant,_1,IP address,IP addresses] to the whitelist.":"Vous avez ajouté [quant,_1, adresse IP, adresses IP] à la liste blanche.","You have successfully added “[_1]” to the whitelist.":"Vous avez ajouté « [_1] » à la liste blanche.","You have successfully deleted [quant,_1,record,records] from the whitelist.":"Vous avez supprimé [quant,_1, enregistrement, enregistrements] de la liste blanche.","You have successfully deleted “[_1]” from the whitelist.":"Vous avez supprimé « [_1] » de la liste blanche.","You have successfully updated the [numerate,_1,comment,comments] for [quant,_1,IP address,IP addresses].":"You have successfully updated the [numerate,_1,comment,comments] for [quant,_1,IP address,IP addresses].","You have successfully updated the comment for “[_1]”.":"Le commentaire pour « [_1] » a bien été mis à jour.","Your current IP address “[_1]” is not on the whitelist.":"Votre adresse IP actuelle « [_1] » n’est pas sur la liste blanche."};
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~~