From a4c0a13b1d69e3595c67f09a5667a82640922321 Mon Sep 17 00:00:00 2001 From: skizzhg Date: Sun, 17 Jul 2011 15:21:07 +0200 Subject: [PATCH 1/4] MessageParser: Fix typo (rexeps -> regexps). --- plugins/MessageParser/config.py | 2 +- plugins/MessageParser/locale/fi.po | 2 +- plugins/MessageParser/locale/fr.po | 2 +- plugins/MessageParser/messages.pot | 2 +- src/version.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/MessageParser/config.py b/plugins/MessageParser/config.py index 0e496aee5..27dc241be 100644 --- a/plugins/MessageParser/config.py +++ b/plugins/MessageParser/config.py @@ -74,7 +74,7 @@ conf.registerChannelValue(MessageParser, 'requireManageCapability', Note that absence of an explicit anticapability means user has capability."""))) conf.registerChannelValue(MessageParser, 'listSeparator', - registry.String(', ', _("""Determines the separator used between rexeps when + registry.String(', ', _("""Determines the separator used between regexps when shown by the list command."""))) # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: diff --git a/plugins/MessageParser/locale/fi.po b/plugins/MessageParser/locale/fi.po index 973a99d61..c6bf14587 100644 --- a/plugins/MessageParser/locale/fi.po +++ b/plugins/MessageParser/locale/fi.po @@ -67,7 +67,7 @@ msgstr "" #: config.py:77 msgid "" -"Determines the separator used between rexeps when\n" +"Determines the separator used between regexps when\n" " shown by the list command." msgstr "" "Määrittää erottajan, jota käytetään list komennon näyttämien\n" diff --git a/plugins/MessageParser/locale/fr.po b/plugins/MessageParser/locale/fr.po index ad75aae17..12b9d542f 100644 --- a/plugins/MessageParser/locale/fr.po +++ b/plugins/MessageParser/locale/fr.po @@ -50,7 +50,7 @@ msgstr "Détermine les capacités requises (s'il y en a) pour gérer la base de #: config.py:77 msgid "" -"Determines the separator used between rexeps when\n" +"Determines the separator used between regexps when\n" " shown by the list command." msgstr "Détermine le séparateur utilisé entre les expressions régulières affichées par la commande list." diff --git a/plugins/MessageParser/messages.pot b/plugins/MessageParser/messages.pot index 8cf2374c2..9c1d9ff07 100644 --- a/plugins/MessageParser/messages.pot +++ b/plugins/MessageParser/messages.pot @@ -52,7 +52,7 @@ msgstr "" #: config.py:77 msgid "" -"Determines the separator used between rexeps when\n" +"Determines the separator used between regexps when\n" " shown by the list command." msgstr "" diff --git a/src/version.py b/src/version.py index 82a94a88e..86e9f6f95 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change them once.""" -version = '0.83.4.1+limnoria (2011-07-16T14:27:52+0200)' +version = '0.83.4.1+limnoria (2011-07-17T15:21:07+0200)' From 083815c6f7b6b386c04e53ef8a015aeba20bbbad Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 18 Jul 2011 15:23:06 +0200 Subject: [PATCH 2/4] Factoids: Fix typo. --- plugins/Factoids/locale/fi.po | 2 +- plugins/Factoids/locale/fr.po | 2 +- plugins/Factoids/messages.pot | 2 +- plugins/Factoids/plugin.py | 2 +- src/version.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/Factoids/locale/fi.po b/plugins/Factoids/locale/fi.po index 7d97fe43e..58d64c1ac 100644 --- a/plugins/Factoids/locale/fi.po +++ b/plugins/Factoids/locale/fi.po @@ -251,7 +251,7 @@ msgid "" "[] [--values] [--{regexp} ] [ ...]\n" "\n" " Searches the keyspace for keys matching . If --regexp is given,\n" -" it associated value is taken as a regexp and matched against the keys.\n" +" its associated value is taken as a regexp and matched against the keys.\n" " If --values is given, search the value space instead of the keyspace.\n" " " msgstr "" diff --git a/plugins/Factoids/locale/fr.po b/plugins/Factoids/locale/fr.po index 9129f5fe8..430206d9c 100644 --- a/plugins/Factoids/locale/fr.po +++ b/plugins/Factoids/locale/fr.po @@ -280,7 +280,7 @@ msgid "" "[] [--values] [--{regexp} ] [ ...]\n" "\n" " Searches the keyspace for keys matching . If --regexp is given,\n" -" it associated value is taken as a regexp and matched against the keys.\n" +" its associated value is taken as a regexp and matched against the keys.\n" " If --values is given, search the value space instead of the keyspace.\n" " " msgstr "" diff --git a/plugins/Factoids/messages.pot b/plugins/Factoids/messages.pot index a819f7d82..c6ea584b9 100644 --- a/plugins/Factoids/messages.pot +++ b/plugins/Factoids/messages.pot @@ -259,7 +259,7 @@ msgid "" "[] [--values] [--{regexp} ] [ ...]\n" "\n" " Searches the keyspace for keys matching . If --regexp is given,\n" -" it associated value is taken as a regexp and matched against the keys.\n" +" its associated value is taken as a regexp and matched against the keys.\n" " If --values is given, search the value space instead of the keyspace.\n" " " msgstr "" diff --git a/plugins/Factoids/plugin.py b/plugins/Factoids/plugin.py index 7ed3c89a6..2bf2cbf17 100644 --- a/plugins/Factoids/plugin.py +++ b/plugins/Factoids/plugin.py @@ -655,7 +655,7 @@ class Factoids(callbacks.Plugin, plugins.ChannelDBHandler): """[] [--values] [--{regexp} ] [ ...] Searches the keyspace for keys matching . If --regexp is given, - it associated value is taken as a regexp and matched against the keys. + its associated value is taken as a regexp and matched against the keys. If --values is given, search the value space instead of the keyspace. """ if not optlist and not globs: diff --git a/src/version.py b/src/version.py index 86e9f6f95..00ea3755c 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change them once.""" -version = '0.83.4.1+limnoria (2011-07-17T15:21:07+0200)' +version = '0.83.4.1+limnoria (2011-07-18T15:23:06+0200)' From 547bf62dac7f8b889731bf7d6b022dbd43b97aff Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 19 Jul 2011 23:49:34 +0200 Subject: [PATCH 3/4] Filter: Fix l10n-fr. --- plugins/Filter/locale/fr.po | 2 +- src/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Filter/locale/fr.po b/plugins/Filter/locale/fr.po index 19b7e28e6..704b959dc 100644 --- a/plugins/Filter/locale/fr.po +++ b/plugins/Filter/locale/fr.po @@ -119,7 +119,7 @@ msgid "" msgstr "" "\n" "\n" -"Retourne la représentation binaire du . Considère qu'il s'agit d'ASCII, 8 bits par caractère." +"Retourne le caractère représentant du . Considère qu'il s'agit d'ASCII, 8 bits par caractère." #: plugin.py:179 msgid "" diff --git a/src/version.py b/src/version.py index 00ea3755c..4550c59d2 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change them once.""" -version = '0.83.4.1+limnoria (2011-07-18T15:23:06+0200)' +version = '0.83.4.1+limnoria (2011-07-19T23:49:34+0200)' From 91d769fa631c1a70bca76142f32fb6724454c279 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 20 Jul 2011 01:41:08 +0200 Subject: [PATCH 4/4] Filter: Fix l10n-fr. --- plugins/Filter/locale/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Filter/locale/fr.po b/plugins/Filter/locale/fr.po index 704b959dc..2d192fe45 100644 --- a/plugins/Filter/locale/fr.po +++ b/plugins/Filter/locale/fr.po @@ -611,7 +611,7 @@ msgid "" msgstr "" "\n" "\n" -"Retourne le avec les I transormés en r et les r transformés en I." +"Retourne le avec les l transormés en r et les r transformés en l." #: plugin.py:702 msgid ""