//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/email_accounts/views/manageDefault.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/email_accounts/views/manageDefault-fr.js
// Module: /jupiter/email_accounts/views/manageDefault-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 = {"All of your email accounts can access the system-managed [output,em,Shared Address Book].":"All of your email accounts can access the system-managed [output,em,Shared Address Book].","Mailbox names will no longer save as [asis,UTF-8].":"Mailbox names will no longer save as [asis,UTF-8].","Mailbox names will now save as [asis,UTF-8].":"Mailbox names will now save as [asis,UTF-8].","Only your default email address can access the system-managed [output,em,Shared Address Book].":"Only your default email address can access the system-managed [output,em,Shared Address Book]."};
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~~