source: extensions/memories/language/en_UK/plugin.lang.php @ 32226

Last change on this file since 32226 was 32226, checked in by TranslationTeam, 4 years ago

Update en_UK, thanks to Kaare

File size: 2.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Memories for Piwigo by TEMMII                                         |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2020 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['Memories'] = 'Memories';
23$lang['Memories 1 year ago'] = 'Memories from 1 year ago';
24$lang['1 year ago'] = '1 year ago';
25$lang['%d years ago'] = '%d years ago';
26$lang['Displays Memories year ago'] = 'Displays Memories from years ago';
27$lang['more photos'] = 'more photos';
28$lang['Display X photos from year ago in the gallery or a album'] = 'Display X photos from 1 year ago in the gallery or a album';
29$lang['Photos from'] = 'Photos from';
30$lang['Number year you want see'] = 'Number of years you want see';
31$lang['Chosen type date'] = 'Chosen date type';
32$lang['Available date'] = 'Available date';
33$lang['Show other years on plugin page'] = 'Show other years on plugin page';
34$lang['Show menu'] = 'Show menu';
35$lang['link Specials/Explore menu'] = 'link Specials/Explore menu';
36$lang['block menu'] = 'block menu';
37$lang['link position in menu'] = 'link position in menu';
38$lang['Maximal number photos for PWG Stuffs Block'] = 'Maximal number photos for PWG Stuffs block';
39$lang['Show other years on PWG Stuffs Block'] = 'Show other years in PWG Stuffs block';
40$lang['yes'] = 'yes';
41$lang['no'] = 'no';
42$lang['link in blocks'] = 'link in blocks';
43$lang['link to memories page'] = 'link to memories page';
Note: See TracBrowser for help on using the repository browser.