mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#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:
parent
ef387556cb
commit
e3b97bcc55
99 changed files with 2663 additions and 31 deletions
41
modules/integration_search/lang/vi.lang.php
Normal file
41
modules/integration_search/lang/vi.lang.php
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<?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->integration_search = "Tìm kiếm tổng hợp";
|
||||
|
||||
$lang->sample_code = "Code mẫu";
|
||||
$lang->about_target_module = "Chỉ tìm kiếm trên những Module đã chọn. Hãy cẩn thận vì có thể có Module bạn không được phép truy cập.";
|
||||
$lang->about_sample_code = "Bạn có thể sử dụng chức năng tìm kiếm tổng hợp bằng cách thêm đoạn mã ở trên vào vị trí nào bạn muốn trong giao diện.";
|
||||
$lang->msg_no_keyword = "Hãy nhập từ khóa để tìm kiếm!";
|
||||
|
||||
$lang->is_result_text = "Tìm thấy <strong>%d</strong> kết quả cho <strong>'%s'</strong>";
|
||||
$lang->multimedia = "Hình ảnh/ Video";
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
'title_content' => 'T.Đề+N.Dung',
|
||||
'title' => 'Tiêu đề',
|
||||
'content' => 'Nội dung',
|
||||
'tag' => 'Tag',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => 'URL',
|
||||
'blog_name' => 'Tên Website',
|
||||
'title' => 'Tiêu đề',
|
||||
'excerpt' => 'Trích mô tả',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Ngày gửi',
|
||||
'comment_count' => 'Số bình luận',
|
||||
'readed_count' => 'Lượt xem',
|
||||
'voted_count' => 'Bình chọn',
|
||||
);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue