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

Last change on this file was 18124, checked in by mistic100, 12 years ago

new option to display thumbnails caption at mouseover

File size: 958 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$lang['Show thumbnails caption'] = 'Show thumbnails caption';
17
18?>
Note: See TracBrowser for help on using the repository browser.