//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-pl.js
// Module: /templates/accounts/createacct-pl
// Locale: pl
// 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.":"Nazwa użytkownika nie może zawierać spacji.","A username must have between [numf,_1] and [quant,_2,character,characters].":"Nazwa użytkownika musi zawierać od [numf,_1] do [quant,_2,znak,znaki(-ów)].","A username must start with a letter.":"Nazwa użytkownika musi rozpoczynać się literą.","Domain":"Domena","Email":"E-mail","Enable Spam Box":"Włącz skrzynkę spamu","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":"Nazwa pakietu","Selected Package":"Wybrany pakiet","The email field must be empty or an email address.":"Pole adresu e-mail musi być puste lub musi się w nim znajdować adres e-mail.","The username cannot be the same as the password.":"Nazwa użytkownika i hasło nie mogą być takie same.","This is not a valid domain.":"To nie jest prawidłowa domena.","This is not a valid package name.":"To nie jest prawidłowa nazwa pakietu.","This is not a valid username.":"To nie jest prawidłowa nazwa użytkownika.","Updating …":"Trwa aktualizowanie…","Username":"Nazwa użytkownika","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.":"Musisz wybrać pakiet."};
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~~