xref: /dokuwiki/lib/plugins/acl/lang/vi/lang.php (revision 1d3e0272316696a8def74759b5e061d6b8387b5f)
1*1d3e0272SAndreas Gohr<?php
2*1d3e0272SAndreas Gohr/**
3*1d3e0272SAndreas Gohr * vietnamese language file
4*1d3e0272SAndreas Gohr *
5*1d3e0272SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6*1d3e0272SAndreas Gohr * @author     James Do <jdo@myrealbox.com>
7*1d3e0272SAndreas Gohr */
8*1d3e0272SAndreas Gohr
9*1d3e0272SAndreas Gohr$lang['admin_acl']  = 'Quản lý phép truy nhật {Access Control List}';
10*1d3e0272SAndreas Gohr$lang['acl_group']  = 'Nhóm';
11*1d3e0272SAndreas Gohr$lang['acl_user']   = 'Người';
12*1d3e0272SAndreas Gohr$lang['acl_perms']  = 'Phép truy nhập cho';
13*1d3e0272SAndreas Gohr$lang['page']       = 'Trang';
14*1d3e0272SAndreas Gohr$lang['namespace']  = 'Không gian tên';
15*1d3e0272SAndreas Gohr
16*1d3e0272SAndreas Gohr$lang['acl_perm1']  = 'Đọc';
17*1d3e0272SAndreas Gohr$lang['acl_perm2']  = 'Biên soạn';
18*1d3e0272SAndreas Gohr$lang['acl_perm4']  = 'Tạo';
19*1d3e0272SAndreas Gohr$lang['acl_perm8']  = 'Tải lên';
20*1d3e0272SAndreas Gohr$lang['acl_new']    = 'Thêm mục mới';
21*1d3e0272SAndreas Gohr//Setup VIM: ex: et ts=2 enc=utf-8 :
22