diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-20 10:13:37 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-20 10:13:37 +0100 |
commit | cd7a02bec5ce87e8e1aa26b9fffc3caa0cda8ae8 (patch) | |
tree | 3b662ba9fec186745e48b24b4663555320f93575 /po/ru.po | |
parent | e80d6b93a557446a42bf5eb5826798be12c046f0 (diff) | |
download | weechat-cd7a02bec5ce87e8e1aa26b9fffc3caa0cda8ae8.zip |
Add 256 colors support
Changes:
- new section "palette" in weechat.conf
- new API functions: list_search_pos and list_casesearch_pos
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 13 |
1 files changed, 12 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-12-17 12:25+0100\n" +"POT-Creation-Date: 2010-12-20 09:52+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" @@ -1594,6 +1594,17 @@ msgstr "Дата сменилась на %s\n" msgid "debug level for plugin (\"core\" for WeeChat core)" msgstr "" +msgid "" +"custom color in palette, format is: \"alias;fg,bg;r/g/b\" where alias is " +"color name, fg,bg is \"foreground,background\" (example: \"200,-1\"), r/g/b " +"is redefinition of color (terminal must support it) (everything is optional " +"in this format)" +msgstr "" + +#, fuzzy, c-format +msgid "%sError: palette option must be numeric" +msgstr "%s не могу сохранить конфигурационный файл pluginов\n" + #, fuzzy msgid "Notify level for buffer" msgstr "не найдено имя канала для буфера" |