Till Brehm
2014-08-14 8a3cd2369d830d7d1ad9edd437908b6a741d9f2c
commit | author | age
034425 1 <?php
62469f 2 $wb['shell_txt'] = 'Shell';
3af0c1 3 $wb['dir_txt'] = 'Директория';
K 4 $wb['server_id_txt'] = 'Сървър';
5 $wb['parent_domain_id_txt'] = 'Сайт';
6 $wb['username_txt'] = 'Потребител';
7 $wb['password_txt'] = 'Парола';
8 $wb['password_strength_txt'] = 'Сила на паролата';
62469f 9 $wb['chroot_txt'] = 'Chroot Shell';
63fdfa 10 $wb['quota_size_txt'] = 'Квота';
3af0c1 11 $wb['active_txt'] = 'Активен';
K 12 $wb['username_error_empty'] = 'Не е посочено потребителско име.';
13 $wb['username_error_unique'] = 'Вече съществува потребител с това име.';
14 $wb['username_error_regex'] = 'Невалидно потребителско име.';
63fdfa 15 $wb['quota_size_error_empty'] = 'Полето за квота е празно.';
3af0c1 16 $wb['uid_error_empty'] = 'Не е посочено GID.';
K 17 $wb['directory_error_empty'] = 'Не е посочена директория.';
18 $wb['limit_shell_user_txt'] = 'Достигнат е максималният разрешен брой Shell потребители.';
63fdfa 19 $wb['parent_domain_id_error_empty'] = 'Няма селектиран сайт.';
T 20 $wb['puser_txt'] = 'Web потребителско име';
21 $wb['pgroup_txt'] = 'Web Група';
8ab3cd 22 $wb['ssh_rsa_txt'] = 'SSH-RSA Public Key (for key-based logins)';
02bf99 23 $wb['dir_dot_error'] = 'No .. in path allowed.';
T 24 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
bd26ab 25 $wb['generate_password_txt'] = 'Generate Password';
T 26 $wb['repeat_password_txt'] = 'Repeat Password';
27 $wb['password_mismatch_txt'] = 'The passwords do not match.';
28 $wb['password_match_txt'] = 'The passwords do match.';
7b47c0 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.';
cda33c 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';
8a3cd2 34 $wb['invalid_username_txt'] = 'Invalid Username';
TB 35 $wb['directory_error_notinweb'] = 'The directory has to be inside the web root.';
034425 36 ?>