//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/ipv6/enable.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/ipv6/enable-es.js
// Module: /templates/ipv6/enable-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 = {"IPv6 enabled for the “[_1]” account.":"IPv6 está habilitado para la cuenta “[_1]”.","IPv6 is disabled for the following accounts: [_1]":"IPv6 está deshabilitado para las siguientes cuentas: [_1]","IPv6 is disabled for the “[_1]” account.":"IPv6 está deshabilitado para la cuenta “[_1]”.","IPv6 is enabled for the following accounts: [_1]":"IPv6 está habilitada para las siguientes cuentas: [_1]","Request timed out.":"Se agotó el tiempo de espera de la solicitud"};
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~~