diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-01-27 15:18:26 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-01-27 15:18:26 +0100 |
commit | 1d3e0272316696a8def74759b5e061d6b8387b5f (patch) | |
tree | 15f0bab5499312fe742bb4f326b12577a68b312e /lib/plugins/acl/lang/zh-tw | |
parent | 5ca43e07a7fad4cd8f993bf42d629dabd39fb5d9 (diff) | |
download | rpg-1d3e0272316696a8def74759b5e061d6b8387b5f.tar.gz rpg-1d3e0272316696a8def74759b5e061d6b8387b5f.tar.bz2 |
moved translations for ACL manager
darcs-hash:20060127141826-7ad00-c1689c7db5c4831fbbfca4a4c6c5f27c64546951.gz
Diffstat (limited to 'lib/plugins/acl/lang/zh-tw')
-rw-r--r-- | lib/plugins/acl/lang/zh-tw/intro.txt | 9 | ||||
-rw-r--r-- | lib/plugins/acl/lang/zh-tw/lang.php | 22 |
2 files changed, 31 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/zh-tw/intro.txt b/lib/plugins/acl/lang/zh-tw/intro.txt new file mode 100644 index 000000000..1875dea0a --- /dev/null +++ b/lib/plugins/acl/lang/zh-tw/intro.txt @@ -0,0 +1,9 @@ +====== 設定權限控制清單(ACL) ====== + +在此可對目前頁面以及該頁所屬的 [[doku>wiki:zh_TW_namespaces|namespaces]] 來作新增或移除權限,\\ +另外,可查閱 [[doku>wiki:acl|官網有關 ACL 的說明]] 以徹底了解權限控制的運作方式。 + +這裡只顯示所有有關本頁面的權限設定,而不包括不相關的其他頁面權限設定。\\ +– 也就是說,若要修改其他頁面的話,\\ +請先看 [[this>doku.php?do=index|整體 wiki 目錄架構這邊]] ,然後來修改它們的 ACL 權限管理設定。 + diff --git a/lib/plugins/acl/lang/zh-tw/lang.php b/lib/plugins/acl/lang/zh-tw/lang.php new file mode 100644 index 000000000..5db0311f9 --- /dev/null +++ b/lib/plugins/acl/lang/zh-tw/lang.php @@ -0,0 +1,22 @@ +<?php +/** + * Chinese(Traditional) language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author chinsan <chinsan@mail2000.com.tw> + */ + +$lang['admin_acl'] = '設定權限控制清單(ACL)'; +$lang['acl_group'] = '群組'; +$lang['acl_user'] = '帳號'; +$lang['acl_perms'] = '設定權限於'; +$lang['page'] = 'Page'; +$lang['namespace'] = 'Namespace'; + +$lang['acl_perm1'] = '讀取權限'; +$lang['acl_perm2'] = '編輯頁面'; +$lang['acl_perm4'] = '新增頁面'; +$lang['acl_perm8'] = '上傳圖檔'; +$lang['acl_perm16'] = '刪除檔案'; +$lang['acl_new'] = '新增管理規則'; +//Setup VIM: ex: et ts=2 enc=utf-8 : |