diff options
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 4d0669ed5..f8c5a4f4d 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2024-03-16 09:38+0100\n" +"POT-Creation-Date: 2024-03-16 09:48+0100\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3832,7 +3832,8 @@ msgid "" "util_strftimeval in Plugin API reference) (note: content is evaluated, so " "you can use colors with format \"${color:xxx}\", see /help eval); variable " "\"${highlight}\" can be used in a condition to have a format specific to " -"lines with highlight; for example time using grayscale: " +"lines with highlight (see also option weechat.look.highlight_prefix); for " +"example time using grayscale: " "\"${color:252}%H${color:243}%M${color:237}%S\", the same with milliseconds: " "\"${color:252}%H${color:243}%M${color:237}%S.%.3\", red background in case " "of highlight: \"${if:${highlight}?${color:,red}}%H:%M:%S\", red background " @@ -3978,6 +3979,11 @@ msgid "" msgstr "" msgid "" +"use a specific color for prefix of line in case of highlight (see also " +"option weechat.look.buffer_time_format)" +msgstr "" + +msgid "" "POSIX extended regular expression used to check if a message has highlight " "or not, at least one match in string must be surrounded by delimiters (chars " "different from: alphanumeric, \"-\", \"_\" and \"|\"), regular expression is " |