Last change
on this file since 5824 was
5824,
checked in by ddtddt, 15 years ago
|
[extension] add delete_hit release 1.0.2
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
998 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | //onglet Purge Hit photo |
---|
4 | $lang['hit_onglet_all'] = 'Purge Total'; |
---|
5 | $lang['hit_all'] = 'Purge tous les hits de toutes les photos de la galerie'; |
---|
6 | $lang['hit_purgeall'] = 'Purge tous les hits de la galerie'; |
---|
7 | |
---|
8 | //onglet Purge Hit photo |
---|
9 | $lang['hit_onglet_photo'] = 'Purge le hit d\'une photos'; |
---|
10 | $lang['hit_select'] = 'Sélectionne une photo'; |
---|
11 | $lang['hit_select_photo'] = 'Sélectionne la photo'; |
---|
12 | $lang['hit_photo'] = 'Choisiser la photo que vous voulez purger'; |
---|
13 | $lang['hit_listphoto'] = 'Voici la liste de vos photos'; |
---|
14 | $lang['hit_purgephoto'] = 'Purger le hit de la photo sélectionner'; |
---|
15 | |
---|
16 | //onglet purge hit de toutes les images d'une categorie |
---|
17 | $lang['hit_onglet_categorie'] = 'Purger les hits d\'une catégorie'; |
---|
18 | $lang['hit_select_cat'] = 'Sélectionnez la catégorie'; |
---|
19 | $lang['hit_cat'] = 'Choisiser la catégorie que vous voulez purger'; |
---|
20 | $lang['hit_listcat'] = 'Voici la liste de vos catégories'; |
---|
21 | $lang['hit_purgecat'] = 'Purger les hits de toutes les photos de la catégorie sélectionner'; |
---|
22 | |
---|
23 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.