diff --git a/Makefile b/Makefile index bc75b2808..8730786b8 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,7 @@ DOCKER_IMAGE := docker.io/kanboard/kanboard DOCKER_TAG := master VERSION := $(shell git rev-parse --short HEAD) -.PHONY: archive test-sqlite test-mysql test-postgres test-browser \ - integration-test-mysql integration-test-postgres integration-test-sqlite sql \ +.PHONY: archive test-sqlite test-mysql test-postgres sql \ docker-image docker-manifest docker-run docker-sh archive: diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index 34f4e4c78..be74ce665 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/ca_ES/translations.php b/app/Locale/ca_ES/translations.php index a869826e0..801b7eb5d 100644 --- a/app/Locale/ca_ES/translations.php +++ b/app/Locale/ca_ES/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php index 5b798141b..336f8740d 100644 --- a/app/Locale/cs_CZ/translations.php +++ b/app/Locale/cs_CZ/translations.php @@ -859,7 +859,7 @@ return array( 'Role' => 'Role', 'Enter user name...' => 'Zadejte uživatelské jméno...', 'Allowed Groups' => 'Povolené skupiny', - 'No group has been allowed specifically.' => 'Žádná skupina nebyla výslovně povolena.', + // 'No group has been allowed.' => '', 'Group' => 'Skupina', 'Group Name' => 'Jméno skupiny', 'Enter group name...' => 'Zadejte název skupiny ...', @@ -1391,7 +1391,7 @@ return array( '%s removed a file from the task %s' => '%s odstranil soubor z úkolu %s', 'Move the task to another swimlane when assigned to a user' => 'Když je úkol přiřazen uživateli, přesunout úkol na jinou dráhu', 'Destination swimlane' => 'Cílová dráha', - 'Assign a category when the task is moved to a specific swimlane' => 'Při přesunu úkolu na konkrétní dráhu přiřaďte kategorii', + 'Assign a category when the task is moved to a specific swimlane' => 'Při přesunu úkolu na konkrétní dráhu přiřaďte kategorii', 'Move the task to another swimlane when the category is changed' => 'Při změně kategorie přesunout úkol na jinou dráhu', 'Reorder this column by priority (ASC)' => 'Změnit pořadí tohoto sloupce podle priority (vzestupně)', 'Reorder this column by priority (DESC)' => 'Změnit pořadí tohoto sloupce podle priority (sestupně)', @@ -1420,4 +1420,5 @@ return array( '%s is a member of the following group(s): %s' => '%s je členem následující skupiny (skupin): %s', '%d/%d group(s) shown' => 'zobrazeno(a) %d/%d skupin(a)', 'Subtask creation or modification' => 'Vytvoření nebo úprava dílčího úkolu', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index a7aa5b96b..0131bfecd 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1420,4 +1420,5 @@ return array( '%s is a member of the following group(s): %s' => '%s er medlem af følgende gruppe(r): %s', '%d/%d group(s) shown' => '%d/%d gruppe(r) vist', 'Subtask creation or modification' => 'Underopgave oprettelse eller ændring', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 747ccbb9e..112d79b21 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1420,4 +1420,5 @@ return array( '%s is a member of the following group(s): %s' => '%s ist Mitglied in der/den folgenden Gruppe(n): %s', '%d/%d group(s) shown' => '%d/%d Gruppe(n) angezeigt', 'Subtask creation or modification' => 'Teilaufgabe erstellen oder ändern', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php index a252b52e7..908a26452 100644 --- a/app/Locale/el_GR/translations.php +++ b/app/Locale/el_GR/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 9e1c1a721..19a69b755 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/es_VE/translations.php b/app/Locale/es_VE/translations.php index a713e3be3..e8e3bbce4 100644 --- a/app/Locale/es_VE/translations.php +++ b/app/Locale/es_VE/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/fa_IR/translations.php b/app/Locale/fa_IR/translations.php index 58d3e9f5e..0c53aadec 100644 --- a/app/Locale/fa_IR/translations.php +++ b/app/Locale/fa_IR/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index 602fddf55..b59054a40 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 30864c4f5..bb79591b8 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1419,5 +1419,6 @@ return array( 'Group membership(s):' => 'Membre des groupes :', '%s is a member of the following group(s): %s' => '%s est membre des groupes suivants: %s', '%d/%d group(s) shown' => '%d/%d groupe(s) affiché(s)', - // 'Subtask creation or modification' => '', + 'Subtask creation or modification' => 'Création ou modification d\'une sous-tâche', + 'Assign the task to a specific user when the task is moved to a specific swimlane' => 'Assigner la tâche à un utilisateur lorsque la tâche est déplacée dans une swimelane spécifique', ); diff --git a/app/Locale/hr_HR/translations.php b/app/Locale/hr_HR/translations.php index 35fc751f6..69eb6e82a 100644 --- a/app/Locale/hr_HR/translations.php +++ b/app/Locale/hr_HR/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index e0dba09e8..70788eed6 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php index b62b21c14..1d9472943 100644 --- a/app/Locale/id_ID/translations.php +++ b/app/Locale/id_ID/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index c8039d6c6..fd16a6ff5 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 554836f1e..f640add4f 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1420,4 +1420,5 @@ return array( '%s is a member of the following group(s): %s' => 'メンバー %s は以下のグループに所属しています: %s', '%d/%d group(s) shown' => 'グループ %d/%d を表示', 'Subtask creation or modification' => 'サブタスクが作成or更新されました', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index 912402988..ba23f5f8e 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index 1788fc1be..b23f09b66 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php index f1f456fd8..96365a2ae 100644 --- a/app/Locale/nb_NO/translations.php +++ b/app/Locale/nb_NO/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index 24f761d44..b9ee16cae 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', '%d/%d group(s) shown' => '%d/%d groep(en) getoond', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index 95d86c444..6caedb397 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 4b669c2f1..0cf247e1d 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 838a27446..0ff68b7b9 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/ro_RO/translations.php b/app/Locale/ro_RO/translations.php index a9e61cd2e..f90de1468 100644 --- a/app/Locale/ro_RO/translations.php +++ b/app/Locale/ro_RO/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index e3ad4d520..b75b2da53 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1419,7 +1419,6 @@ return array( 'Group membership(s):' => 'Состоит в группах:', '%s is a member of the following group(s): %s' => '%s является членом следующих групп: %s', '%d/%d group(s) shown' => '%d/%d групп показано', - 'Enable global tags for this project' => 'Разрешить глобальные метки в этом проекте', - 'Group membership(s):' => 'Состоит в группах:', 'Subtask creation or modification' => 'Создание или изменение подзадач', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/sk_SK/translations.php b/app/Locale/sk_SK/translations.php index 20fa18302..6792b3208 100644 --- a/app/Locale/sk_SK/translations.php +++ b/app/Locale/sk_SK/translations.php @@ -1420,4 +1420,5 @@ return array( '%s is a member of the following group(s): %s' => '%s je členom tejto skupiny(n): %s', '%d/%d group(s) shown' => 'zobrazených %d/%d skupíny(ín)', 'Subtask creation or modification' => 'Vytvorenie alebo úprava podúlohy', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index 015440200..f3d0a890d 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index 45d32579c..94b96ad19 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index eec7a292b..ec7549bd6 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index 2b9ab9b7a..2f2ddce20 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -1420,4 +1420,5 @@ return array( '%s is a member of the following group(s): %s' => '"%s" şu grupların üyesidir:"%s"', '%d/%d group(s) shown' => '%d/%dgrupları göster', 'Subtask creation or modification' => 'Alt görev oluşturma veya değiştirme', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/uk_UA/translations.php b/app/Locale/uk_UA/translations.php index ab4022905..9c52ee488 100644 --- a/app/Locale/uk_UA/translations.php +++ b/app/Locale/uk_UA/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/vi_VN/translations.php b/app/Locale/vi_VN/translations.php index d2e418417..cd849660b 100644 --- a/app/Locale/vi_VN/translations.php +++ b/app/Locale/vi_VN/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 58d5e86d9..f79943914 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', ); diff --git a/app/Locale/zh_TW/translations.php b/app/Locale/zh_TW/translations.php index 915f929c5..97084b80c 100644 --- a/app/Locale/zh_TW/translations.php +++ b/app/Locale/zh_TW/translations.php @@ -1420,4 +1420,5 @@ return array( // '%s is a member of the following group(s): %s' => '', // '%d/%d group(s) shown' => '', // 'Subtask creation or modification' => '', + // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', );