Files
EasySoft-ZenTaoPMS/module/admin/lang/en.php
chencongzhi520@gmail.com 99881763e2 * adjust the lang of clearData.
2013-01-24 02:48:31 +00:00

67 lines
3.6 KiB
PHP

<?php
/**
* The admin module English file of ZenTaoPMS.
*
* @copyright Copyright 2009-2013 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package admin
* @version $Id$
* @link http://www.zentao.net
*/
$lang->admin->common = 'Admin';
$lang->admin->index = 'Index';
$lang->admin->checkDB = 'Repair data';
$lang->admin->company = 'Company';
$lang->admin->user = 'User';
$lang->admin->group = 'Group';
$lang->admin->welcome = 'Welcome to ZenTaoPMS.';
$lang->admin->browseCompany = 'Browse Company';
$lang->admin->clearData = 'Clear Data';
$lang->admin->pleaseInputYes = "Input 'yes' to clear data:";
$lang->admin->confirmClearData = 'Are you sure to clear data?';
$lang->admin->clearDataFailed = 'Failed to clear data!';
$lang->admin->clearDataSucceed = 'Succeed to clear data!';
$lang->admin->clearDataDesc = <<<EOT
<strong><font color='red'>Clear data is dangerous. Be sure to backup your database and other data files and sure nobody is using pms when importing.</font></strong>\n
The impact of clearing data:
1、Clearing data will have no effect on table company,table group,and table groupPriv.
2、If you have choosed import demo data when installing,then clearing data will delete the item where key equals showDemoUsers on config table, and delete all demo users on user table.
3、For others tables:clear all data.
EOT;
$lang->admin->info = new stdclass();
$lang->admin->info->caption = 'ZentaoPMS information';
$lang->admin->info->version = 'The current version of the system is %s,';
$lang->admin->info->links = 'You can visit the following link:';
$lang->admin->info->account = 'Your account in zentao community is %s. ';
$lang->admin->notice = new stdclass();
$lang->admin->notice->register = "Tips: You have not registered in Zentao community (www.zentao.net), %s to register and get the latest information about ZentaoPMS.";
$lang->admin->notice->ignore = "ignore";
$lang->admin->register = new stdclass();
$lang->admin->register->caption = 'Register zentao community';
$lang->admin->register->click = 'click';
$lang->admin->register->lblAccount = 'Numbers and letters, at least three';
$lang->admin->register->lblPasswd = 'Numbers and letters, at least six';
$lang->admin->register->submit = 'Register';
$lang->admin->register->bind = "If you have community account, %s to bind it";
$lang->admin->register->success = "Register success";
$lang->admin->bind = new stdclass();
$lang->admin->bind->caption = 'Bind with community account';
$lang->admin->bind->action = 'bind';
$lang->admin->bind->success = "Bind success";
$lang->admin->selectFlow = 'Please select zentao use flow';
$lang->admin->flowList['full'] = 'Total life cycle management(Zentao fully functional)';
$lang->admin->flowList['onlyTest'] = 'Test management(Zentao test management extension. Remove the story, task management, Just keep bug, case and test management, Can only be used for the test track)';
$lang->admin->flowList['onlyTask'] = 'Task management(Zentao task management extension. Remove the story, test management, Just keep task management, Can only be used for the task track)';
$lang->admin->flowList['onlyStory'] = 'Story management(Zentao story management extension, Remove the task, test management, Just keep story management, Can only be used for the trim story)';
$lang->admin->flowNotice = "<span class='red'>Note: if the choice is not total life cycle management, then you can go to \"Admin -> Extension\", the corresponding extension unloading, can reuse Zentao fully functional.</span>";