diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-25 09:39:59 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-25 09:39:59 +0200 |
commit | 03b6b4c1cf77f1fccb92295c4528406245382c69 (patch) | |
tree | de390f78d7132a9b6aef4c5eaca39ca259486124 /po/weechat.pot | |
parent | 73f2c2c48833568f0eb21b73ca8fed5603643d93 (diff) | |
download | weechat-03b6b4c1cf77f1fccb92295c4528406245382c69.zip |
core: display day change message dynamically (do not store it as a line in buffer) (task #12775)
Changes in options:
- rename option weechat.look.day_change_time_format to weechat.look.day_change_message
(color codes are allowed in this option)
- new option weechat.color.chat_day_change.
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 91c579744..d4252a56c 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-08-21 11:15+0200\n" +"POT-Creation-Date: 2013-08-23 16:15+0200\n" "PO-Revision-Date: 2013-02-14 18:20+0100\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1907,10 +1907,6 @@ msgid "" "proxy)" msgstr "" -#, c-format -msgid "\t\tDay changed to %s" -msgstr "" - msgid "debug level for plugin (\"core\" for WeeChat core)" msgstr "" @@ -2059,8 +2055,8 @@ msgid "display special message when day changes" msgstr "" msgid "" -"time format for date displayed when day changed (see man strftime for date/" -"time specifiers)" +"message displayed when the day has changed (see man strftime for date/time " +"specifiers) (note: content is evaluated, see /help eval)" msgstr "" msgid "" @@ -2370,6 +2366,9 @@ msgstr "" msgid "text color for channel names" msgstr "" +msgid "text color for message displayed when the day has changed" +msgstr "" + msgid "text color for delimiters" msgstr "" |