mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-26 20:14:20 +01:00
Merge branch 'i18n' into l10n-fr
This commit is contained in:
commit
da7888a878
@ -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-17 15:21+CEST\n"
|
"POT-Creation-Date: 2010-10-28 16:12+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"
|
||||||
@ -28,7 +28,7 @@ msgid ""
|
|||||||
" the first place in which they're seen, or in private."
|
" the first place in which they're seen, or in private."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:47
|
#: plugin.py:46
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid ""
|
msgid ""
|
||||||
"Used to do things later; currently, it only allows the sending of\n"
|
"Used to do things later; currently, it only allows the sending of\n"
|
||||||
@ -37,11 +37,15 @@ msgid ""
|
|||||||
" Note plugin."
|
" Note plugin."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:87
|
#: plugin.py:84
|
||||||
|
msgid " ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: plugin.py:86
|
||||||
msgid "just now"
|
msgid "just now"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:108
|
#: plugin.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid ""
|
msgid ""
|
||||||
"<nick> <text>\n"
|
"<nick> <text>\n"
|
||||||
@ -52,15 +56,15 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:115
|
#: plugin.py:114
|
||||||
msgid "I can't send notes to myself."
|
msgid "I can't send notes to myself."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:121
|
#: plugin.py:120
|
||||||
msgid "That person's message queue is already full."
|
msgid "That person's message queue is already full."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:126
|
#: plugin.py:125
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid ""
|
msgid ""
|
||||||
"[<nick>]\n"
|
"[<nick>]\n"
|
||||||
@ -70,19 +74,19 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:137
|
#: plugin.py:136
|
||||||
msgid "I have no notes for that nick."
|
msgid "I have no notes for that nick."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:142
|
#: plugin.py:141
|
||||||
msgid "I currently have notes waiting for %L."
|
msgid "I currently have notes waiting for %L."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:145
|
#: plugin.py:144
|
||||||
msgid "I have no notes waiting to be delivered."
|
msgid "I have no notes waiting to be delivered."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:150
|
#: plugin.py:149
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid ""
|
msgid ""
|
||||||
"<nick>\n"
|
"<nick>\n"
|
||||||
@ -91,11 +95,11 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:159
|
#: plugin.py:158
|
||||||
msgid "There were no notes for %r"
|
msgid "There were no notes for %r"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugin.py:183
|
#: plugin.py:182
|
||||||
msgid "Sent %s: <%s> %s"
|
msgid "Sent %s: <%s> %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ class Later(callbacks.Plugin):
|
|||||||
#format = conf.supybot.reply.format.time()
|
#format = conf.supybot.reply.format.time()
|
||||||
diff = time.time() - when
|
diff = time.time() - when
|
||||||
try:
|
try:
|
||||||
return utils.timeElapsed(diff, seconds=False) + ' ago'
|
return utils.timeElapsed(diff, seconds=False) + _(' ago')
|
||||||
except ValueError:
|
except ValueError:
|
||||||
return _('just now')
|
return _('just now')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user