Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
ae71f0 1 <?php
141f4c 2 $wb['shell_txt'] = 'Shell';
2c1c66 3 $wb['dir_txt'] = 'Путь';
141f4c 4 $wb['server_id_txt'] = 'Сервер';
K 5 $wb['parent_domain_id_txt'] = 'Сайт';
6 $wb['username_txt'] = 'Пользователь';
7 $wb['password_txt'] = 'Пароль';
8 $wb['chroot_txt'] = 'Chroot Shell';
2c1c66 9 $wb['quota_size_txt'] = 'Квота';
T 10 $wb['active_txt'] = 'Активен?';
141f4c 11 $wb['username_error_empty'] = 'Имя пользователя пустое.';
K 12 $wb['username_error_unique'] = 'Имя пользователя должно быть уникальным.';
2c1c66 13 $wb['username_error_regex'] = 'Имя пользователя содержит недопустимые символы';
T 14 $wb['quota_size_error_empty'] = 'Размер квоты пуст';
141f4c 15 $wb['uid_error_empty'] = 'GID пустой.';
2c1c66 16 $wb['directory_error_empty'] = 'Пуская директория';
T 17 $wb['password_strength_txt'] = 'Стойкость пароля';
18 $wb['limit_shell_user_txt'] = 'Достигнуто допустимое количество пользователей shell';
19 $wb['parent_domain_id_error_empty'] = 'Web-сайт не выбран';
0d9599 20 $wb['puser_txt'] = 'Web Username';
T 21 $wb['pgroup_txt'] = 'Web Group';
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.';
142907 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';
ae71f0 34 ?>