X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt-br.lang.php;h=8979a5db4ac7a8d80d3f11e0a462c09ae2d04b6c;hb=ad98b13400fdc2fa2299a22c9bd54c4cd27960c3;hp=d108287a2f2ae7e1ba55e55efe6d740d095f6ff8;hpb=e796911d4d8892dbe6ac2731331357d2212db58b;p=timetracker.git diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index d108287a..8979a5db 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -104,12 +104,6 @@ $i18n_key_words = array( 'button.copy' => 'Copiar', 'button.cancel' => 'Cancelar', 'button.submit' => 'Enviar', -'button.add_user' => 'Adicionar usuário', -'button.add_project' => 'Adicionar projeto', -'button.add_task' => 'Adicionar tarefa', -'button.add_client' => 'Adicionar cliente', -'button.add_invoice' => 'Adicionar fatura', -'button.add_option' => 'Adicionar opção', 'button.add' => 'Adicionar', 'button.generate' => 'Criar', 'button.reset_password' => 'Resetar senha', @@ -404,6 +398,12 @@ $i18n_key_words = array( 'form.users.rate' => 'Honorário', 'form.users.default_rate' => 'Honorário padrão por hora', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rights' => 'Rights', + // Clients form. See example at https://timetracker.anuko.com/clients.php 'form.clients.active_clients' => 'Clientes ativos', 'form.clients.inactive_clients' => 'Clientes inativos',