| | |
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['origin_txt'] = 'DNS Zone'; |
| | | $wb['server_id_txt'] = 'Serveur'; |
| | | $wb['origin_txt'] = 'Zone DNS'; |
| | | $wb['ns_txt'] = 'NS'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['limit_dns_slave_zone_txt'] = 'The max. number of Secondary DNS zones for your account is reached.'; |
| | | $wb['active_txt'] = 'Actif'; |
| | | $wb['limit_dns_slave_zone_txt'] = 'Le nombre maximal de zones DNS secondaire pour votre compte est atteint.'; |
| | | $wb['client_txt'] = 'Client'; |
| | | $wb['xfer_txt'] = 'Allow zone transfers to <br />these IPs (comma separated list)'; |
| | | $wb['server_id_error_empty'] = 'No server selected'; |
| | | $wb['origin_error_empty'] = 'Zone empty.'; |
| | | $wb['origin_error_unique'] = 'There is already a record for this zone.'; |
| | | $wb['origin_error_regex'] = 'Zone has a invalid format.'; |
| | | $wb['ns_error_regex'] = 'NS has a invalid format.'; |
| | | $wb['xfer_txt'] = 'Autoriser les transferts de zone de <br />ces IPs (liste séparée par des virgules)'; |
| | | $wb['server_id_error_empty'] = 'Aucun serveur sélectionné'; |
| | | $wb['origin_error_empty'] = 'Zone vide.'; |
| | | $wb['origin_error_unique'] = 'Il y a déjà un enregistrement pour cette zone.'; |
| | | $wb['origin_error_regex'] = 'Le format de la zone est invalide.'; |
| | | $wb['ns_error_regex'] = 'Le format de l\'enregistrement NS est invalide.'; |
| | | $wb['eg_domain_tld'] = 'ex. domain.tld.'; |
| | | $wb['ipv4_form_txt'] = 'Format IPv4 - ex. 1.2.3.4'; |
| | | $wb['secondary_zone_txt'] = 'Zone DNS secondaire'; |
| | | ?> |