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