X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt.lang.php;h=81b389ddaaae03337128cb4ef4b0ede021395d2c;hb=9718046a9aaf2b9b03db4baad8d6222e92dcacc9;hp=1a3c5e560f5930177a0a658f5654dd8c5811dd7c;hpb=e6a5318c80b00b6337dd935fcb1e292ce3bf3bcb;p=timetracker.git diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 1a3c5e56..81b389dd 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -153,8 +153,8 @@ $i18n_key_words = array( // 'label.cc' => 'Cc', // 'label.bcc' => 'Bcc', 'label.subject' => 'Assunto', +'label.date' => 'Data', // TODO: translate the following. -// 'label.date' => 'Date', // 'label.start_date' => 'Start date', // 'label.end_date' => 'End date', // 'label.user' => 'User', @@ -169,8 +169,8 @@ $i18n_key_words = array( // 'label.task' => 'Task', // 'label.tasks' => 'Tasks', // 'label.description' => 'Description', -// 'label.start' => 'Start', -// 'label.finish' => 'Finish', +'label.start' => 'Início', +'label.finish' => 'Fim', 'label.duration' => 'Duração', 'label.note' => 'Anotação', 'label.notes' => 'Anotações', @@ -391,6 +391,36 @@ $i18n_key_words = array( // 'form.reports.group_by_task' => 'task', // 'form.reports.totals_only' => 'Totals only', +// Report form. See example at https://timetracker.anuko.com/report.php +// (after generating a report at https://timetracker.anuko.com/reports.php). +// TODO: translate the following. +// 'form.report.export' => 'Export', +// 'form.report.assign_to_invoice' => 'Assign to invoice', + +// Invoice form. See example at https://timetracker.anuko.com/invoice.php +// (you can get to this form after generating a report). +// TODO: translate the following. +// 'form.invoice.number' => 'Invoice number', +// 'form.invoice.person' => 'Person', +// 'form.invoice.invoice_to_delete' => 'Invoice to delete', +// 'form.invoice.invoice_entries' => 'Invoice entries', +// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', + +// Charts form. See example at https://timetracker.anuko.com/charts.php +// TODO: translate the following. +// 'form.charts.interval' => 'Interval', +// 'form.charts.chart' => 'Chart', + +// Projects form. See example at https://timetracker.anuko.com/projects.php +// TODO: translate the following. +// 'form.projects.active_projects' => 'Active Projects', +// 'form.projects.inactive_projects' => 'Inactive Projects', + +// Tasks form. See example at https://timetracker.anuko.com/tasks.php +// TODO: translate the following. +// 'form.tasks.active_tasks' => 'Active Tasks', +// 'form.tasks.inactive_tasks' => 'Inactive Tasks', + // TODO: refactoring ongoing down from here. @@ -404,14 +434,8 @@ $i18n_key_words = array( // my time form attributes "form.mytime.title" => 'adicionar período', -"form.mytime.date" => 'data', -"form.mytime.start" => 'início', -"form.mytime.finish" => 'fim', "form.mytime.daily" => 'trabalho diário', "form.mytime.total" => 'horas totais: ', -"form.mytime.th.start" => 'início', -"form.mytime.th.finish" => 'finish', -"form.mytime.th.duration" => 'duração', "form.mytime.del_yes" => 'o período registrado foi apagado com sucesso', // profile form attributes @@ -433,13 +457,8 @@ $i18n_key_words = array( "form.report.title" => 'relatórios', "form.report.from" => 'data inicial', "form.report.to" => 'data final', -"form.report.duration" => 'duração', -"form.report.start" => 'início', -"form.report.finish" => 'fim', "form.report.total" => 'horas totais', "form.report.th.empllist" => 'usuário', -// Note to translators: the strings below must be translated -// "form.report.th.date" => 'data', // mail form attributes "form.mail.from" => 'de',