Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
333866 1 <?php
T 2 $wb['server_id_txt'] = 'Server';
3 $wb['domain_txt'] = 'Domény';
4 $wb['type_txt'] = 'Typ';
5 $wb['active_txt'] = 'Aktívne';
6 $wb['domain_error_empty'] = 'Doména je prázdna.';
7 $wb['domain_error_unique'] = 'Duplicitná Doména.';
8 $wb['domain_error_regex'] = 'Zlé doménové meno.';
9 $wb['client_txt'] = 'Klient';
10 $wb['limit_maildomain_txt'] = 'Max. počet e-mailových domén pre váš účet je dosiahnutý.';
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';
16 $wb['dkim_private_key_error'] = 'Invalid DKIM-Private key';
5de1ce 17 $wb['dkim_selector_error'] = 'Invalid DKIM-Selector. Use only lower-case alphanumeric characters (a-z or 0-9) up to 63 chars';
333866 18 $wb['policy_txt'] = 'Spamfilter';
T 19 $wb['no_policy'] = '- Nie je aktivovaný -';
407003 20 $wb['dkim_settings_txt'] = 'DomainKeys Identified Mail (DKIM)';
TB 21 $wb['error_not_allowed_server_id'] = 'Chosen server is not allowed for this account.';
22 $wb['dkim_selector_txt'] = 'DKIM-Selector';
333866 23 ?>