summaryrefslogtreecommitdiff
path: root/app/Locale/nb_NO
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/nb_NO
parent18fd39e6d648a58be0782d514604877504833832 (diff)
Add global Gantt chart for all projects
Diffstat (limited to 'app/Locale/nb_NO')
-rw-r--r--app/Locale/nb_NO/translations.php9
1 files changed, 9 insertions, 0 deletions
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' => '',
);