source: extensions/delete_rate/language/en_UK/plugin.lang.php @ 7907

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

[extensions] - delete_rate - update EN thanks to enzobr

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 686 bytes
Line 
1<?php
2
3//onglet Purge Hit photo
4$lang['rate_onglet_all'] = 'Total Purge rate';
5$lang['rate_all'] = 'Purge all rate on all pictures gallery';
6$lang['rate_purgeall'] = 'Purge all the rate of the gallery';
7$lang['rate_totalok'] = 'Total Purge completed successfully';
8
9//onglet Purge Hit photo
10$lang['rate_onglet_photo'] = 'Purge rate of a photo';
11$lang['rate_select'] = 'Select a photo';
12$lang['rate_select_photo'] = 'Select photo';
13$lang['rate_photo'] = 'Choose the photo you want to purge the rate';
14$lang['rate_listphoto'] = 'Here is a list of your photos';
15$lang['rate_purgephoto'] = 'Purge rate of the picture select';
16$lang['rate_photook'] = 'Note purge completed successfully';
17
18?>
Note: See TracBrowser for help on using the repository browser.