diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-01 17:02:51 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-01 17:02:51 +0200 |
commit | b127bed0fc686be3e00c5709660cda225885fb48 (patch) | |
tree | 6777e1caff447007e0993613d2d2fd5fcefb50ee /po/it.po | |
parent | 66d79e2d23ef121b8929930f30278979f333ef3e (diff) | |
download | weechat-b127bed0fc686be3e00c5709660cda225885fb48.zip |
irc: add option `buffer` in command `/autojoin sort` (closes #1876)
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: 2023-04-27 22:53+0200\n" +"POT-Creation-Date: 2023-05-01 16:57+0200\n" "PO-Revision-Date: 2023-03-25 21:13+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7582,7 +7582,7 @@ msgstr "opzioni di configurazione" msgid "" "add [<channel1> [<channel2>...]] || addraw <channel1>[,<channel2>...] " "[<key1>[,<key2>...]] || del [<channel1> [<channel2>...]] || apply || join || " -"sort" +"sort [buffer]" msgstr "" msgid "" @@ -7598,6 +7598,7 @@ msgid "" " 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" +" buffer: sort channels by order of buffers in the autojoin option\n" "\n" "Examples:\n" " /autojoin add\n" @@ -7609,7 +7610,8 @@ msgid "" " /autojoin del #chan1\n" " /autojoin apply\n" " /autojoin join\n" -" /autojoin sort" +" /autojoin sort\n" +" /autojoin sort buffer" msgstr "" msgid "ban nicks or hosts" |