source: extensions/user_tags/language/en_UK/plugin.lang.php @ 20277

Last change on this file since 20277 was 20277, checked in by ddtddt, 11 years ago

Add EN for lexiglot delete No (rename to nn)

File size: 2.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | User Tags  - a plugin for Piwigo                                      |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010-2013 Nicolas Roudaire        http://www.nikrou.net  |
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 version 2 as     |
9// | published by 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., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA.                                                    |
20// +-----------------------------------------------------------------------+
21
22/*
23 * The purpose of that file is to provide a way to overwrite
24 * default translation.
25 * See language/templates/plugin.lang.php for available keys
26 * Add EN for Lexiglot
27 */
28 
29 // admin
30$lang['Add permission updated'] = 'Add permission updated';
31$lang['Be careful, whatever the configuration value is, new tag can be deleted anyway'] = 'Be careful, whatever the configuration value is, new tag can be deleted anyway';
32$lang['Delete permission updated'] = 'Delete permission updated';
33$lang['That plugin allow visitors to add tags to image.'] = 'That plugin allow visitors to add tags to image.';
34$lang['Who can add tags?'] = 'Who can add tags?';
35$lang['Who can delete related tags?'] = 'Who can delete related tags?';
36$lang['You can choose which users (per status) can add and delete tags.'] = 'You can choose which users (per status) can add and delete tags.';
37
38// public
39$lang['Click to add tags'] = 'Click to add tag';
40$lang['Start to type'] = 'Start to type';
41$lang['Tags updated'] = 'Tags updated';
42$lang['Update tags'] = 'Update tags';
43$lang['You are not allowed to add nor delete tags'] = 'You are not allowed to add nor delete tags';
44$lang['You are not allowed to add tags'] = 'You are not allowed to add tags';
45$lang['You are not allowed to delete tags'] = 'You are not allowed to delete tags';
46 
47?>
Note: See TracBrowser for help on using the repository browser.