source: extensions/stripped_black_bloc/language/en_UK/theme.lang.php @ 11699

Last change on this file since 11699 was 11699, checked in by flop25, 13 years ago

omg i did it ! dynamic generation of thumbnails.tpl
admin page for width and this dynamic generation

File size: 1018 bytes
RevLine 
[11696]1<?php
2
[11699]3$lang['Stripped & Columns Theme Configuration'] = 'Stripped & Columns, Configuration Page';
[11696]4$lang['Page'] = 'Page';
[11699]5$lang['Displaying options'] = "Display options";
6$lang['Width of columns'] = "Width of columns";
7$lang['Width of thumbnails'] = "Width of thumbnails";
8$lang['it need to be inferior than the width of columns'] = "it needs to be strictly inferior than the width of columns";
9$lang['The thumbnails can be generated by the theme'] = "The thumbnails can be generated by the theme";
10$lang['option thumbnail generated'] = "generate all the thumbnails : they will have all the same width, the \"Width of thumbnails\", with respect to the original proportions";
11$lang['option thumbnail auto'] = "generate only the thumbnails with a width lower than that indicated in  \"Width of thumbnails\" : it allows you to generate by Piwigo thumbnails much larger to have a variation of height (much more attractive)";
12$lang['option thumbnail piwigo'] = "generate nothing: thumbnails will be the ones of Piwigo";
[11696]13?>
Note: See TracBrowser for help on using the repository browser.