Till Brehm
2014-04-03 a08e6c32e70561a3fadbd6062ca02c5f8c94b81d
commit | author | age
ae71f0 1 <?php
f66aae 2 $wb['custom_mailfilter_txt'] = 'Custom mail filter recipe';
K 3 $wb['email_txt'] = 'Email';
4 $wb['cryptpwd_txt'] = 'Пароль';
2c1c66 5 $wb['active_txt'] = 'Активен?';
f66aae 6 $wb['email_error_isemail'] = 'Почтовый адрес неправилен.';
2c1c66 7 $wb['email_error_unique'] = 'Email дублируется.';
T 8 $wb['autoresponder_text_txt'] = 'Текст';
f66aae 9 $wb['autoresponder_txt'] = 'Автоответчик';
K 10 $wb['no_domain_perm'] = 'Вы не имеете разрешений для этого домена.';
11 $wb['error_no_pwd'] = 'Пароль пустой.';
12 $wb['quota_error_isint'] = 'Размер должен быть цифрой.';
13 $wb['quota_txt'] = 'квота in MB';
14 $wb['server_id_txt'] = 'server_id';
15 $wb['password_txt'] = 'пароль';
16 $wb['maildir_txt'] = 'maildir';
2c1c66 17 $wb['postfix_txt'] = 'Разрешить получение';
f66aae 18 $wb['access_txt'] = 'Включить доступ';
2c1c66 19 $wb['policy_txt'] = 'Спам-фильтр';
f66aae 20 $wb['no_policy'] = '- не включено -';
2c1c66 21 $wb['limit_mailbox_txt'] = 'Число почтовых ящиков превышено.';
f66aae 22 $wb['limit_mailquota_txt'] = 'Место под почтовые ящики превышено. Максимально доступно MB';
2c1c66 23 $wb['password_strength_txt'] = 'Стойкость пароля';
T 24 $wb['disableimap_txt'] = 'Запретить IMAP';
25 $wb['disablepop3_txt'] = 'Запретить POP3';
26 $wb['duplicate_alias_or_forward_txt'] = 'Алиас или пересылка уже существуют для этого адреса.';
27 $wb['quota_error_value'] = 'Неверное значение квоты. Допустимые значения: 0 не ограничено, или число больше 1';
28 $wb['autoresponder_start_date_txt'] = 'Запускать';
b67344 29 $wb['autoresponder_start_date_ispast'] = 'Дата запуска не может быть в прошлом.';
2c1c66 30 $wb['autoresponder_end_date_txt'] = 'Окончание';
T 31 $wb['autoresponder_end_date_isgreater'] = 'Дата окончания должна быть позже даты запуска.';
32 $wb['move_junk_txt'] = 'Перемещать спам в директорию Junk';
899771 33 $wb['name_txt'] = 'Realname';
T 34 $wb['name_optional_txt'] = '(Optional)';
e5f91f 35 $wb['autoresponder_active'] = 'Enable the autoresponder';
0d9599 36 $wb['cc_txt'] = 'Send copy to';
T 37 $wb['cc_error_isemail'] = 'The Send copy to field does not conatin a valid email address';
522ef8 38 $wb['domain_txt'] = 'Domain';
T 39 $wb['now_txt'] = 'Now';
40 $wb['login_error_unique'] = 'Login is already taken.';
41 $wb['login_error_regex'] = 'Valid characters are A-Z, a-z, 0-9, ., _ and -.';
42 $wb['login_txt'] = 'Login (optional)';
43 $wb['error_login_email_txt'] = 'This login is not allowed. Please enter a different login or use the mail address as login.';
142907 44 $wb['autoresponder_subject_txt'] = 'Email Subject';
T 45 $wb['autoresponder_subject'] = 'Out of office reply';
46 $wb['generate_password_txt'] = 'Generate Password';
47 $wb['repeat_password_txt'] = 'Repeat Password';
48 $wb['password_mismatch_txt'] = 'The passwords do not match.';
49 $wb['password_match_txt'] = 'The passwords do match.';
dc9e64 50 $wb['email_error_isascii'] = 'Please do not use special unicode characters for your password. This could lead to problems with your mail client.';
TB 51 $wb['cc_note_txt'] = '(Separate multiple email addresses with commas)';
a08e6c 52 $wb['disablesmtp_txt'] = 'Disable SMTP (sending)';
ae71f0 53 ?>