From d59d099e82378669a2bea5aac5c9d9862438f51e Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 11 Aug 2010 15:43:20 +0200 Subject: Add new plugin "rmodifier": alter modifier strings with regular expressions (bug #26964) --- po/POTFILES.in | 12 +++++ po/cs.po | 113 ++++++++++++++++++++++++++++++++++++++++++- po/de.po | 113 ++++++++++++++++++++++++++++++++++++++++++- po/es.po | 111 ++++++++++++++++++++++++++++++++++++++++++- po/fr.po | 140 ++++++++++++++++++++++++++++++++++++++++++++---------- po/hu.po | 107 ++++++++++++++++++++++++++++++++++++++++- po/it.po | 113 ++++++++++++++++++++++++++++++++++++++++++- po/pl.po | 111 ++++++++++++++++++++++++++++++++++++++++++- po/ru.po | 106 ++++++++++++++++++++++++++++++++++++++++- po/srcfiles.cmake | 12 +++++ po/weechat.pot | 90 ++++++++++++++++++++++++++++++++++- 11 files changed, 996 insertions(+), 32 deletions(-) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index 244ec9498..c02c99305 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -183,6 +183,18 @@ ./src/plugins/relay/relay-server.h ./src/plugins/relay/relay-upgrade.c ./src/plugins/relay/relay-upgrade.h +./src/plugins/rmodifier/rmodifier.c +./src/plugins/rmodifier/rmodifier-command.c +./src/plugins/rmodifier/rmodifier-command.h +./src/plugins/rmodifier/rmodifier-completion.c +./src/plugins/rmodifier/rmodifier-completion.h +./src/plugins/rmodifier/rmodifier-config.c +./src/plugins/rmodifier/rmodifier-config.h +./src/plugins/rmodifier/rmodifier-debug.c +./src/plugins/rmodifier/rmodifier-debug.h +./src/plugins/rmodifier/rmodifier.h +./src/plugins/rmodifier/rmodifier-info.c +./src/plugins/rmodifier/rmodifier-info.h ./src/plugins/scripts/lua/weechat-lua-api.c ./src/plugins/scripts/lua/weechat-lua-api.h ./src/plugins/scripts/lua/weechat-lua.c diff --git a/po/cs.po b/po/cs.po index 00baea2df..7db98f718 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-08-06 20:08+0200\n" +"POT-Creation-Date: 2010-08-11 14:49+0200\n" "PO-Revision-Date: 2010-08-07 10:46+0200\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" @@ -6062,6 +6062,109 @@ msgstr "%s: poslouchám na portu %d (přesměrování %s.%s, maximálně %d klie msgid "%s%s: not enough memory for listening on new port" msgstr "%s%s: nedostatek paměti pro poslouchání na portu" +#, fuzzy, c-format +msgid "%s%s: error compiling regular expression \"%s\"" +msgstr "%s%s: chyba při vytváření volby serveru \"%s\"" + +#, fuzzy +msgid "No rmodifier defined" +msgstr "Žádné filtry zpráv nejsou definovány" + +#, fuzzy +msgid "List of rmodifiers:" +msgstr "seznam filtrů" + +#, fuzzy +msgid "Default rmodifiers:" +msgstr "Výchozí klávesové zkratky obnoveny" + +#, fuzzy, c-format +msgid "%s%s: error creating rmodifier \"%s\"" +msgstr "%s%s: chyba při vytváření serveru \"%s\"" + +#, fuzzy, c-format +msgid "Rmodifier \"%s\" created" +msgstr "Pole \"%s\" vytvořeno" + +#, fuzzy, c-format +msgid "%d rmodifiers removed" +msgstr " napojené modifikátory:" + +#, fuzzy, c-format +msgid "Rmodifier \"%s\" removed" +msgstr "Alias \"%s\" odebrán" + +#, fuzzy, c-format +msgid "%sRmodifier \"%s\" not found" +msgstr "%sChyba: filtr \"%s\" nenalezen" + +#, fuzzy +msgid "Default rmodifiers restored:" +msgstr "Výchozí klávesové zkratky obnoveny" + +#, fuzzy, c-format +msgid "" +"%sError: \"-yes\" argument is required for restoring default rmodifiers " +"(security reason)" +msgstr "" +"%sChyba: \"-yes\" argument je požadován pro reset kaláves (bezpečnostní " +"opatření)" + +#, fuzzy +msgid "alter modifier strings with regular expressions" +msgstr "%s%s: chyba při vytváření volby serveru \"%s\"" + +#, fuzzy +msgid "" +"[list] | [listdefault] | [add name modifiers groups regex] | [del name|-all " +"[name...]] | [default -yes]" +msgstr "" +"[list] | [enable|disable|toggle [name]] | [add jméno plugin.buffer tags " +"regex] | [del name|-all]" + +msgid "" +" list: list all rmodifiers\n" +"listdefault: list default rmodifiers\n" +" add: add a rmodifier\n" +" name: name of rmodifier\n" +" modifiers: comma separated list of modifiers\n" +" groups: action on groups found: comma separated list of groups (from 1 " +"to 9) with optional \"*\" after number to hide group\n" +" regex: regular expression\n" +" del: delete a rmodifier\n" +" -all: delete all rmodifiers\n" +" default: restore default rmodifiers\n" +"\n" +"Examples:\n" +" hide everything typed after a command /password:\n" +" /rmodifier add password input_text_display 1,2* ^(/password +)(.*)\n" +" delete rmodifier \"password\":\n" +" /rmodifier del password\n" +" delete all rmodifiers:\n" +" /rmodifier del -all" +msgstr "" + +#, fuzzy +msgid "list of rmodifiers" +msgstr "seznam filtrů" + +#, fuzzy, c-format +msgid "%s%s: error creating rmodifier \"%s\" => \"%s\"" +msgstr "%s%s: chyba vytváření \"%s\" => \"%s\"" + +msgid "char used to hide part of a string" +msgstr "" + +#, fuzzy +msgid "rmodifier pointer (optional)" +msgstr "ukazatel xfer (volitelné)" + +#, fuzzy +msgid "rmodifier name (can start or end with \"*\" as joker) (optional)" +msgstr "" +"jméno filtru (může začínat nebo končit \"*\" jako zástupným znakem) " +"(volitelné)" + #, c-format msgid "" "%s%s: unable to register script \"%s\" (another script already exists with " @@ -6673,3 +6776,11 @@ msgstr "Argumenty" msgid "Pointer" msgstr "Ukazatel" + +#, fuzzy +#~ msgid "list of regex modifiers" +#~ msgstr "seznam xfer" + +#, fuzzy +#~ msgid "List of regex modifiers:" +#~ msgstr "Seznam proxy:" diff --git a/po/de.po b/po/de.po index fcb2af22f..b95a86b33 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-08-06 20:08+0200\n" +"POT-Creation-Date: 2010-08-11 14:49+0200\n" "PO-Revision-Date: 2010-08-07 10:46+0200\n" "Last-Translator: Nils G. \n" "Language-Team: weechat-dev \n" @@ -6287,6 +6287,109 @@ msgstr "%s: Lausche am Port %d (Relay: %s.%s, Max. %d Clients)" msgid "%s%s: not enough memory for listening on new port" msgstr "%s%s: Nicht genug Speicher um an dem neuen Port zu lauschen" +#, fuzzy, c-format +msgid "%s%s: error compiling regular expression \"%s\"" +msgstr "%s%s: Fehler bei der Erstellung der Server-Option \"%s\"" + +#, fuzzy +msgid "No rmodifier defined" +msgstr "Kein Nachrichtenfilter definiert" + +#, fuzzy +msgid "List of rmodifiers:" +msgstr "Liste der Filter" + +#, fuzzy +msgid "Default rmodifiers:" +msgstr "Standardtastenbelegungen wiederhergestellt" + +#, fuzzy, c-format +msgid "%s%s: error creating rmodifier \"%s\"" +msgstr "%s%s: Fehler bei der Erstellung des Servers \"%s\"" + +#, fuzzy, c-format +msgid "Rmodifier \"%s\" created" +msgstr "Infobar \"%s\" erstellt" + +#, fuzzy, c-format +msgid "%d rmodifiers removed" +msgstr " modifiers ge-hooked:" + +#, fuzzy, c-format +msgid "Rmodifier \"%s\" removed" +msgstr "Alias \"%s\" entfernt" + +#, fuzzy, c-format +msgid "%sRmodifier \"%s\" not found" +msgstr "%sFehler: Filter \"%s\" nicht gefunden" + +#, fuzzy +msgid "Default rmodifiers restored:" +msgstr "Standardtastenbelegungen wiederhergestellt" + +#, fuzzy, c-format +msgid "" +"%sError: \"-yes\" argument is required for restoring default rmodifiers " +"(security reason)" +msgstr "" +"%sFehler: \"-yes\" Argument ist aus Sicherheitsgründen für den Reset der " +"Tastenbelegung notwendig" + +#, fuzzy +msgid "alter modifier strings with regular expressions" +msgstr "%s%s: Fehler bei der Erstellung der Server-Option \"%s\"" + +#, fuzzy +msgid "" +"[list] | [listdefault] | [add name modifiers groups regex] | [del name|-all " +"[name...]] | [default -yes]" +msgstr "" +"[list] | [enable|disable|toggle [name]] | [add name plugin.buffer tags " +"regex] | [del name|-all]" + +msgid "" +" list: list all rmodifiers\n" +"listdefault: list default rmodifiers\n" +" add: add a rmodifier\n" +" name: name of rmodifier\n" +" modifiers: comma separated list of modifiers\n" +" groups: action on groups found: comma separated list of groups (from 1 " +"to 9) with optional \"*\" after number to hide group\n" +" regex: regular expression\n" +" del: delete a rmodifier\n" +" -all: delete all rmodifiers\n" +" default: restore default rmodifiers\n" +"\n" +"Examples:\n" +" hide everything typed after a command /password:\n" +" /rmodifier add password input_text_display 1,2* ^(/password +)(.*)\n" +" delete rmodifier \"password\":\n" +" /rmodifier del password\n" +" delete all rmodifiers:\n" +" /rmodifier del -all" +msgstr "" + +#, fuzzy +msgid "list of rmodifiers" +msgstr "Liste der Filter" + +#, fuzzy, c-format +msgid "%s%s: error creating rmodifier \"%s\" => \"%s\"" +msgstr "%s%s: Fehler beim Erstellen von \"%s\" => \"%s\"" + +msgid "char used to hide part of a string" +msgstr "" + +#, fuzzy +msgid "rmodifier pointer (optional)" +msgstr "xfer Pointer (optional)" + +#, fuzzy +msgid "rmodifier name (can start or end with \"*\" as joker) (optional)" +msgstr "" +"Name des Filters (darf mit einem \"*\" als Platzhalter beginnen oder enden) " +"(optional)" + #, c-format msgid "" "%s%s: unable to register script \"%s\" (another script already exists with " @@ -6913,3 +7016,11 @@ msgstr "Argumente" msgid "Pointer" msgstr "Pointer" + +#, fuzzy +#~ msgid "list of regex modifiers" +#~ msgstr "Transfer-Liste" + +#, fuzzy +#~ msgid "List of regex modifiers:" +#~ msgstr "Liste der Proxys:" diff --git a/po/es.po b/po/es.po index c4e7f2cbd..e61fed9d8 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-08-06 20:08+0200\n" +"POT-Creation-Date: 2010-08-11 14:49+0200\n" "PO-Revision-Date: 2010-08-07 10:46+0200\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -6143,6 +6143,107 @@ msgstr "%s: escuchando en el puerto %d (repetidor: %s.%s, max %d clientes)" msgid "%s%s: not enough memory for listening on new port" msgstr "%s%s: no hay memoria suficiente para escuchar en un nuevo puerto" +#, fuzzy, c-format +msgid "%s%s: error compiling regular expression \"%s\"" +msgstr "%s%s: error al crear la opción \"%s\" del servidor" + +#, fuzzy +msgid "No rmodifier defined" +msgstr "Ningún filtro definido" + +#, fuzzy +msgid "List of rmodifiers:" +msgstr "lista de filtros" + +#, fuzzy +msgid "Default rmodifiers:" +msgstr "Atajos predefinidos restaurados" + +#, fuzzy, c-format +msgid "%s%s: error creating rmodifier \"%s\"" +msgstr "%s%s: error al crear el servidor \"%s\"" + +#, fuzzy, c-format +msgid "Rmodifier \"%s\" created" +msgstr "Barra \"%s\" creada" + +#, fuzzy, c-format +msgid "%d rmodifiers removed" +msgstr " modificadores enganchados:" + +#, fuzzy, c-format +msgid "Rmodifier \"%s\" removed" +msgstr "Alias \"%s\" eliminado" + +#, fuzzy, c-format +msgid "%sRmodifier \"%s\" not found" +msgstr "%sError: filtro \"%s\" no encontrado" + +#, fuzzy +msgid "Default rmodifiers restored:" +msgstr "Atajos predefinidos restaurados" + +#, fuzzy, c-format +msgid "" +"%sError: \"-yes\" argument is required for restoring default rmodifiers " +"(security reason)" +msgstr "%sError: se requiere el argumento \"-yes\" para restaurar los atajos" + +#, fuzzy +msgid "alter modifier strings with regular expressions" +msgstr "%s%s: error al crear la opción \"%s\" del servidor" + +#, fuzzy +msgid "" +"[list] | [listdefault] | [add name modifiers groups regex] | [del name|-all " +"[name...]] | [default -yes]" +msgstr "" +"[list] | [enable|disable|toggle [nombre]] | [add nombre plugin.buffer " +"etiquetas regex] | [del nombre|-all]" + +msgid "" +" list: list all rmodifiers\n" +"listdefault: list default rmodifiers\n" +" add: add a rmodifier\n" +" name: name of rmodifier\n" +" modifiers: comma separated list of modifiers\n" +" groups: action on groups found: comma separated list of groups (from 1 " +"to 9) with optional \"*\" after number to hide group\n" +" regex: regular expression\n" +" del: delete a rmodifier\n" +" -all: delete all rmodifiers\n" +" default: restore default rmodifiers\n" +"\n" +"Examples:\n" +" hide everything typed after a command /password:\n" +" /rmodifier add password input_text_display 1,2* ^(/password +)(.*)\n" +" delete rmodifier \"password\":\n" +" /rmodifier del password\n" +" delete all rmodifiers:\n" +" /rmodifier del -all" +msgstr "" + +#, fuzzy +msgid "list of rmodifiers" +msgstr "lista de filtros" + +#, fuzzy, c-format +msgid "%s%s: error creating rmodifier \"%s\" => \"%s\"" +msgstr "%s%s: error al crear \"%s\" => \"%s\"" + +msgid "char used to hide part of a string" +msgstr "" + +#, fuzzy +msgid "rmodifier pointer (optional)" +msgstr "puntero del xfer (optional)" + +#, fuzzy +msgid "rmodifier name (can start or end with \"*\" as joker) (optional)" +msgstr "" +"nombre del filtro (puede empezar o terminar con \"*\" como comodín) " +"(opcional)" + #, c-format msgid "" "%s%s: unable to register script \"%s\" (another script already exists with " @@ -6767,6 +6868,14 @@ msgstr "Argumentos" msgid "Pointer" msgstr "Puntero" +#, fuzzy +#~ msgid "list of regex modifiers" +#~ msgstr "lista de transferencias" + +#, fuzzy +#~ msgid "List of regex modifiers:" +#~ msgstr "Lista de proxies:" + #~ msgid "text color for prefix #1 in nicklist" #~ msgstr "color para el prefijo #1 en la lista de apodos" diff --git a/po/fr.po b/po/fr.po index 66bb0c4fb..b0799ac5e 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-08-06 20:08+0200\n" -"PO-Revision-Date: 2010-08-07 10:46+0200\n" +"POT-Creation-Date: 2010-08-11 14:49+0200\n" +"PO-Revision-Date: 2010-08-11 13:16+0200\n" "Last-Translator: Sebastien Helleu \n" "Language-Team: weechat-dev \n" "Language: French\n" @@ -6178,6 +6178,120 @@ msgstr "%s: écoute sur le port %d (relai: %s.%s, max %d clients)" msgid "%s%s: not enough memory for listening on new port" msgstr "%s%s: pas assez de mémoire pour écouter sur le nouveau port" +#, c-format +msgid "%s%s: error compiling regular expression \"%s\"" +msgstr "%s%s: erreur de compilation de l'expression régulière \"%s\"" + +msgid "No rmodifier defined" +msgstr "Pas de rmodifier défini" + +msgid "List of rmodifiers:" +msgstr "Liste des rmodifiers:" + +msgid "Default rmodifiers:" +msgstr "Rmodifiers par défaut:" + +#, c-format +msgid "%s%s: error creating rmodifier \"%s\"" +msgstr "%s%s: erreur de création du rmodifier \"%s\"" + +#, c-format +msgid "Rmodifier \"%s\" created" +msgstr "Rmodifier \"%s\" créé" + +#, c-format +msgid "%d rmodifiers removed" +msgstr "%d rmodifiers supprimés" + +#, c-format +msgid "Rmodifier \"%s\" removed" +msgstr "Rmodifier \"%s\" supprimé" + +#, c-format +msgid "%sRmodifier \"%s\" not found" +msgstr "%sRmodifier \"%s\" non trouvé" + +msgid "Default rmodifiers restored:" +msgstr "Rmodifiers par défaut restaurés:" + +#, c-format +msgid "" +"%sError: \"-yes\" argument is required for restoring default rmodifiers " +"(security reason)" +msgstr "" +"%sErreur: le paramètre \"-yes\" est requis pour la restauration des " +"rmodifiers par défaut (raison de sécurité)" + +msgid "alter modifier strings with regular expressions" +msgstr "modifie des chaînes de \"modifier\" avec des expressions régulières" + +msgid "" +"[list] | [listdefault] | [add name modifiers groups regex] | [del name|-all " +"[name...]] | [default -yes]" +msgstr "" +"[list] | [listdefault] | [add nom modifiers groupes regex] | [del nom|-all " +"[nom...]] | [default -yes]" + +msgid "" +" list: list all rmodifiers\n" +"listdefault: list default rmodifiers\n" +" add: add a rmodifier\n" +" name: name of rmodifier\n" +" modifiers: comma separated list of modifiers\n" +" groups: action on groups found: comma separated list of groups (from 1 " +"to 9) with optional \"*\" after number to hide group\n" +" regex: regular expression\n" +" del: delete a rmodifier\n" +" -all: delete all rmodifiers\n" +" default: restore default rmodifiers\n" +"\n" +"Examples:\n" +" hide everything typed after a command /password:\n" +" /rmodifier add password input_text_display 1,2* ^(/password +)(.*)\n" +" delete rmodifier \"password\":\n" +" /rmodifier del password\n" +" delete all rmodifiers:\n" +" /rmodifier del -all" +msgstr "" +" list: liste les rmodifiers\n" +"listdefault: liste les rmodifiers par défaut\n" +" add: ajoute un rmodifier\n" +" name: nom du rmodifier\n" +" modifiers: liste de modifiers (séparés par une virgule)\n" +" groupes: action sur les groupes trouvés: liste de groupes (séparés par " +"une virgule) (de 1 à 9) avec en option \"*\" après le nombre pour cacher le " +"groupe\n" +" regex: expression régulière\n" +" del: supprime un rmodifier\n" +" -all: supprime tous les rmodifiers\n" +" default: restaure les rmodifiers par défaut\n" +"\n" +"Exemples:\n" +" cacher tout ce qui est tapé après la commande /password:\n" +" /rmodifier add password input_text_display 1,2* ^(/password +)(.*)\n" +" supprimer le rmodifier \"password\":\n" +" /rmodifier del password\n" +" supprimer tous les rmodifiers:\n" +" /rmodifier del -all" + +msgid "list of rmodifiers" +msgstr "liste des rmodifiers" + +#, c-format +msgid "%s%s: error creating rmodifier \"%s\" => \"%s\"" +msgstr "%s%s: erreur de création du rmodifier \"%s\" => \"%s\"" + +msgid "char used to hide part of a string" +msgstr "caractère utilisé pour cacher une partie de la chaîne" + +msgid "rmodifier pointer (optional)" +msgstr "pointeur vers le rmodifieur (optionnel)" + +msgid "rmodifier name (can start or end with \"*\" as joker) (optional)" +msgstr "" +"nom du rmodifier (peut démarrer ou se terminer par \"*\" comme caractère " +"joker) (optionnel)" + #, c-format msgid "" "%s%s: unable to register script \"%s\" (another script already exists with " @@ -6802,25 +6916,3 @@ msgstr "Paramètres" msgid "Pointer" msgstr "Pointeur" - -#~ msgid "text color for prefix #1 in nicklist" -#~ msgstr "couleur du texte pour le préfixe n°1 de la liste des pseudos" - -#~ msgid "text color for prefix #2 in nicklist" -#~ msgstr "couleur du texte pour le préfixe n°2 de la liste des pseudos" - -#~ msgid "text color for prefix #3 in nicklist" -#~ msgstr "couleur du texte pour le préfixe n°3 de la liste des pseudos" - -#~ msgid "text color for prefix #4 in nicklist" -#~ msgstr "couleur du texte pour le préfixe n°4 de la liste des pseudos" - -#~ msgid "text color for prefix #5 in nicklist" -#~ msgstr "couleur du texte pour le préfixe n°5 de la liste des pseudos" - -#~ msgid "" -#~ "channel: channel name to join\n" -#~ " key: key to join the channel" -#~ msgstr "" -#~ "canal: nom du canal à rejoindre\n" -#~ " clé: clé pour rejoindre le canal" diff --git a/po/hu.po b/po/hu.po index 6bd4a41eb..c5d3bf8d0 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-08-06 20:08+0200\n" +"POT-Creation-Date: 2010-08-11 14:49+0200\n" "PO-Revision-Date: 2010-08-07 10:46+0200\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -5807,6 +5807,103 @@ msgstr "" msgid "%s%s: not enough memory for listening on new port" msgstr "%s nincs elegendő memória új DCC számára\n" +#, fuzzy, c-format +msgid "%s%s: error compiling regular expression \"%s\"" +msgstr "%s nincs elég memória az információs pult üzenethez\n" + +#, fuzzy +msgid "No rmodifier defined" +msgstr "Nincs aliasz definiálva.\n" + +#, fuzzy +msgid "List of rmodifiers:" +msgstr "Aliaszok listája:\n" + +#, fuzzy +msgid "Default rmodifiers:" +msgstr "Alapértelmezett billentyűparancsok visszaállítva\n" + +#, fuzzy, c-format +msgid "%s%s: error creating rmodifier \"%s\"" +msgstr "%s nincs elég memória az információs pult üzenethez\n" + +#, fuzzy, c-format +msgid "Rmodifier \"%s\" created" +msgstr "A \"%s\" => \"%s\" aliasz elkészült\n" + +#, fuzzy, c-format +msgid "%d rmodifiers removed" +msgstr " időkezelők:\n" + +#, fuzzy, c-format +msgid "Rmodifier \"%s\" removed" +msgstr "A \"%s\" aliasz eltávolítva\n" + +#, fuzzy, c-format +msgid "%sRmodifier \"%s\" not found" +msgstr "%s a \"%s\" modul nem található\n" + +#, fuzzy +msgid "Default rmodifiers restored:" +msgstr "Alapértelmezett billentyűparancsok visszaállítva\n" + +#, fuzzy, c-format +msgid "" +"%sError: \"-yes\" argument is required for restoring default rmodifiers " +"(security reason)" +msgstr "" +"%s \"-yes\" paraméter megadása kötelező a billentyűparancsok " +"visszaállításához (biztonsági okokból)\n" + +#, fuzzy +msgid "alter modifier strings with regular expressions" +msgstr "%s nincs elég memória az információs pult üzenethez\n" + +msgid "" +"[list] | [listdefault] | [add name modifiers groups regex] | [del name|-all " +"[name...]] | [default -yes]" +msgstr "" + +msgid "" +" list: list all rmodifiers\n" +"listdefault: list default rmodifiers\n" +" add: add a rmodifier\n" +" name: name of rmodifier\n" +" modifiers: comma separated list of modifiers\n" +" groups: action on groups found: comma separated list of groups (from 1 " +"to 9) with optional \"*\" after number to hide group\n" +" regex: regular expression\n" +" del: delete a rmodifier\n" +" -all: delete all rmodifiers\n" +" default: restore default rmodifiers\n" +"\n" +"Examples:\n" +" hide everything typed after a command /password:\n" +" /rmodifier add password input_text_display 1,2* ^(/password +)(.*)\n" +" delete rmodifier \"password\":\n" +" /rmodifier del password\n" +" delete all rmodifiers:\n" +" /rmodifier del -all" +msgstr "" + +#, fuzzy +msgid "list of rmodifiers" +msgstr "Aliaszok listája:\n" + +#, fuzzy, c-format +msgid "%s%s: error creating rmodifier \"%s\" => \"%s\"" +msgstr "%s nincs elég memória az információs pult üzenethez\n" + +msgid "char used to hide part of a string" +msgstr "" + +#, fuzzy +msgid "rmodifier pointer (optional)" +msgstr "Beállítások mentése a lemezre\n" + +msgid "rmodifier name (can start or end with \"*\" as joker) (optional)" +msgstr "" + #, c-format msgid "" "%s%s: unable to register script \"%s\" (another script already exists with " @@ -6432,6 +6529,14 @@ msgstr "fogadó típusa [paraméterek]" msgid "Pointer" msgstr "perc" +#, fuzzy +#~ msgid "list of regex modifiers" +#~ msgstr "Aliaszok listája:\n" + +#, fuzzy +#~ msgid "List of regex modifiers:" +#~ msgstr "Aliaszok listája:\n" + #, fuzzy #~ msgid "text color for prefix #1 in nicklist" #~ msgstr "név színe" diff --git a/po/it.po b/po/it.po index 7c7d96ed2..770d47531 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-08-06 20:08+0200\n" +"POT-Creation-Date: 2010-08-11 14:49+0200\n" "PO-Revision-Date: 2010-08-07 10:46+0200\n" "Last-Translator: Marco Paolone \n" "Language-Team: weechat-dev \n" @@ -6143,6 +6143,109 @@ msgstr "%s: in ascolto sulla porta %d (relay: %s,%s, massimo %d client)" msgid "%s%s: not enough memory for listening on new port" msgstr "%s%s: memoria non sufficiente per l'ascolto su una nuova porta" +#, fuzzy, c-format +msgid "%s%s: error compiling regular expression \"%s\"" +msgstr "%s%s: errore durante la creazione dell'opzione del server \"%s\"" + +#, fuzzy +msgid "No rmodifier defined" +msgstr "Nessun filtro per messaggio definito" + +#, fuzzy +msgid "List of rmodifiers:" +msgstr "elenco dei filtri" + +#, fuzzy +msgid "Default rmodifiers:" +msgstr "Associazione tasti predefinita ripristinata" + +#, fuzzy, c-format +msgid "%s%s: error creating rmodifier \"%s\"" +msgstr "%s%s: errore durante la creazione del server \"%s\"" + +#, fuzzy, c-format +msgid "Rmodifier \"%s\" created" +msgstr "Barra \"%s\" creata" + +#, fuzzy, c-format +msgid "%d rmodifiers removed" +msgstr " hook sui modificatori:" + +#, fuzzy, c-format +msgid "Rmodifier \"%s\" removed" +msgstr "Alias \"%s\" eliminato" + +#, fuzzy, c-format +msgid "%sRmodifier \"%s\" not found" +msgstr "%sErrore: filtro \"%s\" non trovato" + +#, fuzzy +msgid "Default rmodifiers restored:" +msgstr "Associazione tasti predefinita ripristinata" + +#, fuzzy, c-format +msgid "" +"%sError: \"-yes\" argument is required for restoring default rmodifiers " +"(security reason)" +msgstr "" +"%sErrore: l'argomento \"-yes\" è richiesto per il reset dei tasti (motivi di " +"sicurezza)" + +#, fuzzy +msgid "alter modifier strings with regular expressions" +msgstr "%s%s: errore durante la creazione dell'opzione del server \"%s\"" + +#, fuzzy +msgid "" +"[list] | [listdefault] | [add name modifiers groups regex] | [del name|-all " +"[name...]] | [default -yes]" +msgstr "" +"[list] | [enable|disable|toggle [nome]] | [add nome plugin.buffer tag regex] " +"| [del nome|-all]" + +msgid "" +" list: list all rmodifiers\n" +"listdefault: list default rmodifiers\n" +" add: add a rmodifier\n" +" name: name of rmodifier\n" +" modifiers: comma separated list of modifiers\n" +" groups: action on groups found: comma separated list of groups (from 1 " +"to 9) with optional \"*\" after number to hide group\n" +" regex: regular expression\n" +" del: delete a rmodifier\n" +" -all: delete all rmodifiers\n" +" default: restore default rmodifiers\n" +"\n" +"Examples:\n" +" hide everything typed after a command /password:\n" +" /rmodifier add password input_text_display 1,2* ^(/password +)(.*)\n" +" delete rmodifier \"password\":\n" +" /rmodifier del password\n" +" delete all rmodifiers:\n" +" /rmodifier del -all" +msgstr "" + +#, fuzzy +msgid "list of rmodifiers" +msgstr "elenco dei filtri" + +#, fuzzy, c-format +msgid "%s%s: error creating rmodifier \"%s\" => \"%s\"" +msgstr "%s%s: errore nella creazione \"%s\" => \"%s\"" + +msgid "char used to hide part of a string" +msgstr "" + +#, fuzzy +msgid "rmodifier pointer (optional)" +msgstr "puntatore a xfer (opzionale)" + +#, fuzzy +msgid "rmodifier name (can start or end with \"*\" as joker) (optional)" +msgstr "" +"nome filtro (può iniziare o terminare con \"*\" come carattere jolly) " +"(opzionale)" + #, c-format msgid "" "%s%s: unable to register script \"%s\" (another script already exists with " @@ -6755,6 +6858,14 @@ msgstr "Argomenti" msgid "Pointer" msgstr "Puntatore" +#, fuzzy +#~ msgid "list of regex modifiers" +#~ msgstr "lista di xfer" + +#, fuzzy +#~ msgid "List of regex modifiers:" +#~ msgstr "Elenco di proxy:" + #~ msgid "text color for prefix #1 in nicklist" #~ msgstr "colore del testo per il prefisso #1 nella nicklist" diff --git a/po/pl.po b/po/pl.po index 1d8572e9a..55944f13a 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-08-06 20:08+0200\n" +"POT-Creation-Date: 2010-08-11 14:49+0200\n" "PO-Revision-Date: 2010-08-07 10:46+0200\n" "Last-Translator: Krzysztof Koroscik \n" "Language-Team: weechat-dev \n" @@ -6086,6 +6086,107 @@ msgstr "%s: nasłuchuję na porcie %d (relay:%s.%s, max %d klientów)" msgid "%s%s: not enough memory for listening on new port" msgstr "%s%s: za mało pamięci do nasłuchu na nowym porcie" +#, fuzzy, c-format +msgid "%s%s: error compiling regular expression \"%s\"" +msgstr "%s%s: błąd podczas tworzenia opcji dla serwera \"%s\"" + +#, fuzzy +msgid "No rmodifier defined" +msgstr "Nie zdefiniowano żadnych filtrow wiadomości" + +#, fuzzy +msgid "List of rmodifiers:" +msgstr "lista filtrów" + +#, fuzzy +msgid "Default rmodifiers:" +msgstr "Przywrócono domyślne przypisania klawiszy" + +#, fuzzy, c-format +msgid "%s%s: error creating rmodifier \"%s\"" +msgstr "%s%s: błąd podczas tworzenia serwera \"%s\"" + +#, fuzzy, c-format +msgid "Rmodifier \"%s\" created" +msgstr "Utworzono pasek \"%s\"" + +#, fuzzy, c-format +msgid "%d rmodifiers removed" +msgstr " powiązane modyfikatory:" + +#, fuzzy, c-format +msgid "Rmodifier \"%s\" removed" +msgstr "Alias \"%s\" został usunięty" + +#, fuzzy, c-format +msgid "%sRmodifier \"%s\" not found" +msgstr "%sBłąd: nie odnaleziono filtru \"%s\"" + +#, fuzzy +msgid "Default rmodifiers restored:" +msgstr "Przywrócono domyślne przypisania klawiszy" + +#, fuzzy, c-format +msgid "" +"%sError: \"-yes\" argument is required for restoring default rmodifiers " +"(security reason)" +msgstr "" +"%sBłąd: argument \"-yes\" wymagany do zresetowania ustawień klawiszy " +"(względy bezpieczeństwa) " + +#, fuzzy +msgid "alter modifier strings with regular expressions" +msgstr "%s%s: błąd podczas tworzenia opcji dla serwera \"%s\"" + +#, fuzzy +msgid "" +"[list] | [listdefault] | [add name modifiers groups regex] | [del name|-all " +"[name...]] | [default -yes]" +msgstr "" +"[list] | [enable|disable|toggle [nazwa]] | [add nazwa wtyczka.bufor tagi " +"regex] | [del nazwa|-all]" + +msgid "" +" list: list all rmodifiers\n" +"listdefault: list default rmodifiers\n" +" add: add a rmodifier\n" +" name: name of rmodifier\n" +" modifiers: comma separated list of modifiers\n" +" groups: action on groups found: comma separated list of groups (from 1 " +"to 9) with optional \"*\" after number to hide group\n" +" regex: regular expression\n" +" del: delete a rmodifier\n" +" -all: delete all rmodifiers\n" +" default: restore default rmodifiers\n" +"\n" +"Examples:\n" +" hide everything typed after a command /password:\n" +" /rmodifier add password input_text_display 1,2* ^(/password +)(.*)\n" +" delete rmodifier \"password\":\n" +" /rmodifier del password\n" +" delete all rmodifiers:\n" +" /rmodifier del -all" +msgstr "" + +#, fuzzy +msgid "list of rmodifiers" +msgstr "lista filtrów" + +#, fuzzy, c-format +msgid "%s%s: error creating rmodifier \"%s\" => \"%s\"" +msgstr "%s%s: błąd podczas tworzenia \"%s\" => \"%s\"" + +msgid "char used to hide part of a string" +msgstr "" + +#, fuzzy +msgid "rmodifier pointer (optional)" +msgstr "wskaźnik xfer (opcjonalny)" + +#, fuzzy +msgid "rmodifier name (can start or end with \"*\" as joker) (optional)" +msgstr "nazwa filtru (może się zaczynać lub kończyć \"*\") (opcjonalne)" + #, c-format msgid "" "%s%s: unable to register script \"%s\" (another script already exists with " @@ -6693,3 +6794,11 @@ msgstr "Argumenty" msgid "Pointer" msgstr "Wskaźnik" + +#, fuzzy +#~ msgid "list of regex modifiers" +#~ msgstr "lista xfer" + +#, fuzzy +#~ msgid "List of regex modifiers:" +#~ msgstr "Lista proxy:" diff --git a/po/ru.po b/po/ru.po index fc1bbf2f9..580a2df5b 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-08-06 20:08+0200\n" +"POT-Creation-Date: 2010-08-11 14:49+0200\n" "PO-Revision-Date: 2010-08-07 10:46+0200\n" "Last-Translator: Pavel Shevchuk \n" "Language-Team: weechat-dev \n" @@ -5816,6 +5816,102 @@ msgstr "" msgid "%s%s: not enough memory for listening on new port" msgstr "%s недостаточно памяти для нового DCC\n" +#, fuzzy, c-format +msgid "%s%s: error compiling regular expression \"%s\"" +msgstr "%s недостаточно памяти для сообщения в строке информации\n" + +#, fuzzy +msgid "No rmodifier defined" +msgstr "Сокращения не заданы.\n" + +#, fuzzy +msgid "List of rmodifiers:" +msgstr "Список сокращений:\n" + +#, fuzzy +msgid "Default rmodifiers:" +msgstr "Комбинации клавиш по умолчанию восстановлены\n" + +#, fuzzy, c-format +msgid "%s%s: error creating rmodifier \"%s\"" +msgstr "%s недостаточно памяти для сообщения в строке информации\n" + +#, fuzzy, c-format +msgid "Rmodifier \"%s\" created" +msgstr "Сокращение \"%s\" => \"%s\" создано\n" + +#, fuzzy, c-format +msgid "%d rmodifiers removed" +msgstr " обработчики таймера:\n" + +#, fuzzy, c-format +msgid "Rmodifier \"%s\" removed" +msgstr "Сокращение \"%s\" удалено\n" + +#, fuzzy, c-format +msgid "%sRmodifier \"%s\" not found" +msgstr "%s plugin \"%s\" не найден\n" + +#, fuzzy +msgid "Default rmodifiers restored:" +msgstr "Комбинации клавиш по умолчанию восстановлены\n" + +#, fuzzy, c-format +msgid "" +"%sError: \"-yes\" argument is required for restoring default rmodifiers " +"(security reason)" +msgstr "" +"%s аргумент \"-yes\" необходим для сброса ключей (в целях безопасности)\n" + +#, fuzzy +msgid "alter modifier strings with regular expressions" +msgstr "%s недостаточно памяти для сообщения в строке информации\n" + +msgid "" +"[list] | [listdefault] | [add name modifiers groups regex] | [del name|-all " +"[name...]] | [default -yes]" +msgstr "" + +msgid "" +" list: list all rmodifiers\n" +"listdefault: list default rmodifiers\n" +" add: add a rmodifier\n" +" name: name of rmodifier\n" +" modifiers: comma separated list of modifiers\n" +" groups: action on groups found: comma separated list of groups (from 1 " +"to 9) with optional \"*\" after number to hide group\n" +" regex: regular expression\n" +" del: delete a rmodifier\n" +" -all: delete all rmodifiers\n" +" default: restore default rmodifiers\n" +"\n" +"Examples:\n" +" hide everything typed after a command /password:\n" +" /rmodifier add password input_text_display 1,2* ^(/password +)(.*)\n" +" delete rmodifier \"password\":\n" +" /rmodifier del password\n" +" delete all rmodifiers:\n" +" /rmodifier del -all" +msgstr "" + +#, fuzzy +msgid "list of rmodifiers" +msgstr "Список сокращений:\n" + +#, fuzzy, c-format +msgid "%s%s: error creating rmodifier \"%s\" => \"%s\"" +msgstr "%s недостаточно памяти для сообщения в строке информации\n" + +msgid "char used to hide part of a string" +msgstr "" + +#, fuzzy +msgid "rmodifier pointer (optional)" +msgstr "Сохраняю конфигурацию\n" + +msgid "rmodifier name (can start or end with \"*\" as joker) (optional)" +msgstr "" + #, c-format msgid "" "%s%s: unable to register script \"%s\" (another script already exists with " @@ -6436,6 +6532,14 @@ msgstr "адресат тип [аргументы]" msgid "Pointer" msgstr "минута" +#, fuzzy +#~ msgid "list of regex modifiers" +#~ msgstr "Список сокращений:\n" + +#, fuzzy +#~ msgid "List of regex modifiers:" +#~ msgstr "Список сокращений:\n" + #, fuzzy #~ msgid "text color for prefix #1 in nicklist" #~ msgstr "цвет ника" diff --git a/po/srcfiles.cmake b/po/srcfiles.cmake index 913913a67..4a4d3d0ef 100644 --- a/po/srcfiles.cmake +++ b/po/srcfiles.cmake @@ -184,6 +184,18 @@ SET(WEECHAT_SOURCES ./src/plugins/relay/relay-server.h ./src/plugins/relay/relay-upgrade.c ./src/plugins/relay/relay-upgrade.h +./src/plugins/rmodifier/rmodifier.c +./src/plugins/rmodifier/rmodifier-command.c +./src/plugins/rmodifier/rmodifier-command.h +./src/plugins/rmodifier/rmodifier-completion.c +./src/plugins/rmodifier/rmodifier-completion.h +./src/plugins/rmodifier/rmodifier-config.c +./src/plugins/rmodifier/rmodifier-config.h +./src/plugins/rmodifier/rmodifier-debug.c +./src/plugins/rmodifier/rmodifier-debug.h +./src/plugins/rmodifier/rmodifier.h +./src/plugins/rmodifier/rmodifier-info.c +./src/plugins/rmodifier/rmodifier-info.h ./src/plugins/scripts/lua/weechat-lua-api.c ./src/plugins/scripts/lua/weechat-lua-api.h ./src/plugins/scripts/lua/weechat-lua.c diff --git a/po/weechat.pot b/po/weechat.pot index d6d2933c7..e7d5e1cd1 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-08-06 20:08+0200\n" +"POT-Creation-Date: 2010-08-11 14:49+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5058,6 +5058,94 @@ msgstr "" msgid "%s%s: not enough memory for listening on new port" msgstr "" +#, c-format +msgid "%s%s: error compiling regular expression \"%s\"" +msgstr "" + +msgid "No rmodifier defined" +msgstr "" + +msgid "List of rmodifiers:" +msgstr "" + +msgid "Default rmodifiers:" +msgstr "" + +#, c-format +msgid "%s%s: error creating rmodifier \"%s\"" +msgstr "" + +#, c-format +msgid "Rmodifier \"%s\" created" +msgstr "" + +#, c-format +msgid "%d rmodifiers removed" +msgstr "" + +#, c-format +msgid "Rmodifier \"%s\" removed" +msgstr "" + +#, c-format +msgid "%sRmodifier \"%s\" not found" +msgstr "" + +msgid "Default rmodifiers restored:" +msgstr "" + +#, c-format +msgid "" +"%sError: \"-yes\" argument is required for restoring default rmodifiers " +"(security reason)" +msgstr "" + +msgid "alter modifier strings with regular expressions" +msgstr "" + +msgid "" +"[list] | [listdefault] | [add name modifiers groups regex] | [del name|-all " +"[name...]] | [default -yes]" +msgstr "" + +msgid "" +" list: list all rmodifiers\n" +"listdefault: list default rmodifiers\n" +" add: add a rmodifier\n" +" name: name of rmodifier\n" +" modifiers: comma separated list of modifiers\n" +" groups: action on groups found: comma separated list of groups (from 1 " +"to 9) with optional \"*\" after number to hide group\n" +" regex: regular expression\n" +" del: delete a rmodifier\n" +" -all: delete all rmodifiers\n" +" default: restore default rmodifiers\n" +"\n" +"Examples:\n" +" hide everything typed after a command /password:\n" +" /rmodifier add password input_text_display 1,2* ^(/password +)(.*)\n" +" delete rmodifier \"password\":\n" +" /rmodifier del password\n" +" delete all rmodifiers:\n" +" /rmodifier del -all" +msgstr "" + +msgid "list of rmodifiers" +msgstr "" + +#, c-format +msgid "%s%s: error creating rmodifier \"%s\" => \"%s\"" +msgstr "" + +msgid "char used to hide part of a string" +msgstr "" + +msgid "rmodifier pointer (optional)" +msgstr "" + +msgid "rmodifier name (can start or end with \"*\" as joker) (optional)" +msgstr "" + #, c-format msgid "" "%s%s: unable to register script \"%s\" (another script already exists with " -- cgit v1.2.3