mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6823 201d5d3c-b55e-5fd7-737f-ddc643e51545
27 lines
1.7 KiB
PHP
27 lines
1.7 KiB
PHP
<?php
|
|
/* ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
░░ * @File : common/lang/vi.lang.php ░░
|
|
░░ * @Author : zero (zero@nzeo.com) ░░
|
|
░░ * @Trans : Đào Đức Duy (ducduy.dao.vn@vietxe.net) ░░
|
|
░░ * @Website: http://vietxe.net ░░
|
|
░░ * @Brief : Vietnamese Language Pack (Only basic words are included here) ░░
|
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ */
|
|
|
|
// general words
|
|
$lang->rss_disable = "Tắt RSS";
|
|
$lang->rss_type = "Định dạng RSS";
|
|
$lang->open_rss = 'Mở RSS';
|
|
$lang->open_rss_types = array(
|
|
'Y' => 'Mở tất cả',
|
|
'H' => 'Mở tóm tắt',
|
|
'N' => 'Tắt',
|
|
);
|
|
|
|
// for description
|
|
$lang->about_rss_disable = "Nếu chọn, RSS sẽ bị tắt.";
|
|
$lang->about_rss_type = "Bạn có thể đặt định dạng cho RSS.";
|
|
$lang->about_open_rss = 'Bạn có thể mở công khai RSS trên Module hiện tại.\nKhông ảnh hưởng tới quyền truy cập bài viết, RSS sẽ mở công khai với tùy chọn của nó.';
|
|
|
|
// for error message
|
|
$lang->msg_rss_is_disabled = "Chức năng RSS đã bị tắt.";
|
|
?>
|