Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
181529 1 <?php
L 2 $wb['server_id_txt'] = 'Serveur';
3 $wb['zone_txt'] = 'Zone';
407003 4 $wb['name_txt'] = 'Nom d’hôte';
6882ab 5 $wb['type_txt'] = 'type';
T 6 $wb['data_txt'] = 'Texte';
181529 7 $wb['ttl_txt'] = 'TTL';
L 8 $wb['active_txt'] = 'Actif';
407003 9 $wb['limit_dns_record_txt'] = 'Le nombre maximum d’enregistrements DNS pour votre compte a été atteint.';
TB 10 $wb['no_zone_perm'] = 'Vous n’avez pas la permissions d’ajouter un enregistrement dans cette zone DNS.';
11 $wb['name_error_empty'] = 'Le nom d’hôte est vide.';
12 $wb['name_error_regex'] = 'Le format du nom d’hôte est invalide.';
6882ab 13 $wb['data_error_empty'] = 'Le texte est vide';
T 14 $wb['data_error_regex'] = 'Le format du texte est invalide';
dc9e64 15 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
378d83 16 $wb['invalid_type_dkim'] = 'DKIM is not allowed. Use the DKIM button';
FS 17 $wb['invalid_type_dmarc'] = 'DMARC is not allowed. Use the DMARC button';
18 $wb['invalid_type_spf'] = 'SPF is not allowed. Use the SPF button.';
181529 19 ?>