Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
0dae6d 1 <?php
142907 2 $wb['uid_txt'] = 'UID';
T 3 $wb['gid_txt'] = 'GID';
4 $wb['dir_txt'] = 'Cartella';
5 $wb['quota_files_txt'] = 'Filequota';
6 $wb['ul_ratio_txt'] = 'Uploadratio';
7 $wb['dl_ratio_txt'] = 'Downloadratio';
8 $wb['ul_bandwidth_txt'] = 'Banda Upload';
9 $wb['dl_bandwidth_txt'] = 'Banda Download';
10 $wb['server_id_txt'] = 'Server';
11 $wb['parent_domain_id_txt'] = 'Sito';
12 $wb['username_txt'] = 'Username';
13 $wb['password_txt'] = 'Password';
14 $wb['password_strength_txt'] = 'Password strength';
15 $wb['quota_size_txt'] = 'Harddisk-Quota';
16 $wb['active_txt'] = 'Attivo';
17 $wb['limit_ftp_user_txt'] = 'The max. number of FTP users for your account is reached.';
18 $wb['username_error_empty'] = 'Username is empty.';
19 $wb['username_error_unique'] = 'The username must be unique.';
20 $wb['username_error_regex'] = 'The username contains characters that are not allowed.';
21 $wb['quota_size_error_empty'] = 'Quota is empty.';
22 $wb['uid_error_empty'] = 'GID empty.';
23 $wb['directory_error_empty'] = 'Directory empty.';
24 $wb['quota_files_unity_txt'] = 'Files';
25 $wb['directory_error_notinweb'] = 'Directory not inside of web root directory.';
26 $wb['parent_domain_id_error_empty'] = 'No website selected.';
27 $wb['quota_size_error_regex'] = 'Quota: enter a -1 for unlimited or a number > 0';
28 $wb['dir_dot_error'] = 'No .. in path allowed.';
29 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
30 $wb['generate_password_txt'] = 'Generate Password';
31 $wb['repeat_password_txt'] = 'Repeat Password';
32 $wb['password_mismatch_txt'] = 'The passwords do not match.';
33 $wb['password_match_txt'] = 'The passwords do match.';
cda33c 34 $wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
TB 35 $wb['directory_error_regex'] = 'Invalid directory';
0dae6d 36 ?>