Kaydet (Commit) 69523c1b authored tarafından Claude Paroz's avatar Claude Paroz

Updated contrib.humanize translation template

üst 7d77e978
...@@ -4,7 +4,7 @@ msgid "" ...@@ -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-02 16:18+0200\n" "POT-Creation-Date: 2013-05-18 23:10+0200\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"
...@@ -237,54 +237,60 @@ msgctxt "naturaltime" ...@@ -237,54 +237,60 @@ msgctxt "naturaltime"
msgid "%(delta)s ago" msgid "%(delta)s ago"
msgstr "" msgstr ""
#: templatetags/humanize.py:194 templatetags/humanize.py:216 #: templatetags/humanize.py:194 templatetags/humanize.py:219
msgid "now" msgid "now"
msgstr "" msgstr ""
#: templatetags/humanize.py:197 #. Translators: \\u00a0 is non-breaking space
#: templatetags/humanize.py:198
#, python-format #, python-format
msgid "a second ago" msgid "a second ago"
msgid_plural "%(count)s seconds ago" msgid_plural "%(count)s\\u00a0seconds ago"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:202 #. Translators: \\u00a0 is non-breaking space
#: templatetags/humanize.py:204
#, python-format #, python-format
msgid "a minute ago" msgid "a minute ago"
msgid_plural "%(count)s minutes ago" msgid_plural "%(count)s\\u00a0minutes ago"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:207 #. Translators: \\u00a0 is non-breaking space
#: templatetags/humanize.py:210
#, python-format #, python-format
msgid "an hour ago" msgid "an hour ago"
msgid_plural "%(count)s hours ago" msgid_plural "%(count)s\\u00a0hours ago"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:213 #: templatetags/humanize.py:216
#, python-format #, python-format
msgctxt "naturaltime" msgctxt "naturaltime"
msgid "%(delta)s from now" msgid "%(delta)s from now"
msgstr "" msgstr ""
#: templatetags/humanize.py:219 #. Translators: \\u00a0 is non-breaking space
#: templatetags/humanize.py:223
#, python-format #, python-format
msgid "a second from now" msgid "a second from now"
msgid_plural "%(count)s seconds from now" msgid_plural "%(count)s\\u00a0seconds from now"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:224 #. Translators: \\u00a0 is non-breaking space
#: templatetags/humanize.py:229
#, python-format #, python-format
msgid "a minute from now" msgid "a minute from now"
msgid_plural "%(count)s minutes from now" msgid_plural "%(count)s\\u00a0minutes from now"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:229 #. Translators: \\u00a0 is non-breaking space
#: templatetags/humanize.py:235
#, python-format #, python-format
msgid "an hour from now" msgid "an hour from now"
msgid_plural "%(count)s hours from now" msgid_plural "%(count)s\\u00a0hours from now"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment