source: extensions/delete_hit_rate/language/en_UK/plugin.lang.php @ 31802

Last change on this file since 31802 was 31802, checked in by TranslationTeam, 7 years ago

Update en_UK, thanks to Kaare

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Delete Hit/Rate plugin for piwigo                                     |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2011-2016 ddtddt               http://temmii.com/piwigo/ |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['Delete Hit/Rate'] = 'Delete Hit/Rate';
23$lang['Purge All'] = 'Purge All';
24$lang['Hit purge completed successfully'] = 'Hit purge completed successfully';
25$lang['Purge all rate on all pictures gallery'] = 'Purge all ratings on all pictures in the gallery';
26$lang['Purge all hits on all pictures gallery'] = 'Purge all hits on all pictures in the gallery';
27$lang['Rate purge completed successfully'] = 'Rating purge completed successfully';
28$lang['Purge - Plugin Delete Hit/Rate'] = 'Purge - Plugin Delete Hit/Rate';
29$lang['Purge hit of the photo'] = 'Purge the photo\'s hits';
30$lang['Purge rate of the photo'] = 'Purge the photo\'s ratings';
31$lang['Purge hits on all pictures album'] = 'Purge hits on all pictures in the album';
32$lang['Purge rates on all pictures album'] = 'Purge ratings on all pictures in the album';
Note: See TracBrowser for help on using the repository browser.