source: extensions/rotateImage/language/ru_RU/plugin.lang.php @ 15275

Last change on this file since 15275 was 13375, checked in by ddtddt, 12 years ago

[extensions] - rotateImage - update ru_RU - Русский - Russian - Thanks to IE

File size: 553 bytes
Line 
1<?php
2$lang['Images rotation in progress...'] = 'Производится поворот изображений...';
3$lang['Rotate images'] = 'Повернуть изображения';
4$lang['Angle'] = 'Угол';
5$lang['Also rotate HD image'] = 'Также повернуть HD-изображения';
6$lang['90° right'] = '90° вправо';
7$lang['90° left'] = '90° влево';
8$lang['180°'] = '180°';
9$lang['auto (EXIF orientation tag)'] = 'автоматический поворот (по EXIF-тэгу в файле снимка)';
10
11?>
Note: See TracBrowser for help on using the repository browser.