#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">页面管理</title>
<title xml:lang="jp">ページ</title>
<title xml:lang="en">Page</title>
<title xml:lang="vi">Trang</title>
<title xml:lang="es">Página</title>
<title xml:lang="ru">Страницы</title>
<title xml:lang="zh-TW">頁面</title>
@ -11,6 +12,7 @@
<description xml:lang="zh-CN">制作页面并能连接到内容区的模块。</description>
<description xml:lang="jp">ページを作成してコンテンツとしてリンク出来るようにするモジュールです。</description>
<description xml:lang="en">This module is for creating pages to link with contents.</description>
<description xml:lang="vi">Module này dành cho việc tạo trang cho liên kết với nội dung.</description>
<description xml:lang="es">Este módulo is para crear página para enlazar con contenidos.</description>
<description xml:lang="ru">Этот модуль служит для создания страниц, чтобы связать их с содержимым.</description>
<description xml:lang="zh-TW">製作頁面並連結內容的模組。</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,15 @@
<?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) ░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ */
$lang->page = "Trang";
$lang->about_page = "Là Module tạo ra một trang đầy đủ.\nSử dụng Widget mới nhất hoặc những Widget khác giúp bạn có thể tạo một trang động. Thông qua trình bên tập Component, bạn có thể tạo ra sự phong phú cho những trang khác nhau.\nĐịa chỉ của nó như một Module dạng '<b>mid=module name</b>'.\nNếu chọn là mặc định, nó sẽ là trang chủ của Website.";
$lang->cmd_page_modify = "Sửa đổi";
$lang->page_caching_interval = "Thời gian lưu trữ";
$lang->about_page_caching_interval = "Đơn vị được tính bằng phút, nó sẽ là thời gian lưu trữ tạm thời.<br />Đó là khuyến cáo thời gian lưu trữ tạm thời thích hợp khi cần để hiển thị.<br />Nhập 0 nếu không sử dụng tính năng này.";
?>