diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-20 12:21:09 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-20 12:21:09 +0200 |
commit | 7014fbdd60a0f44cb43590c2d0406ef6228d671b (patch) | |
tree | a4d00eeefedd3304e5a842af9d22e8d07de2b1cf /po/pt_BR.po | |
parent | 64d01f47fa23383090132503992b38144b959ddf (diff) | |
download | weechat-7014fbdd60a0f44cb43590c2d0406ef6228d671b.zip |
core: add warning about value 0 in help of some history options
Options affected:
- weechat.history.max_buffer_lines_minutes
- weechat.history.max_buffer_lines_number
- weechat.history.max_commands
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index b73e52e43..282107ead 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: 2013-10-20 09:56+0200\n" +"POT-Creation-Date: 2013-10-20 12:17+0200\n" "PO-Revision-Date: 2013-10-06 12:40+0200\n" "Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3423,17 +3423,25 @@ msgstr "" "número máximo de comandos para mostrar por padrão na listagem de histórico " "(0 = ilimitado)" +#, fuzzy msgid "" -"maximum number of minutes in history per buffer (0 = unlimited, examples: " -"1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year)" +"maximum number of minutes in history per buffer (0 = unlimited); examples: " +"1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year); use " +"0 ONLY if option weechat.history.max_buffer_lines_number is NOT set to 0" msgstr "" "número máximo de minutos no histórico por buffer (0 = ilimitado, exemplos: " "1440 = um dia, 10080 = uma semana, 43200 = um mês, 525600 = um ano)" -msgid "maximum number of lines in history per buffer (0 = unlimited)" +#, fuzzy +msgid "" +"maximum number of lines in history per buffer (0 = unlimited); use 0 ONLY if " +"option weechat.history.max_buffer_lines_minutes is NOT set to 0)" msgstr "número máximo de linhas no histórico por buffer (0 = ilimitado)" -msgid "maximum number of user commands in history (0 = unlimited)" +#, fuzzy +msgid "" +"maximum number of user commands in history (0 = unlimited, NOT RECOMMENDED: " +"no limit in memory usage)" msgstr "número máximo de comandos de usuário no histórico (0 = ilimitado)" msgid "maximum number of visited buffers to keep in memory" |