tbrehm
2012-04-05 cb9197fc8dc981aac3a9b0492c28a8e7fbc4b62a
commit | author | age
0dae6d 1 <?php
F 2 $wb['uid_txt'] = 'UID';
3 $wb['gid_txt'] = 'GID';
182e2d 4 $wb['dir_txt'] = 'Cartella';
0dae6d 5 $wb['quota_files_txt'] = 'Filequota';
F 6 $wb['ul_ratio_txt'] = 'Uploadratio';
7 $wb['dl_ratio_txt'] = 'Downloadratio';
182e2d 8 $wb['ul_bandwidth_txt'] = 'Banda Upload';
F 9 $wb['dl_bandwidth_txt'] = 'Banda Download';
0dae6d 10 $wb['server_id_txt'] = 'Server';
182e2d 11 $wb['parent_domain_id_txt'] = 'Sito';
0dae6d 12 $wb['username_txt'] = 'Username';
F 13 $wb['password_txt'] = 'Password';
14 $wb['password_strength_txt'] = 'Password strength';
15 $wb['quota_size_txt'] = 'Harddisk-Quota';
182e2d 16 $wb['active_txt'] = 'Attivo';
503446 17 $wb['limit_ftp_user_txt'] = 'The max. number of FTP users for your account is reached.';
T 18 $wb['username_error_empty'] = 'Username is empty.';
0dae6d 19 $wb['username_error_unique'] = 'The username must be unique.';
503446 20 $wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
0dae6d 21 $wb['quota_size_error_empty'] = 'Quota is empty.';
F 22 $wb['uid_error_empty'] = 'GID empty.';
503446 23 $wb['directory_error_empty'] = 'Directory empty.';
9994de 24 $wb['quota_files_unity_txt'] = 'Files';
0b7253 25 $wb['directory_error_notinweb'] = 'Directory not inside of web root directory.';
503446 26 $wb['parent_domain_id_error_empty'] = 'No website selected.';
1ca823 27 $wb['quota_size_error_regex'] = 'Quota: enter a -1 for unlimited or a number > 0';
cb9197 28 $wb['dir_dot_error'] = 'No .. in path allowed.';
T 29 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
0dae6d 30 ?>