diff options
author | Nils Görs <weechatter@arcor.de> | 2012-12-01 16:03:20 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-01 16:03:20 +0100 |
commit | 2ae8d81b1f3a7e64e285b0352d764259b2253a4f (patch) | |
tree | 9a3b3bbefa5335637b0360137fc471d256198a94 /po/weechat.pot | |
parent | 638b2e3f1c1d0118c48d8a7557b20c6f2672f358 (diff) | |
download | weechat-2ae8d81b1f3a7e64e285b0352d764259b2253a4f.zip |
core: add color support in options weechat.look.prefix_{action|error|join|network|quit} (task #9555)
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 15b9dc160..6c54e2645 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: 2012-11-27 22:36+0100\n" +"POT-Creation-Date: 2012-12-01 15:15+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" @@ -2033,19 +2033,20 @@ msgid "" "max number of lines for paste without asking user (-1 = disable this feature)" msgstr "" -msgid "prefix for error messages" +msgid "prefix for error messages, colors are allowed with format \"${color}\"" msgstr "" -msgid "prefix for network messages" +msgid "" +"prefix for network messages, colors are allowed with format \"${color}\"" msgstr "" -msgid "prefix for action messages" +msgid "prefix for action messages, colors are allowed with format \"${color}\"" msgstr "" -msgid "prefix for join messages" +msgid "prefix for join messages, colors are allowed with format \"${color}\"" msgstr "" -msgid "prefix for quit messages" +msgid "prefix for quit messages, colors are allowed with format \"${color}\"" msgstr "" msgid "prefix alignment (none, left, right (default))" |