Till Brehm
2014-08-14 8a3cd2369d830d7d1ad9edd437908b6a741d9f2c
commit | author | age
f99b12 1 <?php
02bf99 2 $wb['puser_txt'] = 'Web korisničko ime';
T 3 $wb['pgroup_txt'] = 'Web grupa';
b51db0 4 $wb['shell_txt'] = 'Shell';
02bf99 5 $wb['dir_txt'] = 'Direktorij';
b51db0 6 $wb['server_id_txt'] = 'Server';
02bf99 7 $wb['parent_domain_id_txt'] = 'Web stranica';
8cf78b 8 $wb['username_txt'] = 'Korisničko ime';
T 9 $wb['password_txt'] = 'Šifra';
02bf99 10 $wb['password_strength_txt'] = 'Jačina šifre';
T 11 $wb['chroot_txt'] = 'Chroot shell';
12 $wb['quota_size_txt'] = 'Kvota';
8cf78b 13 $wb['active_txt'] = 'Aktivno';
02bf99 14 $wb['username_error_empty'] = 'Korisničko ime je prazno.';
T 15 $wb['username_error_unique'] = 'Izabrano korisničko ime već postoji na serveru.';
16 $wb['username_error_regex'] = 'Korisničko ime sadrži nedozvoljene znakove.';
17 $wb['quota_size_error_empty'] = 'Kvota je prazna.';
18 $wb['uid_error_empty'] = 'GID je prazan.';
19 $wb['directory_error_empty'] = 'Direktorij je prazan.';
20 $wb['limit_shell_user_txt'] = 'Iskorišten je maksimalan broj shell korisnika.';
21 $wb['parent_domain_id_error_empty'] = 'Nije izabrana web stranica.';
22 $wb['ssh_rsa_txt'] = 'SSH-RSA javni ključ (za logiranje ključevima)';
23 $wb['dir_dot_error'] = 'No .. in path allowed.';
24 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
142907 25 $wb['generate_password_txt'] = 'Generate Password';
T 26 $wb['repeat_password_txt'] = 'Repeat Password';
27 $wb['password_mismatch_txt'] = 'The passwords do not match.';
28 $wb['password_match_txt'] = 'The passwords do match.';
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.';
cda33c 31 $wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
TB 32 $wb['directory_error_regex'] = 'Invalid directory';
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.';
f99b12 36 ?>