//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-de.js
// Module: /js2/managehooks-de
// Locale: de
// 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":"Schließen","Delete a Hook":"Hook löschen","Deleting hook …":"Hook wird gelöscht…","Disable":"Deaktivieren","Disabling hook …":"Hook wird deaktiviert…","Enable":"Aktivieren","Enabling hook …":"Hook wird aktiviert…","Move this hook down.":"Diesen Hook nach unten verschieben.","Move this hook to the bottom.":"Diesen Hook nach ganz unten verschieben.","Move this hook to the top.":"Diesen Hook nach ganz oben verschieben.","Move this hook up.":"Diesen Hook nach oben verschieben.","Reordering hooks …":"Hooks werden neu angeordnet…","Save":"Speichern","Saving …":"Wird gespeichert…","This hook is disabled.":"Dieser Hook ist deaktiviert.","This hook is enabled.":"Dieser Hook ist aktiviert.","View/Edit Hook Details":"Hook-Details anzeigen/bearbeiten"};
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~~