diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-11-23 21:31:22 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-11-23 21:31:22 +0100 |
commit | 53b8cdfef328017b08bc575854d5f6a5ad6ef1d3 (patch) | |
tree | 674e9f63a467b127e0ee6b284925a653afc0f791 /po/it.po | |
parent | 777f977ea516bbf367c01deb7db4120ec70d5839 (diff) | |
download | weechat-53b8cdfef328017b08bc575854d5f6a5ad6ef1d3.zip |
irc: add support of tags in messages, add support of "server-time" capability (task #12255)
For a server called "znc" in WeeChat, following command will enable the
"server-time" capability:
/set irc.server.znc.capabilities "znc.in/server-time"
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.0-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-11-04 11:49+0100\n" +"POT-Creation-Date: 2012-11-23 20:19+0100\n" "PO-Revision-Date: 2012-09-29 11:42+0200\n" "Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -6540,8 +6540,10 @@ msgid "\"message\": IRC message, \"server\": server name (optional)" msgstr "\"message\": messaggio IRC, \"server\": nome server (opzionale)" #. TRANSLATORS: please do not translate key names (enclosed by quotes) +#, fuzzy msgid "" -"\"nick\": nick, \"host\": host, \"command\": command, \"channel\": channel, " +"\"tags\": tags, \"message_without_tags\": message without the tags, \"nick" +"\": nick, \"host\": host, \"command\": command, \"channel\": channel, " "\"arguments\": arguments (includes channel)" msgstr "" "\"nick\": nick, \"host\": nome host, \"command\": comando, \"channel\": " |