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

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

Add a cancel button

File size: 896 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['Purge thumbnails cache'] = 'Purge thumbnails cache';
10$lang['%d file'] = '%d file';
11$lang['%d files'] = '%d files';
12$lang['Cache have been generated'] = 'Cache have been generated';
13$lang['Pre-cache thumbnails'] = 'Pre-cache thumbnails';
14$lang['Delete images in GThumb+ cache.'] = 'Delete images in GThumb+ cache.';
15$lang['Finds images that have not been cached and creates the cached version.'] = 'Finds images that have not been cached and creates the cached version.';
16
17?>
Note: See TracBrowser for help on using the repository browser.