X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt-br.lang.php;h=55c5f75f167fc56c04fafd01a6362b8d0cb9828b;hb=94a5c7a84a8c729c2230a0dfe998e02343b00d3d;hp=926b86b1b1e669147a97141846e4c619ad38244f;hpb=170717b62207bd2da1628959d55b691a2d6f95a3;p=timetracker.git diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 926b86b1..55c5f75f 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -129,6 +129,10 @@ $i18n_key_words = array( 'label.password' => 'Senha', 'label.confirm_password' => 'Confirme a senha', 'label.email' => 'E-mail', +'label.cc' => 'Cc', +// TODO: translate the following. +// 'label.bcc' => 'Bcc', +'label.subject' => 'Assunto', 'label.date' => 'Data', 'label.start_date' => 'Data inicial', 'label.end_date' => 'Data final', @@ -184,6 +188,8 @@ $i18n_key_words = array( 'label.role_comanager' => '(coordenador)', 'label.role_admin' => '(administrador)', 'label.page' => 'Página', +// TODO: translate the following. +// 'label.condition' => 'Condition', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Campos personalizados', // Translate the following. @@ -260,6 +266,8 @@ $i18n_key_words = array( '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', @@ -397,8 +405,6 @@ $i18n_key_words = array( // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'De', 'form.mail.to' => 'Para', -'form.mail.cc' => 'Cc', -'form.mail.subject' => 'Assunto', 'form.mail.report_subject' => 'Relatório do Time Tracker', 'form.mail.footer' => 'Anuko Time Tracker é um sistema, simples, de fácil uso, de código aberto,
de rastreamento do tempo. Visite www.anuko.com para mais informações.', 'form.mail.report_sent' => 'Relatório enviado.',