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/pt_BR.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/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index b4dd092fb..58355428e 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -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-13 09:26+0100\n" "Last-Translator: Ivan Sichmann Freitas <ivansichfreitas@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1416,6 +1416,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 "" + +#, fuzzy, c-format +msgid "%sError: palette option must be numeric" +msgstr "%sErro: falhou ao salvar as opções para %s" + msgid "Notify level for buffer" msgstr "" |