diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-06-18 10:40:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-06-18 10:40:04 +0200 |
commit | 21ca625f10728d69ab63318887f8bd79d68a8312 (patch) | |
tree | a90dba5adfebbb3640ead6cf22c0a959eaae6297 /po/it.po | |
parent | 9644df21ad845bbfbdeb83f618239d1e17f750c9 (diff) | |
download | weechat-21ca625f10728d69ab63318887f8bd79d68a8312.zip |
irc: update translations
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-05-27 22:21+0200\n" +"POT-Creation-Date: 2022-06-18 10:06+0200\n" "PO-Revision-Date: 2022-04-24 10:20+0200\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7251,7 +7251,7 @@ msgstr "opzioni di configurazione" msgid "" "add [<channel1> [<channel2>...]] || addraw <channel1>[,<channel2>...] " -"[<key1>[,<key2>...]] || del [<channel1> [<channel2>...]] || save || sort" +"[<key1>[,<key2>...]] || del [<channel1> [<channel2>...]] || apply || sort" msgstr "" msgid "" @@ -7264,17 +7264,18 @@ msgid "" "option\n" "channel: channel name\n" " key: key for the channel\n" -" save: save currently joined channels in the autojoin option\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 save\n" +" /autojoin apply\n" " /autojoin sort" msgstr "" |