tbrehm
2012-04-05 cb9197fc8dc981aac3a9b0492c28a8e7fbc4b62a
commit | author | age
e5f91f 1 <?php
T 2 $wb['shell_txt'] = 'Shell';
3 $wb['dir_txt'] = 'Dir';
4 $wb['server_id_txt'] = 'Server';
5 $wb['parent_domain_id_txt'] = 'Site';
6 $wb['username_txt'] = 'Username';
7 $wb['password_txt'] = 'Password';
8 $wb['password_strength_txt'] = 'Password strength';
9 $wb['chroot_txt'] = 'Chroot Shell';
10 $wb['quota_size_txt'] = 'Quota';
11 $wb['active_txt'] = 'Active';
12 $wb['username_error_empty'] = 'Username is empty.';
13 $wb['username_error_unique'] = 'The username must be unique.';
14 $wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
15 $wb['quota_size_error_empty'] = 'Quota is empty.';
16 $wb['uid_error_empty'] = 'GID empty.';
17 $wb['directory_error_empty'] = 'Directory empty.';
18 $wb['limit_shell_user_txt'] = 'The max number of shell users is reached.';
19 $wb['parent_domain_id_error_empty'] = 'No website selected.';
0d9599 20 $wb['puser_txt'] = 'Web Username';
T 21 $wb['pgroup_txt'] = 'Web Group';
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.';
e5f91f 25 ?>