//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/ipv6/enable.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/ipv6/enable-hu.js
// Module: /templates/ipv6/enable-hu
// Locale: hu
// 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.":"Az IPv6 engedélyezve van a(z) „[_1]” fiókhoz.","IPv6 is disabled for the following accounts: [_1]":"Az IPv6 le van tiltva a következő fiókokhoz: [_1]","IPv6 is disabled for the “[_1]” account.":"Az IPv6 le van tiltva a(z) „[_1]” fiókhoz.","IPv6 is enabled for the following accounts: [_1]":"Az IPv6 engedélyezve van a következő fiókokhoz: [_1]","Request timed out.":"A kérésre nem érkezett válasz a határidőn belül."};
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~~