add getUpdateUrlBy...(), add process for return url when package install

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8647 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-07-26 08:00:00 +00:00
parent 29e7c3b35b
commit 7aebc36fb5
12 changed files with 57 additions and 14 deletions

View file

@ -34,4 +34,6 @@
$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 = "このパッケージに依存するパッケージのリスト";
$lang->msg_avail_update = 'There is available update for this item.';
$lang->msg_do_you_like_update = 'Would you like to update?';
?>