diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index f226d027c..f5e5b609b 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/ca_ES/translations.php b/app/Locale/ca_ES/translations.php index 60a9278de..ee0072639 100644 --- a/app/Locale/ca_ES/translations.php +++ b/app/Locale/ca_ES/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php index a7fa4082a..add83f8eb 100644 --- a/app/Locale/cs_CZ/translations.php +++ b/app/Locale/cs_CZ/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 5a5d6232f..5f637fc8d 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1398,4 +1398,6 @@ return array( 'Reorder this column by assignee and priority (DESC)' => 'Sortere denne kolonne efter ansvarlig og prioritet (DESC)', 'Reorder this column by assignee (A-Z)' => 'Sortere denne kolonne efter ansvarlig (A-Z)', 'Reorder this column by assignee (Z-A)' => 'Sortere denne kolonne efter ansvarlig (Z-A)', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index d716cfc97..10748a233 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php index 73d0a74e4..6d2e11d9f 100644 --- a/app/Locale/el_GR/translations.php +++ b/app/Locale/el_GR/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 275960ec0..90ce04662 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index aa675269a..651baeeb7 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 1df707c89..caa609920 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1398,4 +1398,6 @@ return array( 'Reorder this column by assignee and priority (DESC)' => 'Réorganiser cette colonne par assigné et par priorité (DESC)', 'Reorder this column by assignee (A-Z)' => 'Réorganiser cette colonne par assigné (A-Z)', 'Reorder this column by assignee (Z-A)' => 'Réorganiser cette colonne par assigné (Z-A)', + '%s moved the task #%d "%s" to the project "%s"' => '%s a déplacé la tâche #%d « %s » vers le projet « %s »', + 'Task #%d "%s" has been moved to the project "%s"' => 'La tâche #%d « %s » a été déplacée vers le projet « %s »', ); diff --git a/app/Locale/hr_HR/translations.php b/app/Locale/hr_HR/translations.php index f6cf08c46..4da62a460 100644 --- a/app/Locale/hr_HR/translations.php +++ b/app/Locale/hr_HR/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index bd0b3b8ac..66b233e58 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -1398,4 +1398,6 @@ return array( 'Reorder this column by assignee and priority (DESC)' => 'Oszlop átrendezése felelős és prioritás szerint (csökkenő)', 'Reorder this column by assignee (A-Z)' => 'Oszlop átrendezése felelős szerint (A-Z)', 'Reorder this column by assignee (Z-A)' => 'Oszlop átrendezése felelős szerint (Z-A)', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php index fd1ce47a9..dbe8c52da 100644 --- a/app/Locale/id_ID/translations.php +++ b/app/Locale/id_ID/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index 15d055a76..fcc447448 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -1398,4 +1398,6 @@ return array( 'Reorder this column by assignee and priority (DESC)' => 'Ordina questa colonna per assegnatario e per priorità (DESC)', 'Reorder this column by assignee (A-Z)' => 'Ordina questa colonna per assegnatario (ASC)', 'Reorder this column by assignee (Z-A)' => 'Ordina questa colonna per assegnatario (DESC)', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 4ab290f70..340bc70cd 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1398,4 +1398,6 @@ return array( 'Reorder this column by assignee and priority (DESC)' => '担当者と優先度で並び替える(降順)', 'Reorder this column by assignee (A-Z)' => '担当者で並び替える(A-Z)', 'Reorder this column by assignee (Z-A)' => '担当者で並び替える(Z-A)', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index a57f6c2ff..aec16bc6e 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index 2b6b56692..e50103405 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php index 9bda0ae1b..db58506ac 100644 --- a/app/Locale/nb_NO/translations.php +++ b/app/Locale/nb_NO/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index d32e6d907..a20520ac3 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index 4b5581fa2..ace55d0a4 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index f2ecd64bb..340e5b3c0 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1398,4 +1398,6 @@ return array( 'Reorder this column by assignee and priority (DESC)' => 'Reordenar esta coluna por designado e prioridade (decrescente)', 'Reorder this column by assignee (A-Z)' => 'Reordenar esta coluna por designado (A-Z)', 'Reorder this column by assignee (Z-A)' => 'Reordenar esta coluna por designado (Z-A)', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index edbfec697..d9cc609b6 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/ro_RO/translations.php b/app/Locale/ro_RO/translations.php index e3d39a777..de4c81635 100644 --- a/app/Locale/ro_RO/translations.php +++ b/app/Locale/ro_RO/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 4dfc401ed..425dcb4b6 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/sk_SK/translations.php b/app/Locale/sk_SK/translations.php index c0ed2954c..2f67dc19d 100644 --- a/app/Locale/sk_SK/translations.php +++ b/app/Locale/sk_SK/translations.php @@ -1398,4 +1398,6 @@ return array( 'Reorder this column by assignee and priority (DESC)' => 'Zoradiť stĺpec podľa pridelenia a priority (ZOST)', 'Reorder this column by assignee (A-Z)' => 'Zoradiť stĺpec podľa pridelenia (A-Z)', 'Reorder this column by assignee (Z-A)' => 'Zoradiť stĺpec podľa pridelenia (Z-A)', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index 9dba713f0..9d4e1f9b0 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index ccd72005c..87ea67942 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index 3ee974939..b1fd1c2b0 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index ad79c8aab..a899c2e89 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/uk_UA/translations.php b/app/Locale/uk_UA/translations.php index e56dc6592..c3af36c3b 100644 --- a/app/Locale/uk_UA/translations.php +++ b/app/Locale/uk_UA/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/vi_VN/translations.php b/app/Locale/vi_VN/translations.php index fa22254de..27b30074c 100644 --- a/app/Locale/vi_VN/translations.php +++ b/app/Locale/vi_VN/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index feb7495c2..e8133ab6e 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Locale/zh_TW/translations.php b/app/Locale/zh_TW/translations.php index 631aa0263..220066e8a 100644 --- a/app/Locale/zh_TW/translations.php +++ b/app/Locale/zh_TW/translations.php @@ -1398,4 +1398,6 @@ return array( // 'Reorder this column by assignee and priority (DESC)' => '', // 'Reorder this column by assignee (A-Z)' => '', // 'Reorder this column by assignee (Z-A)' => '', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); diff --git a/app/Template/event/task_move_project.php b/app/Template/event/task_move_project.php new file mode 100644 index 000000000..d0a913b43 --- /dev/null +++ b/app/Template/event/task_move_project.php @@ -0,0 +1,12 @@ +
+ = e('%s moved the task #%d "%s" to the project "%s"', + $this->text->e($author), + $task['id'], + $this->text->e($task['title']), + $this->text->e($task['project_name']) + ) ?> + = $this->dt->datetime($date_creation) ?> +
+= $this->text->e($task['title']) ?>
+