mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Merge branch 'i18n' into l10n-fr
This commit is contained in:
commit
94d69151bc
@ -5,7 +5,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"POT-Creation-Date: 2010-10-16 13:50+CEST\n"
|
"POT-Creation-Date: 2010-10-30 11:23+CEST\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -260,6 +260,10 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:438
|
||||||
|
msgid "If you remain recognized after giving this command, you're being recognized by hostmask, rather than by password. You must remove whatever hostmask is causing you to be recognized in order not to be recognized."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:447
|
#: plugin.py:447
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -435,11 +435,11 @@ class User(callbacks.Plugin):
|
|||||||
"""
|
"""
|
||||||
user.clearAuth()
|
user.clearAuth()
|
||||||
ircdb.users.setUser(user)
|
ircdb.users.setUser(user)
|
||||||
irc.replySuccess('If you remain recognized after giving this command, '
|
irc.replySuccess(_('If you remain recognized after giving this command, '
|
||||||
'you\'re being recognized by hostmask, rather than '
|
'you\'re being recognized by hostmask, rather than '
|
||||||
'by password. You must remove whatever hostmask is '
|
'by password. You must remove whatever hostmask is '
|
||||||
'causing you to be recognized in order not to be '
|
'causing you to be recognized in order not to be '
|
||||||
'recognized.')
|
'recognized.'))
|
||||||
unidentify = wrap(unidentify, ['user'])
|
unidentify = wrap(unidentify, ['user'])
|
||||||
|
|
||||||
@internationalizeDocstring
|
@internationalizeDocstring
|
||||||
|
Loading…
Reference in New Issue
Block a user