source: extensions/akBookStyle/trunk/language/en_UK/plugin.lang.php @ 3802

Last change on this file since 3802 was 3802, checked in by vdigital, 15 years ago

Admin new parameters (Not functional)

File size: 835 bytes
Line 
1<?php
2/** admin **/
3$lang['ak_title'] = "ak Book Style";
4$lang['ak_intro'] = "That plugin give an alternate presentation for galleries. It gives you in a whole page access to medium image and thumbnails.";
5$lang['ak_info'] = "";
6
7$lang['ak_general_config'] = "Main configuration";
8$lang['ak_by_line'] = "Number of column";
9$lang['ak_by_line_changed'] = "Number of column has been updated";
10$lang['ak_thumbnail_size'] = "Thumbnail size";
11$lang['ak_by_line_changed'] = "Thumbnail size has been updated";
12
13$lang['ak_show_over'] = "Over mode";
14$lang['ak_show_over_changed'] = "Over mode has been changed";
15$lang['ak_thumbnails_loc'] = "Thumbnails location";
16$lang['ak_thumbnails_loc_changed'] = "Thumbnails location has been changed";
17$lang['Top'] = "Top";
18$lang['Left'] = "Left";
19$lang['Bottom'] = "Bottom";
20$lang['Right'] = "Right";
21
22?>
Note: See TracBrowser for help on using the repository browser.