Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
commit | author | age
0d9599 1 <?php
T 2 $wb['shell_txt'] = 'Shell';
3 $wb['dir_txt'] = 'Adresář';
4 $wb['server_id_txt'] = 'Server';
c64502 5 $wb['parent_domain_id_txt'] = 'Webové stránky';
0d9599 6 $wb['username_txt'] = 'Uživatelské jméno';
T 7 $wb['password_txt'] = 'Heslo';
8 $wb['password_strength_txt'] = 'Bezpečnost hesla';
9 $wb['chroot_txt'] = 'Chroot shell';
10 $wb['quota_size_txt'] = 'Kvóta';
11 $wb['active_txt'] = 'Aktivní';
12 $wb['username_error_empty'] = 'Uživatelské jméno je prázdné.';
13 $wb['username_error_unique'] = 'Uživatelské jméno musí být unikátní.';
14 $wb['username_error_regex'] = 'Uživatelské jméno obsahuje nepovolené znaky.';
15 $wb['quota_size_error_empty'] = 'Kvóta je prázdná.';
16 $wb['uid_error_empty'] = 'GID je prázdné.';
17 $wb['directory_error_empty'] = 'Adresář je prázdný.';
18 $wb['limit_shell_user_txt'] = 'Dosažen max. počet shell uživatelů.';
1985cb 19 $wb['parent_domain_id_error_empty'] = 'Nevybrána žádná webová stránka.';
F 20 $wb['puser_txt'] = 'Web: Uživatelské jméno';
21 $wb['pgroup_txt'] = 'Web: Skupina';
8ab3cd 22 $wb['ssh_rsa_txt'] = 'SSH-RSA Public Key (for key-based logins)';
02bf99 23 $wb['dir_dot_error'] = 'No .. in path allowed.';
T 24 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
bfcdef 25 $wb['generate_password_txt'] = 'Generovat heslo';
T 26 $wb['repeat_password_txt'] = 'Opakujte heslo';
27 $wb['password_mismatch_txt'] = 'Hesla se neshodují.';
28 $wb['password_match_txt'] = 'Hesla se shodují.';
7b47c0 29 $wb['username_must_not_exceed_32_chars_txt'] = 'The username must not exceed 32 characters.';
T 30 $wb['username_not_allowed_txt'] = 'The username is not allowed.';
8a3cd2 31 $wb['invalid_system_user_or_group_txt'] = 'Neplatný systémový uživatel nebo skupina';
TB 32 $wb['directory_error_regex'] = 'Neplatný adresář';
cda33c 33 $wb['shell_error_regex'] = 'Invalid shell';
8a3cd2 34 $wb['invalid_username_txt'] = 'Invalid Username';
TB 35 $wb['directory_error_notinweb'] = 'The directory has to be inside the web root.';
0d9599 36 ?>
206676 37
1fbf0d 38