From 15218ed294af2c1d0657e475539395e7862fd32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 14 Aug 2015 21:25:27 +0200 Subject: irc: add option irc.network.channel_encode (issue #218, issue #482) This is a workaround (disabled by default) to join and chat on ISO encoded channels (or another charset different from UTF-8). This option may be removed in future if a better solution is implemented. --- po/ru.po | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'po/ru.po') diff --git a/po/ru.po b/po/ru.po index eeaa64984..6ed4541fb 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-08-11 22:24+0200\n" +"POT-Creation-Date: 2015-08-14 21:16+0200\n" "PO-Revision-Date: 2015-07-26 09:42+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -6891,6 +6891,13 @@ msgid "" "knows the host for the nick" msgstr "" +msgid "" +"decode/encode channel name inside messages using charset options (like it " +"was done in WeeChat <= 1.2); it is recommended to keep that off if you use " +"only UTF-8 in channel names; you can enable this option if you are using an " +"exotic charset like ISO in channel names" +msgstr "" + msgid "when off, colors codes are ignored in incoming messages" msgstr "когда выключено, цвета в исходящих сообщениях игнорируются" @@ -7060,8 +7067,11 @@ msgid "" "\"tags\": tags, \"message_without_tags\": message without the tags, \"nick" "\": nick, \"host\": host, \"command\": command, \"channel\": channel, " "\"arguments\": arguments (includes channel), \"text\": text (for example " -"user message), \"pos_text\": index of text in message (\"-1\" if no text " -"found)" +"user message), \"pos_command\": index of \"command\" message (\"-1\" if " +"\"command\" was not found), \"pos_arguments\": index of \"arguments\" " +"message (\"-1\" if \"arguments\" was not found), \"pos_channel\": index of " +"\"channel\" message (\"-1\" if \"channel\" was not found), \"pos_text\": " +"index of \"text\" message (\"-1\" if \"text\" was not found)" msgstr "" msgid "split an IRC message (to fit in 512 bytes)" -- cgit v1.2.3