diff options
33 files changed, 76 insertions, 0 deletions
diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index f226d027..f5e5b609 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 60a9278d..ee007263 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 a7fa4082..add83f8e 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 5a5d6232..5f637fc8 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 d716cfc9..10748a23 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 73d0a74e..6d2e11d9 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 275960ec..90ce0466 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 aa675269..651baeeb 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 1df707c8..caa60992 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 f6cf08c4..4da62a46 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 bd0b3b8a..66b233e5 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 fd1ce47a..dbe8c52d 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 15d055a7..fcc44744 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 4ab290f7..340bc70c 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 a57f6c2f..aec16bc6 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 2b6b5669..e5010340 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 9bda0ae1..db58506a 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 d32e6d90..a20520ac 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 4b5581fa..ace55d0a 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 f2ecd64b..340e5b3c 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 edbfec69..d9cc609b 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 e3d39a77..de4c8163 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 4dfc401e..425dcb4b 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 c0ed2954..2f67dc19 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 9dba713f..9d4e1f9b 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 ccd72005..87ea6794 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 3ee97493..b1fd1c2b 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 ad79c8aa..a899c2e8 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 e56dc659..c3af36c3 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 fa22254d..27b30074 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 feb7495c..e8133ab6 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 631aa026..220066e8 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 00000000..d0a913b4 --- /dev/null +++ b/app/Template/event/task_move_project.php @@ -0,0 +1,12 @@ +<p class="activity-title"> + <?= 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']) + ) ?> + <small class="activity-date"><?= $this->dt->datetime($date_creation) ?></small> +</p> +<div class="activity-description"> + <p class="activity-task-title"><?= $this->text->e($task['title']) ?></p> +</div> |