* Add English lang.
This commit is contained in:
+34
-11
@@ -1,15 +1,32 @@
|
||||
<?php
|
||||
$lang->metric->common = "Metric";
|
||||
$lang->metric->name = "Metric name";
|
||||
$lang->metric->stage = "Stage";
|
||||
$lang->metric->scope = "Scope";
|
||||
$lang->metric->object = "Object";
|
||||
$lang->metric->purpose = "Purpose";
|
||||
$lang->metric->unit = "Unit";
|
||||
$lang->metric->code = "Code";
|
||||
$lang->metric->desc = "Description";
|
||||
$lang->metric->when = "Collection Method";
|
||||
$lang->metric->createdBy = "Created By";
|
||||
$lang->metric->common = "Metric";
|
||||
$lang->metric->name = "Name";
|
||||
$lang->metric->stage = "Stage";
|
||||
$lang->metric->scope = "Scope";
|
||||
$lang->metric->object = "Object";
|
||||
$lang->metric->purpose = "Purpose";
|
||||
$lang->metric->unit = "Unit";
|
||||
$lang->metric->code = "Code";
|
||||
$lang->metric->desc = "Description";
|
||||
$lang->metric->definition = "Definition";
|
||||
$lang->metric->formula = "Formula";
|
||||
$lang->metric->when = "Collection Method";
|
||||
$lang->metric->createdBy = "Created By";
|
||||
$lang->metric->implementedBy = "Implemented By";
|
||||
$lang->metric->removedBy = "Removed By";
|
||||
$lang->metric->lastEdited = "Last Edited";
|
||||
$lang->metric->value = "Value";
|
||||
$lang->metric->name = "Name";
|
||||
$lang->metric->date = "Date";
|
||||
$lang->metric->metricData = "Metric Data";
|
||||
$lang->metric->system = "system";
|
||||
|
||||
$lang->metric->noDesc = "No description";
|
||||
$lang->metric->noFormula = "No formula";
|
||||
$lang->metric->noCalc = "Metric's PHP algorithm is not implemented yet";
|
||||
|
||||
$lang->metric->legendBasicInfo = 'Basic info';
|
||||
$lang->metric->legendCreateInfo = 'Create and edit info';
|
||||
|
||||
$lang->metric->confirmDelete = "Are you sure you want to delete?";
|
||||
|
||||
@@ -19,6 +36,12 @@ $lang->metric->stageList = array();
|
||||
$lang->metric->stageList['wait'] = "Unpublished";
|
||||
$lang->metric->stageList['released'] = "Published";
|
||||
|
||||
$lang->metric->dateList = array();
|
||||
$lang->metric->dateList['year'] = 'Year';
|
||||
$lang->metric->dateList['month'] = 'Month';
|
||||
$lang->metric->dateList['week'] = 'Week';
|
||||
$lang->metric->dateList['day'] = 'Day';
|
||||
|
||||
$lang->metric->purposeList = array();
|
||||
$lang->metric->purposeList['scale'] = "Scale Estimation";
|
||||
$lang->metric->purposeList['qc'] = "Quality Control";
|
||||
|
||||
+34
-11
@@ -1,15 +1,32 @@
|
||||
<?php
|
||||
$lang->metric->common = "Metric";
|
||||
$lang->metric->name = "Name";
|
||||
$lang->metric->stage = "Stage";
|
||||
$lang->metric->scope = "Scope";
|
||||
$lang->metric->object = "Object";
|
||||
$lang->metric->purpose = "Purpose";
|
||||
$lang->metric->unit = "Unit";
|
||||
$lang->metric->code = "Code";
|
||||
$lang->metric->desc = "Description";
|
||||
$lang->metric->when = "Collection Method";
|
||||
$lang->metric->createdBy = "Created By";
|
||||
$lang->metric->common = "Metric";
|
||||
$lang->metric->name = "Name";
|
||||
$lang->metric->stage = "Stage";
|
||||
$lang->metric->scope = "Scope";
|
||||
$lang->metric->object = "Object";
|
||||
$lang->metric->purpose = "Purpose";
|
||||
$lang->metric->unit = "Unit";
|
||||
$lang->metric->code = "Code";
|
||||
$lang->metric->desc = "Description";
|
||||
$lang->metric->definition = "Definition";
|
||||
$lang->metric->formula = "Formula";
|
||||
$lang->metric->when = "Collection Method";
|
||||
$lang->metric->createdBy = "Created By";
|
||||
$lang->metric->implementedBy = "Implemented By";
|
||||
$lang->metric->removedBy = "Removed By";
|
||||
$lang->metric->lastEdited = "Last Edited";
|
||||
$lang->metric->value = "Value";
|
||||
$lang->metric->name = "Name";
|
||||
$lang->metric->date = "Date";
|
||||
$lang->metric->metricData = "Metric Data";
|
||||
$lang->metric->system = "system";
|
||||
|
||||
$lang->metric->noDesc = "No description";
|
||||
$lang->metric->noFormula = "No formula";
|
||||
$lang->metric->noCalc = "Metric's PHP algorithm is not implemented yet";
|
||||
|
||||
$lang->metric->legendBasicInfo = 'Basic info';
|
||||
$lang->metric->legendCreateInfo = 'Create and edit info';
|
||||
|
||||
$lang->metric->confirmDelete = "Are you sure you want to delete?";
|
||||
|
||||
@@ -19,6 +36,12 @@ $lang->metric->stageList = array();
|
||||
$lang->metric->stageList['wait'] = "Unpublished";
|
||||
$lang->metric->stageList['released'] = "Published";
|
||||
|
||||
$lang->metric->dateList = array();
|
||||
$lang->metric->dateList['year'] = 'Year';
|
||||
$lang->metric->dateList['month'] = 'Month';
|
||||
$lang->metric->dateList['week'] = 'Week';
|
||||
$lang->metric->dateList['day'] = 'Day';
|
||||
|
||||
$lang->metric->purposeList = array();
|
||||
$lang->metric->purposeList['scale'] = "Scale Estimation";
|
||||
$lang->metric->purposeList['qc'] = "Quality Control";
|
||||
|
||||
+34
-11
@@ -1,15 +1,32 @@
|
||||
<?php
|
||||
$lang->metric->common = "Metric";
|
||||
$lang->metric->name = "Metric name";
|
||||
$lang->metric->stage = "Stage";
|
||||
$lang->metric->scope = "Scope";
|
||||
$lang->metric->object = "Object";
|
||||
$lang->metric->purpose = "Purpose";
|
||||
$lang->metric->unit = "Unit";
|
||||
$lang->metric->code = "Code";
|
||||
$lang->metric->desc = "Description";
|
||||
$lang->metric->when = "Collection Method";
|
||||
$lang->metric->createdBy = "Created By";
|
||||
$lang->metric->common = "Metric";
|
||||
$lang->metric->name = "Name";
|
||||
$lang->metric->stage = "Stage";
|
||||
$lang->metric->scope = "Scope";
|
||||
$lang->metric->object = "Object";
|
||||
$lang->metric->purpose = "Purpose";
|
||||
$lang->metric->unit = "Unit";
|
||||
$lang->metric->code = "Code";
|
||||
$lang->metric->desc = "Description";
|
||||
$lang->metric->definition = "Definition";
|
||||
$lang->metric->formula = "Formula";
|
||||
$lang->metric->when = "Collection Method";
|
||||
$lang->metric->createdBy = "Created By";
|
||||
$lang->metric->implementedBy = "Implemented By";
|
||||
$lang->metric->removedBy = "Removed By";
|
||||
$lang->metric->lastEdited = "Last Edited";
|
||||
$lang->metric->value = "Value";
|
||||
$lang->metric->name = "Name";
|
||||
$lang->metric->date = "Date";
|
||||
$lang->metric->metricData = "Metric Data";
|
||||
$lang->metric->system = "system";
|
||||
|
||||
$lang->metric->noDesc = "No description";
|
||||
$lang->metric->noFormula = "No formula";
|
||||
$lang->metric->noCalc = "Metric's PHP algorithm is not implemented yet";
|
||||
|
||||
$lang->metric->legendBasicInfo = 'Basic info';
|
||||
$lang->metric->legendCreateInfo = 'Create and edit info';
|
||||
|
||||
$lang->metric->confirmDelete = "Are you sure you want to delete?";
|
||||
|
||||
@@ -19,6 +36,12 @@ $lang->metric->stageList = array();
|
||||
$lang->metric->stageList['wait'] = "Unpublished";
|
||||
$lang->metric->stageList['released'] = "Published";
|
||||
|
||||
$lang->metric->dateList = array();
|
||||
$lang->metric->dateList['year'] = 'Year';
|
||||
$lang->metric->dateList['month'] = 'Month';
|
||||
$lang->metric->dateList['week'] = 'Week';
|
||||
$lang->metric->dateList['day'] = 'Day';
|
||||
|
||||
$lang->metric->purposeList = array();
|
||||
$lang->metric->purposeList['scale'] = "Scale Estimation";
|
||||
$lang->metric->purposeList['qc'] = "Quality Control";
|
||||
|
||||
@@ -19,7 +19,7 @@ $lang->metric->value = "数值";
|
||||
$lang->metric->name = "名称";
|
||||
$lang->metric->date = "日期";
|
||||
$lang->metric->metricData = "度量数据";
|
||||
$lang->metric->system = "System";
|
||||
$lang->metric->system = "system";
|
||||
|
||||
$lang->metric->noDesc = "暂无描述";
|
||||
$lang->metric->noFormula = "暂无计算规则";
|
||||
|
||||
Reference in New Issue
Block a user