//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-pl.js
// Module: /js2/gencrt-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 = {"Certificate Email Address":"Adres e-mail certyfikatu","Choose a country.":"Wybierz kraj.","City":"Miejscowość","Company":"Firma","Company Division":"Oddział firmy","Contact Email Address":"Kontaktowy adres e-mail","Country":"Kraj","Domain":"Domena","Passphrase":"Hasło","State":"Stan","The company division must be no longer than [quant,_1,character,characters].":"Oddział firmy może zawierać maksymalnie [quant,_1,znak,znaki(-ów)].","The company name must be no longer than [quant,_1,character,characters].":"Nazwa firmy może zawierać maksymalnie [quant,_1,znak,znaki(-ów)].","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"Podany adres e-mail jest nieprawidłowy. Adres musi mieć następujący format: nazwa skrzynki pocztowej, po niej znak „@”, a następnie nazwa domeny.","The passphrase must be at least [quant,_1,character,characters] long.":"Hasło musi zawierać co najmniej [quant,_1,znak,znaki(-ów)].","The passphrase must be no longer than [quant,_1,character,characters].":"Hasło może zawierać maksymalnie [quant,_1,znak,znaki(-ów)].","The “[_1]” field must be at least [quant,_2,character,characters] long.":"Minimalna liczba znaków w polu „[_1]” to [quant,_2,znak,znaki(-ów)].","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"To pole zawiera znaki, których pewne urzędy certyfikacji mogą nie akceptować. Skontaktuj się ze swoim urzędem certyfikacji, aby potwierdzić, że akceptuje te znaki.","You can only enter valid domains.":"Można wprowadzić tylko prawidłowe domeny.","You entered an invalid character. The passphrase may contain only letters and numbers.":"Wprowadzono nieprawidłowy znak. Hasło może zawierać wyłącznie litery i cyfry.","You must enter a city.":"Należy wpisać miejscowość.","You must enter a company.":"Należy wpisać firmę.","You must enter a state.":"Należy wprowadzić stan.","You must enter an email address.":"Należy wprowadzić adres e-mail."};
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~~