source: extensions/delete_hit/language/en_UK/plugin.lang.php @ 7918

Last change on this file since 7918 was 7918, checked in by ddtddt, 13 years ago

[extensions] - delete_hit - update EN

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 895 bytes
Line 
1<?php
2
3//onglet Purge Hit photo
4$lang['hit_onglet_all'] = 'Purge All';
5$lang['hit_all'] = 'Purge all hits on all pictures gallery';
6$lang['hit_purgeall'] = 'Purge all the hits of the gallery';
7
8//onglet Purge Hit photo
9$lang['hit_onglet_photo'] = 'Purge hit of a photo';
10$lang['hit_select'] = 'Select a photo';
11$lang['hit_select_photo'] = 'Select photo';
12$lang['hit_photo'] = 'Choose the photo when you want to purge';
13$lang['hit_listphoto'] = 'Here is a list of your photos';
14$lang['hit_purgephoto'] = 'Purge hit of the picture select';
15
16//onglet purge hit de toutes les images d'une categorie
17$lang['hit_onglet_categorie'] = 'Purge hits a category';
18$lang['hit_select_cat'] = 'Select category';
19$lang['hit_cat'] = 'Choose the category when you want to purge';
20$lang['hit_listcat'] = 'Here is a list of your categories';
21$lang['hit_purgecat'] = 'Purge hits on all pictures select category';
22
23?>
Note: See TracBrowser for help on using the repository browser.