1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

Fix typo with plural of "ignore"

This commit is contained in:
Sebastien Helleu
2009-06-11 12:48:58 +02:00
parent a326c2578c
commit 3912c1bae6
14 changed files with 61 additions and 58 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
| irc | irc_channel | list of channels for an IRC server
| irc | irc_ignore | list of IRC ignore
| irc | irc_ignore | list of IRC ignores
| irc | irc_nick | list of nicks for an IRC channel
+4 -3
View File
@@ -127,11 +127,11 @@
........................................
ignore nicks/hosts from servers or channels
list: list all ignore
list: list all ignores
add: add a ignore
del: del a ignore
number: number of ignore to delete (look at list to find it)
-all: delete all ignore
-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
@@ -397,7 +397,7 @@
tell the server to restart itself
........................................
• *`/server`* `[list [servername]] | [listfull [servername]] | [add servername hostname[/port] [-auto | -noauto] [-ipv6] [-ssl]] | [copy servername newservername] | [rename servername newservername] | [keep servername] | [del servername] | [deloutq] | [raw]`::
• *`/server`* `[list [servername]] | [listfull [servername]] | [add servername hostname[/port] [-auto | -noauto] [-ipv6] [-ssl]] | [copy servername newservername] | [rename servername newservername] | [keep servername] | [del servername] | [deloutq] | [jump] | [raw]`::
........................................
list, add or remove IRC servers
@@ -416,6 +416,7 @@
keep: keep server in config file (for temporary servers only)
del: delete a server
deloutq: delete messages out queue for all servers (all messages WeeChat is currently sending)
jump: jump to server buffer
raw: open buffer with raw IRC data
Examples:
+1 -1
View File
@@ -5,7 +5,7 @@
| irc | irc_channel | liste des canaux pour un serveur IRC
| irc | irc_ignore | liste des ignore IRC
| irc | irc_ignore | liste des ignores IRC
| irc | irc_nick | liste des pseudos pour un canal IRC
+4 -3
View File
@@ -127,11 +127,11 @@
........................................
ignore des pseudos/hôtes de serveurs ou canaux
list: liste tous les ignore
list: liste tous les ignores
add: ajoute un ignore
del: supprime un ignore
numéro: numéro du ignore à supprimer (voir la liste des ignore pour le trouver)
-all: supprime tous les ignore
-all: supprime 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
@@ -397,7 +397,7 @@
demander au serveur de redémarrer
........................................
• *`/server`* `[list [nom_serveur]] | [listfull [nom_serveur]] | [add nom_serveur nom[/port] [-temp] [-auto | -noauto] [-ipv6] [-ssl]] | [copy nom_serveur nouveau_nom_serveur] | [rename nom_serveur nouveau_nom_serveur] | [keep nom_serveur] | [del nom_serveur] | [deloutq] | [raw]`::
• *`/server`* `[list [nom_serveur]] | [listfull [nom_serveur]] | [add nom_serveur nom[/port] [-temp] [-auto | -noauto] [-ipv6] [-ssl]] | [copy nom_serveur nouveau_nom_serveur] | [rename nom_serveur nouveau_nom_serveur] | [keep nom_serveur] | [del nom_serveur] | [deloutq] | [jump] | [raw]`::
........................................
liste, ajoute ou retire des serveurs IRC
@@ -416,6 +416,7 @@
keep: garder le serveur dans le fichier de configuration (pour les serveurs temporaires seulement)
del: supprimer un serveur
deloutq: supprimer la file d'attente des messages sortants pour tous les serveurs (tous les messages que WeeChat est actuellement en train d'envoyer)
jump: sauter au tampon du serveur
raw: ouvre le tampon avec les données brutes IRC
Exemples:
+5 -5
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2009-06-11 12:26+0200\n"
"POT-Creation-Date: 2009-06-11 12:45+0200\n"
"PO-Revision-Date: 2009-05-11 13:02+0200\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2686,7 +2686,7 @@ msgid "%s%s: error adding ignore"
msgstr "%s nedostatek paměti pro infobar zprávu\n"
#, fuzzy, c-format
msgid "%s: all ignore deleted"
msgid "%s: all ignores deleted"
msgstr "uživatel byl zablokován"
#, fuzzy, c-format
@@ -2977,11 +2977,11 @@ msgid "[list] | [add [re:]nick/host [server [channel]]] | [del number|-all]"
msgstr ""
msgid ""
" list: list all ignore\n"
" list: list all ignores\n"
" add: add a ignore\n"
" del: del a ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignore\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"
@@ -3948,7 +3948,7 @@ msgid "list of nicks for an IRC channel"
msgstr "seznam uživatelů na kanálu"
#, fuzzy
msgid "list of IRC ignore"
msgid "list of IRC ignores"
msgstr "heslo pro IRC server"
#, fuzzy, c-format
+5 -5
View File
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2009-06-11 12:26+0200\n"
"POT-Creation-Date: 2009-06-11 12:45+0200\n"
"PO-Revision-Date: 2009-05-11 13:02+0200\n"
"Last-Translator: Thomas Schuetz <i18n@internet-villa.de>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2691,7 +2691,7 @@ msgid "%s%s: error adding ignore"
msgstr "%s nicht genügend Speicher für Infobar-Nachricht\n"
#, fuzzy, c-format
msgid "%s: all ignore deleted"
msgid "%s: all ignores deleted"
msgstr "/users wurde deaktiviert"
#, fuzzy, c-format
@@ -2976,11 +2976,11 @@ msgid "[list] | [add [re:]nick/host [server [channel]]] | [del number|-all]"
msgstr ""
msgid ""
" list: list all ignore\n"
" list: list all ignores\n"
" add: add a ignore\n"
" del: del a ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignore\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"
@@ -3925,7 +3925,7 @@ msgid "list of nicks for an IRC channel"
msgstr "Liste von Nicks im Channel"
#, fuzzy
msgid "list of IRC ignore"
msgid "list of IRC ignores"
msgstr "Port des IRC-Servers"
#, fuzzy, c-format
+5 -5
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2009-06-11 12:26+0200\n"
"POT-Creation-Date: 2009-06-11 12:45+0200\n"
"PO-Revision-Date: 2009-05-11 13:02+0200\n"
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2667,7 +2667,7 @@ msgstr ""
"No hay suficiente memoria para el mensaje de la barra de información\n"
#, fuzzy, c-format
msgid "%s: all ignore deleted"
msgid "%s: all ignores deleted"
msgstr "los usuarios han sido desactivados"
#, fuzzy, c-format
@@ -2954,11 +2954,11 @@ msgid "[list] | [add [re:]nick/host [server [channel]]] | [del number|-all]"
msgstr ""
msgid ""
" list: list all ignore\n"
" list: list all ignores\n"
" add: add a ignore\n"
" del: del a ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignore\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"
@@ -3912,7 +3912,7 @@ msgid "list of nicks for an IRC channel"
msgstr "lista de usuarios en el canal"
#, fuzzy
msgid "list of IRC ignore"
msgid "list of IRC ignores"
msgstr "puerto para el servidor IRC"
#, fuzzy, c-format
+10 -10
View File
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2009-06-11 12:26+0200\n"
"PO-Revision-Date: 2009-06-11 12:27+0200\n"
"POT-Creation-Date: 2009-06-11 12:45+0200\n"
"PO-Revision-Date: 2009-06-11 12:46+0200\n"
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"MIME-Version: 1.0\n"
@@ -2830,8 +2830,8 @@ msgid "%s%s: error adding ignore"
msgstr "%s%s: erreur d'ajout du ignore"
#, c-format
msgid "%s: all ignore deleted"
msgstr "%s: ignore supprimés"
msgid "%s: all ignores deleted"
msgstr "%s: ignores supprimés"
#, c-format
msgid "%s: ignore deleted"
@@ -3113,11 +3113,11 @@ msgid "[list] | [add [re:]nick/host [server [channel]]] | [del number|-all]"
msgstr "[list] | [add [re:]pseudo/hote [server [channel]]] | [del numéro|-all]"
msgid ""
" list: list all ignore\n"
" list: list all ignores\n"
" add: add a ignore\n"
" del: del a ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignore\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"
@@ -3131,12 +3131,12 @@ msgid ""
" ignore host \"toto*@*.domain.com\" on freenode/#weechat:\n"
" /ignore add toto*@*.domain.com freenode #weechat"
msgstr ""
" list: liste tous les ignore\n"
" list: liste tous les ignores\n"
" add: ajoute un ignore\n"
" del: supprime un ignore\n"
" numéro: numéro du ignore à supprimer (voir la liste des ignore pour le "
"trouver)\n"
" -all: supprime tous les ignore\n"
" -all: supprime 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"
@@ -4080,8 +4080,8 @@ msgstr "liste des canaux pour un serveur IRC"
msgid "list of nicks for an IRC channel"
msgstr "liste des pseudos pour un canal IRC"
msgid "list of IRC ignore"
msgstr "liste des ignore IRC"
msgid "list of IRC ignores"
msgstr "liste des ignores IRC"
#, c-format
msgid "%s%s: you are not connected to server"
+5 -5
View File
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2009-06-11 12:26+0200\n"
"POT-Creation-Date: 2009-06-11 12:45+0200\n"
"PO-Revision-Date: 2009-05-11 13:02+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2699,7 +2699,7 @@ msgid "%s%s: error adding ignore"
msgstr "%s nincs elég memória az információs pult üzenethez\n"
#, fuzzy, c-format
msgid "%s: all ignore deleted"
msgid "%s: all ignores deleted"
msgstr "a felhasználók le lettek tiltva"
#, fuzzy, c-format
@@ -2990,11 +2990,11 @@ msgid "[list] | [add [re:]nick/host [server [channel]]] | [del number|-all]"
msgstr ""
msgid ""
" list: list all ignore\n"
" list: list all ignores\n"
" add: add a ignore\n"
" del: del a ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignore\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"
@@ -3955,7 +3955,7 @@ msgid "list of nicks for an IRC channel"
msgstr "felhasználók listája a szobában"
#, fuzzy
msgid "list of IRC ignore"
msgid "list of IRC ignores"
msgstr "IRC szerver portja"
#, fuzzy, c-format
+7 -6
View File
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2009-06-11 12:26+0200\n"
"POT-Creation-Date: 2009-06-11 12:45+0200\n"
"PO-Revision-Date: 2009-05-11 13:02+0200\n"
"Last-Translator: <soltys@szluug.org>\n"
"Language-Team: Polish\n"
@@ -2375,7 +2375,7 @@ msgid "%s%s: error adding ignore"
msgstr ""
#, c-format
msgid "%s: all ignore deleted"
msgid "%s: all ignores deleted"
msgstr ""
#, c-format
@@ -2624,11 +2624,11 @@ msgid "[list] | [add [re:]nick/host [server [channel]]] | [del number|-all]"
msgstr ""
msgid ""
" list: list all ignore\n"
" list: list all ignores\n"
" add: add a ignore\n"
" del: del a ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignore\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"
@@ -3393,8 +3393,9 @@ msgstr ""
msgid "list of nicks for an IRC channel"
msgstr ""
msgid "list of IRC ignore"
msgstr ""
#, fuzzy
msgid "list of IRC ignores"
msgstr "Nie przypisano klawiszy"
#, c-format
msgid "%s%s: you are not connected to server"
+5 -5
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2009-06-11 12:26+0200\n"
"POT-Creation-Date: 2009-06-11 12:45+0200\n"
"PO-Revision-Date: 2009-05-11 13:02+0200\n"
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2702,7 +2702,7 @@ msgid "%s%s: error adding ignore"
msgstr "%s недостаточно памяти для сообщения в строке информации\n"
#, fuzzy, c-format
msgid "%s: all ignore deleted"
msgid "%s: all ignores deleted"
msgstr "команда users отключена"
#, fuzzy, c-format
@@ -2992,11 +2992,11 @@ msgid "[list] | [add [re:]nick/host [server [channel]]] | [del number|-all]"
msgstr ""
msgid ""
" list: list all ignore\n"
" list: list all ignores\n"
" add: add a ignore\n"
" del: del a ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignore\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"
@@ -3947,7 +3947,7 @@ msgid "list of nicks for an IRC channel"
msgstr "список ников на канале"
#, fuzzy
msgid "list of IRC ignore"
msgid "list of IRC ignores"
msgstr "порт IRC сервера"
#, fuzzy, c-format
+5 -5
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: 2009-06-11 12:26+0200\n"
"POT-Creation-Date: 2009-06-11 12:45+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"
@@ -2342,7 +2342,7 @@ msgid "%s%s: error adding ignore"
msgstr ""
#, c-format
msgid "%s: all ignore deleted"
msgid "%s: all ignores deleted"
msgstr ""
#, c-format
@@ -2591,11 +2591,11 @@ msgid "[list] | [add [re:]nick/host [server [channel]]] | [del number|-all]"
msgstr ""
msgid ""
" list: list all ignore\n"
" list: list all ignores\n"
" add: add a ignore\n"
" del: del a ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignore\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"
@@ -3359,7 +3359,7 @@ msgstr ""
msgid "list of nicks for an IRC channel"
msgstr ""
msgid "list of IRC ignore"
msgid "list of IRC ignores"
msgstr ""
#, c-format
+3 -3
View File
@@ -1390,7 +1390,7 @@ irc_command_ignore (void *data, struct t_gui_buffer *buffer, int argc,
if (irc_ignore_list)
{
irc_ignore_free_all ();
weechat_printf (NULL, _("%s: all ignore deleted"),
weechat_printf (NULL, _("%s: all ignores deleted"),
IRC_PLUGIN_NAME);
}
else
@@ -3780,12 +3780,12 @@ irc_command_init ()
N_("ignore nicks/hosts from servers or channels"),
N_("[list] | [add [re:]nick/host [server [channel]]] | "
"[del number|-all]"),
N_(" list: list all ignore\n"
N_(" list: list all ignores\n"
" add: add a ignore\n"
" del: del a ignore\n"
" number: number of ignore to delete (look at "
"list to find it)\n"
" -all: delete all ignore\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"
+1 -1
View File
@@ -391,6 +391,6 @@ irc_info_init ()
&irc_info_get_infolist_cb, NULL);
weechat_hook_infolist ("irc_nick", N_("list of nicks for an IRC channel"),
&irc_info_get_infolist_cb, NULL);
weechat_hook_infolist ("irc_ignore", N_("list of IRC ignore"),
weechat_hook_infolist ("irc_ignore", N_("list of IRC ignores"),
&irc_info_get_infolist_cb, NULL);
}