X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt-br.lang.php;h=b97881572dac29d9605e402fc4ee4e74f89697ea;hb=69915aba68a312fb2080c2356a482736efc254ae;hp=9b5bf7594219bbdcd8d32e2a1778cb5f1f71fd6e;hpb=da1736600c488f35a9b900a79ed4fe9b53d909a5;p=timetracker.git diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 9b5bf759..b9788157 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -59,6 +59,7 @@ $i18n_key_words = array( 'menu.users' => 'Usuários', // TODO: translate the following. // 'menu.groups' => 'Groups', +// 'menu.subgroups' => 'Subgroups', 'menu.export' => 'Exportar', 'menu.clients' => 'Clientes', 'menu.options' => 'Opções', @@ -112,6 +113,7 @@ $i18n_key_words = array( // 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', @@ -155,6 +157,7 @@ $i18n_key_words = array( 'label.users' => 'Usuários', // TODO: translate the following. // 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', // 'label.roles' => 'Roles', 'label.client' => 'Cliente', 'label.clients' => 'Clientes', @@ -240,7 +243,9 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'Login', 'title.groups' => 'Equipes', // TODO: change "teams" to "groups". -'title.create_group' => 'Criando equipe', // TODO: change "team" to "group". +// TODO: translate the following. +// 'title.subgroups' => 'Subgroups', +// 'title.add_group' => 'Adding Group', 'title.edit_group' => 'Editando equipe', // TODO: change "team" to "group". 'title.delete_group' => 'Apagando equipe', // TODO: change "team" to "group". 'title.reset_password' => 'Resetando a senha', @@ -291,8 +296,6 @@ $i18n_key_words = array( 'title.import' => 'Importando dados de equipe', // TODO: replace "team" with "group". 'title.options' => 'Opções', 'title.profile' => 'Perfil', -// TODO: translate the following. -// 'title.group' => 'Group Settings', 'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Campos personalizados', 'title.cf_add_custom_field' => 'Adicionando campo personalizado',