diff options
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 35 |
1 files changed, 33 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: 2023-01-15 21:01+0100\n" +"POT-Creation-Date: 2023-01-24 20:52+0100\n" "PO-Revision-Date: 2022-12-30 14:10+0100\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" @@ -8470,13 +8470,42 @@ msgstr "" msgid "configure the \"autojoin\" server option" msgstr "konfiguruje opcje serwera \"autojoin\"" +#, fuzzy +#| msgid "" +#| "add [<channel1> [<channel2>...]] || addraw <channel1>[,<channel2>...] " +#| "[<key1>[,<key2>...]] || del [<channel1> [<channel2>...]] || apply || sort" msgid "" "add [<channel1> [<channel2>...]] || addraw <channel1>[,<channel2>...] " -"[<key1>[,<key2>...]] || del [<channel1> [<channel2>...]] || apply || sort" +"[<key1>[,<key2>...]] || del [<channel1> [<channel2>...]] || apply || join || " +"sort" msgstr "" "add [<kanał1> [<kanał2>...]] || addraw <kanał1>[,<kanał2>...] [<hasło1>[," "<hasło2>...]] || del [<kanał1> [<kanał2>...]] || apply || sort" +#, fuzzy +#| msgid "" +#| " add: add current channel or a list of channels (with optional keys) " +#| "to the autojoin option; if you are on the channel and the key is not " +#| "provided, the key is read in the channel\n" +#| " addraw: use the IRC raw format (same as /join command): all channels " +#| "separated by commas, optional keys separated by commas\n" +#| " del: delete current channel or a list of channels from the autojoin " +#| "option\n" +#| "channel: channel name\n" +#| " key: key for the channel\n" +#| " apply: set currently joined channels in the autojoin option\n" +#| " sort: sort alphabetically channels in the autojoin option\n" +#| "\n" +#| "Examples:\n" +#| " /autojoin add\n" +#| " /autojoin add #test\n" +#| " /autojoin add #chan1 #chan2\n" +#| " /allchan /autojoin add\n" +#| " /autojoin addraw #chan1,#chan2,#chan3 key1,key2\n" +#| " /autojoin del\n" +#| " /autojoin del #chan1\n" +#| " /autojoin apply\n" +#| " /autojoin sort" msgid "" " add: add current channel or a list of channels (with optional keys) to " "the autojoin option; if you are on the channel and the key is not provided, " @@ -8488,6 +8517,7 @@ msgid "" "channel: channel name\n" " key: key for the channel\n" " apply: set currently joined channels in the autojoin option\n" +" join: join the channels in the autojoin option\n" " sort: sort alphabetically channels in the autojoin option\n" "\n" "Examples:\n" @@ -8499,6 +8529,7 @@ msgid "" " /autojoin del\n" " /autojoin del #chan1\n" " /autojoin apply\n" +" /autojoin join\n" " /autojoin sort" msgstr "" " add: dodaje obecny kanał albo listę kanałów (z opcjonalnymi hasłami) do " |