Skip to content
fr_dns_txt.lng 934 B
Newer Older
<?php
$wb['server_id_txt'] = 'Serveur';
$wb['zone_txt'] = 'Zone';
$wb['name_txt'] = 'Nom d’hôte';
$wb['type_txt'] = 'type';
$wb['data_txt'] = 'Texte';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Actif';
$wb['limit_dns_record_txt'] = 'Le nombre maximum d’enregistrements DNS pour votre compte a été atteint.';
$wb['no_zone_perm'] = 'Vous n’avez pas la permissions d’ajouter un enregistrement dans cette zone DNS.';
$wb['name_error_empty'] = 'Le nom d’hôte est vide.';
$wb['name_error_regex'] = 'Le format du nom d’hôte est invalide.';
$wb['data_error_empty'] = 'Le texte est vide';
$wb['data_error_regex'] = 'Le format du texte est invalide';
Till Brehm's avatar
Till Brehm committed
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
$wb['invalid_type_dkim'] = 'DKIM is not allowed. Use the DKIM button';
$wb['invalid_type_dmarc'] = 'DMARC is not allowed. Use the DMARC button';
$wb['invalid_type_spf'] = 'SPF is not allowed. Use the SPF button.';