X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt-br.lang.php;h=1f1d6ccf008ce0660310b621dbfffd581a3cf68b;hb=e447782c5838a9715a7443a028d403aadf52a479;hp=ee699e11bee2fc9d3e43e122d041b25d021fbf2c;hpb=da39950fb8192f48ad40f6777ff3c5cd52459bcd;p=timetracker.git diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index ee699e11..1f1d6ccf 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -53,6 +53,8 @@ $i18n_key_words = array( 'menu.time' => 'Tempo', 'menu.expenses' => 'Gastos', 'menu.reports' => 'Relatórios', +// TODO: translate the following. +// 'menu.timesheets' => 'Timesheets', 'menu.charts' => 'Gráficos', 'menu.projects' => 'Projetos', 'menu.tasks' => 'Tarefas', @@ -111,6 +113,8 @@ $i18n_key_words = array( // 'error.xml' => 'Error in XML file at line %d: %s.', // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// 'error.user_count' => 'Limit on user count.', +// 'error.expired' => 'Expiration date reached.', // Warning messages. // TODO: translate the following. @@ -246,7 +250,10 @@ $i18n_key_words = array( // 'label.work_units_short' => 'Units', 'label.totals_only' => 'Somente totais', // TODO: translate the following. -// 'label.quota' => 'Quota' +// 'label.quota' => 'Quota', +// 'label.timesheet' => 'Timesheet', +// 'label.submitted' => 'Submitted', +// 'label.approved' => 'Approved', // Form titles. 'title.error' => 'Erro', @@ -270,6 +277,9 @@ $i18n_key_words = array( 'title.reports' => 'Relatórios', 'title.report' => 'Report', 'title.send_report' => 'Enviando relatório', +// TODO: Translate the following. +// 'title.timesheets' => 'Timesheets', +// 'title.timesheet' => 'Timesheet', 'title.invoice' => 'Fatura', 'title.send_invoice' => 'Enviando fatura', 'title.charts' => 'Gráficos', @@ -415,6 +425,10 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.report.assign_to_invoice' => 'Assign to invoice', +// Timesheets form. See example at https://timetracker.anuko.com/timesheets.php +// TODO: translate the following. +// form.timesheets.hint' => 'Use reports to add new timesheets.', + // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). 'form.invoice.number' => 'Número da fatura',