* finish task #2247.

This commit is contained in:
wangyidong
2015-05-08 14:46:11 +08:00
parent 163fb178f1
commit 76e8841a51
8 changed files with 44 additions and 3 deletions

View File

@@ -81,6 +81,14 @@ $lang->extension->viewInstalled = 'View installed extensions.';
$lang->extension->viewAvailable = 'View available extensions';
$lang->extension->viewDeactivated = 'View deactivated extensions';
$lang->extension->backDBFile = 'Plug-related data has been backed up to %s file!';
$lang->extension->noticeOkFile = '<h4>The ok file does not exist or has expired</h4>
<h4>For safe, please re create the ok file</h4>
<p>You can perform the following commands on the server: </p>
<ul>
<li>For linux:<strong>touch %s;</strong> </li>
<li>For windows:<strong>echo ok > %s</strong></li>
</ul> ';
$lang->extension->upgradeExt = 'Upgrade';
$lang->extension->installExt = 'Install';