| | |
| | | <?php |
| | | $wb['btn_save_txt'] = 'Save'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['server_id_txt'] = 'Serveur'; |
| | | $wb['origin_txt'] = 'Zone (SOA)'; |
| | | $wb['ns_txt'] = 'NS'; |
| | | $wb['mbox_txt'] = 'Email'; |
| | | $wb['serial_txt'] = 'Serial'; |
| | | $wb['refresh_txt'] = 'Refresh'; |
| | | $wb['retry_txt'] = 'Retry'; |
| | | $wb['expire_txt'] = 'Expire'; |
| | | $wb['serial_txt'] = 'Série'; |
| | | $wb['refresh_txt'] = 'Rafraichissement'; |
| | | $wb['retry_txt'] = 'Rééssai'; |
| | | $wb['expire_txt'] = 'Expiration'; |
| | | $wb['minimum_txt'] = 'Minimum'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['xfer_txt'] = 'Allow zone transfers to <br />these IPs (comma separated list)'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['limit_dns_zone_txt'] = 'The max. number of DNS zones for your account is reached.'; |
| | | $wb['xfer_txt'] = 'Autoriser les transfers de zones à <br />ces IP (liste séparée par des virgules)'; |
| | | $wb['active_txt'] = 'Actif'; |
| | | $wb['client_txt'] = 'Client'; |
| | | $wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.'; |
| | | $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['mbox_error_empty'] = 'Email is empty.'; |
| | | $wb['mbox_error_regex'] = 'Email format invalid.'; |
| | | $wb['no_zone_perm'] = 'Vous navez pas la permissions dajouter un enregistrement dans cette zone DNS.'; |
| | | $wb['server_id_error_empty'] = 'Pas de serveur sélectionné'; |
| | | $wb['origin_error_empty'] = 'Zone vide.'; |
| | | $wb['origin_error_unique'] = 'Il y a déja un enregistrement pour cette zone.'; |
| | | $wb['origin_error_regex'] = 'La zone est dun format invalide.'; |
| | | $wb['ns_error_regex'] = 'Le serveur de nom est dun format invalide.'; |
| | | $wb['mbox_error_empty'] = 'Ladresse e-mail est vide.'; |
| | | $wb['mbox_error_regex'] = 'Ladresse e-mail est dun format invalide.'; |
| | | $wb['limit_dns_zone_txt'] = 'The max. number of DNS zones for your account is reached.'; |
| | | $wb['also_notify_txt'] = 'Also Notify'; |
| | | $wb['update_acl_txt'] = 'Update ACL'; |
| | | ?> |