diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-12 21:18:42 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-15 18:56:41 +0200 |
commit | 70b66c4f6b708269712f71c52d7ca0c2d6766b94 (patch) | |
tree | edaa5c72d3ce32268531237bbfbb1e15a7839652 /po/pl.po | |
parent | 0525922ee4b50911c44b1c4d5b79c19a5f0660ee (diff) | |
download | weechat-70b66c4f6b708269712f71c52d7ca0c2d6766b94.zip |
irc: add command /setname, add support of message and capability "setname" (closes #1653)
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-06-15 18:48+0200\n" +"POT-Creation-Date: 2021-06-15 18:50+0200\n" "PO-Revision-Date: 2021-06-13 14:40+0200\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" @@ -8024,6 +8024,7 @@ 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" @@ -8035,7 +8036,7 @@ msgid "" "\n" "Capabilities supported by WeeChat are: account-notify, away-notify, cap-" "notify, chghost, extended-join, invite-notify, multi-prefix, server-time, " -"userhost-in-names.\n" +"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." @@ -9035,6 +9036,17 @@ msgstr "" "usługa: nazwa usługi\n" " tekst: tekst do wysłania" +#, fuzzy +msgid "set real name" +msgstr "nazwa serwera" + +msgid "<realname>" +msgstr "" + +#, fuzzy +msgid "realname: new real name" +msgstr "odczyt - nazwa zmiennej" + msgid "disconnect server links" msgstr "rozłącza od podłączonych serwerów" @@ -10807,6 +10819,10 @@ msgstr "%s%s%s%s%s%s%s%s%s%s wyszedł z IRC %s(%s%s%s)" msgid "%s%s%s%s%s%s%s%s%s%s has quit" msgstr "%s%s%s%s%s%s%s%s%s%s wyszedł z IRC" +#, fuzzy, c-format +msgid "%sReal name set to: %s" +msgstr "%sNie powiodło się ustawienie opcji \"%s\"" + #, c-format msgid "%s%s: \"%s\" command received without channel" msgstr "%s%s: \"%s\" komenda otrzymana bez kanału" |