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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/util/idn.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/idn-fi.js
// Module:    cjt/util/idn-fi
// Locale:    fi
// 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]).":"Domain names may not contain [list_or_quoted,_1] ([list_or,_2]).","You must use [list_and_quoted,_1] ([list_and,_2]) properly in domain names.":"You must use [list_and_quoted,_1] ([list_and,_2]) properly in domain names.","“[_1]” is forbidden at the start or end of a domain label.":"“[_1]” is forbidden at the start or end of a domain label.","“[_1]” is forbidden at the third position of a domain label.":"“[_1]” is forbidden at the third position of a domain label."};

    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