Viewing File: /usr/local/cpanel/whostmgr/docroot/js2/edituser-de.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/edituser.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/edituser-de.js
// Module:    /js2/edituser-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 = {"A username cannot be longer than [quant,_1,character,characters].":"A username cannot be longer than [quant,_1,character,characters].","A username cannot have spaces.":"Benutzername kann keine Leerzeichen enthalten.","A username cannot start with a number.":"Benutzername kann nicht mit einer Ziffer beginnen.","A username must only contain lowercase alphanumeric characters.":"Ein Benutzername darf nur kleingeschriebene alphanumerische Zeichen enthalten.","Contact Email":"Kontakt-E-Mail-Adresse","Domain":"Domain","It is dangerous to change the account’s primary domain to one that already has data associated with it.":"Es ist riskant, die primäre Domain des Kontos in eine Domain zu ändern, die bereits mit Daten verknüpft ist.","Max Team Users with Roles":"Max Team Users with Roles","Saving non-package values …":"Nicht im Paket enthaltene Werte werden gespeichert…","Success!":"Erfolgreich!","Username":"Benutzername","Usernames may not contain underscores.":"Benutzernamen können keine Unterstriche enthalten.","You must provide one or two valid contact emails.":"Sie müssen eine oder zwei gültige Kontakt-E-Mail-Adressen angeben."};

    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~~
Back to Directory File Manager