diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-14 21:25:27 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-14 21:25:27 +0200 |
commit | 15218ed294af2c1d0657e475539395e7862fd32c (patch) | |
tree | 0b8f3e3bf8e30b0e1dec85ab611453a15c63efcd /po/ru.po | |
parent | be3025f5699110c675951e5d4b50b1b5f1d54325 (diff) | |
download | weechat-15218ed294af2c1d0657e475539395e7862fd32c.zip |
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.
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -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 <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\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)" |