diff options
Diffstat (limited to 'plugins/Calendar/Locale/cs_CZ/translations.php')
-rw-r--r-- | plugins/Calendar/Locale/cs_CZ/translations.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Calendar/Locale/cs_CZ/translations.php b/plugins/Calendar/Locale/cs_CZ/translations.php new file mode 100644 index 00000000..cd1d3384 --- /dev/null +++ b/plugins/Calendar/Locale/cs_CZ/translations.php @@ -0,0 +1,13 @@ +<?php + +return array( + 'Calendar' => 'Kalendář', + 'Calendar settings' => 'Nastavení kalendáře', + // 'Project calendar view' => '', + 'User calendar view' => 'Zobrazení kalendáře uživatele', + 'My calendar' => 'Můj kalendář', + 'Switch to the list view' => 'Přepnout na seznam zobrazení', + 'Show tasks based on the start date' => 'Zobrazit úkoly podle datumu zahájení', + 'Subtasks time tracking' => 'Dílčí úkoly s časovačem', +); + |