diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-11 19:31:56 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-11 19:31:56 +0100 |
commit | 3f9c46468c3fa664c7216d9bff731d2355f5fa20 (patch) | |
tree | adcdcedafd8756d1c0e280bbd7416efd6120b283 /po/it.po | |
parent | 9a286c65c62e95964c96bf06d4d241649d37820a (diff) | |
download | weechat-3f9c46468c3fa664c7216d9bff731d2355f5fa20.zip |
irc: add option "sort" in command /autojoin
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-03-10 21:21+0100\n" +"POT-Creation-Date: 2022-03-11 19:30+0100\n" "PO-Revision-Date: 2022-01-28 09:35+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7183,7 +7183,7 @@ msgstr "opzioni di configurazione" msgid "" "add [<channel1> [<channel2>...]] || addraw <channel1>[,<channel2>...] " -"[<key1>[,<key2>...]] || del [<channel1> [<channel2>...]] || save" +"[<key1>[,<key2>...]] || del [<channel1> [<channel2>...]] || save || sort" msgstr "" msgid "" @@ -7197,6 +7197,7 @@ msgid "" "channel: channel name\n" " key: key for the channel\n" " save: save currently joined channels in the autojoin option\n" +" sort: sort alphabetically channels in the autojoin option\n" "\n" "Examples:\n" " /autojoin add\n" @@ -7205,7 +7206,8 @@ msgid "" " /autojoin addraw #chan1,#chan2,#chan3 key1,key2\n" " /autojoin del\n" " /autojoin del #chan1\n" -" /autojoin save" +" /autojoin save\n" +" /autojoin sort" msgstr "" msgid "ban nicks or hosts" |