1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

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
This commit is contained in:
Sebastien Helleu
2013-10-20 12:21:09 +02:00
parent 64d01f47fa
commit 7014fbdd60
18 changed files with 172 additions and 84 deletions
+3 -3
View File
@@ -364,17 +364,17 @@
** Werte: 0 .. 2147483647 (Standardwert: `5`)
* [[option_weechat.history.max_buffer_lines_minutes]] *weechat.history.max_buffer_lines_minutes*
** Beschreibung: `Zeitangabe, in Minuten, wie lange die Zeilen im Verlaufsspeicher, pro Buffer, gehalten werden sollen (0 = unbegrenzt, Beispiele: 1440 = einen Tag, 10080 = eine Woche, 43200 = einen Monat, 525600 = ein Jahr)`
** Beschreibung: `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`
** Typ: integer
** Werte: 0 .. 2147483647 (Standardwert: `0`)
* [[option_weechat.history.max_buffer_lines_number]] *weechat.history.max_buffer_lines_number*
** Beschreibung: `maximale Anzahl an Zeilen im Verlaufsspeicher. Dies gilt pro Buffer (0: keine Zeilenbegrenzung)`
** Beschreibung: `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)`
** Typ: integer
** Werte: 0 .. 2147483647 (Standardwert: `4096`)
* [[option_weechat.history.max_commands]] *weechat.history.max_commands*
** Beschreibung: `maximale Anzahl an Befehlen im Verlaufsspeicher (0: kein Begrenzung)`
** Beschreibung: `maximum number of user commands in history (0 = unlimited, NOT RECOMMENDED: no limit in memory usage)`
** Typ: integer
** Werte: 0 .. 2147483647 (Standardwert: `100`)
+3 -3
View File
@@ -364,17 +364,17 @@
** values: 0 .. 2147483647 (default value: `5`)
* [[option_weechat.history.max_buffer_lines_minutes]] *weechat.history.max_buffer_lines_minutes*
** description: `maximum number of minutes in history per buffer (0 = unlimited, examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year)`
** description: `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`
** type: integer
** values: 0 .. 2147483647 (default value: `0`)
* [[option_weechat.history.max_buffer_lines_number]] *weechat.history.max_buffer_lines_number*
** description: `maximum number of lines in history per buffer (0 = unlimited)`
** description: `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)`
** type: integer
** values: 0 .. 2147483647 (default value: `4096`)
* [[option_weechat.history.max_commands]] *weechat.history.max_commands*
** description: `maximum number of user commands in history (0 = unlimited)`
** description: `maximum number of user commands in history (0 = unlimited, NOT RECOMMENDED: no limit in memory usage)`
** type: integer
** values: 0 .. 2147483647 (default value: `100`)
+3 -3
View File
@@ -364,17 +364,17 @@
** valeurs: 0 .. 2147483647 (valeur par défaut: `5`)
* [[option_weechat.history.max_buffer_lines_minutes]] *weechat.history.max_buffer_lines_minutes*
** description: `nombre maximum de minutes dans l'historique par tampon (0 = sans limite, exemples: 1440 = une journée, 10080 = une semaine, 43200 = un mois, 525600 = une année)`
** description: `nombre maximum de minutes dans l'historique par tampon (0 = sans limite); exemples: 1440 = une journée, 10080 = une semaine, 43200 = un mois, 525600 = une année); utilisez 0 SEULEMENT si l'option weechat.history.max_buffer_lines_number n'est pas égale à 0`
** type: entier
** valeurs: 0 .. 2147483647 (valeur par défaut: `0`)
* [[option_weechat.history.max_buffer_lines_number]] *weechat.history.max_buffer_lines_number*
** description: `nombre maximum de lignes dans l'historique par tampon (0 = sans limite)`
** description: `nombre maximum de lignes dans l'historique par tampon (0 = sans limite); utilisez 0 SEULEMENT si l'option weechat.history.max_buffer_lines_minutes n'est PAS égale à 0`
** type: entier
** valeurs: 0 .. 2147483647 (valeur par défaut: `4096`)
* [[option_weechat.history.max_commands]] *weechat.history.max_commands*
** description: `nombre maximum de commandes utilisateur dans l'historique (0 = sans limite)`
** description: `nombre maximum de commandes utilisateur dans l'historique (0 = sans limite, NON RECOMMANDÉ: pas de limite dans l'utilisation mémoire)`
** type: entier
** valeurs: 0 .. 2147483647 (valeur par défaut: `100`)
+3 -3
View File
@@ -364,17 +364,17 @@
** valori: 0 .. 2147483647 (valore predefinito: `5`)
* [[option_weechat.history.max_buffer_lines_minutes]] *weechat.history.max_buffer_lines_minutes*
** descrizione: `numero massimo di minuti nella cronologia per buffer (0 = nessun limite, esempi: 1440 = un giorno, 10000 = una settimana; 43200 = un mese, 525600 = un anno)`
** descrizione: `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`
** tipo: intero
** valori: 0 .. 2147483647 (valore predefinito: `0`)
* [[option_weechat.history.max_buffer_lines_number]] *weechat.history.max_buffer_lines_number*
** descrizione: `numero massimo di righe nella cronologia per buffer (0 = nessun limite)`
** descrizione: `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)`
** tipo: intero
** valori: 0 .. 2147483647 (valore predefinito: `4096`)
* [[option_weechat.history.max_commands]] *weechat.history.max_commands*
** descrizione: `numero massimo di comandi utente nella cronologia (0 = nessun limite)`
** descrizione: `maximum number of user commands in history (0 = unlimited, NOT RECOMMENDED: no limit in memory usage)`
** tipo: intero
** valori: 0 .. 2147483647 (valore predefinito: `100`)
+3 -3
View File
@@ -364,17 +364,17 @@
** 値: 0 .. 2147483647 (デフォルト値: `5`)
* [[option_weechat.history.max_buffer_lines_minutes]] *weechat.history.max_buffer_lines_minutes*
** 説明: `バッファ毎の履歴の保存時間 (分) (0 = 制限無し、例: 1440 = 一日、10080 = 一週間、43200 = 一ヶ月、525600 = 一年間)`
** 説明: `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`
** タイプ: 整数
** 値: 0 .. 2147483647 (デフォルト値: `0`)
* [[option_weechat.history.max_buffer_lines_number]] *weechat.history.max_buffer_lines_number*
** 説明: `バッファ毎の履歴行数 (0 = 制限無し)`
** 説明: `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)`
** タイプ: 整数
** 値: 0 .. 2147483647 (デフォルト値: `4096`)
* [[option_weechat.history.max_commands]] *weechat.history.max_commands*
** 説明: `履歴に保存するユーザコマンド数 (0 = 制限無し)`
** 説明: `maximum number of user commands in history (0 = unlimited, NOT RECOMMENDED: no limit in memory usage)`
** タイプ: 整数
** 値: 0 .. 2147483647 (デフォルト値: `100`)
+12 -5
View File
@@ -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: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3333,14 +3333,21 @@ msgstr ""
#, 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 "maximální počet řádků v historii bufferu (0 = nekonečně)"
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 "maximální počet řádků v historii bufferu (0 = nekonečně)"
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 "maximální počet uživatelských příkazů v historii (0 = nekonečně)"
msgid "maximum number of visited buffers to keep in memory"
+13 -5
View File
@@ -22,7 +22,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: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <weechatter@arcor.de>\n"
@@ -3817,20 +3817,28 @@ msgstr ""
"Wert für die maximale Anzahl der angezeigten Befehle im Verlaufsspeicher, "
"die mittels /history angezeigt werden (0: unbegrenzt)"
#, 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 ""
"Zeitangabe, in Minuten, wie lange die Zeilen im Verlaufsspeicher, pro "
"Buffer, gehalten werden sollen (0 = unbegrenzt, Beispiele: 1440 = einen Tag, "
"10080 = eine Woche, 43200 = einen Monat, 525600 = ein Jahr)"
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 ""
"maximale Anzahl an Zeilen im Verlaufsspeicher. Dies gilt pro Buffer (0: "
"keine Zeilenbegrenzung)"
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 "maximale Anzahl an Befehlen im Verlaufsspeicher (0: kein Begrenzung)"
msgid "maximum number of visited buffers to keep in memory"
+13 -5
View File
@@ -22,7 +22,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: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3528,17 +3528,25 @@ msgstr ""
"número máximo de comandos para mostrar por defecto en el listado del "
"historial (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 en el historial por buffer (0 = ilimitado, "
"ejemplos: 1440 = un día, 10080 = una semana, 43200 = un mes, 525600 = un año)"
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 líneas para cada 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 en el historial (0 = ilimitado)"
msgid "maximum number of visited buffers to keep in memory"
+19 -10
View File
@@ -21,8 +21,8 @@ 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"
"PO-Revision-Date: 2013-10-20 10:58+0200\n"
"POT-Creation-Date: 2013-10-20 12:17+0200\n"
"PO-Revision-Date: 2013-10-20 12:17+0200\n"
"Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -3717,20 +3717,29 @@ msgstr ""
"d'historique (0 = sans limite)"
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 ""
"nombre maximum de minutes dans l'historique par tampon (0 = sans limite, "
"nombre maximum de minutes dans l'historique par tampon (0 = sans limite); "
"exemples: 1440 = une journée, 10080 = une semaine, 43200 = un mois, 525600 = "
"une année)"
"une année); utilisez 0 SEULEMENT si l'option weechat.history."
"max_buffer_lines_number n'est pas égale à 0"
msgid "maximum number of lines in history per buffer (0 = unlimited)"
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 ""
"nombre maximum de lignes dans l'historique par tampon (0 = sans limite)"
"nombre maximum de lignes dans l'historique par tampon (0 = sans limite); "
"utilisez 0 SEULEMENT si l'option weechat.history.max_buffer_lines_minutes "
"n'est PAS égale à 0"
msgid "maximum number of user commands in history (0 = unlimited)"
msgid ""
"maximum number of user commands in history (0 = unlimited, NOT RECOMMENDED: "
"no limit in memory usage)"
msgstr ""
"nombre maximum de commandes utilisateur dans l'historique (0 = sans limite)"
"nombre maximum de commandes utilisateur dans l'historique (0 = sans limite, "
"NON RECOMMANDÉ: pas de limite dans l'utilisation mémoire)"
msgid "maximum number of visited buffers to keep in memory"
msgstr "nombre maximum de tampons visités à garder en mémoire"
+11 -5
View File
@@ -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: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2954,17 +2954,23 @@ msgstr ""
#, 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 ""
"felhasználói parancsok maximális száma az előzményekben (0 = korlátlan)"
#, fuzzy
msgid "maximum number of lines in history per buffer (0 = unlimited)"
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 ""
"felhasználói parancsok maximális száma az előzményekben (0 = korlátlan)"
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 ""
"felhasználói parancsok maximális száma az előzményekben (0 = korlátlan)"
+13 -5
View File
@@ -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"
+13 -5
View File
@@ -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:25+0200\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/WeeChat>\n"
@@ -3567,17 +3567,25 @@ msgid ""
msgstr ""
"履歴をリストアップする際にデフォルトで表示するコマンドの最大数 (0 = 制限無し)"
#, 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 ""
"バッファ毎の履歴の保存時間 (分) (0 = 制限無し、例: 1440 = 一日、10080 = 一週"
"間、43200 = 一ヶ月、525600 = 一年間)"
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 "バッファ毎の履歴行数 (0 = 制限無し)"
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 "履歴に保存するユーザコマンド数 (0 = 制限無し)"
msgid "maximum number of visited buffers to keep in memory"
+13 -5
View File
@@ -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-08 11:25+0200\n"
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3655,17 +3655,25 @@ msgstr ""
"maksymalna ilość komend domyślnie wyświetlanych w listingu historii (0 = bez "
"ograniczeń)"
#, 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 ""
"maksymalna ilość minut w historii każdego bufora (0 = bez ograniczeń, "
"przykłady: 1440 = dzień, 10080 = tydzień, 43200 = miesiąc, 525600 = rok)"
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 "maksymalna ilość linii w historii każdego bufora (0 = bez ograniczeń)"
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 "maksymalna ilość komend użytkownika w historii (0 = bez ograniczeń)"
msgid "maximum number of visited buffers to keep in memory"
+13 -5
View File
@@ -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"
+11 -5
View File
@@ -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-08 11:25+0200\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2985,15 +2985,21 @@ msgstr ""
#, 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 "максимальное количество команд в истории (0 = не ограничено)"
#, fuzzy
msgid "maximum number of lines in history per buffer (0 = unlimited)"
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 "максимальное количество команд в истории (0 = не ограничено)"
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 "максимальное количество команд в истории (0 = не ограничено)"
#, fuzzy
+10 -5
View File
@@ -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-06 12:40+0200\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2632,14 +2632,19 @@ msgid ""
msgstr ""
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 ""
msgid "maximum number of lines in history per buffer (0 = unlimited)"
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 ""
msgid "maximum number of user commands in history (0 = unlimited)"
msgid ""
"maximum number of user commands in history (0 = unlimited, NOT RECOMMENDED: "
"no limit in memory usage)"
msgstr ""
msgid "maximum number of visited buffers to keep in memory"
+10 -5
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\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-02-14 18:20+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2636,14 +2636,19 @@ msgid ""
msgstr ""
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 ""
msgid "maximum number of lines in history per buffer (0 = unlimited)"
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 ""
msgid "maximum number of user commands in history (0 = unlimited)"
msgid ""
"maximum number of user commands in history (0 = unlimited, NOT RECOMMENDED: "
"no limit in memory usage)"
msgstr ""
msgid "maximum number of visited buffers to keep in memory"
+6 -4
View File
@@ -3054,20 +3054,22 @@ config_weechat_init_options ()
weechat_config_file, ptr_section,
"max_buffer_lines_minutes", "integer",
N_("maximum number of minutes in history per buffer "
"(0 = unlimited, examples: 1440 = one day, 10080 = one week, "
"43200 = one month, 525600 = one year)"),
"(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"),
NULL, 0, INT_MAX, "0", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
config_history_max_buffer_lines_number = config_file_new_option (
weechat_config_file, ptr_section,
"max_buffer_lines_number", "integer",
N_("maximum number of lines in history per buffer "
"(0 = unlimited)"),
"(0 = unlimited); use 0 ONLY if option "
"weechat.history.max_buffer_lines_minutes is NOT set to 0)"),
NULL, 0, INT_MAX, "4096", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
config_history_max_commands = config_file_new_option (
weechat_config_file, ptr_section,
"max_commands", "integer",
N_("maximum number of user commands in history (0 = "
"unlimited)"),
"unlimited, NOT RECOMMENDED: no limit in memory usage)"),
NULL, 0, INT_MAX, "100", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
config_history_max_visited_buffers = config_file_new_option (
weechat_config_file, ptr_section,