diff --git a/module/execution/lang/de.php b/module/execution/lang/de.php index 8e7837fbd6..4d0a8a8d43 100644 --- a/module/execution/lang/de.php +++ b/module/execution/lang/de.php @@ -376,6 +376,11 @@ $lang->execution->kanbanHideCols = 'Geschlossene und abgebrochene Spalten in K $lang->execution->kanbanShowOption = 'Aufklappen'; $lang->execution->kanbanColsColor = 'Spaltenfarben'; +$lang->execution->kanbanViewList['all'] = 'All'; +$lang->execution->kanbanViewList['story'] = "{$lang->SRCommon}"; +$lang->execution->kanbanViewList['bug'] = 'Bug'; +$lang->execution->kanbanViewList['task'] = 'Task'; + $lang->kanbanSetting = new stdclass(); $lang->kanbanSetting->noticeReset = 'Möchten Sie die Einstellungen des Kanbans zurücksetzen?'; $lang->kanbanSetting->optionList['0'] = 'Verstecken'; diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index 916ae5454e..64c45f7bbe 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -385,6 +385,11 @@ $lang->execution->kanbanHideCols = 'Closed & Cancelled Columns'; $lang->execution->kanbanShowOption = 'Unfold'; $lang->execution->kanbanColsColor = 'Customize Column Color'; +$lang->execution->kanbanViewList['all'] = 'All'; +$lang->execution->kanbanViewList['story'] = "{$lang->SRCommon}"; +$lang->execution->kanbanViewList['bug'] = 'Bug'; +$lang->execution->kanbanViewList['task'] = 'Task'; + $lang->kanbanSetting = new stdclass(); $lang->kanbanSetting->noticeReset = 'Do you want to reset Kanban?'; $lang->kanbanSetting->optionList['0'] = 'Hide'; diff --git a/module/execution/lang/fr.php b/module/execution/lang/fr.php index bb698b546b..5d769daf4f 100644 --- a/module/execution/lang/fr.php +++ b/module/execution/lang/fr.php @@ -376,6 +376,11 @@ $lang->execution->kanbanHideCols = 'Colonnes masquées'; $lang->execution->kanbanShowOption = 'Déplier'; $lang->execution->kanbanColsColor = 'Personnalisation Couleurs'; +$lang->execution->kanbanViewList['all'] = 'All'; +$lang->execution->kanbanViewList['story'] = "{$lang->SRCommon}"; +$lang->execution->kanbanViewList['bug'] = 'Bug'; +$lang->execution->kanbanViewList['task'] = 'Task'; + $lang->kanbanSetting = new stdclass(); $lang->kanbanSetting->noticeReset = 'Voulez-vous réinitialiser le tableau Kanban ?'; $lang->kanbanSetting->optionList['0'] = 'Masquer'; diff --git a/module/execution/lang/vi.php b/module/execution/lang/vi.php index c6bfcd7051..865839cfd3 100644 --- a/module/execution/lang/vi.php +++ b/module/execution/lang/vi.php @@ -377,6 +377,11 @@ $lang->execution->kanbanHideCols = 'Cột Đã đóng & đã hủy'; $lang->execution->kanbanShowOption = 'Mở ra'; $lang->execution->kanbanColsColor = 'Tùy biến màu cột'; +$lang->execution->kanbanViewList['all'] = 'All'; +$lang->execution->kanbanViewList['story'] = "{$lang->SRCommon}"; +$lang->execution->kanbanViewList['bug'] = 'Bug'; +$lang->execution->kanbanViewList['task'] = 'Task'; + $lang->kanbanSetting = new stdclass(); $lang->kanbanSetting->noticeReset = 'Bạn có muốn thiết lập lại Kanban?'; $lang->kanbanSetting->optionList['0'] = 'Ẩn';