* code for task #8496.

This commit is contained in:
z
2020-11-25 10:06:09 +08:00
parent 55fb0867cb
commit 2a77e1f29d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ $lang->custom->user->fields['statusList'] = 'Status';
$lang->custom->user->fields['contactField'] = 'Available Contact';
$lang->custom->user->fields['deleted'] = 'Show deleted user';
$lang->custom->system = array('flow', 'working', 'required', 'score');
$lang->custom->system = array('required', 'score');
$lang->custom->block->fields['closed'] = 'Closed Block';
+1 -1
View File
@@ -130,7 +130,7 @@ $lang->custom->user->fields['statusList'] = 'Status';
$lang->custom->user->fields['contactField'] = 'Available Contact';
$lang->custom->user->fields['deleted'] = 'Deleted User';
$lang->custom->system = array('flow', 'working', 'required', 'score', 'estimate');
$lang->custom->system = array('required', 'score');
$lang->custom->block->fields['closed'] = 'Closed Block';
+1 -1
View File
@@ -130,7 +130,7 @@ $lang->custom->user->fields['statusList'] = 'Statut';
$lang->custom->user->fields['contactField'] = 'Contact';
$lang->custom->user->fields['deleted'] = 'Parti';
$lang->custom->system = array('flow', 'working', 'required', 'score');
$lang->custom->system = array('required', 'score');
$lang->custom->block->fields['closed'] = 'Bloc Fermé';
+1 -1
View File
@@ -130,7 +130,7 @@ $lang->custom->user->fields['statusList'] = 'Tình trạng';
$lang->custom->user->fields['contactField'] = 'Liên hệ có sẵn';
$lang->custom->user->fields['deleted'] = 'Người dùng đã xóa';
$lang->custom->system = array('flow', 'working', 'required', 'score');
$lang->custom->system = array('required', 'score');
$lang->custom->block->fields['closed'] = 'Đã đóng Block';
+1 -1
View File
@@ -130,7 +130,7 @@ $lang->custom->user->fields['statusList'] = '状态';
$lang->custom->user->fields['contactField'] = '可用联系方式';
$lang->custom->user->fields['deleted'] = '列出已删除用户';
$lang->custom->system = array('required', 'score', 'estimate');
$lang->custom->system = array('required', 'score');
$lang->custom->block->fields['closed'] = '关闭的区块';