source: extensions/akBookStyle/trunk/language/templates/plugin.lang.php @ 10975

Last change on this file since 10975 was 10975, checked in by nikrou, 13 years ago

Update to make plugin compatible with piwigo 2.2

File size: 2.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | akBookStyle  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2011 Nicolas Roudaire        http://www.nikrou.net  |
6// | Copyright(C) 2009      vdigital                                       |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | USA.                                                                  |
21// +-----------------------------------------------------------------------+
22
23// admin
24$lang['ak Book Style'] = '';
25$lang['Applicable categorie(s)'] = '';
26$lang['Applicable categories have been updated'] = '';
27$lang['Applicable category has been updated'] = '';
28$lang['Bottom'] = '';
29$lang['Click'] = '';
30$lang['Event to show medium picture.'] = '';
31$lang['Event to show medium picture has been updated.'] = '';
32$lang['Left'] = '';
33$lang['Main configuration'] = '';
34$lang['Mouseover'] = '';
35$lang['Number of column'] = '';
36$lang['Number of column has been updated'] = '';
37$lang['Number of thumbnails per page'] = '';
38$lang['or number of lines for Top/Bottom'] = '';
39$lang['Right'] = '';
40$lang['Submit'] = '';
41$lang['Thumbnail size'] = '';
42$lang['Thumbnail size has been updated'] = '';
43$lang['Thumbnails location'] = '';
44$lang['Thumbnails location has been changed'] = '';
45$lang['Thumbnails per page has been updated'] = '';
46$lang['Top'] = '';
47
48// public
49$lang['Home'] = '';
50$lang['Next image'] = '';
51$lang['Next page'] = '';
52$lang['Previous image'] = '';
53$lang['Previous page'] = '';
54$lang['Thumbnails'] = '';
55?>
Note: See TracBrowser for help on using the repository browser.