diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-03 21:18:17 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-03 21:18:17 +0200 |
commit | 2bd3d32f0d9d067b13f5bc0a797d58d8fea45bc2 (patch) | |
tree | 7e7b8a7dc79049a08567bc55dc596af496d233cb /po/pl.po | |
parent | 6b28cc001ff4613ea86113078b207881ab4126fc (diff) | |
download | weechat-2bd3d32f0d9d067b13f5bc0a797d58d8fea45bc2.zip |
irc: mention how to remove capability in /help cap
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 37 |
1 files changed, 33 insertions, 4 deletions
@@ -22,7 +22,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: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" @@ -8616,10 +8616,33 @@ msgstr "negocjacja możliwości klienta" msgid "ls || list || req|ack [<capability> [<capability>...]] || end" msgstr "ls || list || req|ack [<opcja> [<opcja>...]] || end" +#, fuzzy +#| msgid "" +#| " ls: list the capabilities supported by the server\n" +#| " list: list the capabilities currently enabled\n" +#| " req: request a capability\n" +#| " ack: acknowledge capabilities which require client-side " +#| "acknowledgement\n" +#| " end: end the capability negotiation\n" +#| "\n" +#| "Without argument, \"ls\" and \"list\" are sent.\n" +#| "\n" +#| "Capabilities supported by WeeChat are: account-notify, away-notify, cap-" +#| "notify, chghost, extended-join, invite-notify, message-tags, multi-" +#| "prefix, server-time, setname, userhost-in-names.\n" +#| "\n" +#| "The capabilities to automatically enable on servers can be set in option " +#| "irc.server_default.capabilities (or by server in option irc.server.xxx." +#| "capabilities).\n" +#| "\n" +#| "Examples:\n" +#| " /cap\n" +#| " /cap req multi-prefix away-notify" 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" @@ -8634,8 +8657,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: wyświetla opcje wspierane przez serwer\n" " list: wyświetla obecnie włączone opcje\n" |