Files
EasySoft-ZenTaoPMS/module/misc/lang/en.php
2013-08-30 09:12:36 +08:00

51 lines
2.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* The misc 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 misc
* @version $Id: English.php 824 2010-05-02 15:32:06Z wwccss $
* @link http://www.zentao.net
*/
$lang->misc = new stdclass();
$lang->misc->common = 'Misc';
$lang->misc->ping = 'Keep session';
$lang->misc->zentao = new stdclass();
$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['proversion'] = 'Try pro version free!';
$lang->misc->zentao->about['official'] = "Official site";
$lang->misc->zentao->about['changelog'] = "Change log";
$lang->misc->zentao->about['license'] = "License";
$lang->misc->zentao->about['extension'] = "Extensions";
$lang->misc->zentao->support['vip'] = "Business";
$lang->misc->zentao->support['manual'] = "Manual";
$lang->misc->zentao->support['faq'] = "FAQ";
$lang->misc->zentao->support['ask'] = "Ask";
$lang->misc->zentao->support['qqgroup'] = "QQ Group";
$lang->misc->zentao->cowin['donate'] = "Donate";
$lang->misc->zentao->cowin['reportbug'] = "Report bug";
$lang->misc->zentao->cowin['feedback'] = "Feedback feature";
$lang->misc->zentao->cowin['recommend'] = "Recommend";
$lang->misc->zentao->cowin['cowinmore'] = "More...";
$lang->misc->zentao->service['zentaotrain']= 'ZenTao training';
$lang->misc->zentao->service['scrumtrain'] = 'Agile training';
$lang->misc->zentao->service['idc'] = 'ZenTao online';
$lang->misc->zentao->service['custom'] = 'custom develop';
$lang->misc->zentao->service['install'] = 'Install service';
$lang->misc->zentao->service['fixissue'] = 'Issue support';
$lang->misc->zentao->service['servicemore']= 'More...';
$lang->misc->noGDLib = "the entrance of mobile browser %s.";
$lang->misc->copyright = "Copyright &copy;2009-2013 <a href='http://www.cnezsoft.com' target='_blank'>Nature EasySoft Network Tecnology Co.ltd, QingDao, China</a>";