Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
181529 1 <?php
L 2 $wb['list_head_txt'] = 'Enregistrement A';
3 $wb['active_txt'] = 'Actif';
4 $wb['server_id_txt'] = 'Serveur';
5 $wb['zone_txt'] = 'Zone';
6 $wb['name_txt'] = 'Nom';
7 $wb['data_txt'] = 'Données';
8 $wb['aux_txt'] = 'Priorité';
554954 9 $wb['ttl_txt'] = 'TTL';
181529 10 $wb['type_txt'] = 'Type';
L 11 $wb['add_new_record_txt'] = 'Ajouter un nouvel enregistrement A';
12 $wb['page_txt'] = 'Page';
13 $wb['page_of_txt'] = 'de';
407003 14 $wb['delete_confirmation'] = 'Voulez-vous vraiment supprimer cet enregistrement ?';
181529 15 ?>