summaryrefslogtreecommitdiff
path: root/app/Locale
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-08-22 17:39:37 -0400
committerFrederic Guillot <fred@kanboard.net>2015-08-22 17:39:37 -0400
commitcd9bc86fbeea01fa492606b9c19ded36bf0ab366 (patch)
treecd7a9a5bca2e661107cdec11a2678fd68f8c9df4 /app/Locale
parentfd60964c239627d2d55c6eca0888be84a8f6653f (diff)
Add new automated action to change task color based on the task link
Diffstat (limited to 'app/Locale')
-rw-r--r--app/Locale/cs_CZ/translations.php3
-rw-r--r--app/Locale/da_DK/translations.php3
-rw-r--r--app/Locale/de_DE/translations.php3
-rw-r--r--app/Locale/es_ES/translations.php3
-rw-r--r--app/Locale/fi_FI/translations.php3
-rw-r--r--app/Locale/fr_FR/translations.php3
-rw-r--r--app/Locale/hu_HU/translations.php3
-rw-r--r--app/Locale/it_IT/translations.php3
-rw-r--r--app/Locale/ja_JP/translations.php3
-rw-r--r--app/Locale/nb_NO/translations.php3
-rw-r--r--app/Locale/nl_NL/translations.php3
-rw-r--r--app/Locale/pl_PL/translations.php3
-rw-r--r--app/Locale/pt_BR/translations.php3
-rw-r--r--app/Locale/pt_PT/translations.php3
-rw-r--r--app/Locale/ru_RU/translations.php3
-rw-r--r--app/Locale/sr_Latn_RS/translations.php3
-rw-r--r--app/Locale/sv_SE/translations.php3
-rw-r--r--app/Locale/th_TH/translations.php3
-rw-r--r--app/Locale/tr_TR/translations.php3
-rw-r--r--app/Locale/zh_CN/translations.php3
20 files changed, 60 insertions, 0 deletions
diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php
index ed20a607..f6f51e3f 100644
--- a/app/Locale/cs_CZ/translations.php
+++ b/app/Locale/cs_CZ/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php
index 15ac90e8..c157d227 100644
--- a/app/Locale/da_DK/translations.php
+++ b/app/Locale/da_DK/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index 245d974d..c7986d95 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php
index eaef0bce..7e8a16f4 100644
--- a/app/Locale/es_ES/translations.php
+++ b/app/Locale/es_ES/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php
index ecc70961..cf913461 100644
--- a/app/Locale/fi_FI/translations.php
+++ b/app/Locale/fi_FI/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index f1594004..a7c724f7 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1051,4 +1051,7 @@ return array(
'Projects Gantt chart' => 'Diagramme de Gantt des projets',
'Start date: %s' => 'Date de début : %s',
'End date: %s' => 'Date de fin : %s',
+ 'Link type' => 'Type de lien',
+ 'Change task color when using a specific task link' => 'Changer la couleur de la tâche lorsqu\'un lien spécifique est utilisé',
+ 'Task link creation or modification' => 'Création ou modification d\'un lien sur une tâche',
);
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php
index 65ff8a18..a6e2994d 100644
--- a/app/Locale/hu_HU/translations.php
+++ b/app/Locale/hu_HU/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php
index f63dfbec..64f79d0d 100644
--- a/app/Locale/it_IT/translations.php
+++ b/app/Locale/it_IT/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php
index 5984bc11..6b3ed32c 100644
--- a/app/Locale/ja_JP/translations.php
+++ b/app/Locale/ja_JP/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php
index 523d6101..3d849c97 100644
--- a/app/Locale/nb_NO/translations.php
+++ b/app/Locale/nb_NO/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php
index b4e67e6b..f32d713f 100644
--- a/app/Locale/nl_NL/translations.php
+++ b/app/Locale/nl_NL/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php
index ecf00553..e711f03e 100644
--- a/app/Locale/pl_PL/translations.php
+++ b/app/Locale/pl_PL/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php
index 348886b3..a64a9374 100644
--- a/app/Locale/pt_BR/translations.php
+++ b/app/Locale/pt_BR/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php
index 79c09f74..e88ab3ec 100644
--- a/app/Locale/pt_PT/translations.php
+++ b/app/Locale/pt_PT/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php
index 6f891d1c..339bbd4d 100644
--- a/app/Locale/ru_RU/translations.php
+++ b/app/Locale/ru_RU/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php
index ca1f786b..e8a3caff 100644
--- a/app/Locale/sr_Latn_RS/translations.php
+++ b/app/Locale/sr_Latn_RS/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php
index 0f3b18fe..28928081 100644
--- a/app/Locale/sv_SE/translations.php
+++ b/app/Locale/sv_SE/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php
index 0d68fd4c..f5cae497 100644
--- a/app/Locale/th_TH/translations.php
+++ b/app/Locale/th_TH/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php
index 4b91c822..3d3cd902 100644
--- a/app/Locale/tr_TR/translations.php
+++ b/app/Locale/tr_TR/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index 12978c9c..ac3eecae 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -1049,4 +1049,7 @@ return array(
// 'Projects Gantt chart' => '',
// 'Start date: %s' => '',
// 'End date: %s' => '',
+ // 'Link type' => '',
+ // 'Change task color when using a specific task link' => '',
+ // 'Task link creation or modification' => '',
);