|
Revision 10688, 1.6 KB
(checked in by Zaphod, 2 years ago)
|
|
version 1.3.7 - new option to force text to lowercase + bug correction
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $lang['Show/hide menu'] = 'Afficher/cacher le menu'; |
|---|
| 4 | $lang['Description'] = 'Description'; |
|---|
| 5 | $lang['Informations'] = 'Informations'; |
|---|
| 6 | $lang['GMap'] = 'Carte'; |
|---|
| 7 | |
|---|
| 8 | $lang['Interface options']='Interface'; |
|---|
| 9 | $lang['Hide menu by default on category page']='Menu masqué par défaut sur la page des catégories'; |
|---|
| 10 | $lang['Animate menu']='Menu animé'; |
|---|
| 11 | $lang['Animate tabs on picture page']='Tabs animés sur la page image'; |
|---|
| 12 | $lang['Replace all icons by ALT text']='Remplacer les icones par leur attribut ALT'; |
|---|
| 13 | $lang['Force text to lowercase']='Afficher le texte en utilisant des minuscules'; |
|---|
| 14 | $lang['Picture page options']='Page Image'; |
|---|
| 15 | $lang['Show image title on top of the page (after browse path)']='Afficher le titre de l\'image en haut de la page'; |
|---|
| 16 | $lang['Show description instead of title below image']='Afficher la description à la place du titre en dessous de l\'image'; |
|---|
| 17 | $lang['Use arrows instead of navigation thumbnails']='Utiliser des flèches de navigation à la place des miniatures'; |
|---|
| 18 | $lang['Show Information tab only to admins']='Tab \'Informations\' réservé aux admins'; |
|---|
| 19 | $lang['Image autosize options']='Redimensionnement auto des images'; |
|---|
| 20 | $lang['Resize image to fit window']='Activer le redimensionnement auto'; |
|---|
| 21 | $lang['Include title after resize']='Tenir compte du titre pour le redimensionnement'; |
|---|
| 22 | $lang['Additional bottom margin after resize']='Marge supplémentaire en bas'; |
|---|
| 23 | $lang['Minimum image height after resize']='Hauteur minimale après redimensionnement'; |
|---|
| 24 | $lang['stripped Configuration updated']='Configuration mise à jour'; |
|---|
| 25 | ?> |
|---|