[1.6.x] Updated humanize translation catalog

Refs #21415
This commit is contained in:
Claude Paroz 2013-11-15 15:38:33 +01:00
parent 1e2bbc3b71
commit 882ee16f68
1 changed files with 31 additions and 25 deletions

View File

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Django\n" "Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-05-18 23:10+0200\n" "POT-Creation-Date: 2013-11-15 15:36+0100\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n" "Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
@ -241,27 +241,30 @@ msgstr ""
msgid "now" msgid "now"
msgstr "" msgstr ""
#. Translators: \\u00a0 is non-breaking space #. Translators: please keep a non-breaking space (U+00A0)
#: templatetags/humanize.py:198 #. between count and time unit.
#: templatetags/humanize.py:201
#, python-format #, python-format
msgid "a second ago" msgid "a second ago"
msgid_plural "%(count)s\\u00a0seconds ago" msgid_plural "%(count)s seconds ago"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#. Translators: \\u00a0 is non-breaking space #. Translators: please keep a non-breaking space (U+00A0)
#: templatetags/humanize.py:204 #. between count and time unit.
#: templatetags/humanize.py:208
#, python-format #, python-format
msgid "a minute ago" msgid "a minute ago"
msgid_plural "%(count)s\\u00a0minutes ago" msgid_plural "%(count)s minutes ago"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#. Translators: \\u00a0 is non-breaking space #. Translators: please keep a non-breaking space (U+00A0)
#: templatetags/humanize.py:210 #. between count and time unit.
#: templatetags/humanize.py:215
#, python-format #, python-format
msgid "an hour ago" msgid "an hour ago"
msgid_plural "%(count)s\\u00a0hours ago" msgid_plural "%(count)s hours ago"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
@ -271,26 +274,29 @@ msgctxt "naturaltime"
msgid "%(delta)s from now" msgid "%(delta)s from now"
msgstr "" msgstr ""
#. Translators: \\u00a0 is non-breaking space #. Translators: please keep a non-breaking space (U+00A0)
#: templatetags/humanize.py:223 #. between count and time unit.
#, python-format
msgid "a second from now"
msgid_plural "%(count)s\\u00a0seconds from now"
msgstr[0] ""
msgstr[1] ""
#. Translators: \\u00a0 is non-breaking space
#: templatetags/humanize.py:229 #: templatetags/humanize.py:229
#, python-format #, python-format
msgid "a minute from now" msgid "a second from now"
msgid_plural "%(count)s\\u00a0minutes from now" msgid_plural "%(count)s seconds from now"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#. Translators: \\u00a0 is non-breaking space #. Translators: please keep a non-breaking space (U+00A0)
#: templatetags/humanize.py:235 #. between count and time unit.
#: templatetags/humanize.py:236
#, python-format #, python-format
msgid "an hour from now" msgid "a minute from now"
msgid_plural "%(count)s\\u00a0hours from now" msgid_plural "%(count)s minutes from now"
msgstr[0] ""
msgstr[1] ""
#. Translators: please keep a non-breaking space (U+00A0)
#. between count and time unit.
#: templatetags/humanize.py:243
#, python-format
msgid "an hour from now"
msgid_plural "%(count)s hours from now"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""