40 lines
1.7 KiB
PHP
40 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* The weekly 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 weekly
|
|
* @version $Id: en.php 4729 2013-05-03 07:53:55Z chencongzhi520@gmail.com $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->weekly->common = 'Project Weekly';
|
|
$lang->weekly->index = 'Weekly newspaper overview';
|
|
$lang->weekly->progress = 'Percent Completed';
|
|
$lang->weekly->workload = 'Workload';
|
|
$lang->weekly->total = 'Total';
|
|
|
|
$lang->weekly->reportTtitle = 'ITEM: Weekly Report% s (week% s)';
|
|
$lang->weekly->summary = 'Project status';
|
|
$lang->weekly->finished = 'Completion of work this week (100% of work completed)';
|
|
$lang->weekly->postponed = 'The work is not finished this week';
|
|
$lang->weekly->nextWeek = 'Schedule of work for next week';
|
|
$lang->weekly->workloadByType = 'Workload statistics';
|
|
|
|
$lang->weekly->term = 'Reporting Cycle';
|
|
$lang->weekly->program = 'Project Name';
|
|
$lang->weekly->master = 'Project Manager ';
|
|
$lang->weekly->staff = 'The numbers in this week';
|
|
|
|
$lang->weekly->weekDesc = 'Week% s (% s ~% s)';
|
|
$lang->weekly->progress = 'Current status of the project';
|
|
$lang->weekly->analysisResult = 'Analysis results';
|
|
$lang->weekly->cost = 'Project cost';
|
|
|
|
$lang->weekly->pv = 'The work to be done(PV)';
|
|
$lang->weekly->ev = 'Actual work done(EV)';
|
|
$lang->weekly->ac = 'Actual cost(AC)';
|
|
$lang->weekly->sv = 'Rate of progress deviation(SV%)';
|
|
$lang->weekly->cv = 'Cost deviation rate(CV%)';
|