//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/cpanel_customization/index.cmb.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/cpanel_customization/index.cmb-de.js
// Module: /templates/cpanel_customization/index.cmb-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 = {"An unknown error occurred while reading the file contents.":"An unknown error occurred while reading the file contents.","Colors":"Farben","Favicon":"Favicon","Links":"Links","Logos":"Logos","Public Contact":"Öffentlicher Kontakt","The current customization is invalid.":"Die aktuelle Anpassung ist ungültig.","The current tab has unsaved changes. You should save the changes before you navigate to another tab.":"Die aktuelle Registerkarte enthält ungespeicherte Änderungen. Sie sollten die Änderungen speichern, bevor Sie zu einer anderen Registerkarte navigieren.","The customization parameter is missing or not an object.":"Der Anpassungsparameter fehlt oder ist kein Objekt.","The file is larger than the maximum of [numf,_1] kilobytes.":"The file is larger than the maximum of [numf,_1] kilobytes.","The public can now view the information that you provided in this form.":"Die in diesem Formular angegebenen Informationen sind jetzt öffentlich sichtbar.","The system failed to remove the custom favicon.":"The system failed to remove the custom favicon.","The system failed to remove the logo.":"The system failed to remove the logo.","The system failed to restore the brand colors to the default.":"The system failed to restore the brand colors to the default.","The system failed to update the brand colors.":"The system failed to update the brand colors.","The system failed to update the favicon.":"The system failed to update the favicon.","The system failed to update your logos.":"The system failed to update your logos.","The system is busy. Try again once the current operation is complete.":"Das System ist beschäftigt. Versuchen Sie es erneut, sobald der aktuelle Vorgang abgeschlossen ist.","The system successfully removed the custom favicon and restored the default [asis,cPanel] favicon.":"The system successfully removed the custom favicon and restored the default [asis,cPanel] favicon.","The system successfully removed the logo.":"The system successfully removed the logo.","The system successfully restored the brand colors to the default.":"The system successfully restored the brand colors to the default.","The system successfully updated the brand colors.":"The system successfully updated the brand colors.","The system successfully updated the favicon.":"The system successfully updated the favicon.","The system successfully updated the logos.":"The system successfully updated the logos."};
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~~