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

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

main color (not grey) in config
header, elements of footer, elements of tittlebar and the menubar in "bubbles"
created 2 new classes : two_columns, one_column
width corrected

File size: 1.0 KB
Line 
1<?php
2
3$lang['Stripped & Columns Theme Configuration'] = 'Stripped & Columns, Configuration Page';
4$lang['Page'] = 'Page';
5$lang['color main'] = "Not grey color :";
6$lang['Displaying options'] = "Display options";
7$lang['Width of columns'] = "Width of columns";
8$lang['Width of thumbnails'] = "Width of thumbnails";
9$lang['it need to be inferior than the width of columns'] = "it needs to be strictly inferior than the width of columns";
10$lang['The thumbnails can be generated by the theme'] = "The thumbnails can be generated by the theme";
11$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";
12$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)";
13$lang['option thumbnail piwigo'] = "generate nothing: thumbnails will be the ones of Piwigo";
14?>
Note: See TracBrowser for help on using the repository browser.