Files
EasySoft-ZenTaoPMS/module/misc/lang/en.php
2015-11-26 16:18:03 +08:00

57 lines
2.6 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-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.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->icons['about'] = 'group';
$lang->misc->zentao->icons['support'] = 'question-sign';
$lang->misc->zentao->icons['cowin'] = 'hand-right';
$lang->misc->zentao->icons['service'] = 'heart';
$lang->misc->zentao->about['proversion'] = 'Try zentaopro!';
$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->mobile = "Mobile access";
$lang->misc->noGDLib = "Please visit<strong>%s</strong>.";
$lang->misc->copyright = "&copy; 2009-2015 <a href='http://www.cnezsoft.com' target='_blank'>Nature EasySoft Network Tecnology Co.ltd, QingDao, China</a> 4006-8899-23 <a href='mailto:co@zentao.net'>co@zentao.net</a>";