-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
<?php | ||
/* | ||
|
||
/** | ||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) | ||
* | ||
* Vietnamese language file | ||
* | ||
*/ | ||
$lang['namespaceRoot'] = "Gốc"; | ||
$lang['okbutton'] = "Tạo trang mới"; | ||
$lang['nooption'] = "Bạn không được phép tạo trang mới"; | ||
//Setup VIM: ex: et ts=2 enc=utf-8 : | ||
$lang['namespaceRoot'] = 'Gốc'; | ||
$lang['okbutton'] = 'Tạo trang mới'; | ||
$lang['nooption'] = 'Bạn không được phép tạo trang mới'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
<?php | ||
/*USE : UTF8*/ | ||
|
||
/* | ||
/** | ||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) | ||
* | ||
* USE : UTF8 | ||
* Vietnamese language file | ||
* | ||
* @author Thien Hau <[email protected]> | ||
*/ | ||
$lang['addpage_exclude'] = "Bỏ tên miền (ngăn cách bằng dấu ;)"; | ||
$lang['addpage_showroot'] = "Hiển thị tên miền gốc"; | ||
$lang['addpage_hide'] = "Khi bạn chọn syntax {{NEWPAGE>[ns]}}: Ẩn khả năng lựa chọn tên miền (không chọn: chỉ hiển thị tên miền phụ)"; | ||
$lang['addpage_hideACL'] = "Ẩn {{NEWPAGE}} nếu người dùng không được phép tạo trang mới (hiển thị tin nhắn nếu không chọn)"; | ||
$lang['addpage_exclude'] = 'Trừ không gian tên (ngăn cách bằng dấu ;)'; | ||
$lang['addpage_showroot'] = 'Hiển thị không gian tên gốc'; | ||
$lang['addpage_hide'] = 'Khi bạn chọn syntax {{NEWPAGE>[ns]}}: Ẩn khả năng lựa chọn không gian tên (không chọn: chỉ hiển thị không gian tên con)'; | ||
$lang['addpage_hideACL'] = 'Ẩn {{NEWPAGE}} nếu người dùng không được phép tạo trang mới (hiển thị tin nhắn nếu không chọn)'; |