//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/trustedHosts.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/trustedHosts-fr.js
// Module: /templates/greylist/views/trustedHosts-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 = {"Click to delete “[_1]” from the Trusted Hosts list.":"Cliquez ici pour supprimer « [_1] » de la liste des hôtes certifiés.","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 Trusted Hosts list?":"Voulez-vous vraiment supprimer définitivement [quant,_1, enregistrement, enregistrements] de la liste des hôtes certifiés ?","Do you want to permanently delete “[_1]” from the Trusted Hosts list?":"Voulez-vous vraiment supprimer définitivement « [_1] » de la liste des hôtes certifiés ?","Examples:":"Exemples :","Some records failed to update.":"Certains enregistrements n’ont pas pu être mis à jour.","The system was unable to delete [quant,_1,record,records] from the Trusted Hosts list.":"[quant,_1, enregistrement, enregistrements] n’a/n’ont pas pu être supprimé(s) de la liste des hôtes certifiés.","You have deleted all records from the Trusted Hosts list.":"Vous avez supprimé tous les enregistrements de la liste des hôtes certifiés.","You have successfully deleted [quant,_1,record,records] from the Trusted Hosts list.":"Vous avez supprimé [quant,_1, enregistrement, enregistrements] de la liste des hôtes certifiés.","You have successfully deleted “[_1]” from the Trusted Hosts list.":"Vous avez supprimé « [_1] » de la liste des hôtes certifiés.","You have successfully updated the comment for “[_1]”.":"Le commentaire pour « [_1] » a bien été mis à jour."};
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~~