xref: /dokuwiki/lib/plugins/acl/lang/ja/lang.php (revision abcc3801dff527c2603a3a2aadf43561ca6722ed)
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>
768082424SAndreas Gohr * @author Yuji Takenaka <webmaster@davilin.com>
81d3e0272SAndreas Gohr */
9*abcc3801SAndreas Gohr$lang['admin_acl']               = 'アクセスコントロール管理';
10*abcc3801SAndreas Gohr$lang['acl_group']               = 'グループ';
11*abcc3801SAndreas Gohr$lang['acl_user']                = 'ユーザー';
12*abcc3801SAndreas Gohr$lang['acl_perms']               = '権限を追加';
13*abcc3801SAndreas Gohr$lang['page']                    = '文書';
14*abcc3801SAndreas Gohr$lang['namespace']               = '名前空間';
15*abcc3801SAndreas Gohr$lang['acl_perm1']               = '読取';
16*abcc3801SAndreas Gohr$lang['acl_perm2']               = '編集';
17*abcc3801SAndreas Gohr$lang['acl_perm4']               = '作成';
18*abcc3801SAndreas Gohr$lang['acl_perm8']               = 'アップロード';
19*abcc3801SAndreas Gohr$lang['acl_perm16']              = '削除';
20*abcc3801SAndreas Gohr$lang['acl_new']                 = '新規エントリ';
21