mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Misc: Fix typo in @more.
This commit is contained in:
parent
4a265a6ce9
commit
98f807c230
@ -191,7 +191,8 @@ msgid "Sorry, I can't find any mores for %s"
|
||||
msgstr "Sorry, Ich kann nicht mehr für %s finden"
|
||||
|
||||
#: plugin.py:323
|
||||
msgid "more message"
|
||||
#, fuzzy
|
||||
msgid "1 more message"
|
||||
msgstr "mehr Nachricht"
|
||||
|
||||
#: plugin.py:325
|
||||
|
@ -229,7 +229,8 @@ msgid "Sorry, I can't find any mores for %s"
|
||||
msgstr "Anteeksi, en voi löytää jatkoa %s:lle."
|
||||
|
||||
#: plugin.py:353
|
||||
msgid "more message"
|
||||
#, fuzzy
|
||||
msgid "1 more message"
|
||||
msgstr "viesti lisää"
|
||||
|
||||
#: plugin.py:355
|
||||
|
@ -195,8 +195,8 @@ msgid "Sorry, I can't find any mores for %s"
|
||||
msgstr "Désolé, je ne peux trouver de 'more' pour %s"
|
||||
|
||||
#: plugin.py:353
|
||||
msgid "more message"
|
||||
msgstr "autre message"
|
||||
msgid "1 more message"
|
||||
msgstr "1 autre message"
|
||||
|
||||
#: plugin.py:355
|
||||
msgid "more messages"
|
||||
|
@ -193,7 +193,8 @@ msgid "Sorry, I can't find any mores for %s"
|
||||
msgstr "Sajnálom, nem találok folytatásokat %s-hoz."
|
||||
|
||||
#: plugin.py:323
|
||||
msgid "more message"
|
||||
#, fuzzy
|
||||
msgid "1 more message"
|
||||
msgstr "eggyel több üzenet"
|
||||
|
||||
#: plugin.py:325
|
||||
|
@ -219,7 +219,8 @@ msgid "Sorry, I can't find any mores for %s"
|
||||
msgstr "Spiacente, non trovo alcun \"more\" per %s"
|
||||
|
||||
#: plugin.py:323
|
||||
msgid "more message"
|
||||
#, fuzzy
|
||||
msgid "1 more message"
|
||||
msgstr "altro messaggio"
|
||||
|
||||
#: plugin.py:325
|
||||
|
@ -184,7 +184,7 @@ msgid "Sorry, I can't find any mores for %s"
|
||||
msgstr ""
|
||||
|
||||
#: plugin.py:353
|
||||
msgid "more message"
|
||||
msgid "1 more message"
|
||||
msgstr ""
|
||||
|
||||
#: plugin.py:355
|
||||
|
@ -359,7 +359,7 @@ class Misc(callbacks.Plugin):
|
||||
chunks = [L.pop() for x in xrange(0, number)]
|
||||
if L:
|
||||
if len(L) < 2:
|
||||
more = _('more message')
|
||||
more = _('1 more message')
|
||||
else:
|
||||
more = _('more messages')
|
||||
chunks[-1] += format(' \x02(%s)\x0F', more)
|
||||
|
Loading…
Reference in New Issue
Block a user