xref: /dokuwiki/lib/plugins/acl/lang/ja/lang.php (revision 1d3e0272316696a8def74759b5e061d6b8387b5f)
1*1d3e0272SAndreas Gohr<?php
2*1d3e0272SAndreas Gohr/**
3*1d3e0272SAndreas Gohr * japanese language file
4*1d3e0272SAndreas Gohr *
5*1d3e0272SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6*1d3e0272SAndreas Gohr * @author     Davilin(Yuji Takenaka) <webmaster@davilin.com>
7*1d3e0272SAndreas Gohr */
8*1d3e0272SAndreas Gohr
9*1d3e0272SAndreas Gohr$lang['admin_acl']  = 'アクセスコントロール管理';
10*1d3e0272SAndreas Gohr$lang['acl_group']  = 'グループ';
11*1d3e0272SAndreas Gohr$lang['acl_user']   = 'ユーザー';
12*1d3e0272SAndreas Gohr$lang['acl_perms']  = '権限を追加';
13*1d3e0272SAndreas Gohr$lang['page']       = '文書';
14*1d3e0272SAndreas Gohr$lang['namespace']  = '名前空間';
15*1d3e0272SAndreas Gohr
16*1d3e0272SAndreas Gohr$lang['acl_perm1']  = '読取';
17*1d3e0272SAndreas Gohr$lang['acl_perm2']  = '編集';
18*1d3e0272SAndreas Gohr$lang['acl_perm4']  = '作成';
19*1d3e0272SAndreas Gohr$lang['acl_perm8']  = 'アップロード';
20*1d3e0272SAndreas Gohr$lang['acl_perm16'] = '削除';
21*1d3e0272SAndreas Gohr$lang['acl_new']    = '新規エントリ';
22*1d3e0272SAndreas Gohr//Setup VIM: ex: et ts=2 enc=utf-8 :
23