source: extensions/GThumb/language/fr_FR/plugin.lang.php @ 12696

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

Bug corrected with smaller thumbnails than normal size.

File size: 577 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$lang['%d file'] = '%d fichier';
11$lang['%d files'] = '%d fichiers';
12
13?>
Note: See TracBrowser for help on using the repository browser.