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.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jon <jon@kolonial.no>, 2015-2016
  5. # Jon <jon@kolonial.no>, 2017-2018
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: django\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2018-05-17 11:49+0200\n"
  11. "PO-Revision-Date: 2018-07-30 11:31+0000\n"
  12. "Last-Translator: Jon <jon@kolonial.no>\n"
  13. "Language-Team: Norwegian Bokmål (http://www.transifex.com/django/django/"
  14. "language/nb/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: nb\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. msgid "PostgreSQL extensions"
  21. msgstr "PostgreSQL-utvidelser"
  22. #, python-format
  23. msgid "Item %(nth)s in the array did not validate:"
  24. msgstr "Element %(nth)s i arrayen validerte ikke:"
  25. msgid "Nested arrays must have the same length."
  26. msgstr "Nøstede arrays må ha samme lengde."
  27. msgid "Map of strings to strings/nulls"
  28. msgstr "Oversikt over strenger til strenger/nulls"
  29. #, python-format
  30. msgid "The value of \"%(key)s\" is not a string or null."
  31. msgstr "Verdien av \"%(key)s\" er ikke en streng eller null."
  32. msgid "A JSON object"
  33. msgstr "Et JSON-objekt"
  34. msgid "Value must be valid JSON."
  35. msgstr "Verdi må være gyldig JSON."
  36. msgid "Could not load JSON data."
  37. msgstr "Kunne ikke laste JSON-data."
  38. msgid "Input must be a JSON dictionary."
  39. msgstr "Input må være en JSON-dictionary."
  40. #, python-format
  41. msgid "'%(value)s' value must be valid JSON."
  42. msgstr "'%(value)s'-verdien må være gyldig JSON."
  43. msgid "Enter two valid values."
  44. msgstr "Oppgi to gyldige verdier."
  45. msgid "The start of the range must not exceed the end of the range."
  46. msgstr "Starten på serien må ikke overstige enden av serien."
  47. msgid "Enter two whole numbers."
  48. msgstr "Oppgi to heltall."
  49. msgid "Enter two numbers."
  50. msgstr "Oppgi to tall."
  51. msgid "Enter two valid date/times."
  52. msgstr "Oppgi to gyldige datoer og tidspunkter."
  53. msgid "Enter two valid dates."
  54. msgstr "Oppgi to gyldige datoer."
  55. #, python-format
  56. msgid ""
  57. "List contains %(show_value)d item, it should contain no more than "
  58. "%(limit_value)d."
  59. msgid_plural ""
  60. "List contains %(show_value)d items, it should contain no more than "
  61. "%(limit_value)d."
  62. msgstr[0] ""
  63. "Listen inneholder %(show_value)d element, den bør ikke inneholde mer enn "
  64. "%(limit_value)d."
  65. msgstr[1] ""
  66. "Listen inneholder %(show_value)d elementer, den bør ikke inneholde mer enn "
  67. "%(limit_value)d."
  68. #, python-format
  69. msgid ""
  70. "List contains %(show_value)d item, it should contain no fewer than "
  71. "%(limit_value)d."
  72. msgid_plural ""
  73. "List contains %(show_value)d items, it should contain no fewer than "
  74. "%(limit_value)d."
  75. msgstr[0] ""
  76. "Listen inneholder %(show_value)d element, den bør ikke inneholde færre enn "
  77. "%(limit_value)d."
  78. msgstr[1] ""
  79. "Listen inneholder %(show_value)d elementer, den bør ikke inneholde færre enn "
  80. "%(limit_value)d."
  81. #, python-format
  82. msgid "Some keys were missing: %(keys)s"
  83. msgstr "Noen nøkler manglet: %(keys)s"
  84. #, python-format
  85. msgid "Some unknown keys were provided: %(keys)s"
  86. msgstr "Noen ukjente nøkler ble oppgitt: %(keys)s"
  87. #, python-format
  88. msgid ""
  89. "Ensure that this range is completely less than or equal to %(limit_value)s."
  90. msgstr "Sørg for at denne serien er helt mindre enn eller lik %(limit_value)s."
  91. #, python-format
  92. msgid ""
  93. "Ensure that this range is completely greater than or equal to "
  94. "%(limit_value)s."
  95. msgstr "Sørg for at denne serien er helt større enn eller lik %(limit_value)s."