1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

irc: fix argument nick in /help ignore

This commit is contained in:
Sebastien Helleu
2011-05-15 11:19:03 +02:00
parent 4a16de553c
commit c37b65bba4
15 changed files with 69 additions and 82 deletions
+12 -13
View File
@@ -141,22 +141,21 @@ server: server name to disconnect
add [re:]<nick> [<server> [<channel>]]
del <number>|-all
list: zeigt alle Ignorierungen an
add: fügt eine Ignorierung hinzu
nick: Nick oder Hostname (kann ein regulärer Ausdruck sein, sofern "re:" angegeben wird)
del: entfernt eine Ignorierung
number: Nummer der Ignorierung die entfernt werden soll (nutze "list" um den entsprechenden Eintrag zu finden)
-all: entfernt alle Einträge
nick/host: Nick oder Host der ignoriert werden soll: Syntax ist "re:regex" oder "mask" (Eine Maske ist eine Zeichenkette in der mittels "*" ein- oder mehrere Zeichen ersetzt werden können)
server: interner Name des Server auf welchem die Ignorierung statt finden soll
channel: Name des Channel, in dem die Ignorierung statt finden soll
list: list all ignores
add: add an ignore
nick: nick or hostname (can be regular expression if "re:" is given or a mask using "*" to replace one or more chars)
del: delete an ignore
number: number of ignore to delete (look at list to find it)
-all: delete all ignores
server: internal server name where ignore is working
channel: channel name where ignore is working
Beispiele:
ignoriert den Nick "toto" global:
Examples:
ignore nick "toto" everywhere:
/ignore add toto
ignoriert den Host "toto@domain.com" auf dem freenode Server:
ignore host "toto@domain.com" on freenode server:
/ignore add toto@domain.com freenode
ignoriert den Host "toto*@*.domain.com" im Chat freenode/#weechat:
ignore host "toto*@*.domain.com" on freenode/#weechat:
/ignore add toto*@*.domain.com freenode #weechat
........................................
+1 -2
View File
@@ -143,11 +143,10 @@ server: server name to disconnect
list: list all ignores
add: add an ignore
nick: nick or hostname (can be regular expression if "re:" is given)
nick: nick or hostname (can be regular expression if "re:" is given or a mask using "*" to replace one or more chars)
del: delete an ignore
number: number of ignore to delete (look at list to find it)
-all: delete all ignores
nick/host: nick or host to ignore: syntax is "re:regex" or "mask" (a mask is a string with some "*" to replace one or more chars)
server: internal server name where ignore is working
channel: channel name where ignore is working
+1 -2
View File
@@ -143,11 +143,10 @@ serveur: nom du serveur pour se déconecter
list: lister tous les ignores
add: ajouter un ignore
pseudo: pseudo ou hôte (peut être une expression régulière si "re:" est donné)
pseudo: pseudo ou hôte (peut être une expression régulière si "re:" est donné ou un masque avec "*" pour remplacer un ou plusieurs caractères)
del: supprimer un ignore
numéro: numéro du ignore à supprimer (voir la liste des ignore pour le trouver)
-all: supprimer tous les ignores
pseudo/hôte: pseudo ou hôte à ignorer: la syntaxe est "re:regex" ou "masque" (un masque est une chaîne avec des "*" pour remplacer un ou plusieurs caractères)
serveur: nom de serveur interne où le ignore fonctionnera
canal: canal où le ignore fonctionnera
+15 -16
View File
@@ -141,23 +141,22 @@ server: nome del server da cui disconnettersi
add [re:]<nick> [<server> [<canale>]]
del <numero>|-all
list: elenca tutti gli ignore
add: aggiungi un ignore
nick: nick oppure hostname (può essere un'espressione regolare se forinito il parametro "-re:")
del: elimina un ignore
numero: numero di ignore da eliminare (nella lista)
-all: elimina tutti gli ignore
nick/host: nick o host da ignorare: la sintassi è "re:regex" o "mask" (una mask è una stringa con alcuni "*" per sostituire uno o più caratteri)
server: nome interno del server dove l'ignore è attivo
canale: nome del canale dove l'ignore è attivo
list: list all ignores
add: add an ignore
nick: nick or hostname (can be regular expression if "re:" is given or a mask using "*" to replace one or more chars)
del: delete an ignore
number: number of ignore to delete (look at list to find it)
-all: delete all ignores
server: internal server name where ignore is working
channel: channel name where ignore is working
Esempi:
ignora nick "tizio" su tutti gli host/canali:
/ignore add tizio
ignora l'host "tizio@dominio.com" sul server freenode:
/ignore add tizio@dominio.com freenode
ignora l'host "tizio*@*.dominio.com" su freenode/#weechat:
/ignore add tizio*@*.dominio.com freenode #weechat
Examples:
ignore nick "toto" everywhere:
/ignore add toto
ignore host "toto@domain.com" on freenode server:
/ignore add toto@domain.com freenode
ignore host "toto*@*.domain.com" on freenode/#weechat:
/ignore add toto*@*.domain.com freenode #weechat
........................................
[command]*`info`* ottieni informazioni sul server::
+4 -4
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.6-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2011-05-15 10:53+0200\n"
"POT-Creation-Date: 2011-05-15 11:12+0200\n"
"PO-Revision-Date: 2011-05-15 10:51+0200\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3937,15 +3937,15 @@ msgstr "ignorovat přezdívky/hosty na serveru nebo kanálu"
msgid "list || add [re:]<nick> [<server> [<channel>]] || del <number>|-all"
msgstr "list || add [re:]<nick> [<server> [<channel>]] || del <number>|-all"
#, fuzzy
msgid ""
" list: list all ignores\n"
" add: add an ignore\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given)\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given "
"or a mask using \"*\" to replace one or more chars)\n"
" del: delete an ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignores\n"
"nick/host: nick or host to ignore: syntax is \"re:regex\" or \"mask\" (a "
"mask is a string with some \"*\" to replace one or more chars)\n"
" server: internal server name where ignore is working\n"
" channel: channel name where ignore is working\n"
"\n"
+4 -4
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.6-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2011-05-15 10:53+0200\n"
"POT-Creation-Date: 2011-05-15 11:12+0200\n"
"PO-Revision-Date: 2011-05-15 10:51+0200\n"
"Last-Translator: Nils G.\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4125,15 +4125,15 @@ msgstr "Ignoriert Nicks/Hosts von Channels oder Servern"
msgid "list || add [re:]<nick> [<server> [<channel>]] || del <number>|-all"
msgstr "list || add [re:]<nick> [<server> [<channel>]] || del <number>|-all"
#, fuzzy
msgid ""
" list: list all ignores\n"
" add: add an ignore\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given)\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given "
"or a mask using \"*\" to replace one or more chars)\n"
" del: delete an ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignores\n"
"nick/host: nick or host to ignore: syntax is \"re:regex\" or \"mask\" (a "
"mask is a string with some \"*\" to replace one or more chars)\n"
" server: internal server name where ignore is working\n"
" channel: channel name where ignore is working\n"
"\n"
+4 -4
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.6-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2011-05-15 10:53+0200\n"
"POT-Creation-Date: 2011-05-15 11:12+0200\n"
"PO-Revision-Date: 2011-05-15 10:51+0200\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4010,15 +4010,15 @@ msgid "list || add [re:]<nick> [<server> [<channel>]] || del <number>|-all"
msgstr "list || add [re:]<apodo> [<servidor> [<canal>]] || del <número>|-all"
# XXX nick is explained twice
#, fuzzy
msgid ""
" list: list all ignores\n"
" add: add an ignore\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given)\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given "
"or a mask using \"*\" to replace one or more chars)\n"
" del: delete an ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignores\n"
"nick/host: nick or host to ignore: syntax is \"re:regex\" or \"mask\" (a "
"mask is a string with some \"*\" to replace one or more chars)\n"
" server: internal server name where ignore is working\n"
" channel: channel name where ignore is working\n"
"\n"
+6 -9
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.6-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2011-05-15 10:53+0200\n"
"PO-Revision-Date: 2011-05-15 10:51+0200\n"
"POT-Creation-Date: 2011-05-15 11:12+0200\n"
"PO-Revision-Date: 2011-05-15 11:13+0200\n"
"Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: French\n"
@@ -4046,12 +4046,11 @@ msgstr "list || add [re:]<pseudo> [<serveur> [<canal>]] || del <numéro>|-all"
msgid ""
" list: list all ignores\n"
" add: add an ignore\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given)\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given "
"or a mask using \"*\" to replace one or more chars)\n"
" del: delete an ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignores\n"
"nick/host: nick or host to ignore: syntax is \"re:regex\" or \"mask\" (a "
"mask is a string with some \"*\" to replace one or more chars)\n"
" server: internal server name where ignore is working\n"
" channel: channel name where ignore is working\n"
"\n"
@@ -4066,14 +4065,12 @@ msgstr ""
" list: lister tous les ignores\n"
" add: ajouter un ignore\n"
" pseudo: pseudo ou hôte (peut être une expression régulière si \"re:\" "
"est donné)\n"
"est donné ou un masque avec \"*\" pour remplacer un ou plusieurs "
"caractères)\n"
" del: supprimer un ignore\n"
" numéro: numéro du ignore à supprimer (voir la liste des ignore pour le "
"trouver)\n"
" -all: supprimer tous les ignores\n"
"pseudo/hôte: pseudo ou hôte à ignorer: la syntaxe est \"re:regex\" ou "
"\"masque\" (un masque est une chaîne avec des \"*\" pour remplacer un ou "
"plusieurs caractères)\n"
" serveur: nom de serveur interne où le ignore fonctionnera\n"
" canal: canal où le ignore fonctionnera\n"
"\n"
+3 -4
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.6-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2011-05-15 10:53+0200\n"
"POT-Creation-Date: 2011-05-15 11:12+0200\n"
"PO-Revision-Date: 2011-05-15 10:51+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3599,12 +3599,11 @@ msgstr ""
msgid ""
" list: list all ignores\n"
" add: add an ignore\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given)\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given "
"or a mask using \"*\" to replace one or more chars)\n"
" del: delete an ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignores\n"
"nick/host: nick or host to ignore: syntax is \"re:regex\" or \"mask\" (a "
"mask is a string with some \"*\" to replace one or more chars)\n"
" server: internal server name where ignore is working\n"
" channel: channel name where ignore is working\n"
"\n"
+4 -4
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.6-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2011-05-15 10:53+0200\n"
"POT-Creation-Date: 2011-05-15 11:12+0200\n"
"PO-Revision-Date: 2011-05-15 10:52+0200\n"
"Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4009,15 +4009,15 @@ msgstr "ignora nick/host dai server o dai canali"
msgid "list || add [re:]<nick> [<server> [<channel>]] || del <number>|-all"
msgstr "list || add [re:]<nick> [<server> [<canale>]] || del <numero>|-all"
#, fuzzy
msgid ""
" list: list all ignores\n"
" add: add an ignore\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given)\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given "
"or a mask using \"*\" to replace one or more chars)\n"
" del: delete an ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignores\n"
"nick/host: nick or host to ignore: syntax is \"re:regex\" or \"mask\" (a "
"mask is a string with some \"*\" to replace one or more chars)\n"
" server: internal server name where ignore is working\n"
" channel: channel name where ignore is working\n"
"\n"
+4 -4
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.6-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2011-05-15 10:53+0200\n"
"POT-Creation-Date: 2011-05-15 11:12+0200\n"
"PO-Revision-Date: 2011-05-15 10:52+0200\n"
"Last-Translator: Krzysztof Koroscik <soltys@szluug.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3981,15 +3981,15 @@ msgstr "ignoruje nicki/hosty z serwera lub kanałów"
msgid "list || add [re:]<nick> [<server> [<channel>]] || del <number>|-all"
msgstr "list || add [re:]<nick> [<serwer> [<kanał>]] || del <numer>|-all"
#, fuzzy
msgid ""
" list: list all ignores\n"
" add: add an ignore\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given)\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given "
"or a mask using \"*\" to replace one or more chars)\n"
" del: delete an ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignores\n"
"nick/host: nick or host to ignore: syntax is \"re:regex\" or \"mask\" (a "
"mask is a string with some \"*\" to replace one or more chars)\n"
" server: internal server name where ignore is working\n"
" channel: channel name where ignore is working\n"
"\n"
+3 -4
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.6-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2011-05-15 10:53+0200\n"
"POT-Creation-Date: 2011-05-15 11:12+0200\n"
"PO-Revision-Date: 2011-05-15 10:52+0200\n"
"Last-Translator: Ivan Sichmann Freitas <ivansichfreitas@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3764,12 +3764,11 @@ msgstr ""
msgid ""
" list: list all ignores\n"
" add: add an ignore\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given)\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given "
"or a mask using \"*\" to replace one or more chars)\n"
" del: delete an ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignores\n"
"nick/host: nick or host to ignore: syntax is \"re:regex\" or \"mask\" (a "
"mask is a string with some \"*\" to replace one or more chars)\n"
" server: internal server name where ignore is working\n"
" channel: channel name where ignore is working\n"
"\n"
+3 -4
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.6-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2011-05-15 10:53+0200\n"
"POT-Creation-Date: 2011-05-15 11:12+0200\n"
"PO-Revision-Date: 2011-05-15 10:52+0200\n"
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3618,12 +3618,11 @@ msgstr ""
msgid ""
" list: list all ignores\n"
" add: add an ignore\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given)\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given "
"or a mask using \"*\" to replace one or more chars)\n"
" del: delete an ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignores\n"
"nick/host: nick or host to ignore: syntax is \"re:regex\" or \"mask\" (a "
"mask is a string with some \"*\" to replace one or more chars)\n"
" server: internal server name where ignore is working\n"
" channel: channel name where ignore is working\n"
"\n"
+3 -4
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2011-05-15 10:53+0200\n"
"POT-Creation-Date: 2011-05-15 11:12+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"
@@ -3159,12 +3159,11 @@ msgstr ""
msgid ""
" list: list all ignores\n"
" add: add an ignore\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given)\n"
" nick: nick or hostname (can be regular expression if \"re:\" is given "
"or a mask using \"*\" to replace one or more chars)\n"
" del: delete an ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignores\n"
"nick/host: nick or host to ignore: syntax is \"re:regex\" or \"mask\" (a "
"mask is a string with some \"*\" to replace one or more chars)\n"
" server: internal server name where ignore is working\n"
" channel: channel name where ignore is working\n"
"\n"
+2 -4
View File
@@ -4799,14 +4799,12 @@ irc_command_init ()
N_(" list: list all ignores\n"
" add: add an ignore\n"
" nick: nick or hostname (can be regular "
"expression if \"re:\" is given)\n"
"expression if \"re:\" is given or a mask using "
"\"*\" to replace one or more chars)\n"
" del: delete an ignore\n"
" number: number of ignore to delete (look at "
"list to find it)\n"
" -all: delete all ignores\n"
"nick/host: nick or host to ignore: syntax is "
"\"re:regex\" or \"mask\" (a mask is a string with "
"some \"*\" to replace one or more chars)\n"
" server: internal server name where ignore "
"is working\n"
" channel: channel name where ignore is "