Merge remote-tracking branch 'progval/testing' into testing

This commit is contained in:
Mika Suomalainen 2011-07-20 10:48:20 +03:00
commit 020034dd5c
10 changed files with 11 additions and 11 deletions

View File

@ -262,7 +262,7 @@ msgid ""
"[<channel>] [--values] [--{regexp} <value>] [<glob> ...]\n"
"\n"
" Searches the keyspace for keys matching <glob>. 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 ""

View File

@ -280,7 +280,7 @@ msgid ""
"[<channel>] [--values] [--{regexp} <value>] [<glob> ...]\n"
"\n"
" Searches the keyspace for keys matching <glob>. 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 ""

View File

@ -259,7 +259,7 @@ msgid ""
"[<channel>] [--values] [--{regexp} <value>] [<glob> ...]\n"
"\n"
" Searches the keyspace for keys matching <glob>. 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 ""

View File

@ -655,7 +655,7 @@ class Factoids(callbacks.Plugin, plugins.ChannelDBHandler):
"""[<channel>] [--values] [--{regexp} <value>] [<glob> ...]
Searches the keyspace for keys matching <glob>. 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:

View File

@ -119,7 +119,7 @@ msgid ""
msgstr ""
"<texte>\n"
"\n"
"Retourne la représentation binaire du <texte>. Considère qu'il s'agit d'ASCII, 8 bits par caractère."
"Retourne le caractère représentant du <texte>. Considère qu'il s'agit d'ASCII, 8 bits par caractère."
#: plugin.py:179
msgid ""
@ -611,7 +611,7 @@ msgid ""
msgstr ""
"<texte>\n"
"\n"
"Retourne le <texte> avec les I transormés en r et les r transformés en I."
"Retourne le <texte> avec les l transormés en r et les r transformés en l."
#: plugin.py:702
msgid ""

View File

@ -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:

View File

@ -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"

View File

@ -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."

View File

@ -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 ""

View File

@ -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-19T23:49:34+0200)'