changeset 33952:aadd79149ac3 stable

merge with i18n
author Augie Fackler <augie@google.com>
date Tue, 04 Jul 2017 10:18:44 -0400
parents 664d6f6c2a48 (current diff) 094532cee533 (diff)
children 26c49ed51a69
files
diffstat 1 files changed, 13 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/i18n/pt_BR.po
+++ b/i18n/pt_BR.po
@@ -27870,12 +27870,15 @@
 "  pager = less -FRX"
 
 msgid ""
-"If no pager is set, Mercurial uses the environment variable\n"
-"$PAGER. If neither pager.pager, nor $PAGER is set, a default pager\n"
-"will be used, typically `less` on Unix and `more` on Windows."
-msgstr ""
-"Se nenhum paginador estiver definido, o Mercurial usará a variável de\n"
-"ambiente $PAGER. Se nem pager.pager nem $PAGER estiverem definidas,\n"
+"If no pager is set in the user or repository configuration, Mercurial uses the\n"
+"environment variable $PAGER. If $PAGER is not set, pager.pager from the default\n"
+"or system configuration is used. If none of these are set, a default pager will\n"
+"be used, typically `less` on Unix and `more` on Windows."
+msgstr ""
+"Se nenhum paginador estiver definido nas configurações do usuário\n"
+"ou do repositório, o Mercurial usará a variável de ambiente $PAGER.\n"
+"Se $PAGER não estiver definida, será usada a configuração pager.pager\n"
+"padrão ou de sistema. Se nenhuma dessas estiver definida,\n"
 "um paginador padrão será usado, tipicamente `less` em Unix e\n"
 "`more` no Windows."
 
@@ -28079,7 +28082,8 @@
 "  *.c            any name ending in \".c\" in the current directory\n"
 "  **.c           any name ending in \".c\" in any subdirectory of the\n"
 "                 current directory including itself.\n"
-"  foo/*          any file in directory foo plus all its subdirectories,\n"
+"  foo/*          any file in directory foo\n"
+"  foo/**         any file in directory foo plus all its subdirectories,\n"
 "                 recursively\n"
 "  foo/*.c        any name ending in \".c\" in the directory foo\n"
 "  foo/**.c       any name ending in \".c\" in any subdirectory of foo\n"
@@ -28091,7 +28095,8 @@
 "                 atual\n"
 "  **.c           qualquer nome terminado por \".c\" no diretório\n"
 "                 atual ou em qualquer subdiretório\n"
-"  foo/*          qualquer arquivo no diretório foo, ou em qualquer\n"
+"  foo/*          qualquer arquivo no diretório foo\n"
+"  foo/**         qualquer arquivo no diretório foo, ou em qualquer\n"
 "                 de seus sub-diretórios, recursivamente\n"
 "  foo/*.c        qualquer nome terminado por \".c\" no diretório\n"
 "                 foo\n"