X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt-br.lang.php;h=4355f748d7ae2e52f94c8bb55d696b30991ce164;hb=220824961aa7e1d0da738de5a1feacc3c5832b7c;hp=48e425bbbffd503b2eae674298bfa238f1a6814e;hpb=25d6ffc5f17d0e016c2ebb5b51a222665834e9e4;p=timetracker.git diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 48e425bb..4355f748 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -102,13 +102,17 @@ $i18n_key_words = array( 'error.upload' => 'Erro no envio do arquivo.', 'error.range_locked' => 'Período está bloqueado.', 'error.mail_send' => 'Erro enviando o e-mail.', -// TODO: improve the translation above bv adding MAIL_SMTP_DEBUG part. +// TODO: improve the translation above by adding MAIL_SMTP_DEBUG part. // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', 'error.no_email' => 'Não há e-mail associado a este login.', 'error.uncompleted_exists' => 'Entrada incompleta existente. Feche ou remova-a.', 'error.goto_uncompleted' => 'Ir até a entrada incompleta.', 'error.overlap' => 'O intervalo se sobrepõe com entradas já existentes.', 'error.future_date' => 'Data é no futuro.', +// TODO: translate the following. +// 'error.xml' => 'Error in XML file at line %d: %s.', +// 'error.cannot_import' => 'Cannot import: %s.', +// 'error.format' => 'Invalid file format.', // Labels for buttons. 'button.login' => 'Login', @@ -151,6 +155,7 @@ $i18n_key_words = array( 'label.user' => 'Usuário', 'label.users' => 'Usuários', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Cliente', 'label.clients' => 'Clientes',