Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
73d610 1 <?php
62469f 2 $wb['server_id_txt'] = 'Server';
K 3 $wb['domain_txt'] = 'Domain';
4 $wb['type_txt'] = 'Type';
5 $wb['active_txt'] = 'Active';
6 $wb['domain_error_empty'] = 'Domain is empty.';
63fdfa 7 $wb['domain_error_unique'] = 'Дублиращ се домейн.';
T 8 $wb['domain_error_regex'] = 'Неправилно домейн име.';
9 $wb['client_txt'] = 'Клиент';
62469f 10 $wb['limit_maildomain_txt'] = 'The max. number of email domains for your account is reached.';
407003 11 $wb['dkim_txt'] = 'enable DKIM';
TB 12 $wb['dkim_private_txt'] = 'DKIM Private-key';
13 $wb['dkim_public_txt'] = 'DKIM Public-key\nfor information only';
14 $wb['dkim_generate_txt'] = 'Generate DKIM Private-key';
15 $wb['dkim_dns_txt'] = 'DNS-Record';
69f5c9 16 $wb['dkim_selector_txt'] = 'DKIM-Selector';
5de1ce 17 $wb['dkim_selector_error'] = 'Invalid DKIM-Selector. Use only lower-case alphanumeric characters (a-z or 0-9) up to 63 chars';
407003 18 $wb['dkim_private_key_error'] = 'Invalid DKIM-Private key';
TB 19 $wb['dkim_settings_txt'] = 'DomainKeys Identified Mail (DKIM)';
63fdfa 20 $wb['policy_txt'] = 'Спамфилтър';
T 21 $wb['no_policy'] = '- не е разрешен -';
407003 22 $wb['error_not_allowed_server_id'] = 'Chosen server is not allowed for this account.';
62469f 23 ?>