Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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: 2017-01-19 16:49+0100\n"
  8. "PO-Revision-Date: 2015-01-18 20:56+0100\n"
  9. "Last-Translator: Django team\n"
  10. "Language-Team: English <en@li.org>\n"
  11. "Language: en\n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=UTF-8\n"
  14. "Content-Transfer-Encoding: 8bit\n"
  15. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  16. #: contrib/postgres/apps.py:12
  17. msgid "PostgreSQL extensions"
  18. msgstr ""
  19. #: contrib/postgres/fields/array.py:19 contrib/postgres/forms/array.py:15
  20. #: contrib/postgres/forms/array.py:145
  21. #, python-format
  22. msgid "Item %(nth)s in the array did not validate: "
  23. msgstr ""
  24. #: contrib/postgres/fields/array.py:20
  25. msgid "Nested arrays must have the same length."
  26. msgstr ""
  27. #: contrib/postgres/fields/hstore.py:16
  28. msgid "Map of strings to strings/nulls"
  29. msgstr ""
  30. #: contrib/postgres/fields/hstore.py:17
  31. #, python-format
  32. msgid "The value of \"%(key)s\" is not a string or null."
  33. msgstr ""
  34. #: contrib/postgres/fields/jsonb.py:15
  35. msgid "A JSON object"
  36. msgstr ""
  37. #: contrib/postgres/fields/jsonb.py:17
  38. msgid "Value must be valid JSON."
  39. msgstr ""
  40. #: contrib/postgres/forms/hstore.py:15
  41. msgid "Could not load JSON data."
  42. msgstr ""
  43. #: contrib/postgres/forms/hstore.py:18
  44. msgid "Input must be a JSON dictionary."
  45. msgstr ""
  46. #: contrib/postgres/forms/jsonb.py:16
  47. #, python-format
  48. msgid "'%(value)s' value must be valid JSON."
  49. msgstr ""
  50. #: contrib/postgres/forms/ranges.py:13
  51. msgid "Enter two valid values."
  52. msgstr ""
  53. #: contrib/postgres/forms/ranges.py:14
  54. msgid "The start of the range must not exceed the end of the range."
  55. msgstr ""
  56. #: contrib/postgres/forms/ranges.py:59
  57. msgid "Enter two whole numbers."
  58. msgstr ""
  59. #: contrib/postgres/forms/ranges.py:65
  60. msgid "Enter two numbers."
  61. msgstr ""
  62. #: contrib/postgres/forms/ranges.py:71
  63. msgid "Enter two valid date/times."
  64. msgstr ""
  65. #: contrib/postgres/forms/ranges.py:77
  66. msgid "Enter two valid dates."
  67. msgstr ""
  68. #: contrib/postgres/validators.py:14
  69. #, python-format
  70. msgid ""
  71. "List contains %(show_value)d item, it should contain no more than "
  72. "%(limit_value)d."
  73. msgid_plural ""
  74. "List contains %(show_value)d items, it should contain no more than "
  75. "%(limit_value)d."
  76. msgstr[0] ""
  77. msgstr[1] ""
  78. #: contrib/postgres/validators.py:21
  79. #, python-format
  80. msgid ""
  81. "List contains %(show_value)d item, it should contain no fewer than "
  82. "%(limit_value)d."
  83. msgid_plural ""
  84. "List contains %(show_value)d items, it should contain no fewer than "
  85. "%(limit_value)d."
  86. msgstr[0] ""
  87. msgstr[1] ""
  88. #: contrib/postgres/validators.py:31
  89. #, python-format
  90. msgid "Some keys were missing: %(keys)s"
  91. msgstr ""
  92. #: contrib/postgres/validators.py:32
  93. #, python-format
  94. msgid "Some unknown keys were provided: %(keys)s"
  95. msgstr ""
  96. #: contrib/postgres/validators.py:73
  97. #, python-format
  98. msgid ""
  99. "Ensure that this range is completely less than or equal to %(limit_value)s."
  100. msgstr ""
  101. #: contrib/postgres/validators.py:78
  102. #, python-format
  103. msgid ""
  104. "Ensure that this range is completely greater than or equal to "
  105. "%(limit_value)s."
  106. msgstr ""