X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt-br.lang.php;fp=WEB-INF%2Fresources%2Fpt-br.lang.php;h=7165cb51e7f644d468c1b8d01bebad6b29ad678d;hb=db25f950841ee874795d4b9605f8ae2347aaf4f1;hp=3d1d0abe8640c282de1152e7be68ef080d6ac519;hpb=770d560338b34e0a869c78778d0cd838905fb192;p=timetracker.git diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 3d1d0abe..7165cb51 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -274,6 +274,13 @@ $i18n_key_words = array( 'label.active_users' => 'Usuários ativos', 'label.inactive_users' => 'Usuários inativos', +// Entity names. We use lower case (in English) because they are used in dropdowns, too. +// They are used to associate a custom field with an entity type. +// TODO: translate the following. +// 'entity.time' => 'time', +// 'entity.user' => 'user', +// 'entity.project' => 'project', + // Form titles. 'title.error' => 'Erro', // TODO: Translate the following. @@ -394,9 +401,6 @@ $i18n_key_words = array( // 'dropdown.previous_year' => 'previous year', 'dropdown.selected_year' => 'ano', 'dropdown.all_time' => 'todas as datas', -// TODO: translate the following. -// 'dropdown.time' => 'time', -// 'dropdown.user' => 'user', 'dropdown.projects' => 'projetos', 'dropdown.tasks' => 'tarefas', 'dropdown.clients' => 'clientes',