summaryrefslogtreecommitdiff
path: root/po/pt.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pt.po')
-rw-r--r--po/pt.po15
1 files changed, 11 insertions, 4 deletions
diff --git a/po/pt.po b/po/pt.po
index 191eb737d..9ea3b67c5 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: 2022-07-31 09:53+0200\n"
+"POT-Creation-Date: 2022-08-03 16:55+0200\n"
"PO-Revision-Date: 2022-06-18 16:12+0200\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@@ -7941,7 +7941,8 @@ msgstr "ls || list || req|ack [<capacidade> [<capacidade>...]] || end"
msgid ""
" ls: list the capabilities supported by the server\n"
" list: list the capabilities currently enabled\n"
-" req: request a capability\n"
+" req: request a new capability or remove a capability (if starting with \"-"
+"\", for example: \"-multi-prefix\")\n"
" ack: acknowledge capabilities which require client-side acknowledgement\n"
" end: end the capability negotiation\n"
"\n"
@@ -7956,8 +7957,14 @@ msgid ""
"capabilities).\n"
"\n"
"Examples:\n"
-" /cap\n"
-" /cap req multi-prefix away-notify"
+" display supported and enabled capabilities:\n"
+" /cap\n"
+" request capabilities multi-prefix and away-notify:\n"
+" /cap req multi-prefix away-notify\n"
+" request capability extended-join, remove capability multi-prefix:\n"
+" /cap req extended-join -multi-prefix\n"
+" remove capability away-notify:\n"
+" /cap req -away-notify"
msgstr ""
" ls: lista de capacidades suportadas pelo servidor\n"
" list: lista de capacidades ativadas atualmente\n"