mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
translation
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6964 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ede3bff586
commit
c7e4f9b460
6 changed files with 7 additions and 2 deletions
|
|
@ -27,4 +27,5 @@
|
|||
$lang->description_install = "Installation process also install/update programs which this program depends on";
|
||||
$lang->description_download = "When FTP is disabled, you should download it and extract it into target path. (if target path is ./modules/board, extract it at ./modules)";
|
||||
$lang->path = "Path";
|
||||
$lang->cmd_download = "Download";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -27,4 +27,5 @@
|
|||
$lang->description_install = "설치를 진행하면, 이 프로그램이 의존하고 있는 모든 프로그램을 업데이트/설치 합니다.";
|
||||
$lang->description_download = "FTP를 이용할 수 없는 경우, 직접 다운로드 하여 해당 path에 설치하셔야 합니다. (한칸 상위에서 압축을 푸시면 됩니다. ./modules/board의 경우 ./modules에서 tar를 푸세요)";
|
||||
$lang->path = "설치경로";
|
||||
$lang->cmd_download = "다운로드";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -27,4 +27,5 @@
|
|||
$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";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -27,4 +27,5 @@
|
|||
$lang->current_version = "Installed version";
|
||||
$lang->description_download = "When FTP is disabled, you should download it and extract it into target path. (if target path is ./modules/board, extract it at ./modules)";
|
||||
$lang->path = "Path";
|
||||
$lang->cmd_download = "Download";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -27,4 +27,5 @@
|
|||
$lang->current_version = "安裝版本";
|
||||
$lang->description_download = "When FTP is disabled, you should download it and extract it into target path. (if target path is ./modules/board, extract it at ./modules)";
|
||||
$lang->path = "路徑";
|
||||
$lang->cmd_download = "Download";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -8,14 +8,14 @@
|
|||
<dt><strong>{$lang->depending_programs} :</strong></dt>
|
||||
<dd> {$dep->title} ver. {$dep->version} -
|
||||
<!--@if($dep->installed)-->{$lang->current_version}: {$dep->cur_version} <!--@if($dep->need_update)--> ({$lang->require_update})<!--@end--> <!--@else-->{$lang->require_installation}<!--@end-->
|
||||
<!--@if($show_ftp_note && ($dep->need_update || !$dep->installed))--><a href="http://download.xpressengine.com/?module=resourceapi&act=procResourceapiDownload&package_srl={$dep->package_srl}">{$lang->download}</a> ({$lang->path} : {$dep->path})<!--@end-->
|
||||
<!--@if($show_ftp_note && ($dep->need_update || !$dep->installed))--><a href="http://download.xpressengine.com/?module=resourceapi&act=procResourceapiDownload&package_srl={$dep->package_srl}">{$lang->cmd_download}</a> ({$lang->path} : {$dep->path})<!--@end-->
|
||||
</dd>
|
||||
</dl>
|
||||
<!--@end-->
|
||||
<!--@if($show_ftp_note)-->
|
||||
<p class="warning">{$lang->description_download}. (<a href="{getUrl('','module','admin','act','dispAdminConfig')}#ftpSetup">FTP Setup</a>) </p>
|
||||
<p>{$lang->path} : {$package->path}</p>
|
||||
<p><a href="http://download.xpressengine.com/?module=resourceapi&act=procResourceapiDownload&package_srl={$package->package_srl}" class="button large green strong"><span>{$lang->download}</span></a></p>
|
||||
<p><a href="http://download.xpressengine.com/?module=resourceapi&act=procResourceapiDownload&package_srl={$package->package_srl}" class="button large green strong"><span>{$lang->cmd_download}</span></a></p>
|
||||
<!--@else-->
|
||||
<p>{$lang->description_install}. </p>
|
||||
<p><!--@if(!$package->installed || $package->need_update)--><a href="#" onclick="doInstallPackage('{$package->package_srl}')" class="button large green strong"><span>{$lang->install}</span></a><!--@end--></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue