source: extensions/batch_manager_prefilters_ratio/language/ja_JP/plugin.lang.php @ 32024

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

Add ja_JP, thanks to Toramaru13

  • Property svn:executable set to *
File size: 674 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['ratio of the image 16/9'] = '縦横比16:9';
9$lang['ratio of the image 3/2'] = '縦横比3:2';
10$lang['ratio of the image 4/3'] = '縦横比4:3';
11$lang['ratio of the image square'] = '正方形';
Note: See TracBrowser for help on using the repository browser.