X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt-br.lang.php;h=55c5f75f167fc56c04fafd01a6362b8d0cb9828b;hb=94a5c7a84a8c729c2230a0dfe998e02343b00d3d;hp=91794a13cff13cf7e4a6e7433e09f7a0ad29d322;hpb=eb14c12d3be2cd31e20988b6abf7585f6af0b34d;p=timetracker.git diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 91794a13..55c5f75f 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -129,8 +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', @@ -264,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', @@ -401,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.',