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

Last change on this file since 13894 was 13894, checked in by flop25, 12 years ago

updated for 2.4 :
-deleted timthumb
-deleted config for auto-generation

features added :
-representative thumbs can be big : always, as the "Every x thumb" config or never

bug corrected :
-big thumbs didn't have rounded corners

Translations uk_UA needed for new keys

File size: 969 bytes
RevLine 
[11696]1<?php
2
[11699]3$lang['Stripped & Columns Theme Configuration'] = 'Stripped & Columns, Configuration Page';
[11696]4$lang['Page'] = 'Page';
[11823]5$lang['color main'] = "Not grey color :";
[11699]6$lang['Displaying options'] = "Display options";
7$lang['Width of columns'] = "Width of columns";
8$lang['Width of thumbnails'] = "Width of thumbnails";
[13894]9$lang['Create a big thumbnail every'] = "Create a big thumbnail every";
10$lang['... starting to the position number'] = "... starting to the position number";
11$lang['(set 0 to disable)'] = "(set 0 to disable)";
12$lang['(it need to be inferior than the width of columns)'] = "(it needs to be strictly inferior than the width of columns)";
13$lang['About big thumbnails, for the albums :'] = "About big thumbnails, for the albums :";
14$lang['don\'t generate big thumbnails'] = "don't generate big thumbnails";
15$lang['use the same config as above'] = "use the same config as above";
16$lang['always generate big thumbnails'] = "always generate big thumbnails";
[11696]17?>
Note: See TracBrowser for help on using the repository browser.