summaryrefslogtreecommitdiff
path: root/lib/plugins/acl/lang/vi
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-01-27 15:18:26 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-01-27 15:18:26 +0100
commit1d3e0272316696a8def74759b5e061d6b8387b5f (patch)
tree15f0bab5499312fe742bb4f326b12577a68b312e /lib/plugins/acl/lang/vi
parent5ca43e07a7fad4cd8f993bf42d629dabd39fb5d9 (diff)
downloadrpg-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/vi')
-rw-r--r--lib/plugins/acl/lang/vi/intro.txt13
-rw-r--r--lib/plugins/acl/lang/vi/lang.php21
2 files changed, 34 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/vi/intro.txt b/lib/plugins/acl/lang/vi/intro.txt
new file mode 100644
index 000000000..fe943b24f
--- /dev/null
+++ b/lib/plugins/acl/lang/vi/intro.txt
@@ -0,0 +1,13 @@
+====== Quản lý phép truy nhập {Access Control List (ACL)} ======
+
+Trên trang này, bạn có thể thêm và xoá phép truy nhập cho trang đương thời
+và những [[doku>wiki:namespaces|không gian tên]] thuộc về trang.
+Bạn nên đọc [[doku>wiki:acl|tài liệu chính thức về ACL]]
+để hiểu kỷ về việc kiểm soát truy nhập {access control}.
+
+Sau đây là những phép truy nhập đáng kể cho trang đương thời.
+Phép truy nhập cho những trang khác không hiện lên đây --
+có thể biên soạn bằng cách [[this>doku.php?do=index|đến]]
+trước vào phần tính chất của trang,
+rồi sang phần Quản lý phép truy nhập.
+
diff --git a/lib/plugins/acl/lang/vi/lang.php b/lib/plugins/acl/lang/vi/lang.php
new file mode 100644
index 000000000..f871aca85
--- /dev/null
+++ b/lib/plugins/acl/lang/vi/lang.php
@@ -0,0 +1,21 @@
+<?php
+/**
+ * vietnamese language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author James Do <jdo@myrealbox.com>
+ */
+
+$lang['admin_acl'] = 'Quản lý phép truy nhật {Access Control List}';
+$lang['acl_group'] = 'Nhóm';
+$lang['acl_user'] = 'Người';
+$lang['acl_perms'] = 'Phép truy nhập cho';
+$lang['page'] = 'Trang';
+$lang['namespace'] = 'Không gian tên';
+
+$lang['acl_perm1'] = 'Đọc';
+$lang['acl_perm2'] = 'Biên soạn';
+$lang['acl_perm4'] = 'Tạo';
+$lang['acl_perm8'] = 'Tải lên';
+$lang['acl_new'] = 'Thêm mục mới';
+//Setup VIM: ex: et ts=2 enc=utf-8 :