source: extensions/rotateImage/language/fr_FR/plugin.lang.php @ 13792

Last change on this file since 13792 was 13319, checked in by plg, 12 years ago

new option to compute rotation angle from EXIF orientation tag

File size: 413 bytes
Line 
1<?php
2$lang['Images rotation in progress...'] = 'Rotation des images en cours...';
3$lang['Rotate images'] = 'Pivoter les images';
4$lang['Angle'] = 'Angle';
5$lang['Also rotate HD image'] = 'Pivoter aussi l\'image HD';
6$lang['90° right'] = '90° à droite';
7$lang['90° left'] = '90° à gauche';
8$lang['180°'] = '180°';
9$lang['auto (EXIF orientation tag)'] = 'automatique (selon le tag d\'orientation EXIF)';
10?>
Note: See TracBrowser for help on using the repository browser.