/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po

https://code.google.com/p/mango-py/ · Unknown · 100 lines · 81 code · 19 blank · 0 comment · 0 complexity · bd5d3e130122d4615e1ed260fa10d0f9 MD5 · raw file

  1. # This file is distributed under the same license as the Django package.
  2. #
  3. msgid ""
  4. msgstr ""
  5. "Project-Id-Version: Django\n"
  6. "Report-Msgid-Bugs-To: \n"
  7. "POT-Creation-Date: 2011-03-15 13:18-0400\n"
  8. "PO-Revision-Date: 2011-03-04 18:39+0000\n"
  9. "Last-Translator: jon_atkinson <jon@jonatkinson.co.uk>\n"
  10. "Language-Team: English (United Kingdom) <None>\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "Language: en_GB\n"
  15. "Plural-Forms: nplurals=2; plural=(n != 1)\n"
  16. #: templatetags/humanize.py:19
  17. msgid "th"
  18. msgstr "th"
  19. #: templatetags/humanize.py:19
  20. msgid "st"
  21. msgstr "st"
  22. #: templatetags/humanize.py:19
  23. msgid "nd"
  24. msgstr "nd"
  25. #: templatetags/humanize.py:19
  26. msgid "rd"
  27. msgstr "rd"
  28. #: templatetags/humanize.py:54
  29. #, python-format
  30. msgid "%(value).1f million"
  31. msgid_plural "%(value).1f million"
  32. msgstr[0] "%(value).1f million"
  33. msgstr[1] "%(value).1f million"
  34. #: templatetags/humanize.py:57
  35. #, python-format
  36. msgid "%(value).1f billion"
  37. msgid_plural "%(value).1f billion"
  38. msgstr[0] "%(value).1f billion"
  39. msgstr[1] "%(value).1f billion"
  40. #: templatetags/humanize.py:60
  41. #, python-format
  42. msgid "%(value).1f trillion"
  43. msgid_plural "%(value).1f trillion"
  44. msgstr[0] "%(value).1f trillion"
  45. msgstr[1] "%(value).1f trillion"
  46. #: templatetags/humanize.py:76
  47. msgid "one"
  48. msgstr "one"
  49. #: templatetags/humanize.py:76
  50. msgid "two"
  51. msgstr "two"
  52. #: templatetags/humanize.py:76
  53. msgid "three"
  54. msgstr "three"
  55. #: templatetags/humanize.py:76
  56. msgid "four"
  57. msgstr "four"
  58. #: templatetags/humanize.py:76
  59. msgid "five"
  60. msgstr "five"
  61. #: templatetags/humanize.py:76
  62. msgid "six"
  63. msgstr "six"
  64. #: templatetags/humanize.py:76
  65. msgid "seven"
  66. msgstr "seven"
  67. #: templatetags/humanize.py:76
  68. msgid "eight"
  69. msgstr "eight"
  70. #: templatetags/humanize.py:76
  71. msgid "nine"
  72. msgstr "nine"
  73. #: templatetags/humanize.py:96
  74. msgid "today"
  75. msgstr "today"
  76. #: templatetags/humanize.py:98
  77. msgid "tomorrow"
  78. msgstr "tomorrow"
  79. #: templatetags/humanize.py:100
  80. msgid "yesterday"
  81. msgstr "yesterday"