#18353423 : Added Vietnamese Language pack

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6823 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-10-07 06:34:15 +00:00
parent ef387556cb
commit e3b97bcc55
99 changed files with 2663 additions and 31 deletions

View file

@ -4,6 +4,7 @@
<title xml:lang="zh-CN">整站RSS</title>
<title xml:lang="jp">RSS</title>
<title xml:lang="en">RSS</title>
<title xml:lang="vi">RSS</title>
<title xml:lang="es">RSS</title>
<title xml:lang="ru">RSS</title>
<title xml:lang="zh-TW">RSS</title>
@ -11,6 +12,7 @@
<description xml:lang="zh-CN">负责输出RSS的模块。</description>
<description xml:lang="jp">RSS出力を担うモジュールです。</description>
<description xml:lang="en">This modules is for printing RSS.</description>
<description xml:lang="vi">Module này dành cho in ấn RSS.</description>
<description xml:lang="es">Este módulo es para imprimir RSS.</description>
<description xml:lang="ru">Этот модуль служит для печати RSS.</description>
<description xml:lang="zh-TW">負責輸出RSS的模組。</description>
@ -20,6 +22,7 @@
<author email_address="zero@zeroboard.com" link="http://blog.nzeo.com">
<name xml:lang="ko">zero</name>
<name xml:lang="vi">zero</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="jp">zero</name>
<name xml:lang="en">zero</name>

View file

@ -0,0 +1,27 @@
<?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.";
?>