source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/acl/lang/vi/lang.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 619 bytes
Line 
1<?php
2/**
3 * vietnamese language file
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author James Do <[email protected]>
7 */
8
9$lang['admin_acl'] = 'Quản lÜ phép truy nhật {Access Control List}';
10$lang['acl_group'] = 'Nhóm';
11$lang['acl_user'] = 'Người';
12$lang['acl_perms'] = 'Phép truy nhập cho';
13$lang['page'] = 'Trang';
14$lang['namespace'] = 'KhÎng gian tên';
15
16$lang['acl_perm1'] = 'Đọc';
17$lang['acl_perm2'] = 'Biên soạn';
18$lang['acl_perm4'] = 'Tạo';
19$lang['acl_perm8'] = 'Tải lên';
20$lang['acl_new'] = 'Thêm mục mới';
21//Setup VIM: ex: et ts=2 :
Note: See TracBrowser for help on using the repository browser.