diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index 4094b8c5b..d9df045d9 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/ca_ES/translations.php b/app/Locale/ca_ES/translations.php index d2b5b7531..03013da76 100644 --- a/app/Locale/ca_ES/translations.php +++ b/app/Locale/ca_ES/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php index bc5e1a506..76981a13c 100644 --- a/app/Locale/cs_CZ/translations.php +++ b/app/Locale/cs_CZ/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 7f4c1f0ac..840eb2d56 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index b0ba4ac90..15a1386dd 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1377,4 +1377,7 @@ return array( 'The link with the relation "%s" to the task %s has been removed' => 'Die Verknüpfung mit der Relation "%s" zur Aufgabe %s wurde entfernt', 'Custom Filter:' => 'Benutzerdefinierter Filter:', 'Unable to find this group.' => 'Diese Gruppe konnte nicht gefunden werden', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php index f76e6bed1..78e05a059 100644 --- a/app/Locale/el_GR/translations.php +++ b/app/Locale/el_GR/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index debb40d77..0ef4ce886 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index ab364a41e..de7d00ea7 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index f0b2e9f68..fec677cc0 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1377,4 +1377,7 @@ return array( 'The link with the relation "%s" to the task %s has been removed' => 'Le lien avec la relation « %s » de la tâche %s a été supprimé', 'Custom Filter:' => 'Filtre personalisé :', 'Unable to find this group.' => 'Impossible de trouver ce groupe.', + '%s moved the task #%d to the column "%s"' => '%s a déplacé la tâche #%d vers la colonne « %s »', + '%s moved the task #%d to the position %d in the column "%s"' => '%s a déplacé la tâche #%d à la position %d dans la colonne « %s »', + '%s moved the task #%d to the swimlane "%s"' => '%s a déplacé la tâche #%d vers la swimlane « %s »', ); diff --git a/app/Locale/hr_HR/translations.php b/app/Locale/hr_HR/translations.php index 0b6722bd1..4ce4838f7 100644 --- a/app/Locale/hr_HR/translations.php +++ b/app/Locale/hr_HR/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index b4a180193..dfcbc1058 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php index f309f8102..727aab1a4 100644 --- a/app/Locale/id_ID/translations.php +++ b/app/Locale/id_ID/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index 8866644a6..1bef1281d 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 441354fdd..eaece2090 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index 5b047ab00..6d81ee457 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index 693623370..f37c75b54 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php index 1bc62969d..68e0e4504 100644 --- a/app/Locale/nb_NO/translations.php +++ b/app/Locale/nb_NO/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index 27017f66d..bf031ce67 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index 5eb64e8b2..0fbe1813b 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 9158ee105..e053c9b9b 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1377,4 +1377,7 @@ return array( 'The link with the relation "%s" to the task %s has been removed' => 'O vínculo com a relação "%s" para a tarefa %s foi removido', 'Custom Filter:' => 'Filtro personalizado:', 'Unable to find this group.' => 'Incapaz de encontrar este grupo.', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index f5eebeeaa..edb6f4211 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1377,4 +1377,7 @@ return array( 'The link with the relation "%s" to the task %s has been removed' => 'A ligação com a relação "%s" à tarefa %s foi removida', 'Custom Filter:' => 'Filtro Personalizado:', 'Unable to find this group.' => 'Não foi possivel encontrar este grupo.', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/ro_RO/translations.php b/app/Locale/ro_RO/translations.php index d408ea2d8..ed720c78c 100644 --- a/app/Locale/ro_RO/translations.php +++ b/app/Locale/ro_RO/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 5cb7fe579..28ab82a0f 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1377,4 +1377,7 @@ return array( 'The link with the relation "%s" to the task %s has been removed' => 'Удалена связь с отношением "%s" к задаче %s', 'Custom Filter:' => 'Настраиваемый фильтр:', 'Unable to find this group.' => 'Невозможно найти эту группу.', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index 87ba32d59..436a6c36c 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index c1ee67d22..52c499e3f 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index 99eaef225..fb74aa076 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index 8da31a9e6..8ef1037a5 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/vi_VN/translations.php b/app/Locale/vi_VN/translations.php index ffa9a4942..6ec31b876 100644 --- a/app/Locale/vi_VN/translations.php +++ b/app/Locale/vi_VN/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index aa9d21425..dac6d0b3e 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1377,4 +1377,7 @@ return array( 'The link with the relation "%s" to the task %s has been removed' => '该任务与任务:%s 已解除"%s"关联', 'Custom Filter:' => '自定义过滤器:', 'Unable to find this group.' => '无法找到该用户组。', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); diff --git a/app/Locale/zh_TW/translations.php b/app/Locale/zh_TW/translations.php index e1d1a4a9d..6bee6509b 100644 --- a/app/Locale/zh_TW/translations.php +++ b/app/Locale/zh_TW/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', );