Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
034425 1 <?php
62469f 2 $wb['uid_txt'] = 'UID';
K 3 $wb['gid_txt'] = 'GID';
3af0c1 4 $wb['dir_txt'] = 'Директория';
62469f 5 $wb['quota_files_txt'] = 'Filequota';
K 6 $wb['ul_ratio_txt'] = 'Uploadratio';
7 $wb['dl_ratio_txt'] = 'Downloadratio';
8 $wb['ul_bandwidth_txt'] = 'Uploadbandwidth';
9 $wb['dl_bandwidth_txt'] = 'Downloadbandwidth';
3af0c1 10 $wb['server_id_txt'] = 'Сървър';
K 11 $wb['parent_domain_id_txt'] = 'Сайт';
12 $wb['username_txt'] = 'Потребителско име';
13 $wb['password_txt'] = 'Парола';
14 $wb['password_strength_txt'] = 'Сила на паролата';
62469f 15 $wb['quota_size_txt'] = 'Harddisk-Quota';
3af0c1 16 $wb['active_txt'] = 'Активен';
K 17 $wb['limit_ftp_user_txt'] = 'Достигнат е максималният разрешен брой FTP потребители,';
18 $wb['username_error_empty'] = 'Не е посочено потребителско име.';
19 $wb['username_error_unique'] = 'Вече съществува потебител с това име.';
20 $wb['username_error_regex'] = 'Невалидно потребителско име.';
62469f 21 $wb['quota_size_error_empty'] = 'Quota is empty.';
3af0c1 22 $wb['uid_error_empty'] = 'Не е посочено GID.';
K 23 $wb['directory_error_empty'] = 'Не е посочена директория.';
9994de 24 $wb['quota_files_unity_txt'] = 'Files';
0b7253 25 $wb['directory_error_notinweb'] = 'Directory not inside of web root directory.';
11b3da 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';
02bf99 28 $wb['dir_dot_error'] = 'No .. in path allowed.';
T 29 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
bd26ab 30 $wb['generate_password_txt'] = 'Generate Password';
T 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.';
407003 34 $wb['expires_txt'] = 'Expire at';
034425 35 ?>