summaryrefslogtreecommitdiff
path: root/po/weechat.pot
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-03-16 11:32:51 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-03-16 11:32:51 +0100
commitf856173e1fbe1a283df18f3546ad0d36b838a4dd (patch)
tree96d8c7f77a7ed1c54c4be4e0d63356d589a67103 /po/weechat.pot
parent6f660f243025157655aaff167beeb0770b166e82 (diff)
downloadweechat-f856173e1fbe1a283df18f3546ad0d36b838a4dd.zip
core: add option weechat.look.highlight_prefix (closes #2079)
Diffstat (limited to 'po/weechat.pot')
-rw-r--r--po/weechat.pot10
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 "