//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/enableDisableConfigController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/enableDisableConfigController-nb.js
// Module: /templates/mod_security/views/enableDisableConfigController-nb
// Locale: nb
// 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.":"Systemet kan ikke deaktivere konfigurasjonsfilene.","The system could not enable the configuration files.":"Systemet kan ikke aktivere konfigurasjonsfilene.","The system failed to pass the ID query string parameter.":"Systemet kan ikke hente parameteren for ID-spørringsstrengen.","You have successfully disabled all of the configuration files.":"Du har deaktivert alle konfigurasjonsfilene.","You have successfully disabled some of the configuration files. The files that the system failed to disable are marked below.":"Du har deaktivert noen av konfigurasjonsfilene. Filene som systemet ikke kunne deaktivere, er merket nedenfor.","You have successfully disabled the configuration file: [_1]":"Du har deaktivert konfigurasjonsfilen. [_1]","You have successfully enabled all of the configuration files.":"Du har aktivert alle konfigurasjonsfilene.","You have successfully enabled some of the configuration files. The files that the system failed to enable are marked below.":"Du har aktivert noen av konfigurasjonsfilene. Filene som systemet ikke kunne aktivere, er merket nedenfor.","You have successfully enabled the configuration file: [_1]":"Du har aktivert konfigurasjonsfilen. [_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~~