diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-02 23:00:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-02 23:00:26 +0200 |
commit | 465456841381b58788a03e6d96fbfeeb8d3fe620 (patch) | |
tree | 03464dae8743c8facaad1f0ccea7bc3a8afcdd25 /po/ru.po | |
parent | c070481d0b0ef297b70ba09bf64ad1a2df1b3f94 (diff) | |
download | weechat-465456841381b58788a03e6d96fbfeeb8d3fe620.zip |
irc: add option irc.look.nick_color_hash: hash algorithm to find nick color (patch #8062)
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 22 |
1 files changed, 14 insertions, 8 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-05-30 07:59+0200\n" +"POT-Creation-Date: 2013-06-02 10:52+0200\n" "PO-Revision-Date: 2013-05-20 16:55+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -383,11 +383,11 @@ msgid "color" msgstr "цвет чата" msgid "" -"a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)" -"green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal " -"color number or an alias; attributes are allowed before color (for text " -"color only, not background): \"*\" for bold, \"!\" for reverse, \"_\" for " -"underline" +"a WeeChat color name (default, black, (dark)gray, white, (light)red, " +"(light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a " +"terminal color number or an alias; attributes are allowed before color (for " +"text color only, not background): \"*\" for bold, \"!\" for reverse, \"_\" " +"for underline" msgstr "" "название цвета WeeChat (default, black, (dark)gray, white, (light)red, " "(light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), код " @@ -2217,8 +2217,8 @@ msgid "" "regular expression used to check if a message has highlight or not, at least " "one match in string must be surrounded by word chars (alphanumeric, \"-\", " "\"_\" or \"|\"), regular expression is case insensitive (use \"(?-i)\" at " -"beginning to make it case sensitive), examples: \"flashcode|flashy\", \"(?-i)" -"FlashCode|flashy\"" +"beginning to make it case sensitive), examples: \"flashcode|flashy\", \"(?-" +"i)FlashCode|flashy\"" msgstr "" #, fuzzy @@ -5549,6 +5549,12 @@ msgid "" msgstr "" msgid "" +"hash algorithm used to find the color for a nick: djb2 = variant of djb2 " +"(position of letters matters: anagrams of a nick have different color), sum " +"= sum of letters" +msgstr "" + +msgid "" "chars used to stop in nick when computing color with letters of nick (at " "least one char outside this list must be in string before stopping) " "(example: nick \"|nick|away\" with \"|\" in chars will return color of nick " |