* @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 = 'Ping'; $lang->misc->zentao = new stdclass(); $lang->misc->zentao->version = 'Version %s'; $lang->misc->zentao->labels['about'] = 'About ZenTao'; $lang->misc->zentao->labels['support'] = 'Technical Support'; $lang->misc->zentao->labels['cowin'] = 'Help Us'; $lang->misc->zentao->labels['service'] = 'Service List'; $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'] = 'ZenTao Pro'; $lang->misc->zentao->about['official'] = "Official Website"; $lang->misc->zentao->about['changelog'] = "Version Log"; $lang->misc->zentao->about['license'] = "License"; $lang->misc->zentao->about['extension'] = "Extension Platform"; $lang->misc->zentao->support['vip'] = "VIP Technical Support"; $lang->misc->zentao->support['manual'] = "User Manual"; $lang->misc->zentao->support['faq'] = "FAQ"; $lang->misc->zentao->support['ask'] = "Q&A"; $lang->misc->zentao->support['qqgroup'] = "官方QQ群"; $lang->misc->zentao->cowin['donate'] = "Donate"; $lang->misc->zentao->cowin['reportbug'] = "Report Bug "; $lang->misc->zentao->cowin['feedback'] = "Feedback"; $lang->misc->zentao->cowin['recommend'] = "Refer a Friend"; $lang->misc->zentao->cowin['cowinmore'] = "More"; $lang->misc->zentao->service['zentaotrain']= 'ZenTao Training'; $lang->misc->zentao->service['scrumtrain'] = 'Agile Development Training'; $lang->misc->zentao->service['idc'] = 'ZenTao Online Hosting'; $lang->misc->zentao->service['custom'] = 'ZenTao Customized Development'; $lang->misc->zentao->service['install'] = 'ZenTao Installation Service'; $lang->misc->zentao->service['fixissue'] = 'ZenTao Trouble Shooting'; $lang->misc->zentao->service['servicemore']= 'More'; $lang->misc->mobile = "Mobile Access"; $lang->misc->noGDLib = "Please use the browser on your phone to visit %s"; $lang->misc->copyright = "© 2009 - 2016 Qingdao Nature Easy Soft Co., Ltd Tel 4006-8899-23 Email co@zentao.net"; $lang->misc->checkTable = "Check Data Table"; $lang->misc->needRepair = "Repair Table"; $lang->misc->repairTable = "Database table is damaged due to power outage. Please chech and repair!"; $lang->misc->tableName = "Table Name"; $lang->misc->tableStatus = "Status"; $lang->misc->novice = "First time to ZenTao? Do you want to start rookie mode?"; $lang->misc->feature = new stdclass(); $lang->misc->feature->lastest = 'Latest Version'; $lang->misc->feature->all = array(); $lang->misc->feature->all['latest'] = array(); $lang->misc->feature->all['latest'][] = array('title'=>'Custom Home', 'desc' => '

You can add blocks to Dashboard and arrange the layout.

My Zone, Product, Project, and Testing all support home custom mentioned before.

'); $lang->misc->feature->all['latest'][] = array('title'=>'Custom Navigation', 'desc' => '

You can decide which project show in navigation bar and the order of projects shown in the bar.

Hover on the navigation bar and a sign will show to its right. Click the sign and a dialog box "Custom Navigation" will show. Drag the block name to switch its order on navigation bar.

'); $lang->misc->feature->all['latest'][] = array('title'=>'Batch Add/Edit Custom', 'desc' => '

You can batch add and edit fields on custom pages.

'); $lang->misc->feature->all['latest'][] = array('title'=>'Add Custom Story/Task/Bug/Case', 'desc' => '

You can custom fileds when add a Story/Task/Bug/Case.

'); $lang->misc->feature->all['latest'][] = array('title'=>'Custom Export', 'desc' => '

You can custom fileds when export a Story/Task/Bug/Case pages. You can save it as template for next export.

'); $lang->misc->feature->all['latest'][] = array('title'=>'Story/Task/Bug/Case Combinatorial Search ', 'desc' => '

On Story/Task/Bug/Case List page, you can do combinatorial search on Modules and Tabs.

'); $lang->misc->feature->all['latest'][] = array('title'=>"Rookie's Tutorial", 'desc' => '

Tutorial for Rookies is added for users to know how to use ZenTao.

');