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

Last change on this file since 12417 was 12417, checked in by Dsls, 13 years ago

rotateImage v0.3 :

  • thumbnails are correctly refreshed
  • strengthened ws
  • small tuning on form display
  • it is now possible to select whether HD should be rotated or not
File size: 324 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?>
Note: See TracBrowser for help on using the repository browser.