X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt.lang.php;h=585313f0fd1a5b2584ad62b16155310d6cc4efdb;hb=23c3793cd381969c72f361ed7d93aea054b0b461;hp=f17db7998fb03a4c0cb4bb5958a8bc4cff07100a;hpb=0dc212b76906e38b3da317721028f9268cc845b3;p=timetracker.git diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index f17db799..585313f0 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -206,7 +206,8 @@ $i18n_key_words = array( // 'label.or' => 'or', // 'label.error' => 'Error', // 'label.ldap_hint' => 'Type your Windows login and password in the fields below.', -// 'label.required_fields' => '* - required fields', +'label.required_fields' => '* campos obrigatórios', +// TODO: translate the following. // 'label.on_behalf' => 'on behalf of', 'label.role_manager' => '(gerente)', // TODO: translate the following. @@ -364,6 +365,26 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.week.new_entry' => 'New entry', +// Reports form. See example at https://timetracker.anuko.com/reports.php +// TODO: translate the following. +// 'form.reports.save_as_favorite' => 'Save as favorite', +// 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?', +// 'form.reports.include_billable' => 'billable', +// 'form.reports.include_not_billable' => 'not billable', +// 'form.reports.include_invoiced' => 'invoiced', +// 'form.reports.include_not_invoiced' => 'not invoiced', +// 'form.reports.select_period' => 'Select time period', +// 'form.reports.set_period' => 'or set dates', +// 'form.reports.show_fields' => 'Show fields', +// 'form.reports.group_by' => 'Group by', +// 'form.reports.group_by_no' => '--- no grouping ---', +// 'form.reports.group_by_date' => 'date', +// 'form.reports.group_by_user' => 'user', +// 'form.reports.group_by_client' => 'client', +// 'form.reports.group_by_project' => 'project', +// 'form.reports.group_by_task' => 'task', +// 'form.reports.totals_only' => 'Totals only', + // TODO: refactoring ongoing down from here. @@ -464,7 +485,6 @@ $i18n_key_words = array( "controls.sel_period" => '--- selecione o período de tempo ---', // labels -"label.req_fields" => '* campos obrigatórios', "label.sel_tp" => 'selecione o período de tempo', "label.set_tp" => 'ou selecionar datas', "label.fields" => 'exibir campos',