source: extensions/GThumb/language/en_UK/plugin.lang.php @ 12691

Last change on this file since 12691 was 12691, checked in by patdenice, 12 years ago

Display cache informations on admin page.
Add possibility to clear the cache.
Resize method is now applied on big images.

File size: 464 bytes
Line 
1<?php
2
3$lang['Thumbnails max height'] = 'Thumbnails max height';
4$lang['Margin between thumbnails'] = 'Margin between thumbnails';
5$lang['Double the size of the first thumbnail'] = 'Double the size of the first thumbnail';
6$lang['Cache the big thumbnails (recommended)'] = 'Cache the big thumbnails (recommended)';
7$lang['Scale thumbnails'] = 'Scale thumbnails';
8$lang['Cache Informations'] = 'Cache Informations';
9$lang['Clear the cache'] = 'Clear the cache';
10
11?>
Note: See TracBrowser for help on using the repository browser.