source: extensions/rotateImage/language/zh_CN/plugin.lang.php @ 13427

Last change on this file since 13427 was 13427, checked in by TranslationTeam, 12 years ago

[rotateImage] Update zh_CN, thanks to : quqibing

File size: 399 bytes
Line 
1<?php
2
3$lang['Images rotation in progress...'] = '正在进行旋转相片处理...';
4$lang['Rotate images'] = '旋转相片';
5
6$lang['180°'] = '旋转180°';
7$lang['90° left'] = '左转90°';
8$lang['90° right'] = '右转90°';
9$lang['Also rotate HD image'] = '也旋转高清图像';
10$lang['Angle'] = '角度';
11$lang['auto (EXIF orientation tag)'] = '自动旋转(根据EXIF的方向标签)';
12?>
Note: See TracBrowser for help on using the repository browser.