source: extensions/rotateImage/language/en_UK/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: 374 bytes
RevLine 
[12448]1<?php
2$lang['Images rotation in progress...'] = 'Images rotation in progress...';
3$lang['Rotate images'] = 'Rotate images';
[12481]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°';
[13319]9$lang['auto (EXIF orientation tag)'] = 'auto (EXIF orientation tag)';
[12448]10?>
Note: See TracBrowser for help on using the repository browser.