diff options
Diffstat (limited to 'plugins/Calendar/Locale/pt_PT/translations.php')
-rw-r--r-- | plugins/Calendar/Locale/pt_PT/translations.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Calendar/Locale/pt_PT/translations.php b/plugins/Calendar/Locale/pt_PT/translations.php new file mode 100644 index 00000000..234f7533 --- /dev/null +++ b/plugins/Calendar/Locale/pt_PT/translations.php @@ -0,0 +1,13 @@ +<?php + +return array( + 'Calendar' => 'Calendário', + 'Calendar settings' => 'Configurações do calendário', + 'Project calendar view' => 'Vista em modo projeto do calendário', + 'User calendar view' => 'Vista em modo utilizador do calendário', + 'My calendar' => 'A minha agenda', + 'Switch to the list view' => 'Mudar para o modo Lista', + 'Show tasks based on the start date' => 'Mostrar as tarefas em função da data de início', + 'Subtasks time tracking' => 'Monitoramento do tempo comparado as subtarefas', +); + |