2011-03-01 17:06:04 +08:00
|
|
|
# This file is distributed under the same license as the Django package.
|
2011-01-22 02:46:59 +08:00
|
|
|
#
|
2012-03-14 17:05:08 +08:00
|
|
|
# Translators:
|
|
|
|
# Jannis Leidel <jannis@leidel.info>, 2011.
|
2012-03-23 11:09:42 +08:00
|
|
|
# Ramiro Morales <cramm0@gmail.com>, 2012.
|
2011-01-22 02:46:59 +08:00
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: Django\n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2013-02-26 06:02:09 +08:00
|
|
|
"POT-Creation-Date: 2012-10-15 10:57+0200\n"
|
2012-03-23 11:09:42 +08:00
|
|
|
"PO-Revision-Date: 2012-03-22 11:22+0000\n"
|
|
|
|
"Last-Translator: Ramiro Morales <cramm0@gmail.com>\n"
|
2013-02-26 06:02:09 +08:00
|
|
|
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/"
|
2012-03-14 17:05:08 +08:00
|
|
|
"django/language/es_AR/)\n"
|
2011-01-22 02:46:59 +08:00
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2013-02-26 06:02:09 +08:00
|
|
|
"Language: es_AR\n"
|
|
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
2011-01-22 02:46:59 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: tests.py:125 templatetags/humanize.py:167
|
2012-03-14 17:05:08 +08:00
|
|
|
msgid "today"
|
|
|
|
msgstr "hoy"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: tests.py:125 templatetags/humanize.py:171
|
2012-03-14 17:05:08 +08:00
|
|
|
msgid "yesterday"
|
|
|
|
msgstr "ayer"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: tests.py:125 templatetags/humanize.py:169
|
2012-03-14 17:05:08 +08:00
|
|
|
msgid "tomorrow"
|
|
|
|
msgstr "mañana"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:25
|
2011-01-22 02:46:59 +08:00
|
|
|
msgid "th"
|
|
|
|
msgstr "to"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:25
|
2011-01-22 02:46:59 +08:00
|
|
|
msgid "st"
|
|
|
|
msgstr "ro"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:25
|
2011-01-22 02:46:59 +08:00
|
|
|
msgid "nd"
|
|
|
|
msgstr "do"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:25
|
2011-01-22 02:46:59 +08:00
|
|
|
msgid "rd"
|
|
|
|
msgstr "ro"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:54
|
2011-01-22 02:46:59 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value).1f million"
|
|
|
|
msgid_plural "%(value).1f million"
|
|
|
|
msgstr[0] "%(value).1f millón"
|
|
|
|
msgstr[1] "%(value).1f millones"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:55
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value)s million"
|
|
|
|
msgid_plural "%(value)s million"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value)s millón"
|
|
|
|
msgstr[1] "%(value)s millones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:58
|
2011-01-22 02:46:59 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value).1f billion"
|
|
|
|
msgid_plural "%(value).1f billion"
|
|
|
|
msgstr[0] "%(value).1f millardo"
|
|
|
|
msgstr[1] "%(value).1f millardos"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:59
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value)s billion"
|
|
|
|
msgid_plural "%(value)s billion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value)s millardo"
|
|
|
|
msgstr[1] "%(value)s millardos"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:62
|
2011-01-22 02:46:59 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value).1f trillion"
|
|
|
|
msgid_plural "%(value).1f trillion"
|
|
|
|
msgstr[0] "%(value).1f billón"
|
|
|
|
msgstr[1] "%(value).1f billones"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:63
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value)s trillion"
|
|
|
|
msgid_plural "%(value)s trillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value)s billón"
|
|
|
|
msgstr[1] "%(value)s billones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:66
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value).1f quadrillion"
|
|
|
|
msgid_plural "%(value).1f quadrillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value).1f mil billones"
|
|
|
|
msgstr[1] "%(value).1f miles de billones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:67
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value)s quadrillion"
|
|
|
|
msgid_plural "%(value)s quadrillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value)s mil billones"
|
|
|
|
msgstr[1] "%(value)s miles de billones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:70
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value).1f quintillion"
|
|
|
|
msgid_plural "%(value).1f quintillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value).1f trillón"
|
|
|
|
msgstr[1] "%(value).1f trilliones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:71
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value)s quintillion"
|
|
|
|
msgid_plural "%(value)s quintillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value)s trillón"
|
|
|
|
msgstr[1] "%(value)s trilliones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:74
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value).1f sextillion"
|
|
|
|
msgid_plural "%(value).1f sextillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value).1f mil trillones"
|
|
|
|
msgstr[1] "%(value).1f miles de trillones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:75
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value)s sextillion"
|
|
|
|
msgid_plural "%(value)s sextillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value)s mil trillones"
|
|
|
|
msgstr[1] "%(value)s miles de trillones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:78
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value).1f septillion"
|
|
|
|
msgid_plural "%(value).1f septillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value).1f cuatrillón"
|
|
|
|
msgstr[1] "%(value).1f cuatrillones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:79
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value)s septillion"
|
|
|
|
msgid_plural "%(value)s septillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value)s cuatrillón"
|
|
|
|
msgstr[1] "%(value)s cuatrillones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:82
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value).1f octillion"
|
|
|
|
msgid_plural "%(value).1f octillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value).1f mil cuatrillones"
|
|
|
|
msgstr[1] "%(value).1f miles de cuatrillones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:83
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value)s octillion"
|
|
|
|
msgid_plural "%(value)s octillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value)s mil cuatrillones"
|
|
|
|
msgstr[1] "%(value)s miles de cuatrillones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:86
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value).1f nonillion"
|
|
|
|
msgid_plural "%(value).1f nonillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value).1f quintillón"
|
|
|
|
msgstr[1] "%(value).1f quintillones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:87
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value)s nonillion"
|
|
|
|
msgid_plural "%(value)s nonillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value)s quintillón"
|
|
|
|
msgstr[1] "%(value)s quintillones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:90
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value).1f decillion"
|
|
|
|
msgid_plural "%(value).1f decillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value).1f mil quintillones"
|
|
|
|
msgstr[1] "%(value).1f miles de quintillones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:91
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value)s decillion"
|
|
|
|
msgid_plural "%(value)s decillion"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value)s mil quintillones"
|
|
|
|
msgstr[1] "%(value)s miles de quintillones"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:94
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value).1f googol"
|
|
|
|
msgid_plural "%(value).1f googol"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value).1f \"gúgol\""
|
|
|
|
msgstr[1] "%(value).1f \"gúgols\""
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:95
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%(value)s googol"
|
|
|
|
msgid_plural "%(value)s googol"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "%(value)s \"gúgol\""
|
|
|
|
msgstr[1] "%(value)s \"gúgols\""
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
msgid "one"
|
|
|
|
msgstr "uno"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
msgid "two"
|
|
|
|
msgstr "dos"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
msgid "three"
|
|
|
|
msgstr "tres"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
msgid "four"
|
|
|
|
msgstr "cuatro"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
msgid "five"
|
|
|
|
msgstr "cinco"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
msgid "six"
|
|
|
|
msgstr "seis"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
msgid "seven"
|
|
|
|
msgstr "siete"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
msgid "eight"
|
|
|
|
msgstr "ocho"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
msgid "nine"
|
|
|
|
msgstr "nueve"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:190
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgctxt "naturaltime"
|
|
|
|
msgid "%(delta)s ago"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr "hace %(delta)s"
|
2011-01-22 02:46:59 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:193 templatetags/humanize.py:215
|
2012-03-14 17:05:08 +08:00
|
|
|
msgid "now"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr "ahora"
|
2011-01-22 02:46:59 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:196
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "a second ago"
|
|
|
|
msgid_plural "%(count)s seconds ago"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "hace un segundo"
|
|
|
|
msgstr[1] "hace %(count)s segundos"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:201
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "a minute ago"
|
|
|
|
msgid_plural "%(count)s minutes ago"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "hace un minuto"
|
|
|
|
msgstr[1] "hace %(count)s minutos"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:206
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "an hour ago"
|
|
|
|
msgid_plural "%(count)s hours ago"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "hace una hora"
|
|
|
|
msgstr[1] "hace %(count)s horas"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:212
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgctxt "naturaltime"
|
|
|
|
msgid "%(delta)s from now"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr "dentro de %(delta)s"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:218
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "a second from now"
|
|
|
|
msgid_plural "%(count)s seconds from now"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "dentro de un segundo"
|
|
|
|
msgstr[1] "dentro de %(count)s segundos"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:223
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "a minute from now"
|
|
|
|
msgid_plural "%(count)s minutes from now"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "dentro de un minuto"
|
|
|
|
msgstr[1] "dentro de %(count)s minutos"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templatetags/humanize.py:228
|
2012-03-14 17:05:08 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "an hour from now"
|
|
|
|
msgid_plural "%(count)s hours from now"
|
2012-03-23 11:09:42 +08:00
|
|
|
msgstr[0] "dentro de una hora"
|
|
|
|
msgstr[1] "dentro de %(count)s horas"
|