diff --git a/app/Controller/TaskMovePositionController.php b/app/Controller/TaskMovePositionController.php index a655ca0ad..cb4afd04e 100644 --- a/app/Controller/TaskMovePositionController.php +++ b/app/Controller/TaskMovePositionController.php @@ -36,7 +36,7 @@ class TaskMovePositionController extends BaseController $values = $this->request->getJson(); if (! $this->helper->projectRole->canMoveTask($task['project_id'], $task['column_id'], $values['column_id'])) { - throw new AccessForbiddenException(e("You don't have the permission to move this task")); + throw new AccessForbiddenException(e('You are not allowed to move this task.')); } $result = $this->taskPositionModel->movePosition( diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index f4f457a11..cb9ad9d56 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php index 8dd5fb20c..8541f303b 100644 --- a/app/Locale/cs_CZ/translations.php +++ b/app/Locale/cs_CZ/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index fa756b7f9..78a6d35e7 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index fb6967c40..bef3df2c5 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php index 44f5e0df0..ad17b4eda 100644 --- a/app/Locale/el_GR/translations.php +++ b/app/Locale/el_GR/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index cdd6c2789..b3a68751a 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index 4f74cbf8f..733625b61 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 89f461811..f525fff42 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1278,4 +1278,5 @@ return array( 'This field is required' => 'Ce champ est requis', 'Moving a task is not permitted' => 'Déplaçer une tâche n\'est pas autorisé', 'This value must be in the range %d to %d' => 'Cette valeur doit être définie entre %d et %d', + 'You are not allowed to move this task.' => 'Vous n\'êtes pas autorisé à déplacer cette tâche.', ); diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index 7123d4615..b5a234285 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php index ce52d3283..e711a5126 100644 --- a/app/Locale/id_ID/translations.php +++ b/app/Locale/id_ID/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index e4f51b3ad..1c671d473 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 20d2a145f..b9feed07e 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index 5e9110ea7..5339111b7 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index e3c852ace..048d8b4b4 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php index ff819787d..0d2a340df 100644 --- a/app/Locale/nb_NO/translations.php +++ b/app/Locale/nb_NO/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index 22c76713b..e1745c140 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index be39d0956..164abe0c4 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index eebfe9f48..637de30e5 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1277,4 +1277,5 @@ return array( 'This field is required' => 'Este campo é obrigatório', 'Moving a task is not permitted' => 'Mover uma tarefa não é permitido', 'This value must be in the range %d to %d' => 'Este valor precisa estar no intervalo %d até %d', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 073a68c5e..94e1b7315 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1277,4 +1277,5 @@ return array( 'This field is required' => 'Este campo é obrigatório', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 2e486e405..1e5c02c2b 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1277,4 +1277,5 @@ return array( 'This field is required' => 'Заполните это поле', 'Moving a task is not permitted' => 'Перемещение задачи не разрешено', 'This value must be in the range %d to %d' => 'Значение должно находиться в диапазоне от %d до %d', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index 6b5bd7845..2f061260e 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index d82756169..f32728e71 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index 3cf7e3e57..4025714a6 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index de88c1d60..30d3c0f8d 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 6dccd6cc9..d0e7cab01 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1277,4 +1277,5 @@ return array( // 'This field is required' => '', // 'Moving a task is not permitted' => '', // 'This value must be in the range %d to %d' => '', + // 'You are not allowed to move this task.' => '', ); diff --git a/app/Template/task_move_position/show.php b/app/Template/task_move_position/show.php index 5fadff099..c1a024843 100644 --- a/app/Template/task_move_position/show.php +++ b/app/Template/task_move_position/show.php @@ -28,6 +28,10 @@ +