X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt-br.lang.php;h=9582e2ffd5cef8184ffe8a9169d6d6d3714f6dba;hb=2130fc223b47abdbf6533fb4cf3a4ad3b6c2c300;hp=55c5f75f167fc56c04fafd01a6362b8d0cb9828b;hpb=6b8cf2090e067287e1e0bd0c1d03ef752da76bc1;p=timetracker.git diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 55c5f75f..9582e2ff 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -265,14 +265,20 @@ $i18n_key_words = array( // Strings that are used in a single form must go to the specific form section. 'dropdown.all' => '--- todos ---', 'dropdown.no' => '--- não ---', -'dropdown.this_day' => 'este dia', // TODO: translate the following. -// 'dropdown.last_day' => 'last day', -'dropdown.this_week' => 'esta semana', -'dropdown.last_week' => 'última semana', -'dropdown.this_month' => 'este mês', -'dropdown.last_month' => 'último mês', -'dropdown.this_year' => 'este ano', +// 'dropdown.current_day' => 'today', +// 'dropdown.previous_day' => 'yesterday', +'dropdown.selected_day' => 'dia', +'dropdown.current_week' => 'esta semana', +'dropdown.previous_week' => 'última semana', +'dropdown.selected_week' => 'semana', +'dropdown.current_month' => 'este mês', +'dropdown.previous_month' => 'último mês', +'dropdown.selected_month' => 'mês', +'dropdown.current_year' => 'este ano', +// TODO: translate the following. +// 'dropdown.previous_year' => 'previous year', +'dropdown.selected_year' => 'ano', 'dropdown.all_time' => 'todas as datas', 'dropdown.projects' => 'projetos', 'dropdown.tasks' => 'tarefas',