source: extensions/menalto2piwigo/language/en_UK/plugin.lang.php @ 28825

Last change on this file since 28825 was 28825, checked in by plg, 10 years ago

import data from Menalto Gallery

File size: 2.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
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['Import from Menalto'] = 'Import from Menalto';
23$lang['Menalto2Piwigo plugin imports data from a Menalto Gallery2 installation into Piwigo.'] = 'Menalto2Piwigo plugins imports data from a Menalto Gallery2 installation into Piwigo.';
24$lang['Imported properties:'] = 'Imported properties:';
25$lang['Title and description for photos'] = 'Title and description for photos';
26$lang['Name and description for albums'] = 'Name and description for albums';
27$lang['User comments on photos'] = 'User comments on photos';
28$lang['How to use it?'] = 'How to use it?';
29$lang['Copy the content of g2data/albums into piwigo/galleries'] = 'Copy the content of g2data/albums into piwigo/galleries';
30$lang['Submit the form at the end of this page'] = 'Submit the form at the end of this page';
31$lang['Install and activate plugins:'] = 'Install and activate plugins:';
32$lang['Import'] = 'Import';
33$lang['database host'] = 'database host';
34$lang['database name'] = 'database name';
35$lang['database user'] = 'database user';
36$lang['database password'] = 'database password';
37$lang['table prefix'] = 'table prefix';
38$lang['column prefix'] = 'column prefix';
39$lang['Start import'] = 'Start import';
40?>
Note: See TracBrowser for help on using the repository browser.