diff options
Diffstat (limited to 'plugins/Calendar/Locale/hu_HU/translations.php')
-rw-r--r-- | plugins/Calendar/Locale/hu_HU/translations.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Calendar/Locale/hu_HU/translations.php b/plugins/Calendar/Locale/hu_HU/translations.php new file mode 100644 index 00000000..2cea0be0 --- /dev/null +++ b/plugins/Calendar/Locale/hu_HU/translations.php @@ -0,0 +1,13 @@ +<?php + +return array( + 'Calendar' => 'Naptár', + 'Calendar settings' => 'Naptár beállítások', + 'Project calendar view' => 'A projekt megjelenítése naptári formában', + 'User calendar view' => 'A felhasználó naptárának megjelenítése', + 'My calendar' => 'Naptáram', + 'Switch to the list view' => 'Átkapcsolás lista nézetbe', + 'Show tasks based on the start date' => 'A feladatok megjelenítése a kezdő dátum alapján', + 'Subtasks time tracking' => 'A részfeladatok idejének megjelenítése', +); + |