commit | author | age | ||
803602 | 1 | <?php |
141f4c | 2 | $wb['list_head_txt'] = 'Groupes dutilisateur Système'; |
K | 3 | $wb['description_txt'] = 'Description'; |
4 | $wb['name_txt'] = 'Groupe'; | |
5 | $wb['page_txt'] = 'Page'; | |
6 | $wb['page_of_txt'] = 'de'; | |
7 | $wb['page_next_txt'] = 'Suivante'; | |
8 | $wb['page_back_txt'] = 'Précedente'; | |
9 | $wb['delete_txt'] = 'Effacer'; | |
10 | $wb['filter_txt'] = 'Filtrer'; | |
11 | $wb['add_new_record_txt'] = 'Add new Group'; | |
12 | ?> |