source: extensions/rotateImage/language/en_UK/plugin.lang.php

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

Insert a new tab "Rotate" on the photo administration screen (requires Piwigo 2.4.2)

File size: 419 bytes
Line 
1<?php
2$lang['Rotate'] = 'Rotate';
3$lang['Images rotation in progress...'] = 'Images rotation in progress...';
4$lang['Rotate images'] = 'Rotate images';
5$lang['Angle'] = 'Angle';
6$lang['Also rotate HD image'] = 'Also rotate HD image';
7$lang['90° right'] = '90° clockwise';
8$lang['90° left'] = '90° counter-clockwise';
9$lang['180°'] = '180°';
10$lang['auto (EXIF orientation tag)'] = 'auto (EXIF orientation tag)';
11?>
Note: See TracBrowser for help on using the repository browser.