Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
181529 1 <?php
L 2 $wb['server_id_txt'] = 'Serveur';
3 $wb['domain_txt'] = 'Domaine';
4 $wb['type_txt'] = 'Type';
5 $wb['active_txt'] = 'Actif';
6 $wb['domain_error_empty'] = 'Le domaine est vide.';
7 $wb['domain_error_unique'] = 'Dupliquer le domaine.';
8 $wb['domain_error_regex'] = 'Le domaine est invalide.';
9 $wb['client_txt'] = 'Client';
407003 10 $wb['limit_maildomain_txt'] = 'Le nombre maximal de domaines d’e-mail pour votre compte a été atteint.';
181529 11 $wb['policy_txt'] = 'Filtre antispam';
L 12 $wb['no_policy'] = '- inactif -';
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';
19 $wb['dkim_settings_txt'] = 'DomainKeys Identified Mail (DKIM)';
20 $wb['error_not_allowed_server_id'] = 'Chosen server is not allowed for this account.';
69f5c9 21 $wb['dkim_selector_txt'] = 'DKIM-Selector';
407003 22 $wb['dkim_selector_error'] = 'Invalid DKIM-Selector. Use only lower-case alphanumeric characters (a-z or 0-9) up to 63 chars';
69f5c9 23 ?>