source: extensions/read_metadata/language/ja_JP/plugin.lang.php @ 32019

Last change on this file since 32019 was 32019, checked in by TranslationTeam, 5 years ago

Add ja_JP, thanks to Trumpet

  • Property svn:executable set to *
File size: 1.2 KB
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['Choose photo ID'] = '写真IDを選択';
9$lang['Information is read from'] = '情報の読み出し元';
10$lang['Metadata'] = 'メタデータ';
11$lang['Photo admin page'] = '写真管理ページ';
12$lang['Read metadata'] = 'メタデータを読む';
13$lang['Show metadata'] = 'メタデータを表示する';
14$lang['This ID isn\'t used in your gallery'] = 'このIDはあなたのギャラリーで使われていない';
15$lang['This file type doesn\'t use metadata'] = 'このファイルタイプはメタデータを用いていない';
16$lang['This section is reserved for the webmaster'] = 'このセクションはウェブマスター用に予約されている';
17$lang['You must choose a photo ID'] = '写真IDを選ばなければならない';
18$lang['or'] = 'または';
Note: See TracBrowser for help on using the repository browser.