diff options
author | Simmo Saan <simmo.saan@gmail.com> | 2019-04-13 14:45:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-04-13 14:45:53 +0200 |
commit | 97e90469187d1a03d8abbb636f0c30f40d07c713 (patch) | |
tree | e6e3961dbb5f51a02c7674a0f45245897ed86375 /po/pt_BR.po | |
parent | 63c992922cb386b203680b05d4f1d24ed3442bca (diff) | |
download | weechat-97e90469187d1a03d8abbb636f0c30f40d07c713.zip |
core: add option weechat.look.buffer_time_same (closes #1127)
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index abe5322a0..71612a3d9 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: 2019-04-13 13:45+0200\n" +"POT-Creation-Date: 2019-04-13 14:42+0200\n" "PO-Revision-Date: 2019-03-11 21:10+0100\n" "Last-Translator: Eduardo Elias <camponez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3230,6 +3230,18 @@ msgstr "" "de tempo usando escala de cinza (requer suporte à 256 cores): " "\"${color:252}%H${color:245}$M${color:240}%S\"" +#. TRANSLATORS: string "${color:xxx}" must NOT be translated +#, fuzzy +msgid "" +"time displayed for a message with same time as previous message: use a space " +"\" \" to hide time, another string to display this string instead of time, " +"or an empty string to disable feature (always display time) (note: content " +"is evaluated, so you can use colors with format \"${color:xxx}\", see /help " +"eval)" +msgstr "" +"formato de tempo para o item de barra \"time\" (veja man strftime para " +"especificadores de data/tempo)" + msgid "" "force \"bold\" attribute for light colors and \"darkgray\" in basic colors " "(this option is disabled by default: bold is used only if terminal has less " |