//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-hu.js
// Module: /templates/accounts/createacct-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 = {"A username cannot contain spaces.":"A felhasználónév nem tartalmazhat szóközt.","A username must have between [numf,_1] and [quant,_2,character,characters].":"A felhasználónév hosszának [numf,_1] és [quant,_2,karakter,karakter] közé kell esnie.","A username must start with a letter.":"A username must start with a letter.","Domain":"Tartomány","Email":"E-mail","Enable Spam Box":"Levélszemétmappa engedélyezése","Enter a nonnegative integer.":"Enter a nonnegative integer.","Enter an integer from [numf,_1] to [numf,_2].":"Enter an integer from [numf,_1] to [numf,_2].","Enter an integer no less than [numf,_1].":"Enter an integer no less than [numf,_1].","Package Name":"Csomagnév","Selected Package":"Kiválasztott csomag","The email field must be empty or an email address.":"Az e-mail mezőnek e-mail címet kell tartalmaznia, vagy üresen kell hagyni.","The username cannot be the same as the password.":"A felhasználónév nem lehet azonos a jelszóval.","This is not a valid domain.":"Ez a tartomány érvénytelen.","This is not a valid package name.":"Ez a csomagnév érvénytelen.","This is not a valid username.":"Ez a felhasználónév érvénytelen.","Updating …":"Frissítés…","Username":"Felhasználónév","You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.":"You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.","You must select a package.":"Csomag kiválasztása kötelező."};
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~~