From 5ef4ecb5ab97bd763c396af749ddc9410e6516f6 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 1 Oct 2010 08:05:38 +0200 Subject: [PATCH] Add missing tag "no_log" in /help filter --- doc/de/autogen/user/weechat_commands.txt | 54 ++++++++++---------- doc/en/autogen/user/weechat_commands.txt | 2 +- doc/fr/autogen/user/weechat_commands.txt | 2 +- doc/it/autogen/user/weechat_commands.txt | 63 ++++++++++++------------ po/cs.po | 4 +- po/de.po | 5 +- po/es.po | 4 +- po/fr.po | 8 +-- po/hu.po | 4 +- po/it.po | 5 +- po/pl.po | 4 +- po/ru.po | 4 +- po/weechat.pot | 4 +- src/core/wee-command.c | 2 +- 14 files changed, 83 insertions(+), 82 deletions(-) diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index dee4c457b..657b4a406 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -127,42 +127,42 @@ ........................................ Filterfunktion um Nachrichten in Buffern zu verbergen oder anzuzeigen, dazu können Tags oder regulären Ausdrücken verwendet werden - list: alle Filter auflisten - enable: aktiviert den Filter (Filter sind standardmäßig aktiviert) - disable: deaktiviert den Filter - toggle: Filterfunktion ein-/ausschalten - name: Name für den Filter - add: fügt einen Filter hinzu - del: entfernt einen Filter - -all: entfernt alle Filter - plugin.buffer: Erweiterung und Buffer in denen die Filterfunktion aktiviert ist ("*" betrifft alle Buffer) - tags: durch Kommata getrennte Liste mit Tags, Beispiel: "irc_join,irc_part,irc_quit" - regex: regulärer Ausdruck um in einer Zeile zu suchen - - das Präfix wird mittels '\t' von der Nachricht getrennt. Sonderzeichen wie '|' müssen mit einer Escapesequenz : '\|' eingebunden werden) - - wird ein regulärer Ausdruck mit '!' eingeleitet dann wird das übereinstimmende Ergebnis umgekehrt (nutze '\!' um mit '!' zu beginnen) - Hinweis: Es werden zwei reguläre Ausdrücke erstellt. Der erste für den Präfix und der zweite für die Nachricht + list: list all filters + enable: enable filters (filters are enabled by default) + disable: disable filters + toggle: toggle filters + name: filter name + add: add a filter + del: delete a filter + -all: delete all filters + plugin.buffer: plugin and buffer where filter is active ("*" for all buffers) + tags: comma separated list of tags, for example: "irc_join,irc_part,irc_quit" + regex: regular expression to search in line + - use '\t' to separate prefix from message, special chars like '|' must be escaped: '\|' + - if regex starts with '!', then matching result is reversed (use '\!' to start with '!') + note: two regex are created: one for prefix and one for message - Die Tastenvoreinstellung alt+'=' schaltet die Filterfunktion an/aus. + The default key alt+'=' toggles filtering on/off. - Die am häufigsten gebrauchten Tags lauten: - no_filter, no_highlight, log0..log9 (log level), + Tags most commonly used: + no_filter, no_highlight, no_log, log0..log9 (log level), notify_message, notify_private, notify_highlight, - irc_xxx (xxx ist durch einen IRC Befehl oder die IRC Nummer zu ersetzen, siehe /server raw), irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info. + irc_xxx (xxx is command name or number, see /server raw), irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info. - Beispiele: - aktiviert einen einfachen IRC Filter für join/part/quit Nachrichten: + Examples: + use IRC smart filter for join/part/quit messages: /filter add irc_smart * irc_smart_filter * - filtert alle IRC join/part/quit Nachrichten: + filter all IRC join/part/quit messages: /filter add joinquit * irc_join,irc_part,irc_quit * - filtert Nicks wenn diese den Channel betreten oder durch den Befehl "/names:" angezeigt werden: + filter nicks displayed when joining channels or with /names: /filter add nicks * irc_366 * - filtert Nick "toto" im IRC Channel #weechat: + filter nick "toto" on IRC channel #weechat: /filter add toto irc.freenode.#weechat * toto\t - nur der Nick "tutu" wird im IRC Channel #test angezeigt: - /filter add tutu irc.freenode.#test * !tutu\t - filtert Zeilen die das Wort "spam" enthalten: + keep only nick "titi" on IRC channel #test: + /filter add titi irc.freenode.#test * !titi\t + filter lines containing word "spam": /filter add filterspam * * spam - filtert Zeilen die "weechat sucks" im IRC Channel #weechat enthalten: + filter lines containing "weechat sucks" on IRC channel #weechat: /filter add sucks irc.freenode.#weechat * weechat sucks ........................................ diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 1bb84abeb..fe6ea841a 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -145,7 +145,7 @@ The default key alt+'=' toggles filtering on/off. Tags most commonly used: - no_filter, no_highlight, log0..log9 (log level), + no_filter, no_highlight, no_log, log0..log9 (log level), notify_message, notify_private, notify_highlight, irc_xxx (xxx is command name or number, see /server raw), irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info. diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index 06bba9f60..f304905fa 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -145,7 +145,7 @@ La touche par défaut alt+'=' active/désactive le filtrage. Les tags les plus couramment utilisés: - no_filter, no_highlight, log0..log9 (niveau de log), + no_filter, no_highlight, no_log, log0..log9 (niveau de log), notify_message, notify_private, notify_highlight, irc_xxx (xxx est un nom de commande ou nombre, voir /server raw), irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info. diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index d7d45dc8f..758da8503 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -127,44 +127,43 @@ ........................................ filtra messaggi nei buffer, per nascondere/mostrare in base a tag o regexp - list: elenca tutti i filtri - enable: abilita filtri (i filtri sono abilitati di default) - disable: disabilita filtri - toggle: abilita/disabilita filtri - nome: nome del filtro - add: aggiunge un filtro - del: elimina un filtro - -all: elimina tutti i filtri - plugin.buffer: plugin e buffer in cui il filtro è attivo ("*" per tutti i buffer) - tag: elenco di tag separati da virgole, per esempio: "irc_join,irc_part,irc_quit" - regex: espressione regolare da cercare nella riga - - utilizzare ' ' per separare il prefisso dal messaggio, caratteri speciali come "|" devono essere preceduti dal carattere escape: '\|') - - se l'espressione regolare inizia con '!', il risultato corrispondente viene invertito (usare '\!' per iniziare con '!') + list: list all filters + enable: enable filters (filters are enabled by default) + disable: disable filters + toggle: toggle filters + name: filter name + add: add a filter + del: delete a filter + -all: delete all filters + plugin.buffer: plugin and buffer where filter is active ("*" for all buffers) + tags: comma separated list of tags, for example: "irc_join,irc_part,irc_quit" + regex: regular expression to search in line + - use '\t' to separate prefix from message, special chars like '|' must be escaped: '\|' + - if regex starts with '!', then matching result is reversed (use '\!' to start with '!') + note: two regex are created: one for prefix and one for message - nota: vengono create due espressioni regolari: una per il prefisso e l'altra per il messaggio + The default key alt+'=' toggles filtering on/off. - Il tasto predefinito alt+'=' abilita/disabilita il filtro. - - Tag utilizzati di frequente: - no_filter, no_highlight, log0..log9 (livello di log), + Tags most commonly used: + no_filter, no_highlight, no_log, log0..log9 (log level), notify_message, notify_private, notify_highlight, - irc_xxx (xxx è il nome comando o il numero, consultare /server raw), irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info. + irc_xxx (xxx is command name or number, see /server raw), irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info. - Esempi: - usa il filtro intelligente IRC per i messaggi di entrata/uscita/abbandono: - /filter add irc_smart * irc_smart_filter * - filtra tutti i messaggi entrata/uscita/abbandono di IRC: - /filter add joinquit * irc_join,irc_part,irc_quit * - filtra i nick visualizzati all'ingresso in un canale o con /names: + Examples: + use IRC smart filter for join/part/quit messages: + /filter add irc_smart * irc_smart_filter * + filter all IRC join/part/quit messages: + /filter add joinquit * irc_join,irc_part,irc_quit * + filter nicks displayed when joining channels or with /names: /filter add nicks * irc_366 * - filtra il nick "tizio" sul canale IRC #weechat - /filter add tizio irc.freenode.#esempio * tizio\t - filtra solo il nick "caio" sul canale IRC #test: - /filter add caio irc.freenode.#test * !caio\t - filtra le righe contententi la parola "spam": + filter nick "toto" on IRC channel #weechat: + /filter add toto irc.freenode.#weechat * toto\t + keep only nick "titi" on IRC channel #test: + /filter add titi irc.freenode.#test * !titi\t + filter lines containing word "spam": /filter add filterspam * * spam - filtra le righe contententi "weechat fa schifo" sul canale IRC #weechat: - /filter add schifo irc.freenode.#weechat * weechat fa schifo + filter lines containing "weechat sucks" on IRC channel #weechat: + /filter add sucks irc.freenode.#weechat * weechat sucks ........................................ • *`/help`* `[comando | opzione]`:: diff --git a/po/cs.po b/po/cs.po index eb78478ec..472f712b9 100644 --- a/po/cs.po +++ b/po/cs.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.4-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-09-28 10:52+0200\n" +"POT-Creation-Date: 2010-10-01 08:04+0200\n" "PO-Revision-Date: 2010-08-07 10:46+0200\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" @@ -1072,7 +1072,7 @@ msgid "" "The default key alt+'=' toggles filtering on/off.\n" "\n" "Tags most commonly used:\n" -" no_filter, no_highlight, log0..log9 (log level),\n" +" no_filter, no_highlight, no_log, log0..log9 (log level),\n" " notify_message, notify_private, notify_highlight,\n" " irc_xxx (xxx is command name or number, see /server raw), irc_numeric, " "irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, " diff --git a/po/de.po b/po/de.po index 7817f61f5..52d51a844 100644 --- a/po/de.po +++ b/po/de.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.4-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-09-28 10:52+0200\n" +"POT-Creation-Date: 2010-10-01 08:04+0200\n" "PO-Revision-Date: 2010-09-28 09:34+0200\n" "Last-Translator: Nils G.\n" "Language-Team: weechat-dev \n" @@ -1066,6 +1066,7 @@ msgstr "" "[list] | [enable|disable|toggle [name]] | [add name plugin.buffer tags " "regex] | [del name|-all]" +#, fuzzy msgid "" " list: list all filters\n" " enable: enable filters (filters are enabled by default)\n" @@ -1090,7 +1091,7 @@ msgid "" "The default key alt+'=' toggles filtering on/off.\n" "\n" "Tags most commonly used:\n" -" no_filter, no_highlight, log0..log9 (log level),\n" +" no_filter, no_highlight, no_log, log0..log9 (log level),\n" " notify_message, notify_private, notify_highlight,\n" " irc_xxx (xxx is command name or number, see /server raw), irc_numeric, " "irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, " diff --git a/po/es.po b/po/es.po index f3f9ddf3f..064008e25 100644 --- a/po/es.po +++ b/po/es.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.4-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-09-28 10:52+0200\n" +"POT-Creation-Date: 2010-10-01 08:04+0200\n" "PO-Revision-Date: 2010-08-07 10:46+0200\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -1078,7 +1078,7 @@ msgid "" "The default key alt+'=' toggles filtering on/off.\n" "\n" "Tags most commonly used:\n" -" no_filter, no_highlight, log0..log9 (log level),\n" +" no_filter, no_highlight, no_log, log0..log9 (log level),\n" " notify_message, notify_private, notify_highlight,\n" " irc_xxx (xxx is command name or number, see /server raw), irc_numeric, " "irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, " diff --git a/po/fr.po b/po/fr.po index 48d5a3cab..52b0563f3 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.4-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-09-28 10:52+0200\n" -"PO-Revision-Date: 2010-09-28 10:53+0200\n" +"POT-Creation-Date: 2010-10-01 08:04+0200\n" +"PO-Revision-Date: 2010-10-01 08:04+0200\n" "Last-Translator: Sebastien Helleu \n" "Language-Team: weechat-dev \n" "Language: French\n" @@ -1079,7 +1079,7 @@ msgid "" "The default key alt+'=' toggles filtering on/off.\n" "\n" "Tags most commonly used:\n" -" no_filter, no_highlight, log0..log9 (log level),\n" +" no_filter, no_highlight, no_log, log0..log9 (log level),\n" " notify_message, notify_private, notify_highlight,\n" " irc_xxx (xxx is command name or number, see /server raw), irc_numeric, " "irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, " @@ -1124,7 +1124,7 @@ msgstr "" "La touche par défaut alt+'=' active/désactive le filtrage.\n" "\n" "Les tags les plus couramment utilisés:\n" -" no_filter, no_highlight, log0..log9 (niveau de log),\n" +" no_filter, no_highlight, no_log, log0..log9 (niveau de log),\n" " notify_message, notify_private, notify_highlight,\n" " irc_xxx (xxx est un nom de commande ou nombre, voir /server raw), " "irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, " diff --git a/po/hu.po b/po/hu.po index 58b378231..19613e406 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.4-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-09-28 10:52+0200\n" +"POT-Creation-Date: 2010-10-01 08:04+0200\n" "PO-Revision-Date: 2010-08-07 10:46+0200\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -1045,7 +1045,7 @@ msgid "" "The default key alt+'=' toggles filtering on/off.\n" "\n" "Tags most commonly used:\n" -" no_filter, no_highlight, log0..log9 (log level),\n" +" no_filter, no_highlight, no_log, log0..log9 (log level),\n" " notify_message, notify_private, notify_highlight,\n" " irc_xxx (xxx is command name or number, see /server raw), irc_numeric, " "irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, " diff --git a/po/it.po b/po/it.po index 52fd0dc21..8ecccdbd3 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.4-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-09-28 10:52+0200\n" +"POT-Creation-Date: 2010-10-01 08:04+0200\n" "PO-Revision-Date: 2010-09-22 15:27+0200\n" "Last-Translator: Marco Paolone \n" "Language-Team: weechat-dev \n" @@ -1043,6 +1043,7 @@ msgstr "" "[list] | [enable|disable|toggle [nome]] | [add nome plugin.buffer tag regex] " "| [del nome|-all]" +#, fuzzy msgid "" " list: list all filters\n" " enable: enable filters (filters are enabled by default)\n" @@ -1067,7 +1068,7 @@ msgid "" "The default key alt+'=' toggles filtering on/off.\n" "\n" "Tags most commonly used:\n" -" no_filter, no_highlight, log0..log9 (log level),\n" +" no_filter, no_highlight, no_log, log0..log9 (log level),\n" " notify_message, notify_private, notify_highlight,\n" " irc_xxx (xxx is command name or number, see /server raw), irc_numeric, " "irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, " diff --git a/po/pl.po b/po/pl.po index 374b3600f..c53e846e6 100644 --- a/po/pl.po +++ b/po/pl.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.4-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-09-28 10:52+0200\n" +"POT-Creation-Date: 2010-10-01 08:04+0200\n" "PO-Revision-Date: 2010-08-07 10:46+0200\n" "Last-Translator: Krzysztof Koroscik \n" "Language-Team: weechat-dev \n" @@ -1084,7 +1084,7 @@ msgid "" "The default key alt+'=' toggles filtering on/off.\n" "\n" "Tags most commonly used:\n" -" no_filter, no_highlight, log0..log9 (log level),\n" +" no_filter, no_highlight, no_log, log0..log9 (log level),\n" " notify_message, notify_private, notify_highlight,\n" " irc_xxx (xxx is command name or number, see /server raw), irc_numeric, " "irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, " diff --git a/po/ru.po b/po/ru.po index a21593fa7..31af5d931 100644 --- a/po/ru.po +++ b/po/ru.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.4-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-09-28 10:52+0200\n" +"POT-Creation-Date: 2010-10-01 08:04+0200\n" "PO-Revision-Date: 2010-08-07 10:46+0200\n" "Last-Translator: Pavel Shevchuk \n" "Language-Team: weechat-dev \n" @@ -1053,7 +1053,7 @@ msgid "" "The default key alt+'=' toggles filtering on/off.\n" "\n" "Tags most commonly used:\n" -" no_filter, no_highlight, log0..log9 (log level),\n" +" no_filter, no_highlight, no_log, log0..log9 (log level),\n" " notify_message, notify_private, notify_highlight,\n" " irc_xxx (xxx is command name or number, see /server raw), irc_numeric, " "irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, " diff --git a/po/weechat.pot b/po/weechat.pot index e3af63693..e282c46d3 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-09-28 10:52+0200\n" +"POT-Creation-Date: 2010-10-01 08:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -903,7 +903,7 @@ msgid "" "The default key alt+'=' toggles filtering on/off.\n" "\n" "Tags most commonly used:\n" -" no_filter, no_highlight, log0..log9 (log level),\n" +" no_filter, no_highlight, no_log, log0..log9 (log level),\n" " notify_message, notify_private, notify_highlight,\n" " irc_xxx (xxx is command name or number, see /server raw), irc_numeric, " "irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, " diff --git a/src/core/wee-command.c b/src/core/wee-command.c index c5db08ae5..396b26c9c 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -4626,7 +4626,7 @@ command_init () "and one for message\n\n" "The default key alt+'=' toggles filtering on/off.\n\n" "Tags most commonly used:\n" - " no_filter, no_highlight, log0..log9 (log level),\n" + " no_filter, no_highlight, no_log, log0..log9 (log level),\n" " notify_message, notify_private, notify_highlight,\n" " irc_xxx (xxx is command name or number, see /server " "raw), irc_numeric, irc_error, irc_action, irc_ctcp, "