Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/util/idn-de.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/util/idn.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/idn-de.js
// Module:    cjt/util/idn-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 = {"Domain names may not contain [list_or_quoted,_1] ([list_or,_2]).":"Domainnamen dürfen nicht [list_or_quoted,_1] enthalten ([list_or,_2]).","You must use [list_and_quoted,_1] ([list_and,_2]) properly in domain names.":"Sie müssen [list_and_quoted,_1] ([list_and,_2]) korrekt in Domainnamen verwenden.","“[_1]” is forbidden at the start or end of a domain label.":"“[_1]” ist am Anfang oder Ende eines Domain-Labels verboten.","“[_1]” is forbidden at the third position of a domain label.":"“[_1]” ist an der dritten Position eines Domain-Labels verboten."};

    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