Till Brehm
2015-06-03 b7a416586d491945ff77c1a3c27130304b7601f2
commit | author | age
af8f1b 1 <?php
26c0fc 2 $wb['puser_txt'] = "Web Username";
T 3 $wb['pgroup_txt'] = "Web Group";
4 $wb['shell_txt'] = "Shell";
b7a416 5 $wb['dir_txt'] = "Base Dir";
26c0fc 6 $wb['server_id_txt'] = "Server";
T 7 $wb['parent_domain_id_txt'] = "Site";
8 $wb['username_txt'] = "Username";
9 $wb['password_txt'] = "Password";
10 $wb['password_strength_txt'] = "Password strength";
11 $wb['chroot_txt'] = "Chroot Shell";
12 $wb['quota_size_txt'] = "Quota";
13 $wb['active_txt'] = "Active";
14 $wb['username_error_empty'] = "Username is empty.";
15 $wb['username_error_unique'] = "The username must be unique.";
16 $wb['username_error_regex'] = "The username contains characters 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.";
22 $wb['ssh_rsa_txt'] = "SSH-RSA Public Key (for key-based logins)";
23 $wb['dir_dot_error'] = "No .. in path allowed.";
24 $wb['dir_slashdot_error'] = "No ./ in path allowed.";
00385e 25 $wb['generate_password_txt'] = 'Generate Password';
2a1893 26 $wb['repeat_password_txt'] = 'Repeat Password';
F 27 $wb['password_mismatch_txt'] = 'The passwords do not match.';
28 $wb['password_match_txt'] = 'The passwords do match.';
615a0a 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.';
f2fc77 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';
3ee67a 34 $wb['invalid_username_txt'] = 'Invalid Username';
9edea9 35 $wb['directory_error_notinweb'] = 'The directory has to be inside the web root.';
f66aae 36 ?>