//~~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.":"Beim Lesen des Dateiinhalts ist ein unbekannter Fehler aufgetreten.","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.":"Die Datei ist größer als das Maximum von [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.":"Das System konnte das benutzerdefinierte Favicon nicht entfernen.","The system failed to remove the logo.":"Das System konnte das Logo nicht entfernen.","The system failed to restore the brand colors to the default.":"Das System konnte die Markenfarben nicht auf die Standardwerte zurücksetzen.","The system failed to update the brand colors.":"Das System konnte die Markenfarben nicht aktualisieren.","The system failed to update the favicon.":"Das System konnte das Favicon nicht aktualisieren.","The system failed to update your links.":"Das System konnte Ihre Links nicht aktualisieren.","The system failed to update your logos.":"Das System konnte Ihre Logos nicht aktualisieren.","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.":"Das System hat das Logo entfernt.","The system successfully restored the brand colors to the default.":"Das System hat die Markenfarben auf die Standardwerte zurückgesetzt.","The system successfully updated the brand colors.":"Das System hat die Markenfarben erfolgreich aktualisiert.","The system successfully updated the favicon.":"Das System hat das Favicon erfolgreich aktualisiert.","The system successfully updated the logos.":"Das System hat die Logos erfolgreich aktualisiert.","The system successfully updated your links.":"Das System hat Ihre Links aktualisiert."};
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~~