xref: /dokuwiki/lib/plugins/acl/lang/vi/lang.php (revision e3776c06c37cc197709dac60892604dfea894ac2)
11d3e0272SAndreas Gohr<?php
21d3e0272SAndreas Gohr/**
31d3e0272SAndreas Gohr * vietnamese language file
41d3e0272SAndreas Gohr *
51d3e0272SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
61d3e0272SAndreas Gohr * @author     James Do <jdo@myrealbox.com>
71d3e0272SAndreas Gohr */
81d3e0272SAndreas Gohr
91d3e0272SAndreas Gohr$lang['admin_acl']  = 'Quản lý phép truy nhật {Access Control List}';
101d3e0272SAndreas Gohr$lang['acl_group']  = 'Nhóm';
111d3e0272SAndreas Gohr$lang['acl_user']   = 'Người';
121d3e0272SAndreas Gohr$lang['acl_perms']  = 'Phép truy nhập cho';
131d3e0272SAndreas Gohr$lang['page']       = 'Trang';
141d3e0272SAndreas Gohr$lang['namespace']  = 'Không gian tên';
151d3e0272SAndreas Gohr
161d3e0272SAndreas Gohr$lang['acl_perm1']  = 'Đọc';
171d3e0272SAndreas Gohr$lang['acl_perm2']  = 'Biên soạn';
181d3e0272SAndreas Gohr$lang['acl_perm4']  = 'Tạo';
191d3e0272SAndreas Gohr$lang['acl_perm8']  = 'Tải lên';
201d3e0272SAndreas Gohr$lang['acl_new']    = 'Thêm mục mới';
21*e3776c06SMichael Hamann//Setup VIM: ex: et ts=2 :
22