| | |
| | | $wb['zone_txt'] = 'Zone'; |
| | | $wb['name_txt'] = 'Nom d\'hôte'; |
| | | $wb['type_txt'] = 'type'; |
| | | $wb['data_txt'] = 'Enregistrement serveur'; |
| | | $wb["target_txt"] = 'Target'; |
| | | $wb["weight_txt"] = 'Weight'; |
| | | $wb["port_txt"] = 'Port'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['active_txt'] = 'Actif'; |
| | | $wb['aux_txt'] = 'Priorité'; |
| | |
| | | $wb['data_error_regex'] = 'Le format de l\'enregistrement serveur est invalide'; |
| | | $wb['srv_error_regex'] = 'Le format d\'enregistrement serveur invalide. L\'enregistrement serveur doit contenir 3 chaînes de caractères séparées par des espaces.'; |
| | | ?> |
| | | |