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

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

new option to compute rotation angle from EXIF orientation tag

File size: 413 bytes
RevLine 
[12409]1<?php
2$lang['Images rotation in progress...'] = 'Rotation des images en cours...';
3$lang['Rotate images'] = 'Pivoter les images';
[12417]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°';
[13319]9$lang['auto (EXIF orientation tag)'] = 'automatique (selon le tag d\'orientation EXIF)';
[12409]10?>
Note: See TracBrowser for help on using the repository browser.