You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
740 B

OC.L10N.register(
"password_policy",
{
"Password needs to be at least %s characters long" : "Geslo mora biti najmanj %s dolgih znakov",
"Password needs to contain at least one lower and one upper case character." : "Geslo mora vsebovati vsaj eno malo in eno veliko tiskano črko.",
"Password policy" : "Določila gesel",
"Minimal length" : "Najmanjša dolžina",
"Forbid common passwords" : "Prepreči splošna gesla",
"Enforce upper and lower case characters" : "Zahtevaj velike in male znake",
"Enforce numeric characters" : "Zahtevaj številske znake",
"Enforce special characters" : "Zahtevaj posebne znake"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");