Viewing File: /usr/local/cpanel/whostmgr/docroot/js2/addipform-es.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/addipform.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/addipform-es.js
// Module:    /js2/addipform-es
// Locale:    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 = {"Adding IP range …":"Añadiendo rango IP…","Adding IP …":"Agregando IP…","All excluded IP addresses and IP ranges must be valid and within the given IP range.":"Todas las direcciones IP excluidas y los rangos IP deben ser válidos y encontrarse dentro de determinado rango IP.","Excluded IP Addresses/Ranges":"Direcciones IP/Rangos excluidos:","IP Address/Range":"Dirección/Rango IP","Success!":"¡Éxito!","The given IP address or range is invalid.":"No es válido el rango o la dirección IP proporcionada.","The given IP range does not fit within the given subnet mask.":"El rango de la IP proporcionada no entra en la máscara de subred proporcionada."};

    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