merge with i18n stable
authorAugie Fackler <augie@google.com>
Tue, 04 Jul 2017 10:18:44 -0400
branchstable
changeset 33169 aadd79149ac3
parent 33168 664d6f6c2a48 (current diff)
parent 33167 094532cee533 (diff)
child 33170 26c49ed51a69
merge with i18n
--- a/i18n/pt_BR.po	Tue Jul 04 10:17:14 2017 -0400
+++ b/i18n/pt_BR.po	Tue Jul 04 10:18:44 2017 -0400
@@ -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"