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/ja.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/ja.po')
-rw-r--r-- | po/ja.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: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/WeeChat>\n" @@ -6390,8 +6390,10 @@ msgid "\"message\": IRC message, \"server\": server name (optional)" msgstr "\"message\": IRC メッセージ、\"server\": サーバ名 (オプション)" #. 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\": ニックネーム、\"host\": ホスト名、\"command\": コマンド、\"channel" |