diff options
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 3c506adec..a89d8114e 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -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: 2024-02-17 10:07+0100\n" "Last-Translator: Érico Nogueira <ericonr@disroot.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4338,7 +4338,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 " @@ -4527,6 +4528,11 @@ msgstr "" "de palavra (alfanumérico, \"-\", \"_\" ou \"|\"), expressões regulares levam " "em conta maiúscula/minúscula, exemplo: \"FlashCode|flashy\"" +msgid "" +"use a specific color for prefix of line in case of highlight (see also " +"option weechat.look.buffer_time_format)" +msgstr "" + #, fuzzy msgid "" "POSIX extended regular expression used to check if a message has highlight " |