//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/edituser.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/edituser-el.js
// Module: /js2/edituser-el
// Locale: el
// 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 be longer than [quant,_1,character,characters].":"Το όνομα χρήστη δεν πρέπει να είναι μεγαλύτερο από [quant,_1,χαρακτήρα,χαρακτήρες].","A username cannot have spaces.":"A username cannot have spaces.","A username cannot start with a number.":"Το όνομα χρήστη δεν πρέπει να αρχίζει με αριθμό.","A username must only contain lowercase alphanumeric characters.":"A username must only contain lowercase alphanumeric characters.","Contact Email":"e-mail επικοινωνίας","Domain":"Τομέας","It is dangerous to change the account’s primary domain to one that already has data associated with it.":"It is dangerous to change the account’s primary domain to one that already has data associated with it.","Max Team Users with Roles":"Max Team Users with Roles","Saving non-package values …":"Αποθήκευση τιμών που δεν ανήκουν στο πακέτο…","Success!":"Επιτυχία!","Username":"Όνομα χρήστη","Usernames may not contain underscores.":"Usernames may not contain underscores.","You must provide one or two valid contact emails.":"You must provide one or two valid contact emails."};
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~~