source: extensions/BanIP/language/ja_JP/plugin.lang.php @ 31951

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

Update ja_JP, thanks to Trumpet

  • Property svn:executable set to *
File size: 2.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2017 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['(filtered from %s total IP)'] = '(%sからフィルターされたIPの合計)';
24$lang['Ban IP'] = 'IPを禁止する';
25$lang['IP ban'] = '禁止IP';
26$lang['IP ban deleted'] = '禁止IPを削除する';
27$lang['IP ban insert'] = '禁止IPを挿入する';
28$lang['IP ban update'] = '禁止IPを更新する';
29$lang['IP is in a banned range'] = 'IPは禁止範囲内です';
30$lang['List IP banned'] = '禁止したIPを挙げる';
31$lang['No matching IP found'] = '合致するIPは見つかりませんでした';
32$lang['Range IP address banned'] = '禁止されているIPアドレスの範囲';
33$lang['Range IP already banned'] = '既に禁止されているIP範囲';
34$lang['Range IP ban insert'] = '禁止するIP範囲を挿入する';
35$lang['Show %s IP'] = '%sのIPを表示する';
36$lang['This isn\'t an IP'] = 'これはIPではありません';
37$lang['Update'] = '更新する';
38$lang['Ban new IP address'] = '新しいIPアドレスを禁止する';
39$lang['Delete all banned IP addresses'] = '全ての禁止IPアドレスを削除する';
40$lang['Edit IP banned'] = '禁止IPを編集する';
41$lang['IP'] = 'IP';
42$lang['IP already banned'] = '既に禁止されているIP';
43$lang['Showing %s to %s of %s IP'] = '%s を %s という %s IPに見せる';
Note: See TracBrowser for help on using the repository browser.