diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-25 21:28:14 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-25 21:28:14 +0100 |
commit | e92079cfe9c2ad89cf4c9f7d2ce146f4393cb9f4 (patch) | |
tree | 09343bd04a8c939351237d3babdcf0b05f0a0eb4 /po/ru.po | |
parent | 8b9abab711ccdccceafcbea351b8bef0d23b8ecd (diff) | |
download | weechat-e92079cfe9c2ad89cf4c9f7d2ce146f4393cb9f4.zip |
Add new option weechat.look.highlight_regex and function string_has_highlight_regex in plugin API (task #10321)
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.4-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-11-18 18:24+0100\n" +"POT-Creation-Date: 2010-11-25 14:41+0100\n" "PO-Revision-Date: 2010-11-05 17:17+0100\n" "Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1666,6 +1666,13 @@ msgstr "" "могут начинаться или кончаться \"*\" для неполного соответствия)" 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 sensitive, example: \"FlashCode|" +"flashy\"" +msgstr "" + +msgid "" "char used to draw horizontal lines, note that empty value will draw a real " "line with ncurses, but may cause bugs with URL selection under some terminals" msgstr "" |