diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index d260d0e377..b922c5db71 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -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'; diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index a28d447810..13aa36cd3a 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -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'; diff --git a/module/custom/lang/fr.php b/module/custom/lang/fr.php index c42e9ad4f9..a90d80f9e3 100644 --- a/module/custom/lang/fr.php +++ b/module/custom/lang/fr.php @@ -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é'; diff --git a/module/custom/lang/vi.php b/module/custom/lang/vi.php index 396f44ad99..dd2d8ea38e 100644 --- a/module/custom/lang/vi.php +++ b/module/custom/lang/vi.php @@ -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'; diff --git a/module/custom/lang/zh-cn.php b/module/custom/lang/zh-cn.php index 67ef1d38c0..db2be077c1 100644 --- a/module/custom/lang/zh-cn.php +++ b/module/custom/lang/zh-cn.php @@ -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'] = '关闭的区块';