tbrehm
2012-04-05 cb9197fc8dc981aac3a9b0492c28a8e7fbc4b62a
commit | author | age
f99b12 1 <?php
b51db0 2 $wb['puser_txt'] = 'Web Username';
T 3 $wb['pgroup_txt'] = 'Web Group';
4 $wb['shell_txt'] = 'Shell';
5 $wb['dir_txt'] = 'Dir';
6 $wb['server_id_txt'] = 'Server';
7 $wb['parent_domain_id_txt'] = 'Site';
e485d0 8 $wb['username_txt'] = 'Korisničko ime';
T 9 $wb['password_txt'] = 'Šifra';
b51db0 10 $wb['password_strength_txt'] = 'Password strength';
T 11 $wb['chroot_txt'] = 'Chroot Shell';
12 $wb['quota_size_txt'] = 'Quota';
e485d0 13 $wb['active_txt'] = 'Aktivno';
b51db0 14 $wb['username_error_empty'] = 'Username is empty.';
T 15 $wb['username_error_unique'] = 'The username must be unique.';
16 $wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
17 $wb['quota_size_error_empty'] = 'Quota is empty.';
18 $wb['uid_error_empty'] = 'GID empty.';
19 $wb['directory_error_empty'] = 'Directory empty.';
20 $wb['limit_shell_user_txt'] = 'The max number of shell users is reached.';
21 $wb['parent_domain_id_error_empty'] = 'No website selected.';
503446 22 $wb['ssh_rsa_txt'] = 'SSH-RSA Public Key (for key-based logins)';
cb9197 23 $wb['dir_dot_error'] = 'No .. in path allowed.';
T 24 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
f99b12 25 ?>