summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-07-16 19:45:14 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-07-16 19:45:14 +0200
commit8dc23863c5375ac349822672955d8dd67d00708c (patch)
tree97c2dcc276599d78fbe6fe126c857b625e212894 /po
parent790b1cdf1a6d2f2913e7d608ed36e167589c33f7 (diff)
downloadweechat-8dc23863c5375ac349822672955d8dd67d00708c.zip
Use '!' to reverse a regex in a filter (to keep lines matching regex and hide other lines)
Diffstat (limited to 'po')
-rw-r--r--po/cs.po12
-rw-r--r--po/de.po12
-rw-r--r--po/es.po12
-rw-r--r--po/fr.po23
-rw-r--r--po/hu.po11
-rw-r--r--po/it.po12
-rw-r--r--po/pl.po12
-rw-r--r--po/ru.po11
-rw-r--r--po/weechat.pot11
9 files changed, 85 insertions, 31 deletions
diff --git a/po/cs.po b/po/cs.po
index 2a197071d..05ac4f84f 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-07-11 12:14+0200\n"
+"POT-Creation-Date: 2010-07-16 15:42+0200\n"
"PO-Revision-Date: 2010-06-20 21:24+0200\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1040,6 +1040,7 @@ msgstr ""
"[list] | [enable|disable|toggle [name]] | [add jméno plugin.buffer tags "
"regex] | [del name|-all]"
+#, fuzzy
msgid ""
" list: list all filters\n"
" enable: enable filters (filters are enabled by default)\n"
@@ -1053,8 +1054,11 @@ msgid ""
"buffers)\n"
" tags: comma separated list of tags, for example: \"irc_join,"
"irc_part,irc_quit\"\n"
-" regex: regular expression to search in line (use \\t to separate "
-"prefix from message, special chars like '|' must be escaped: '\\|')\n"
+" regex: regular expression to search in line\n"
+" - use '\\t' to separate prefix from message, special chars "
+"like '|' must be escaped: '\\|'\n"
+" - if regex starts with '!', then matching result is reversed "
+"(use '\\!' to start with '!')\n"
"\n"
"The default key alt+'=' toggles filtering on/off.\n"
"\n"
@@ -1074,6 +1078,8 @@ msgid ""
" /filter add nicks * irc_366 *\n"
" filter nick \"toto\" on IRC channel #weechat:\n"
" /filter add toto irc.freenode.#weechat * toto\\t\n"
+" keep only nick \"titi\" on IRC channel #test:\n"
+" /filter add titi irc.freenode.#test * !titi\\t\n"
" filter lines containing word \"spam\":\n"
" /filter add filterspam * * spam\n"
" filter lines containing \"weechat sucks\" on IRC channel #weechat:\n"
diff --git a/po/de.po b/po/de.po
index ae3d950ca..500f2a622 100644
--- a/po/de.po
+++ b/po/de.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-07-15 08:32+0200\n"
+"POT-Creation-Date: 2010-07-16 15:42+0200\n"
"PO-Revision-Date: 2010-07-12 11:04+0100\n"
"Last-Translator: Nils G.\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1062,6 +1062,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"
@@ -1075,8 +1076,11 @@ msgid ""
"buffers)\n"
" tags: comma separated list of tags, for example: \"irc_join,"
"irc_part,irc_quit\"\n"
-" regex: regular expression to search in line (use \\t to separate "
-"prefix from message, special chars like '|' must be escaped: '\\|')\n"
+" regex: regular expression to search in line\n"
+" - use '\\t' to separate prefix from message, special chars "
+"like '|' must be escaped: '\\|'\n"
+" - if regex starts with '!', then matching result is reversed "
+"(use '\\!' to start with '!')\n"
"\n"
"The default key alt+'=' toggles filtering on/off.\n"
"\n"
@@ -1096,6 +1100,8 @@ msgid ""
" /filter add nicks * irc_366 *\n"
" filter nick \"toto\" on IRC channel #weechat:\n"
" /filter add toto irc.freenode.#weechat * toto\\t\n"
+" keep only nick \"titi\" on IRC channel #test:\n"
+" /filter add titi irc.freenode.#test * !titi\\t\n"
" filter lines containing word \"spam\":\n"
" /filter add filterspam * * spam\n"
" filter lines containing \"weechat sucks\" on IRC channel #weechat:\n"
diff --git a/po/es.po b/po/es.po
index 5443f226f..22d597087 100644
--- a/po/es.po
+++ b/po/es.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-07-11 12:14+0200\n"
+"POT-Creation-Date: 2010-07-16 15:42+0200\n"
"PO-Revision-Date: 2010-06-20 21:24+0200\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1046,6 +1046,7 @@ msgstr ""
"[list] | [enable|disable|toggle [nombre]] | [add nombre plugin.buffer "
"etiquetas regex] | [del nombre|-all]"
+#, fuzzy
msgid ""
" list: list all filters\n"
" enable: enable filters (filters are enabled by default)\n"
@@ -1059,8 +1060,11 @@ msgid ""
"buffers)\n"
" tags: comma separated list of tags, for example: \"irc_join,"
"irc_part,irc_quit\"\n"
-" regex: regular expression to search in line (use \\t to separate "
-"prefix from message, special chars like '|' must be escaped: '\\|')\n"
+" regex: regular expression to search in line\n"
+" - use '\\t' to separate prefix from message, special chars "
+"like '|' must be escaped: '\\|'\n"
+" - if regex starts with '!', then matching result is reversed "
+"(use '\\!' to start with '!')\n"
"\n"
"The default key alt+'=' toggles filtering on/off.\n"
"\n"
@@ -1080,6 +1084,8 @@ msgid ""
" /filter add nicks * irc_366 *\n"
" filter nick \"toto\" on IRC channel #weechat:\n"
" /filter add toto irc.freenode.#weechat * toto\\t\n"
+" keep only nick \"titi\" on IRC channel #test:\n"
+" /filter add titi irc.freenode.#test * !titi\\t\n"
" filter lines containing word \"spam\":\n"
" /filter add filterspam * * spam\n"
" filter lines containing \"weechat sucks\" on IRC channel #weechat:\n"
diff --git a/po/fr.po b/po/fr.po
index 4292ece8c..c0ed2f7dd 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-07-11 12:14+0200\n"
-"PO-Revision-Date: 2010-07-10 09:31+0200\n"
+"POT-Creation-Date: 2010-07-16 15:42+0200\n"
+"PO-Revision-Date: 2010-07-16 14:57+0200\n"
"Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: French\n"
@@ -1063,8 +1063,11 @@ msgid ""
"buffers)\n"
" tags: comma separated list of tags, for example: \"irc_join,"
"irc_part,irc_quit\"\n"
-" regex: regular expression to search in line (use \\t to separate "
-"prefix from message, special chars like '|' must be escaped: '\\|')\n"
+" regex: regular expression to search in line\n"
+" - use '\\t' to separate prefix from message, special chars "
+"like '|' must be escaped: '\\|'\n"
+" - if regex starts with '!', then matching result is reversed "
+"(use '\\!' to start with '!')\n"
"\n"
"The default key alt+'=' toggles filtering on/off.\n"
"\n"
@@ -1084,6 +1087,8 @@ msgid ""
" /filter add nicks * irc_366 *\n"
" filter nick \"toto\" on IRC channel #weechat:\n"
" /filter add toto irc.freenode.#weechat * toto\\t\n"
+" keep only nick \"titi\" on IRC channel #test:\n"
+" /filter add titi irc.freenode.#test * !titi\\t\n"
" filter lines containing word \"spam\":\n"
" /filter add filterspam * * spam\n"
" filter lines containing \"weechat sucks\" on IRC channel #weechat:\n"
@@ -1101,9 +1106,11 @@ msgstr ""
"tous les tampons)\n"
" tags: liste de tags, séparés par des virgules, par exemple: "
"\"irc_join,irc_part,irc_quit\"\n"
-" regex: expressoin régulière à rechercher dans la ligne (utiliser "
-"\\t pour séparer le préfixe du message, les caractères spéciaux comme '|' "
-"doivent être échappés: '\\|')\n"
+" regex: expression régulière à rechercher dans la ligne\n"
+" - utiliser '\\t' pour séparer le préfixe du message, les "
+"caractères spéciaux comme '|' doivent être échappés: '\\|'\n"
+" - si l'expression régulière commence par '!' alors le "
+"résultat est inversé (utiliser '\\!' pour démarrer par '!')\n"
"\n"
"La touche par défaut alt+'=' active/désactive le filtrage.\n"
"\n"
@@ -1123,6 +1130,8 @@ msgstr ""
" /filter add nicks * irc_366 *\n"
" filtrer le pseudo \"toto\" sur le canal IRC #weechat:\n"
" /filter add toto irc.freenode.#weechat * toto\\t\n"
+" garder uniquement le pseudo \"titi\" sur le canal IRC #test:\n"
+" /filter add titi irc.freenode.#test * !titi\\t\n"
" filtrer les lignes contenant le mot \"spam\":\n"
" /filter add filtrespam * * spam\n"
" filtrer les lignes contenant \"weechat sucks\" sur le canal IRC #weechat:\n"
diff --git a/po/hu.po b/po/hu.po
index 819cbb5c2..9b7e7a36e 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-07-11 12:14+0200\n"
+"POT-Creation-Date: 2010-07-16 15:42+0200\n"
"PO-Revision-Date: 2010-06-20 21:24+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1030,8 +1030,11 @@ msgid ""
"buffers)\n"
" tags: comma separated list of tags, for example: \"irc_join,"
"irc_part,irc_quit\"\n"
-" regex: regular expression to search in line (use \\t to separate "
-"prefix from message, special chars like '|' must be escaped: '\\|')\n"
+" regex: regular expression to search in line\n"
+" - use '\\t' to separate prefix from message, special chars "
+"like '|' must be escaped: '\\|'\n"
+" - if regex starts with '!', then matching result is reversed "
+"(use '\\!' to start with '!')\n"
"\n"
"The default key alt+'=' toggles filtering on/off.\n"
"\n"
@@ -1051,6 +1054,8 @@ msgid ""
" /filter add nicks * irc_366 *\n"
" filter nick \"toto\" on IRC channel #weechat:\n"
" /filter add toto irc.freenode.#weechat * toto\\t\n"
+" keep only nick \"titi\" on IRC channel #test:\n"
+" /filter add titi irc.freenode.#test * !titi\\t\n"
" filter lines containing word \"spam\":\n"
" /filter add filterspam * * spam\n"
" filter lines containing \"weechat sucks\" on IRC channel #weechat:\n"
diff --git a/po/it.po b/po/it.po
index 3a5e4a43e..c19f95477 100644
--- a/po/it.po
+++ b/po/it.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weechat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-07-11 12:14+0200\n"
+"POT-Creation-Date: 2010-07-16 15:42+0200\n"
"PO-Revision-Date: 2010-06-20 21:24+0200\n"
"Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1039,6 +1039,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"
@@ -1052,8 +1053,11 @@ msgid ""
"buffers)\n"
" tags: comma separated list of tags, for example: \"irc_join,"
"irc_part,irc_quit\"\n"
-" regex: regular expression to search in line (use \\t to separate "
-"prefix from message, special chars like '|' must be escaped: '\\|')\n"
+" regex: regular expression to search in line\n"
+" - use '\\t' to separate prefix from message, special chars "
+"like '|' must be escaped: '\\|'\n"
+" - if regex starts with '!', then matching result is reversed "
+"(use '\\!' to start with '!')\n"
"\n"
"The default key alt+'=' toggles filtering on/off.\n"
"\n"
@@ -1073,6 +1077,8 @@ msgid ""
" /filter add nicks * irc_366 *\n"
" filter nick \"toto\" on IRC channel #weechat:\n"
" /filter add toto irc.freenode.#weechat * toto\\t\n"
+" keep only nick \"titi\" on IRC channel #test:\n"
+" /filter add titi irc.freenode.#test * !titi\\t\n"
" filter lines containing word \"spam\":\n"
" /filter add filterspam * * spam\n"
" filter lines containing \"weechat sucks\" on IRC channel #weechat:\n"
diff --git a/po/pl.po b/po/pl.po
index 2abe36cfa..2299b7abf 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-07-11 12:14+0200\n"
+"POT-Creation-Date: 2010-07-16 15:42+0200\n"
"PO-Revision-Date: 2010-06-20 21:25+0200\n"
"Last-Translator: B.J. Stobiecki <bartek@stobiecki.eu>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1052,6 +1052,7 @@ msgstr ""
"[list] | [enable|disable|toggle [nazwa]] | [add nazwa wtyczka.bufor tagi "
"regex] | [del nazwa|-all]"
+#, fuzzy
msgid ""
" list: list all filters\n"
" enable: enable filters (filters are enabled by default)\n"
@@ -1065,8 +1066,11 @@ msgid ""
"buffers)\n"
" tags: comma separated list of tags, for example: \"irc_join,"
"irc_part,irc_quit\"\n"
-" regex: regular expression to search in line (use \\t to separate "
-"prefix from message, special chars like '|' must be escaped: '\\|')\n"
+" regex: regular expression to search in line\n"
+" - use '\\t' to separate prefix from message, special chars "
+"like '|' must be escaped: '\\|'\n"
+" - if regex starts with '!', then matching result is reversed "
+"(use '\\!' to start with '!')\n"
"\n"
"The default key alt+'=' toggles filtering on/off.\n"
"\n"
@@ -1086,6 +1090,8 @@ msgid ""
" /filter add nicks * irc_366 *\n"
" filter nick \"toto\" on IRC channel #weechat:\n"
" /filter add toto irc.freenode.#weechat * toto\\t\n"
+" keep only nick \"titi\" on IRC channel #test:\n"
+" /filter add titi irc.freenode.#test * !titi\\t\n"
" filter lines containing word \"spam\":\n"
" /filter add filterspam * * spam\n"
" filter lines containing \"weechat sucks\" on IRC channel #weechat:\n"
diff --git a/po/ru.po b/po/ru.po
index cf5e9f651..b2008fe0f 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-07-11 12:14+0200\n"
+"POT-Creation-Date: 2010-07-16 15:42+0200\n"
"PO-Revision-Date: 2010-06-20 21:25+0200\n"
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1038,8 +1038,11 @@ msgid ""
"buffers)\n"
" tags: comma separated list of tags, for example: \"irc_join,"
"irc_part,irc_quit\"\n"
-" regex: regular expression to search in line (use \\t to separate "
-"prefix from message, special chars like '|' must be escaped: '\\|')\n"
+" regex: regular expression to search in line\n"
+" - use '\\t' to separate prefix from message, special chars "
+"like '|' must be escaped: '\\|'\n"
+" - if regex starts with '!', then matching result is reversed "
+"(use '\\!' to start with '!')\n"
"\n"
"The default key alt+'=' toggles filtering on/off.\n"
"\n"
@@ -1059,6 +1062,8 @@ msgid ""
" /filter add nicks * irc_366 *\n"
" filter nick \"toto\" on IRC channel #weechat:\n"
" /filter add toto irc.freenode.#weechat * toto\\t\n"
+" keep only nick \"titi\" on IRC channel #test:\n"
+" /filter add titi irc.freenode.#test * !titi\\t\n"
" filter lines containing word \"spam\":\n"
" /filter add filterspam * * spam\n"
" filter lines containing \"weechat sucks\" on IRC channel #weechat:\n"
diff --git a/po/weechat.pot b/po/weechat.pot
index c304fc122..a6ccb2f21 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-07-11 12:14+0200\n"
+"POT-Creation-Date: 2010-07-16 15:42+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -888,8 +888,11 @@ msgid ""
"buffers)\n"
" tags: comma separated list of tags, for example: \"irc_join,"
"irc_part,irc_quit\"\n"
-" regex: regular expression to search in line (use \\t to separate "
-"prefix from message, special chars like '|' must be escaped: '\\|')\n"
+" regex: regular expression to search in line\n"
+" - use '\\t' to separate prefix from message, special chars "
+"like '|' must be escaped: '\\|'\n"
+" - if regex starts with '!', then matching result is reversed "
+"(use '\\!' to start with '!')\n"
"\n"
"The default key alt+'=' toggles filtering on/off.\n"
"\n"
@@ -909,6 +912,8 @@ msgid ""
" /filter add nicks * irc_366 *\n"
" filter nick \"toto\" on IRC channel #weechat:\n"
" /filter add toto irc.freenode.#weechat * toto\\t\n"
+" keep only nick \"titi\" on IRC channel #test:\n"
+" /filter add titi irc.freenode.#test * !titi\\t\n"
" filter lines containing word \"spam\":\n"
" /filter add filterspam * * spam\n"
" filter lines containing \"weechat sucks\" on IRC channel #weechat:\n"