//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/support/support.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/support/support-fr.js
// Module: /templates/support/support-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 = {"A week ago.":"Il y a une semaine.","Are you sure you want to revoke authorization for all closed tickets and remove them from the list?":"Voulez-vous vraiment révoquer l’autorisation pour tous les tickets fermés et supprimer ces derniers de la liste ?","Failed to call backend to revoke and remove authorizations from all closed tickets!":"L’appel au serveur principal pour révoquer et supprimer les autorisations de tous les tickets fermés a échoué !","For more information, read our [output,url,_1,Grant cPanel Support Access,target,_2] documentation.":"Pour en savoir plus, consultez notre documentation [output,url,_1,Grant cPanel Support Access,target,_2].","Successfully revoked and removed authorizations from all closed tickets.":"Autorisations de tous les tickets fermés révoquées et supprimées.","The [asis,SSH] connection test was successful for Ticket ID “[_1]” on Server “[_2]” - “[_3]” for User “[_4]”.":"Le test de connexion [asis,SSH] a réussi pour l’ID de ticket « [_1] » sur le serveur « [_2] » – « [_3] » pour l’utilisateur « [_4] ».","The [asis,SSH] test failed with the following error: “[_1]”":"Le test [asis,SSH] a échoué avec l’erreur suivante : « [_1] ».","The server’s firewall configuration has been updated.":"La configuration du pare-feu du système a été mise à jour.","Ticket ID “[_1]” is closed. Do you want to revoke and remove this authorization?":"L’ID de ticket « [_1] » est fermé. Souhaitez-vous révoquer et supprimer cette autorisation ?","Today":"Aujourd’hui","Yesterday":"Hier","You successfully granted access for Ticket ID “[_1]” on Server “[_2]” - “[_3]” for User “[_4]”.":"Vous avez accordé l’accès pour l’ID de ticket « [_1] » sur le serveur « [_2] » – « [_3] » à l’utilisateur « [_4] ».","You successfully revoked access for Ticket ID “[_1]” on Server “[_2]” - “[_3]” for User “[_4]”.":"Vous avez révoqué l’accès pour l’ID de ticket « [_1] » sur le serveur « [_2] » – « [_3] » pour l’utilisateur « [_4] ».","Your computer is unable to contact [output,acronym,WHM, WebHost Manager]. Check the connection to your server and reload your browser.":"Votre ordinateur ne parvient pas à contacter [output,acronym,WHM, WebHost Manager]. Vérifiez la connexion à votre serveur et rechargez votre navigateur.","[quant,_1,day,days] ago.":"Il y a [quant,_1, jour, jours].","[quant,_1,week,weeks] ago.":"Il y a [quant,_1, semaine, semaines]."};
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~~