Florian Schaal
2014-01-08 2e5b1afd375e1065dfb451281e44a5a172fd2e8b
1
2
3
4
5
6
7
8
<?php
$wb["public_key_txt"] = 'Clé publiquePublic-Key';
$wb["ttl_txt"] = 'TTL';
$wb["active_txt"] = 'Actif';
$wb["record_exists_txt"] = 'L\'enregistrement DNS exist déjà';
$wb["limit_dns_record_txt"] = 'Le nombre max. d\'enregistrement DNS pour votre compte à été atteint.';
$wb["no_zone_perm"] = 'Vous n\'avez pas la permission d\'ajouter un enregistrement à cette Zone DNS.';
?>