Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/validator/ascii-data-validators-cs.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/validator/ascii-data-validators.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/ascii-data-validators-cs.js
// Module:    cjt/validator/ascii-data-validators-cs
// Locale:    cs
// 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 = {"The value should end with “[_1]”.":"Hodnota musí končit znakem „[_1]“.","The value should only contain alphanumeric characters.":"Hodnota může obsahovat pouze alfanumerické znaky.","The value should only contain lowercase letters.":"Hodnota může obsahovat pouze malá písmena.","The value should only contain the letters [asis,a-z] and [asis,A-Z].":"Hodnota může obsahovat pouze písmena [asis,a-z] a [asis,A-Z].","The value should only contain uppercase letters.":"Hodnota může obsahovat pouze velká písmena.","The value should start with “[_1]”.":"Hodnota musí začínat znakem „[_1]“."};

    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