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

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

[rotateimage] Update zh_CN, thanks to : foddyy

File size: 427 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$lang['Rotate'] = '旋转';
13?>
Note: See TracBrowser for help on using the repository browser.