X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt-br.lang.php;h=f658e4a2ee547360d4d5e0ec365f179ac621b6ad;hb=92dd94c462e142e8a5f7aae9594dd75b5b5a7afa;hp=dff0789746380fdd1a89eab8d216a37e032b0c8f;hpb=a67c7fec533237be9be83379eb19fbbf51174c9a;p=timetracker.git diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index dff07897..f658e4a2 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -49,6 +49,7 @@ $i18n_key_words = array( 'menu.profile' => 'Perfil', // TODO: translate the following. // 'menu.group' => 'Group', +// 'menu.plugins' => 'Plugins', 'menu.time' => 'Tempo', 'menu.expenses' => 'Gastos', 'menu.reports' => 'Relatórios', @@ -227,6 +228,8 @@ $i18n_key_words = array( // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', // 'label.work_units' => 'Work units', +// 'label.work_units_short' => 'Units', +'label.totals_only' => 'Somente totais', // Form titles. 'title.login' => 'Login', @@ -382,7 +385,6 @@ $i18n_key_words = array( 'form.reports.group_by_client' => 'cliente', 'form.reports.group_by_project' => 'projeto', 'form.reports.group_by_task' => 'tarefa', -'form.reports.totals_only' => 'Somente totais', // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). @@ -452,7 +454,7 @@ $i18n_key_words = array( 'form.export.compression_none' => 'nenhuma', 'form.export.compression_bzip' => 'bzip', -// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first). 'form.import.hint' => 'Importar dados de equipe de um arquivo xml.', // TODO: replace "team" with "group". 'form.import.file' => 'Selecionar arquivo', 'form.import.success' => 'Importação realizada com sucesso.', @@ -507,6 +509,11 @@ $i18n_key_words = array( // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', // 'form.swap.swap_with' => 'Swap roles with', +// Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin. +// TODO: translate the following. +// 'form.work_units.minutes_in_unit' => 'Minutes in unit', +// 'form.work_units.1st_unit_threshold' => '1st unit threshold', + // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. // TODO: translate the following. // 'role.user.label' => 'User',