//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/manage_plugins/index.cmb.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/manage_plugins/index.cmb-fr.js
// Module: /templates/manage_plugins/index.cmb-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 = {"Description":"Description","ERROR":"ERREUR","Installation of “[_1]” is in progress.":"Installation of “[_1]” is in progress.","Installed: [_1]":"Installed: [_1]","Name":"Nom","The log follower for “[_1]” indicated an internal error ([_2]).":"The log follower for “[_1]” indicated an internal error ([_2]).","The log transmission for “[_1]” did not include a final status for the installation. This may indicate a failure. Check “[_2]” for more information.":"The log transmission for “[_1]” did not include a final status for the installation. This may indicate a failure. Check “[_2]” for more information.","The log transmission for “[_1]” did not include a final status for the uninstallation. This may indicate a failure. Check “[_2]” for more information.":"The log transmission for “[_1]” did not include a final status for the uninstallation. This may indicate a failure. Check “[_2]” for more information.","The log transmission for “[_1]” included a failure status ([_2]) for the installation.":"The log transmission for “[_1]” included a failure status ([_2]) for the installation.","The log transmission for “[_1]” included a failure status ([_2]) for the uninstallation.":"The log transmission for “[_1]” included a failure status ([_2]) for the uninstallation.","The system failed to start the installation for “[_1]” because of an error: [_2]":"The system failed to start the installation for “[_1]” because of an error: [_2]","The system failed to start the uninstallation for “[_1]” because of an error: [_2]":"The system failed to start the uninstallation for “[_1]” because of an error: [_2]","This plugin has a recommended minimum of [format_bytes,_1] of RAM and [quant,_2,core,cores] but your server only has [format_bytes,_3] of RAM and [quant,_4,core,cores]. Your server may experience performance issues while using this plugin.":"This plugin has a recommended minimum of [format_bytes,_1] of RAM and [quant,_2,core,cores] but your server only has [format_bytes,_3] of RAM and [quant,_4,core,cores]. Your server may experience performance issues while using this plugin.","This plugin has a recommended minimum of [format_bytes,_1] of RAM, but your server only has [format_bytes,_2]. Your server may experience performance issues while using this plugin.":"This plugin has a recommended minimum of [format_bytes,_1] of RAM, but your server only has [format_bytes,_2]. Your server may experience performance issues while using this plugin.","This plugin has a recommended minimum of [quant,_1,core,cores] but your server only has [quant,_2,core,cores]. Your server may experience performance issues while using this plugin.":"This plugin has a recommended minimum of [quant,_1,core,cores] but your server only has [quant,_2,core,cores]. Your server may experience performance issues while using this plugin.","Uninstallation of “[_1]” is in progress.":"Uninstallation of “[_1]” is in progress.","Version":"Version","“[_1]” is now installed.":"“[_1]” is now installed.","“[_1]” is now uninstalled.":"“[_1]” is now uninstalled."};
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~~