X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt-br.lang.php;h=829b3ec109e2a82012a39de9e63fdf7c7e8e4fb9;hb=2b90ff7edde48b64097c1bb60cde036b995c4220;hp=81e46da1215dfab4388399023d3744464242adcb;hpb=b6546c4547eb47a06f80b6d0ffa474d3929602f9;p=timetracker.git diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 81e46da1..829b3ec1 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -265,8 +265,11 @@ $i18n_key_words = array( // 'label.template' => 'Template', // 'label.attachments' => 'Attachments', // 'label.files' => 'Files', +// 'label.file' => 'File', // 'label.image' => 'Image', // 'label.download' => 'Download', +'label.active_users' => 'Usuários ativos', +'label.inactive_users' => 'Usuários inativos', // Form titles. 'title.error' => 'Erro', @@ -295,6 +298,7 @@ $i18n_key_words = array( // TODO: Translate the following. // 'title.timesheets' => 'Timesheets', // 'title.timesheet' => 'Timesheet', +// 'title.timesheet_files' => 'Timesheet Files', 'title.invoice' => 'Fatura', 'title.send_invoice' => 'Enviando fatura', 'title.charts' => 'Gráficos', @@ -361,6 +365,12 @@ $i18n_key_words = array( // 'title.edit_file' => 'Editing File', // 'title.delete_file' => 'Deleting File', // 'title.download_file' => 'Downloading File', +// 'title.work' => 'Work', +// 'title.add_work' => 'Adding Work', +// 'title.edit_work' => 'Editing Work', +// 'title.delete_work' => 'Deleting Work', +// 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups. +// 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups. // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -498,8 +508,6 @@ $i18n_key_words = array( 'form.tasks.inactive_tasks' => 'Tarefas inativas', // Users form. See example at https://timetracker.anuko.com/users.php -'form.users.active_users' => 'Usuários ativos', -'form.users.inactive_users' => 'Usuários inativos', // TODO: translate the following. // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'Papel',