//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/cjt/password.js
// Generated: /usr/local/cpanel/base/cjt/password-cs.js
// Module: legacy_cjt/password-cs
// Locale: cs
// 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":"Rozšířené možnosti","Alpha Characters":"Znaky abecedy","Both":"Oba","Cancel":"Storno","Close":"Zavřít","Generate Password":"Generovat heslo","I have copied this password in a safe place.":"Zkopíroval jsem heslo na bezpečné místo.","Length":"Délka","Loading …":"Načítání…","Lowercase":"Malá písmena","Non Alpha Characters":"Jiné než alfanumerické znaky","Numbers":"Počet","OK":"OK","Password Generator":"Generátor hesel","Password Strength":"Síla hesla","Password cannot be empty.":"Heslo nesmí být prázdné.","Password strength must be at least [numf,_1].":"Síla hesla musí být alespoň [numf,_1].","Passwords Match":"Hesla se shodují","Passwords do not match.":"Hesla se neshodují.","Passwords must be at least [quant,_1,character,characters] long.":"Délka hesel musí být minimálně [quant,_1,znak,znaků].","Strong":"Silné","Symbols":"Symboly","Uppercase":"Velká písmena","Use Password":"Použít heslo","Very Strong":"Velmi silné","Very Weak":"Velmi slabé","Weak":"Slabé"};
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~~