source: extensions/Add_tags_Mass/language/en_UK/plugin.lang.php @ 27799

Last change on this file since 27799 was 27799, checked in by TranslationTeam, 10 years ago

[add_tags_mass] Update en_UK, thanks to : laurent.duretz

File size: 1.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | This program is free software; you can redistribute it and/or modify  |
6// | it under the terms of the GNU General Public License as published by  |
7// | the Free Software Foundation                                          |
8// |                                                                       |
9// | This program is distributed in the hope that it will be useful, but   |
10// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
11// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
12// | General Public License for more details.                              |
13// |                                                                       |
14// | You should have received a copy of the GNU General Public License     |
15// | along with this program; if not, write to the Free Software           |
16// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
17// | USA.                                                                  |
18// +-----------------------------------------------------------------------+
19$lang['Add tags Mass'] = 'Mass adding Tags';
20$lang['Text model'] = 'Form Template';
21$lang['Text retour'] = 'Start new line after each word';
22$lang['%d Add tags: %s'] = '%d Tags added: %s';
23$lang['%d Not add tags: %s'] = '%d Tags not added: %s';
24$lang['No tags'] = 'Tags missing in form';
25?>
Note: See TracBrowser for help on using the repository browser.