mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8738 201d5d3c-b55e-5fd7-737f-ddc643e51545
41 lines
2.3 KiB
PHP
41 lines
2.3 KiB
PHP
<?php
|
|
/**
|
|
* @file ko.lang.php
|
|
* @author NHN (developers@xpressengine.com)
|
|
* @brief Autoinstall(autoinstall) 모듈의 기본 언어팩
|
|
**/
|
|
$lang->autoinstall = 'Cập nhật tự động';
|
|
$lang->package_update = 'Cập nhật';
|
|
$lang->package_downloaded_count = 'Lượt Download';
|
|
$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->description_ftp_note = 'If the %s is not set, the installation will not work. Pleas configure the FTP information';
|
|
$lang->ftp_setup = 'FTP configuration';
|
|
$lang->description_update = 'If you have upgraded or installed programs without EasyInstall module, please press %s to renew new information.';
|
|
$lang->status_update = 'update button';
|
|
$lang->install = "Cài đặt";
|
|
$lang->update = "Cập nhật";
|
|
$lang->current_version = "Phiên bản đang dùng";
|
|
$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";
|
|
$lang->cmd_download = "Download";
|
|
$lang->description_uninstall = "Loại bỏ gói cài đặt. Tất cả dữ liệu của các gói sẽ đồng thời bị xóa.";
|
|
$lang->distribute_version = 'Distribute version';
|
|
$lang->run = 'Run';
|
|
$lang->rate = 'points';
|
|
$lang->thumbnail = 'Thumbnail';
|
|
$lang->name = 'Name';
|
|
$lang->about_depending_programs = 'To use this package must be installed the fllowing program.';
|
|
$lang->ftp_password = 'FTP password';
|
|
$lang->msg_dependency_package = 'Can not remove this package because there exists another package dependent on this.';
|
|
$lang->dependant_list = "Gói cài đặt này phụ thuộc vào các gói khác trong danh sách";
|
|
$lang->msg_avail_update = 'There is available update for this item.';
|
|
$lang->msg_do_you_like_update = 'Would you like to update?';
|
|
$lang->msg_connection_fail = 'Connection failed.';
|
|
$lang->msg_not_match_server = 'Server settings are incorrect.';
|
|
?>
|