//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/cjt/password.js
// Generated: /usr/local/cpanel/base/cjt/password-pl.js
// Module: legacy_cjt/password-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 = {"Advanced Options":"Opcje zaawansowane","Alpha Characters":"Znaki alfanumeryczne","Both":"Oba","Cancel":"Anuluj","Close":"Zamknij","Generate Password":"Wygeneruj hasło","I have copied this password in a safe place.":"Mam skopiowane to hasło w bezpiecznym miejscu.","Length":"Długość","Loading …":"Ładowanie…","Lowercase":"Małe litery","Non Alpha Characters":"Znaki niealfanumeryczne","Numbers":"Liczby","OK":"OK","Password Generator":"Generator haseł","Password Strength":"Siła hasła","Password cannot be empty.":"Pole hasła nie może być puste.","Password strength must be at least [numf,_1].":"Siła hasła musi wynosić co najmniej [numf,_1].","Passwords Match":"Zgodność haseł","Passwords do not match.":"Hasła nie są ze sobą zgodne.","Passwords must be at least [quant,_1,character,characters] long.":"Hasła muszą zawierać co najmniej [quant,_1,znak,znaki(-ów)].","Strong":"Silne","Symbols":"Symbole","Uppercase":"Wielkie litery","Use Password":"Użyj hasła","Very Strong":"Bardzo silne","Very Weak":"Bardzo słabe","Weak":"Słabe"};
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~~