//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/restorefullbackup.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/restorefullbackup-fr.js
// Module: /js2/restorefullbackup-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 = {"No filepath associated with username.":"Aucun chemin n’est associé au nom d’utilisateur.","No matching files were found.":"Aucun fichier correspondant n’a été trouvé.","None":"Aucun","Restore File":"Restaurer le fichier","Unable to get retrieve list of files, please try again later.":"Impossible de récupérer la liste des fichiers. Réessayez plus tard.","User Name":"Nom d’utilisateur","You must choose a valid username.":"Vous devez choisir un nom d’utilisateur valide.","You must provide a file.":"Vous devez fournir un fichier.","You must provide a username.":"Vous devez fournir un nom d’utilisateur."};
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~~