X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/dd3a0ade5b3c342fb4352b00dac4f654409fd3e5..c13fcda70448cc81d1555fe2ee25a5d0ed2f74c7:/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 31a9d2b3..3ad934e2 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -46,6 +46,8 @@ $i18n_key_words = array( 'menu.help' => 'Ajuda', 'menu.create_team' => 'Criar equipe', 'menu.profile' => 'Perfil', +// TODO: translate the following. +// 'menu.group' => 'Group', 'menu.time' => 'Tempo', 'menu.expenses' => 'Gastos', 'menu.reports' => 'Relatórios', @@ -68,6 +70,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Acesso negado.', 'error.sys' => 'Erro no sistema.', 'error.db' => 'Erro no banco de dados.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Dados incorretos "{0}".', 'error.empty' => 'Campo "{0}" está vazio.', 'error.not_equal' => 'Campo "{0}" é diferente do campo "{1}".', @@ -275,6 +279,8 @@ $i18n_key_words = array( 'title.import' => 'Importando dados de equipe', 'title.options' => 'Opções', 'title.profile' => 'Perfil', +// TODO: translate the following. +// 'title.group' => 'Group Settings', 'title.cf_custom_fields' => 'Campos personalizados', 'title.cf_add_custom_field' => 'Adicionando campo personalizado', 'title.cf_edit_custom_field' => 'Editando campo personalizado', @@ -485,6 +491,7 @@ $i18n_key_words = array( // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. // TODO: translate the following. +// 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', // 'form.swap.swap_with' => 'Swap roles with', // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.