source: extensions/rotateImage/language/ja_JP/plugin.lang.php @ 32022

Last change on this file since 32022 was 32022, checked in by TranslationTeam, 4 years ago

Add ja_JP, thanks to Toramaru13

  • Property svn:executable set to *
File size: 765 bytes
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | This file is part of Piwigo.                                          |
4// |                                                                       |
5// | For copyright and license information, please view the COPYING.txt    |
6// | file that was distributed with this source code.                      |
7// +-----------------------------------------------------------------------+
8$lang['180°'] = '180度';
9$lang['90° left'] = '反時計回りに90度';
10$lang['90° right'] = '時計回りに90度';
11$lang['Angle'] = '角度';
12$lang['Images rotation in progress...'] = '画像の回転中…';
13$lang['Rotate'] = '回転';
14$lang['Rotate images'] = '画像を回転する';
Note: See TracBrowser for help on using the repository browser.