diff options
Diffstat (limited to 'plugins/Calendar/Locale/nl_NL')
-rw-r--r-- | plugins/Calendar/Locale/nl_NL/translations.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Calendar/Locale/nl_NL/translations.php b/plugins/Calendar/Locale/nl_NL/translations.php new file mode 100644 index 00000000..5a102c66 --- /dev/null +++ b/plugins/Calendar/Locale/nl_NL/translations.php @@ -0,0 +1,13 @@ +<?php + +return array( + 'Calendar' => 'Agenda', + 'Calendar settings' => 'Kalender instellingen', + // 'Project calendar view' => '', + // 'User calendar view' => '', + 'My calendar' => 'Mijn kalender', + // 'Switch to the list view' => '', + // 'Show tasks based on the start date' => '', + // 'Subtasks time tracking' => '', +); + |