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

Last change on this file since 3792 was 3792, checked in by nikrou, 15 years ago

Generate square thumbnails (css clip)
Allow admin to define thumbnail size

File size: 505 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?>
Note: See TracBrowser for help on using the repository browser.