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/weechat.pot | |
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/weechat.pot')
-rw-r--r-- | po/weechat.pot | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 54f5eef6c..1cf124a12 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\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: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1355,6 +1355,17 @@ msgstr "" 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 "" + +#, c-format +msgid "%sError: palette option must be numeric" +msgstr "" + msgid "Notify level for buffer" msgstr "" |