Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/validator/length-validators-es_es.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/validator/length-validators.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/length-validators-es_es.js
// Module:    cjt/validator/length-validators-es_es
// Locale:    es_es
// 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 = {"Select at least [quant,_1,item,items] from the list.":"Seleccione al menos [quant,_1,elemento,elementos] de la lista.","The length of the string cannot be greater than [quant,_1,character,characters].":"La longitud de la cadena no puede ser superior a [quant,_1,carácter,caracteres].","The length of the string cannot be less than [quant,_1,character,characters].":"La longitud de la cadena no puede ser inferior a [quant,_1,carácter,caracteres].","The length of the string should be [quant,_1,character,characters,zero].":"The length of the string should be [quant,_1,character,characters,zero].","This string is too long or complex. Shorten it, or replace complex (non-[asis,ASCII]) characters with simple ([asis,ASCII]) ones. (The string’s [asis,UTF-8] encoding cannot exceed [quant,_1,byte,bytes].)":"Esta cadena es demasiado larga o compleja. Utilice una cadena más corta o reemplace los caracteres complejos (no [asis,ASCII]) por caracteres simples ([asis,ASCII]). (La codificación [asis,UTF-8] de la cadena no puede estar formada por más de [quant,_1,byte,bytes].)"};

    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