summaryrefslogtreecommitdiff
path: root/po/pt.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pt.po')
-rw-r--r--po/pt.po7
1 files changed, 5 insertions, 2 deletions
diff --git a/po/pt.po b/po/pt.po
index d210c7cef..7d52269e9 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2017-04-26 15:04+0200\n"
+"POT-Creation-Date: 2017-04-29 17:04+0200\n"
"PO-Revision-Date: 2017-04-08 14:50+0200\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@@ -1524,6 +1524,8 @@ msgid ""
" > greater\n"
" =~ is matching POSIX extended regex\n"
" !~ is NOT matching POSIX extended regex\n"
+" =* is matching wildcard mask\n"
+" !* is NOT matching wildcard mask\n"
"\n"
"An expression is considered as \"true\" if it is not NULL, not empty, and "
"different from \"0\".\n"
@@ -1593,7 +1595,8 @@ msgid ""
" /eval -n -c abcd =~ ^ABC ==> 1\n"
" /eval -n -c abcd =~ (?-i)^ABC ==> 0\n"
" /eval -n -c abcd =~ (?-i)^abc ==> 1\n"
-" /eval -n -c abcd !~ abc ==> 0"
+" /eval -n -c abcd !~ abc ==> 0\n"
+" /eval -n -c abcd =* a*d ==> 1"
msgstr ""
" -n: mostrar resultado sem o enviar para o buffer (modo de depuração)\n"
" -s: dividir a expressão antes de a avaliar (pode separar vários "