diff --git a/app/Action/TaskMoveColumnOnDueDate.php b/app/Action/TaskMoveColumnOnDueDate.php index a1c099c91..5f736e870 100644 --- a/app/Action/TaskMoveColumnOnDueDate.php +++ b/app/Action/TaskMoveColumnOnDueDate.php @@ -8,7 +8,6 @@ use Kanboard\Model\TaskModel; * Move the task from one to another column when due date is LESS than a certain number of days * * @package Kanboard\Action - * @author Frederic Guillot */ class TaskMoveColumnOnDueDate extends Base { @@ -20,7 +19,7 @@ class TaskMoveColumnOnDueDate extends Base */ public function getDescription() { - return t('Move the task from one to another column when due date is LESS than a certain number of days'); + return t('Move the task to another column when the due date is less than a certain number of days'); } /** diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index f5e5b609b..00d6dcedc 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/ca_ES/translations.php b/app/Locale/ca_ES/translations.php index ee0072639..3465eb9a7 100644 --- a/app/Locale/ca_ES/translations.php +++ b/app/Locale/ca_ES/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php index add83f8eb..094172279 100644 --- a/app/Locale/cs_CZ/translations.php +++ b/app/Locale/cs_CZ/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index e6e41b395..e6600ca04 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1400,4 +1400,7 @@ return array( 'Reorder this column by assignee (Z-A)' => 'Sortere denne kolonne efter ansvarlig (Z-A)', '%s moved the task #%d "%s" to the project "%s"' => '%s flyttede opgave #%d "%s" til projekt "%s"', 'Task #%d "%s" has been moved to the project "%s"' => 'Opgave #%d "%s" er flyttet til projekt "%s"', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 10748a233..bf18e22cf 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php index 6d2e11d9f..fb159353f 100644 --- a/app/Locale/el_GR/translations.php +++ b/app/Locale/el_GR/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 90ce04662..c4ab1d4f0 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index 651baeeb7..e3aaa9f5a 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index caa609920..496ffcede 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1400,4 +1400,7 @@ return array( '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 »', + 'Move the task to another column when the due date is less than a certain number of days' => 'Déplaçer la tâche dans une autre colonne lorsque la date d\'échéance est inférieure à un certain nombre de jour', + 'HTTP Client:' => 'Client HTTP :', + 'XBT - bitcoin' => 'XBT - Bitcoin', ); diff --git a/app/Locale/hr_HR/translations.php b/app/Locale/hr_HR/translations.php index 4da62a460..e065f2599 100644 --- a/app/Locale/hr_HR/translations.php +++ b/app/Locale/hr_HR/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index 66b233e58..145f52724 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -1400,4 +1400,7 @@ return array( '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php index dbe8c52da..1956afc45 100644 --- a/app/Locale/id_ID/translations.php +++ b/app/Locale/id_ID/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index fcc447448..9aff5eb61 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -1400,4 +1400,7 @@ return array( '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 340bc70cd..c8e0f848b 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1400,4 +1400,7 @@ return array( '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index aec16bc6e..81c92af52 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index e50103405..cb15be20a 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php index db58506ac..af2503ced 100644 --- a/app/Locale/nb_NO/translations.php +++ b/app/Locale/nb_NO/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index a20520ac3..c68c1206b 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index ace55d0a4..968769cad 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 4423007da..506a03eeb 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1400,4 +1400,7 @@ return array( 'Reorder this column by assignee (Z-A)' => 'Reordenar esta coluna por designado (Z-A)', '%s moved the task #%d "%s" to the project "%s"' => '%s moveu a tarefa #%d "%s" para o projeto "%s"', 'Task #%d "%s" has been moved to the project "%s"' => 'Tarefa #%d "%s" foi movida para o projeto "%s"', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index d9cc609b6..afc5693e8 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/ro_RO/translations.php b/app/Locale/ro_RO/translations.php index de4c81635..3aecadbb4 100644 --- a/app/Locale/ro_RO/translations.php +++ b/app/Locale/ro_RO/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 425dcb4b6..3d317bf66 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/sk_SK/translations.php b/app/Locale/sk_SK/translations.php index 2f67dc19d..479bd35f8 100644 --- a/app/Locale/sk_SK/translations.php +++ b/app/Locale/sk_SK/translations.php @@ -1400,4 +1400,7 @@ return array( '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index 9d4e1f9b0..9ce006c57 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index 87ea67942..3cc100dee 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index b1fd1c2b0..b0bebbdd1 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index a899c2e89..a5aee73d4 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/uk_UA/translations.php b/app/Locale/uk_UA/translations.php index c3af36c3b..0ac42ab98 100644 --- a/app/Locale/uk_UA/translations.php +++ b/app/Locale/uk_UA/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/vi_VN/translations.php b/app/Locale/vi_VN/translations.php index 27b30074c..7d1f33598 100644 --- a/app/Locale/vi_VN/translations.php +++ b/app/Locale/vi_VN/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 3db92f58f..13a1687a8 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1400,4 +1400,7 @@ return array( 'Reorder this column by assignee (Z-A)' => '按指派倒序重排(Z-A)', '%s moved the task #%d "%s" to the project "%s"' => '%s 已将任务 #%d "%s" 移动到项目"%s" ', 'Task #%d "%s" has been moved to the project "%s"' => '任务 #%d "%s" 已被移动到项目 "%s"', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', ); diff --git a/app/Locale/zh_TW/translations.php b/app/Locale/zh_TW/translations.php index 220066e8a..57e0333f6 100644 --- a/app/Locale/zh_TW/translations.php +++ b/app/Locale/zh_TW/translations.php @@ -1400,4 +1400,7 @@ return array( // '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"' => '', + // 'Move the task to another column when due date is less than a certain number of days' => '', + // 'HTTP Client:' => '', + // 'XBT - bitcoin' => '', );