File: lang.php

package info (click to toggle)
dokuwiki 0.0.20091225c-10%2Bsqueeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 19,292 kB
  • ctags: 11,043
  • sloc: php: 93,871; sh: 385; perl: 193; makefile: 27
file content (21 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 :