Viewing File: /usr/local/cpanel/base/frontend/jupiter/js2/contact/index-es_es.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/js2/contact/index.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/contact/index-es_es.js
// Module:    /jupiter/js2/contact/index-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 = {"Success!":"¡Correcto!","The system failed to save your other contact preferences due to the following error: [_1]":"El sistema no pudo guardar sus otras preferencias de contacto debido al siguiente error: [_1]","You have unset your contact email addresses.":"Ha anulado sus direcciones de email de contacto.","You must enter your password to update your contact email addresses.":"Indique su contraseña para actualizar sus direcciones de email de contacto.","Your new contact email [quant,_1,address has,addresses have] been saved.":"[quant,_1,Su nueva dirección de email de contacto ha sido guardada,Sus # nuevas direcciones de email de contacto han sido guardadas]."};

    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