|
Revision 12733, 0.6 KB
(checked in by patdenice, 18 months ago)
|
|
Thumbnails can be generated in admin pannel.
|
| 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 | |
|---|
| 15 | ?> |
|---|