Misc: Fix typo in @more.

This commit is contained in:
Valentin Lorentz 2013-07-13 11:41:00 +02:00
parent 4a265a6ce9
commit 98f807c230
7 changed files with 12 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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