* Code for task #41775.

This commit is contained in:
孙广明
2021-08-25 15:54:15 +08:00
parent b11ac8d119
commit cf06d1f24f
10 changed files with 442 additions and 4 deletions
+3
View File
@@ -62,6 +62,9 @@ $lang->program->readjustTime = 'Change the program begin&end date.';
$lang->program->stakeholderTypeList['inside'] = 'Inside';
$lang->program->stakeholderTypeList['outside'] = 'Outside';
$lang->program->typeList['my'] = 'My Programs';
$lang->program->typeList['others'] = 'Others';
$lang->program->noProgram = 'No program.';
$lang->program->showClosed = 'Closed programs.';
$lang->program->tips = 'If a parent item set is selected, products under that parent item set can be associated. If no item set is selected, a product with the same name as the item is created by default and associated with that item.';