diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-03 21:49:35 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-03 22:11:31 +0200 |
commit | f6b69c9098d7fde8ea038afb97e72c460665983c (patch) | |
tree | 8f8a68b046f1512f2b8696cd0af2ac0b66d41ec7 /po/pl.po | |
parent | bd5e8dc33bde66a7eff97831e35413b833504fea (diff) | |
download | weechat-f6b69c9098d7fde8ea038afb97e72c460665983c.zip |
irc: add support of capability "batch" (closes #1292)
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 42 |
1 files changed, 38 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: 2023-05-01 21:44+0200\n" +"POT-Creation-Date: 2023-05-03 22:10+0200\n" "PO-Revision-Date: 2023-05-01 20:23+0200\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" @@ -9485,6 +9485,35 @@ 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 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" +#| "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" +#| " 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" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" @@ -9495,9 +9524,9 @@ msgid "" "\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" +"Capabilities supported by WeeChat are: account-notify, away-notify, batch, " +"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." @@ -12330,6 +12359,11 @@ msgstr "przekierowanie irc" msgid "irc server" msgstr "serwer irc" +#, fuzzy +#| msgid "irc channel" +msgid "irc batch" +msgstr "kanał irc" + #, c-format msgid "%s%s: you are not connected to server" msgstr "%s%s: nie jesteś połączony z serwerem" |