Ignore:
Timestamp:
Jul 10, 2011, 4:36:46 PM (13 years ago)
Author:
flop25
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/language/en_UK/theme.lang.php

    r11696 r11699  
    11<?php
    22
     3$lang['Stripped & Columns Theme Configuration'] = 'Stripped & Columns, Configuration Page';
    34$lang['Page'] = 'Page';
     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";
    413?>
Note: See TracChangeset for help on using the changeset viewer.