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/it.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/it.po')
-rw-r--r-- | po/it.po | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -20,7 +20,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-08 11:24+0200\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3627,19 +3627,27 @@ msgstr "" "numero massimo predefinito di comandi da visualizzare nella cronologia (0 = " "nessun limite)" +#, 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 "" "numero massimo di minuti nella cronologia per buffer (0 = nessun limite, " "esempi: 1440 = un giorno, 10000 = una settimana; 43200 = un mese, 525600 = " "un anno)" -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 "" "numero massimo di righe nella cronologia per buffer (0 = nessun limite)" -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 "numero massimo di comandi utente nella cronologia (0 = nessun limite)" msgid "maximum number of visited buffers to keep in memory" |