* Rename program to prj.

This commit is contained in:
Yagami
2020-09-22 11:31:56 +08:00
parent cec65da271
commit 92ee6ca3b2
11 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -681,7 +681,7 @@ class program extends control
$program->PM = zget($users, $program->PM);
$program->status = $this->processStatus('project', $program);
$program->template = zget($programLang->templateList, $program->template);
$program->category = zget($programLang->categoryList, $program->category);
$program->product = zget($programLang->categoryList, $program->product);
$program->budget = $program->budget . zget($programLang->unitList, $program->budgetUnit);
if($this->post->exportType == 'selected')
+2 -2
View File
@@ -74,8 +74,8 @@ $lang->program->unitList['dollar'] = 'Dollars';
$lang->program->templateList['scrum'] = "Scrum";
$lang->program->templateList['waterfall'] = "CMMI";
$lang->program->categoryList['single'] = "Single product";
$lang->program->categoryList['multiple'] = "Multiple products";
$lang->program->productList['single'] = "Single product";
$lang->program->productList['multiple'] = "Multiple products";
$lang->program->featureBar['all'] = 'All';
$lang->program->featureBar['doing'] = 'Going';