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

Last change on this file since 32230 was 32230, checked in by ddtddt, 4 years ago

[memories] update language in file

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