source: extensions/GThumb/language/fr_FR/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: 509 bytes
Line 
1<?php
2
3$lang['Thumbnails max height'] = 'Hauteur maximum des miniatures';
4$lang['Margin between thumbnails'] = 'Marge entre les miniatures';
5$lang['Double the size of the first thumbnail'] = 'Doubler la taille de la première miniature';
6$lang['Cache the big thumbnails (recommended)'] = 'Mettre en cache les grosse miniatures (recommandé)';
7$lang['Scale thumbnails'] = 'Redimensionner les miniatures';
8$lang['Cache Informations'] = 'Informations du cache';
9$lang['Clear the cache'] = 'Effacer le cache';
10
11?>
Note: See TracBrowser for help on using the repository browser.