//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/domains/views/manageDomain.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/domains/views/manageDomain-da.js
// Module: /jupiter/domains/views/manageDomain-da
// Locale: da
// 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 domain userdata file for the “[_1]” domain appears to be missing.":"The domain userdata file for the “[_1]” domain appears to be missing.","The system created the “[_1]” subdomain when it created the “[_2]” domain. To delete this subdomain, you must first delete the following [numerate,_3,domain,domains]:":"The system created the “[_1]” subdomain when it created the “[_2]” domain. To delete this subdomain, you must first delete the following [numerate,_3,domain,domains]:","The system removed the “[_1]” domain and any associated redirections.":"The system removed the “[_1]” domain and any associated redirections.","You did not specify a domain to manage.":"You did not specify a domain to manage.","You have successfully updated the document root to “[_1]” for the “[_2]” domain.":"You have successfully updated the document root to “[_1]” for the “[_2]” domain."};
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~~