* Update project common lang.
This commit is contained in:
@@ -18,7 +18,7 @@ $lang->report->percent = '%';
|
||||
$lang->report->undefined = 'Undefiniert';
|
||||
$lang->report->query = 'Abfrage';
|
||||
$lang->report->annual = 'Annual Summary';
|
||||
$lang->report->project = 'Project';
|
||||
$lang->report->project = $lang->projectCommon;
|
||||
$lang->report->PO = 'PO';
|
||||
$lang->report->viewEveryoneAnnual = 'View everyone annual summary';
|
||||
|
||||
@@ -51,7 +51,7 @@ $lang->report->beginAndEnd = ' : von';
|
||||
$lang->report->begin = 'Begin';
|
||||
$lang->report->end = 'End';
|
||||
$lang->report->dept = 'Abteilung';
|
||||
$lang->report->deviationChart = 'Projektabweichungskurve';
|
||||
$lang->report->deviationChart = "{$lang->projectCommon} Deviation Chart";
|
||||
|
||||
$lang->reportList = new stdclass();
|
||||
$lang->reportList->product = new stdclass();
|
||||
@@ -212,7 +212,7 @@ $lang->report->annualData->todoStatus['undone'] = 'Undone';
|
||||
$lang->report->annualData->todoStatus['done'] = 'Done';
|
||||
|
||||
$lang->report->annualData->radarItems['product'] = "Product";
|
||||
$lang->report->annualData->radarItems['execution'] = "Project";
|
||||
$lang->report->annualData->radarItems['execution'] = $lang->projectCommon;
|
||||
$lang->report->annualData->radarItems['devel'] = "Development";
|
||||
$lang->report->annualData->radarItems['qa'] = "QA";
|
||||
$lang->report->annualData->radarItems['other'] = "Other";
|
||||
|
||||
@@ -18,7 +18,7 @@ $lang->report->percent = '%';
|
||||
$lang->report->undefined = 'Undefined';
|
||||
$lang->report->query = 'Query';
|
||||
$lang->report->annual = 'Annual Summary';
|
||||
$lang->report->project = 'Project';
|
||||
$lang->report->project = $lang->projectCommon;
|
||||
$lang->report->PO = 'PO';
|
||||
$lang->report->viewEveryoneAnnual = 'View everyone annual summary';
|
||||
|
||||
@@ -51,7 +51,7 @@ $lang->report->beginAndEnd = ' From';
|
||||
$lang->report->begin = ' Begin';
|
||||
$lang->report->end = ' End';
|
||||
$lang->report->dept = 'Department';
|
||||
$lang->report->deviationChart = 'Project Deviation Chart';
|
||||
$lang->report->deviationChart = "{$lang->projectCommon} Deviation Chart";
|
||||
|
||||
$lang->reportList = new stdclass();
|
||||
$lang->reportList->product = new stdclass();
|
||||
@@ -211,8 +211,8 @@ $lang->report->annualData->todoStatus['all'] = 'All';
|
||||
$lang->report->annualData->todoStatus['undone'] = 'Undone';
|
||||
$lang->report->annualData->todoStatus['done'] = 'Done';
|
||||
|
||||
$lang->report->annualData->radarItems['product'] = "Product";
|
||||
$lang->report->annualData->radarItems['execution'] = "Project";
|
||||
$lang->report->annualData->radarItems['product'] = 'Product';
|
||||
$lang->report->annualData->radarItems['execution'] = $lang->projectCommon;
|
||||
$lang->report->annualData->radarItems['devel'] = "Development";
|
||||
$lang->report->annualData->radarItems['qa'] = "QA";
|
||||
$lang->report->annualData->radarItems['other'] = "Other";
|
||||
|
||||
@@ -18,7 +18,7 @@ $lang->report->percent = '%';
|
||||
$lang->report->undefined = 'N/D';
|
||||
$lang->report->query = 'Requête';
|
||||
$lang->report->annual = 'Résumé Annuel';
|
||||
$lang->report->project = 'Project';
|
||||
$lang->report->project = $lang->projectCommon;
|
||||
$lang->report->PO = 'PO';
|
||||
$lang->report->viewEveryoneAnnual = 'View everyone annual summary';
|
||||
|
||||
@@ -51,7 +51,7 @@ $lang->report->beginAndEnd = ' de';
|
||||
$lang->report->begin = 'Begin';
|
||||
$lang->report->end = 'End';
|
||||
$lang->report->dept = 'Compartiment';
|
||||
$lang->report->deviationChart = 'Courbe de déviation du projet';
|
||||
$lang->report->deviationChart = "{$lang->projectCommon} Deviation Chart";
|
||||
|
||||
$lang->reportList = new stdclass();
|
||||
$lang->reportList->product = new stdclass();
|
||||
@@ -212,7 +212,7 @@ $lang->report->annualData->todoStatus['undone'] = 'Undone';
|
||||
$lang->report->annualData->todoStatus['done'] = 'Done';
|
||||
|
||||
$lang->report->annualData->radarItems['product'] = "Product";
|
||||
$lang->report->annualData->radarItems['execution'] = "Project";
|
||||
$lang->report->annualData->radarItems['execution'] = $lang->projectCommon;
|
||||
$lang->report->annualData->radarItems['devel'] = "Development";
|
||||
$lang->report->annualData->radarItems['qa'] = "QA";
|
||||
$lang->report->annualData->radarItems['other'] = "Other";
|
||||
|
||||
@@ -18,7 +18,7 @@ $lang->report->percent = '百分比';
|
||||
$lang->report->undefined = '未设定';
|
||||
$lang->report->query = '查询';
|
||||
$lang->report->annual = '年度总结';
|
||||
$lang->report->project = '项目';
|
||||
$lang->report->project = $lang->projectCommon;
|
||||
$lang->report->PO = 'PO';
|
||||
$lang->report->viewEveryoneAnnual = '查看所有人年度总结';
|
||||
|
||||
@@ -212,7 +212,7 @@ $lang->report->annualData->todoStatus['undone'] = '未完成';
|
||||
$lang->report->annualData->todoStatus['done'] = '已完成';
|
||||
|
||||
$lang->report->annualData->radarItems['product'] = '产品管理';
|
||||
$lang->report->annualData->radarItems['execution'] = '项目管理';
|
||||
$lang->report->annualData->radarItems['execution'] = "{$lang->projectCommon}管理";
|
||||
$lang->report->annualData->radarItems['devel'] = "研发";
|
||||
$lang->report->annualData->radarItems['qa'] = "测试";
|
||||
$lang->report->annualData->radarItems['other'] = "其他";
|
||||
@@ -230,6 +230,6 @@ $lang->report->caseOutput = "用例产出";
|
||||
$lang->report->bugProgress = "Bug进展";
|
||||
$lang->report->productProgress = "产品进展";
|
||||
$lang->report->executionProgress = "执行进展";
|
||||
$lang->report->projectProgress = "项目进展";
|
||||
$lang->report->yearProjectOverview = "年度项目总览";
|
||||
$lang->report->projectOverview = "截止目前项目总览";
|
||||
$lang->report->projectProgress = "{$lang->projectCommon}进展";
|
||||
$lang->report->yearProjectOverview = "年度{$lang->projectCommon}总览";
|
||||
$lang->report->projectOverview = "截止目前{$lang->projectCommon}总览";
|
||||
|
||||
Reference in New Issue
Block a user