mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
Added Vietnamese language to Auto Install Module
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6941 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
111d966f88
commit
214bcaf9f8
2 changed files with 34 additions and 0 deletions
30
modules/autoinstall/lang/vi.lang.php
Normal file
30
modules/autoinstall/lang/vi.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.lang.php
|
||||
* @author sol (sol@ngleader.com)
|
||||
* @brief Autoinstall(autoinstall) 모듈의 기본 언어팩
|
||||
**/
|
||||
|
||||
$lang->autoinstall = 'Cập nhật tự động';
|
||||
$lang->about_autoinstall = 'Nó sẽ giúp bạn Cài đặt / Nâng cấp phiên bản tự động từ trang chủ XE.';
|
||||
$lang->package_update = 'Cập nhật';
|
||||
$lang->package_downloaded_count = 'Lượt Download';
|
||||
$lang->need_update = "Danh sách phiên bản cần cập nhật.";
|
||||
|
||||
$lang->order_newest = "Mới nhất";
|
||||
$lang->order_popular = "Phổ biến";
|
||||
$lang->order_download = "Download";
|
||||
$lang->success_installed = "Đã cài đặt thành công.";
|
||||
$lang->view_all_package = "Xem tất cả";
|
||||
$lang->description_ftp_note = "Nếu bạn chưa thiết lập FTP, sẽ không thể cài đặt đặt hay cập nhật. Xin hãy thiết lập thông tin FTP.";
|
||||
$lang->description_update = "Nếu bạn cập nhật hay cài đặt mà không sử dụng chương trình cập nhật tự động, xin hãy bấm 'Cập nhật' tại trang quản lý để giữ lại thông tin đã cập nhật của chương trình.";
|
||||
$lang->install = "Cài đặt";
|
||||
$lang->update = "Cập nhật";
|
||||
$lang->current_version = "Phiên bản đang dùng";
|
||||
$lang->depending_programs = "Chương trình này phụ thuộc vào ";
|
||||
$lang->require_update = "Yêu cầu cập nhật.";
|
||||
$lang->require_installation = "Yêu cầu cài đặt.";
|
||||
$lang->description_install = "Quá trình Cài đặt / Cập nhật này phụ thuộc vào ";
|
||||
$lang->description_download = "Khi FTP không được mở, bạn nên tải về và giả nén, sau đó Upload theo đường dẫn. (Nếu đường dẫn là ./modules/board, thì giải nén vào ./modules)";
|
||||
$lang->path = "Đường dẫn";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue