70 lines
3.4 KiB
PHP
70 lines
3.4 KiB
PHP
<?php
|
|
/**
|
|
* The misc module English 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 misc
|
|
* @version $Id: English.php 824 2010-05-02 15:32:06Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->misc->common = 'Misc';
|
|
$lang->misc->ping = 'Keep session';
|
|
|
|
$lang->misc->zentao->version = 'Version %s';
|
|
$lang->misc->zentao->labels['about'] = 'About';
|
|
$lang->misc->zentao->labels['support'] = 'Support';
|
|
$lang->misc->zentao->labels['cowin'] = 'Help us';
|
|
$lang->misc->zentao->labels['service'] = 'Services';
|
|
|
|
$lang->misc->zentao->about['official'] = "Official site";
|
|
$lang->misc->zentao->about['project'] = "Project";
|
|
$lang->misc->zentao->about['preview'] = "Demo";
|
|
$lang->misc->zentao->about['changelog'] = "Change log";
|
|
$lang->misc->zentao->about['license'] = "License";
|
|
$lang->misc->zentao->about['contributors'] = "Contributors";
|
|
$lang->misc->zentao->about['thirdparty'] = "Thirdparty";
|
|
$lang->misc->zentao->about['sourcecode'] = "Source code";
|
|
|
|
$lang->misc->zentao->support['manual'] = "Manual";
|
|
$lang->misc->zentao->support['faq'] = "FAQ";
|
|
$lang->misc->zentao->support['forum'] = "Forum";
|
|
$lang->misc->zentao->support['qqgroup'] = "QQ Grup";
|
|
$lang->misc->zentao->support['howask'] = "How to ask";
|
|
$lang->misc->zentao->support['vip'] = "Business";
|
|
|
|
$lang->misc->zentao->cowin['reportbug'] = "Report bug";
|
|
$lang->misc->zentao->cowin['feedback'] = "Feedback feature";
|
|
$lang->misc->zentao->cowin['devcode'] = "Commit code";
|
|
$lang->misc->zentao->cowin['doc'] = "Write doc";
|
|
$lang->misc->zentao->cowin['recommend'] = "Recommend";
|
|
$lang->misc->zentao->cowin['addlink'] = "Add link";
|
|
$lang->misc->zentao->cowin['shop'] = "Shop";
|
|
$lang->misc->zentao->cowin['donate'] = "Donate";
|
|
$lang->misc->zentao->cowin['cowinmore'] = "More...";
|
|
|
|
$lang->misc->zentao->service['install'] = 'Install service';
|
|
$lang->misc->zentao->service['fixissue'] = 'Issue support';
|
|
$lang->misc->zentao->service['zentaotrain']= 'ZenTao training';
|
|
$lang->misc->zentao->service['idc'] = 'ZenTao online';
|
|
$lang->misc->zentao->service['custom'] = 'custom develop';
|
|
$lang->misc->zentao->service['review'] = 'ZenTao review';
|
|
$lang->misc->zentao->service['scrumtrain'] = 'Scrum training';
|
|
$lang->misc->zentao->service['fwtrain'] = 'ZenTaoPHP training';
|
|
$lang->misc->zentao->service['servicemore']= 'More...';
|
|
|
|
$lang->misc->copyright = "Copyright ©2009-2010 <a href='http://www.cnezsoft.com' target='_blank'>Nature EasySoft Network Tecnology Co.ltd, QingDao, China</a>";
|