//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/enableDisableConfigController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/enableDisableConfigController-ro.js
// Module: /templates/mod_security/views/enableDisableConfigController-ro
// Locale: ro
// 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 = {"The system could not disable the configuration files.":"Sistemul nu a putut dezactiva fişierele de configurare.","The system could not enable the configuration files.":"Sistemul nu a putut activa fişierele de configurare.","The system failed to pass the ID query string parameter.":"Sistemul nu a reuşit să transfere parametrul şirului interogării ID-ului.","You have successfully disabled all of the configuration files.":"Aţi dezactivat cu succes toate fişierele de configurare.","You have successfully disabled some of the configuration files. The files that the system failed to disable are marked below.":"Aţi dezactivat cu succes câteva dintre fişierele de configurare. Fişierele pe care sistemul nu a reuşit să le dezactiveze sunt marcate mai jos.","You have successfully disabled the configuration file: [_1]":"Aţi dezactivat cu succes fişierul de configurare: [_1]","You have successfully enabled all of the configuration files.":"Aţi activat cu succes toate fişierele de configurare.","You have successfully enabled some of the configuration files. The files that the system failed to enable are marked below.":"Aţi activat cu succes câteva dintre fişierele de configurare. Fişierele pe care sistemul nu a reuşit să le activeze sunt marcate mai jos.","You have successfully enabled the configuration file: [_1]":"Aţi activat cu succes fişierul de configurare: [_1]"};
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~~