source: extensions/rotateImage/language/en_UK/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: 374 bytes
Line 
1<?php
2$lang['Images rotation in progress...'] = 'Images rotation in progress...';
3$lang['Rotate images'] = 'Rotate images';
4$lang['Angle'] = 'Angle';
5$lang['Also rotate HD image'] = 'Also rotate HD image';
6$lang['90° right'] = '90° right';
7$lang['90° left'] = '90° left';
8$lang['180°'] = '180°';
9$lang['auto (EXIF orientation tag)'] = 'auto (EXIF orientation tag)';
10?>
Note: See TracBrowser for help on using the repository browser.