Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
f99b12 1 <?php
b51db0 2 $wb['server_id_txt'] = 'Server';
8cf78b 3 $wb['domain_txt'] = 'Domena';
T 4 $wb['type_txt'] = 'Vrsta';
5 $wb['active_txt'] = 'Aktivno';
02bf99 6 $wb['domain_error_empty'] = 'Domena je prazno.';
T 7 $wb['domain_error_unique'] = 'Već postoji ova domena.';
8 $wb['domain_error_regex'] = 'Neispravan naziv domene.';
9 $wb['client_txt'] = 'Klijent';
10 $wb['limit_maildomain_txt'] = 'Iskorišten je maksimalan broj email domena.';
b51db0 11 $wb['policy_txt'] = 'Spamfilter';
02bf99 12 $wb['no_policy'] = '- nema pravila -';
407003 13 $wb['dkim_txt'] = 'enable DKIM';
TB 14 $wb['dkim_private_txt'] = 'DKIM Private-key';
15 $wb['dkim_public_txt'] = 'DKIM Public-key\nfor information only';
16 $wb['dkim_generate_txt'] = 'Generate DKIM Private-key';
17 $wb['dkim_dns_txt'] = 'DNS-Record';
18 $wb['dkim_private_key_error'] = 'Invalid DKIM-Private key';
69f5c9 19 $wb['dkim_selector_txt'] = 'DKIM-Selector';
5de1ce 20 $wb['dkim_selector_error'] = 'Invalid DKIM-Selector. Use only lower-case alphanumeric characters (a-z or 0-9) up to 63 chars';
407003 21 $wb['dkim_settings_txt'] = 'DomainKeys Identified Mail (DKIM)';
TB 22 $wb['error_not_allowed_server_id'] = 'Chosen server is not allowed for this account.';
f99b12 23 ?>