This commit is contained in:
liumengyi
2023-02-06 09:37:00 +08:00
parent 7184aec50c
commit b9d784a037
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
$lang->execution->allExecutions = 'All ' . $lang->execution->common . 's';
$lang->execution->allExecutionAB = 'Execution List';
$lang->execution->id = $lang->executionCommon . ' ID';
$lang->execution->type = $lang->executionCommon . 'Type';
$lang->execution->type = $lang->executionCommon . ' Type';
$lang->execution->name = "{$lang->executionCommon} Name";
$lang->execution->code = "{$lang->executionCommon} Code";
$lang->execution->projectName = 'Project';
@@ -64,7 +64,7 @@ $lang->execution->workHour = ' Hours';
$lang->execution->workHourUnit = 'H';
$lang->execution->totalHours = ' Hours';
$lang->execution->totalDays = ' Days';
$lang->execution->status = $lang->executionCommon . 'Status';
$lang->execution->status = $lang->executionCommon . ' Status';
$lang->execution->execStatus = 'Status';
$lang->execution->subStatus = 'Sub Status';
$lang->execution->desc = "{$lang->executionCommon} Description";
+4 -4
View File
@@ -13,9 +13,9 @@
$lang->execution->allExecutions = 'Tous les ' . $lang->execution->common . 's';
$lang->execution->allExecutionAB = 'Execution List';
$lang->execution->id = $lang->executionCommon . ' ID';
$lang->execution->type = $lang->executionCommon . 'Type';
$lang->execution->name = $lang->executionCommon . 'Name';
$lang->execution->code = $lang->executionCommon . 'Code';
$lang->execution->type = $lang->executionCommon . ' Type';
$lang->execution->name = $lang->executionCommon . ' Name';
$lang->execution->code = $lang->executionCommon . ' Code';
$lang->execution->projectName = 'Project';
$lang->execution->project = 'Project';
$lang->execution->execId = "{$lang->execution->common} ID";
@@ -64,7 +64,7 @@ $lang->execution->workHour = ' Heures';
$lang->execution->workHourUnit = 'H';
$lang->execution->totalHours = 'Budget (Heure)';
$lang->execution->totalDays = 'Budget (Jour)';
$lang->execution->status = $lang->executionCommon . 'Status';
$lang->execution->status = $lang->executionCommon . ' Status';
$lang->execution->execStatus = 'Status';
$lang->execution->subStatus = 'Sub Status';
$lang->execution->desc = $lang->executionCommon . 'Description';