summaryrefslogtreecommitdiff
path: root/app/Locale
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-08-22 16:20:53 -0400
committerFrederic Guillot <fred@kanboard.net>2015-08-22 16:20:53 -0400
commitfd60964c239627d2d55c6eca0888be84a8f6653f (patch)
tree062836c4a49857625a25b2cfdd3bbb93732f915d /app/Locale
parent18fd39e6d648a58be0782d514604877504833832 (diff)
Add global Gantt chart for all projects
Diffstat (limited to 'app/Locale')
-rw-r--r--app/Locale/cs_CZ/translations.php9
-rw-r--r--app/Locale/da_DK/translations.php9
-rw-r--r--app/Locale/de_DE/translations.php9
-rw-r--r--app/Locale/es_ES/translations.php9
-rw-r--r--app/Locale/fi_FI/translations.php9
-rw-r--r--app/Locale/fr_FR/translations.php9
-rw-r--r--app/Locale/hu_HU/translations.php9
-rw-r--r--app/Locale/it_IT/translations.php9
-rw-r--r--app/Locale/ja_JP/translations.php9
-rw-r--r--app/Locale/nb_NO/translations.php9
-rw-r--r--app/Locale/nl_NL/translations.php9
-rw-r--r--app/Locale/pl_PL/translations.php9
-rw-r--r--app/Locale/pt_BR/translations.php9
-rw-r--r--app/Locale/pt_PT/translations.php9
-rw-r--r--app/Locale/ru_RU/translations.php9
-rw-r--r--app/Locale/sr_Latn_RS/translations.php9
-rw-r--r--app/Locale/sv_SE/translations.php9
-rw-r--r--app/Locale/th_TH/translations.php9
-rw-r--r--app/Locale/tr_TR/translations.php9
-rw-r--r--app/Locale/zh_CN/translations.php9
20 files changed, 180 insertions, 0 deletions
diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php
index 3bc98419..ed20a607 100644
--- a/app/Locale/cs_CZ/translations.php
+++ b/app/Locale/cs_CZ/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php
index c889c90c..15ac90e8 100644
--- a/app/Locale/da_DK/translations.php
+++ b/app/Locale/da_DK/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index 913e8d06..245d974d 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php
index 968bf55b..eaef0bce 100644
--- a/app/Locale/es_ES/translations.php
+++ b/app/Locale/es_ES/translations.php
@@ -1040,4 +1040,13 @@ return array(
'Shared project' => 'Proyecto compartido',
'Project managers' => 'Administradores de proyecto',
'Project members' => 'Miembros de proyecto',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php
index aa490d3f..ecc70961 100644
--- a/app/Locale/fi_FI/translations.php
+++ b/app/Locale/fi_FI/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index 153c4476..f1594004 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1042,4 +1042,13 @@ return array(
'Shared project' => 'Projet partagé',
'Project managers' => 'Gestionnaires de projet',
'Project members' => 'Membres de projet',
+ 'Gantt chart for all projects' => 'Diagramme de Gantt pour tous les projets',
+ 'Projects list' => 'List des projets',
+ 'Gantt chart for this project' => 'Diagramme de Gantt pour ce projet',
+ 'Project board' => 'Tableau du projet',
+ 'End date:' => 'Date de fin :',
+ 'There is no start date or end date for this project.' => 'Il n\'y a pas de date de début ou de date de fin pour ce projet.',
+ 'Projects Gantt chart' => 'Diagramme de Gantt des projets',
+ 'Start date: %s' => 'Date de début : %s',
+ 'End date: %s' => 'Date de fin : %s',
);
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php
index 7b7d61fd..65ff8a18 100644
--- a/app/Locale/hu_HU/translations.php
+++ b/app/Locale/hu_HU/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php
index 6a617395..f63dfbec 100644
--- a/app/Locale/it_IT/translations.php
+++ b/app/Locale/it_IT/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php
index 42fb293f..5984bc11 100644
--- a/app/Locale/ja_JP/translations.php
+++ b/app/Locale/ja_JP/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php
index 69c79251..523d6101 100644
--- a/app/Locale/nb_NO/translations.php
+++ b/app/Locale/nb_NO/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php
index a2f7099d..b4e67e6b 100644
--- a/app/Locale/nl_NL/translations.php
+++ b/app/Locale/nl_NL/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php
index f937aa7b..ecf00553 100644
--- a/app/Locale/pl_PL/translations.php
+++ b/app/Locale/pl_PL/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php
index 7b33333c..348886b3 100644
--- a/app/Locale/pt_BR/translations.php
+++ b/app/Locale/pt_BR/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php
index 58f32772..79c09f74 100644
--- a/app/Locale/pt_PT/translations.php
+++ b/app/Locale/pt_PT/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php
index c90ba162..6f891d1c 100644
--- a/app/Locale/ru_RU/translations.php
+++ b/app/Locale/ru_RU/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php
index dbc5d9aa..ca1f786b 100644
--- a/app/Locale/sr_Latn_RS/translations.php
+++ b/app/Locale/sr_Latn_RS/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php
index 7a38ee78..0f3b18fe 100644
--- a/app/Locale/sv_SE/translations.php
+++ b/app/Locale/sv_SE/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php
index 7d301973..0d68fd4c 100644
--- a/app/Locale/th_TH/translations.php
+++ b/app/Locale/th_TH/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php
index c51be0bd..4b91c822 100644
--- a/app/Locale/tr_TR/translations.php
+++ b/app/Locale/tr_TR/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index c9122bfd..12978c9c 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -1040,4 +1040,13 @@ return array(
// 'Shared project' => '',
// 'Project managers' => '',
// 'Project members' => '',
+ // 'Gantt chart for all projects' => '',
+ // 'Projects list' => '',
+ // 'Gantt chart for this project' => '',
+ // 'Project board' => '',
+ // 'End date:' => '',
+ // 'There is no start date or end date for this project.' => '',
+ // 'Projects Gantt chart' => '',
+ // 'Start date: %s' => '',
+ // 'End date: %s' => '',
);