//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-da.js
// Module: /js2/managehooks-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 = {"Close":"Luk","Delete a Hook":"Slet en hook","Deleting hook …":"Sletter hook…","Disable":"Deaktiver","Disabling hook …":"Deaktiverer hook…","Enable":"Aktivér","Enabling hook …":"Aktiverer hook…","Move this hook down.":"Flyt denne hook ned.","Move this hook to the bottom.":"Flyt denne hook til bunden.","Move this hook to the top.":"Flyt denne hook til toppen.","Move this hook up.":"Flyt denne hook op.","Reordering hooks …":"Omrokerer hooks …","Save":"Gem","Saving …":"Gemmer …","This hook is disabled.":"Denne hook er deaktiveret.","This hook is enabled.":"Denne hook er aktiveret.","View/Edit Hook Details":"Vis/rediger hookoplysninger"};
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~~