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

Last change on this file since 5432 was 5432, checked in by nikrou, 14 years ago

html select tag for applicable categories
show selected thumbnail
prepare localization for gettext

File size: 2.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | akBookStyle  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2010 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$lang['ak_intro'] = "That plugin give an alternate presentation for galleries. It gives you in a whole page access to medium image and thumbnails.";
24$lang['ak_general_config'] = "Main configuration";
25$lang['Applicable categorie(s)'] = "Applicable categorie(s)";
26$lang['Applicable category has been updated'] = "Applicable category has been updated";
27$lang['Applicable categories have been updated'] = "Applicable categories have been updated";
28$lang['ak_by_page'] = "Number of thumbnails per page";
29$lang['ak_by_page_changed'] = "Thumbnails per page has been updated";
30$lang['ak_by_line'] = "Number of column";
31$lang['ak_by_line_changed'] = "Number of column has been updated";
32$lang['ak_thumbnail_size'] = "Thumbnail size";
33$lang['ak_by_line_changed'] = "Thumbnail size has been updated";
34$lang['ak_event_click'] = "click";
35$lang['ak_event_mouseover'] = "mouseover";
36$lang['ak_mouse_event'] = "Event to show medium picture.";
37$lang['ak_mouse_event_changed'] = "Event to show medium picture has been updated.";
38$lang['ak_thumbnails_loc'] = "Thumbnails location";
39$lang['ak_thumbnails_loc_changed'] = "Thumbnails location has been changed";
40$lang['top'] = "Top";
41$lang['left'] = "Left";
42$lang['bottom'] = "Bottom";
43$lang['right'] = "Right";
44$lang['ak_by_column'] = 'or number of lines for Top/Bottom';
45
46$lang['Next image'] = 'Next image';
47$lang['Next page'] = 'Next page';
48$lang['Previous image'] = 'Previous image';
49$lang['Previous page'] = 'Previous page';
50?>
Note: See TracBrowser for help on using the repository browser.