X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/10a6f13349f497f4e2e5c7c4812fcb48db65310e..6fad626b400a77e2775397dc9e87960f4d53247c:/WEB-INF/resources/pt-br.lang.php diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 944e1b91..c4e4e8f4 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -230,9 +230,9 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'Login', 'title.groups' => 'Equipes', // TODO: change "teams" to "groups". -'title.create_team' => 'Criando equipe', -'title.edit_team' => 'Editando equipe', -'title.delete_team' => 'Apagando equipe', +'title.create_group' => 'Criando equipe', // TODO: change "team" to "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', 'title.change_password' => 'Alterando a senha', 'title.time' => 'Tempo',