11d3e0272SAndreas Gohr<?php 21d3e0272SAndreas Gohr/** 31d3e0272SAndreas Gohr * japanese language file 41d3e0272SAndreas Gohr * 51d3e0272SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 61d3e0272SAndreas Gohr * @author Davilin(Yuji Takenaka) <webmaster@davilin.com> 7*68082424SAndreas Gohr * @author Yuji Takenaka <webmaster@davilin.com> 81d3e0272SAndreas Gohr */ 9*68082424SAndreas Gohr$lang[admin_acl] = 'アクセスコントロール管理'; 10*68082424SAndreas Gohr$lang[acl_group] = 'グループ'; 11*68082424SAndreas Gohr$lang[acl_user] = 'ユーザー'; 12*68082424SAndreas Gohr$lang[acl_perms] = '権限を追加'; 13*68082424SAndreas Gohr$lang[page] = '文書'; 14*68082424SAndreas Gohr$lang[namespace] = '名前空間'; 15*68082424SAndreas Gohr$lang[acl_perm1] = '読取'; 16*68082424SAndreas Gohr$lang[acl_perm2] = '編集'; 17*68082424SAndreas Gohr$lang[acl_perm4] = '作成'; 18*68082424SAndreas Gohr$lang[acl_perm8] = 'アップロード'; 19*68082424SAndreas Gohr$lang[acl_perm16] = '削除'; 20*68082424SAndreas Gohr$lang[acl_new] = '新規エントリ'; 21