Files
EasySoft-ZenTaoPMS/module/upgrade/lang/zh-cn.php
2010-07-05 05:35:29 +00:00

55 lines
2.6 KiB
PHP

<?php
/**
* The upgrade module zh-cn file of ZenTaoMS.
*
* ZenTaoMS is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* ZenTaoMS is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with ZenTaoMS. If not, see <http://www.gnu.org/licenses/>.
*
* @copyright Copyright 2009-2010 青岛易软天创网络科技有限公司(www.cnezsoft.com)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package upgrade
* @version $Id$
* @link http://www.zentaoms.com
*/
$lang->upgrade->common = '升级';
$lang->upgrade->result = '升级结果';
$lang->upgrade->fail = '升级失败';
$lang->upgrade->success = '升级成功';
$lang->upgrade->tohome = '返回首页';
$lang->upgrade->warnning= '警告';
$lang->upgrade->warnningContent = <<<EOT
警告!升级有危险,请先备份数据库,以防万一。<br />
备份方法:<br />
1. 可以通过phpMyAdmin进行备份。<br />
2. 使用mysql命令行的工具。<br />
# mysqldump -u <span class='red'>username</span> -p <span class='red'>dbname</span> > <span class='red'>filename</span> <br />
要将上面红色的部分分别替换成对应的用户名和禅道系统的数据库名。<br />
比如: mysqldump -u root -p zentao >zentao.bak
EOT;
$lang->upgrade->selectVersion = '选择版本';
$lang->upgrade->noteVersion = "务必选择正确的版本,否则会造成数据丢失。";
$lang->upgrade->fromVersion = '原来的版本';
$lang->upgrade->toVersion = '升级到';
$lang->upgrade->confirm = '确认要执行的SQL语句';
$lang->upgrade->sureExecute = '确认执行';
$lang->upgrade->fromVersions['0_3beta'] = '0.3 BETA';
$lang->upgrade->fromVersions['0_4beta'] = '0.4 BETA';
$lang->upgrade->fromVersions['0_5beta'] = '0.5 BETA';
$lang->upgrade->fromVersions['0_6beta'] = '0.6 BETA';
$lang->upgrade->fromVersions['1_0beta'] = '1.0 BETA';
$lang->upgrade->fromVersions['1_0rc1'] = '1.0 RC1';
$lang->upgrade->fromVersions['1_0rc2'] = '1.0 RC2';
$lang->upgrade->fromVersions['1_0stable'] = '1.0 STABLE';
$lang->upgrade->fromVersions['1_0_1'] = '1.0.1';