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 6.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Christian Joergensen <christian@gmta.info>, 2012
  5. # Erik Wognsen <r4mses@gmail.com>, 2013,2015-2016
  6. # Jannis Leidel <jannis@leidel.info>, 2011
  7. # valberg <valberg@orn.li>, 2014
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: django\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  13. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  14. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  15. "Language-Team: Danish (http://www.transifex.com/django/django/language/da/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: da\n"
  20. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  21. msgid "Administrative Documentation"
  22. msgstr "Administrationsdokumentation"
  23. msgid "Home"
  24. msgstr "Hjem"
  25. msgid "Documentation"
  26. msgstr "Dokumentation"
  27. msgid "Bookmarklets"
  28. msgstr "Bookmarklets"
  29. msgid "Documentation bookmarklets"
  30. msgstr "Dokumentations-bookmarklets"
  31. msgid ""
  32. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  33. "click the link and add it to your bookmarks. Now you can select the "
  34. "bookmarklet from any page in the site."
  35. msgstr ""
  36. "For at installere bookmarklets, skal du trække linket til din bogmærkelinje "
  37. "eller højreklikke linket og tilføje det til dine bogmærker. Derefter kan du "
  38. "vælge bookmarkletten fra enhver side på websitet."
  39. msgid "Documentation for this page"
  40. msgstr "Dokumentation for denne side"
  41. msgid ""
  42. "Jumps you from any page to the documentation for the view that generates "
  43. "that page."
  44. msgstr ""
  45. "Bringer dig fra en hvilken som helst side til dokumentationen for det view, "
  46. "der genererer den pågældende side."
  47. msgid "Tags"
  48. msgstr "Mærker"
  49. msgid "List of all the template tags and their functions."
  50. msgstr "Liste af alle template tags og deres funktioner."
  51. msgid "Filters"
  52. msgstr "Filtre"
  53. msgid ""
  54. "Filters are actions which can be applied to variables in a template to alter "
  55. "the output."
  56. msgstr ""
  57. "Filtre er handlinger, der kan anvendes på variabler i en skabelon for at "
  58. "ændre outputtet."
  59. msgid "Models"
  60. msgstr "Modeller"
  61. msgid ""
  62. "Models are descriptions of all the objects in the system and their "
  63. "associated fields. Each model has a list of fields which can be accessed as "
  64. "template variables"
  65. msgstr ""
  66. "Modeller er beskrivelser af alle objekter i systemet, og deres tilhørende "
  67. "felter. Hver model har en liste af felter som kan tilgås som en skabelon "
  68. "variabel."
  69. msgid "Views"
  70. msgstr "Views"
  71. msgid ""
  72. "Each page on the public site is generated by a view. The view defines which "
  73. "template is used to generate the page and which objects are available to "
  74. "that template."
  75. msgstr ""
  76. "Hver side på den offentlige side bliver genereret af et view. Viewet "
  77. "definerer hvilken skabelon der bruges til at generere siden og hvilke "
  78. "objekter er tilgængelige fra skabelonen."
  79. msgid "Tools for your browser to quickly access admin functionality."
  80. msgstr "Værktøjer for din browser til hurtig adgang til admin funktionalitet."
  81. msgid "Please install docutils"
  82. msgstr "Installer venligst docutils"
  83. #, python-format
  84. msgid ""
  85. "The admin documentation system requires Python's <a href=\"%(link)s"
  86. "\">docutils</a> library."
  87. msgstr ""
  88. "Admin dokumentationssystemet kræver Python's <a href=\"%(link)s\">docutils</"
  89. "a> bibliotek."
  90. #, python-format
  91. msgid ""
  92. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  93. msgstr ""
  94. "Venligst spørg dine administratorer om at installere <a href=\"%(link)s"
  95. "\">docutils</a> ."
  96. #, python-format
  97. msgid "Model: %(name)s"
  98. msgstr "Model: %(name)s"
  99. msgid "Fields"
  100. msgstr "Felter"
  101. msgid "Field"
  102. msgstr "Felt"
  103. msgid "Type"
  104. msgstr "Type"
  105. msgid "Description"
  106. msgstr "Beskrivelse"
  107. msgid "Methods with arguments"
  108. msgstr "Metode med argumenter"
  109. msgid "Method"
  110. msgstr "Metode"
  111. msgid "Arguments"
  112. msgstr "Argumenter"
  113. msgid "Back to Model documentation"
  114. msgstr "Tilbage til modeldokumentationen"
  115. msgid "Model documentation"
  116. msgstr "Modeldokumentation"
  117. msgid "Model groups"
  118. msgstr "Modelgrupper"
  119. msgid "Templates"
  120. msgstr "Skabeloner"
  121. #, python-format
  122. msgid "Template: %(name)s"
  123. msgstr "Skabelon: %(name)s"
  124. #, python-format
  125. msgid "Template: \"%(name)s\""
  126. msgstr "Skabelon: \"%(name)s\""
  127. #. Translators: Search is not a verb here, it qualifies path (a search path)
  128. #, python-format
  129. msgid "Search path for template \"%(name)s\":"
  130. msgstr "Søgesti for skabelon \"%(name)s\""
  131. msgid "(does not exist)"
  132. msgstr "(eksisterer ikke)"
  133. msgid "Back to Documentation"
  134. msgstr "Tilbage til dokumentationen"
  135. msgid "Template filters"
  136. msgstr "Skabelonfiltre"
  137. msgid "Template filter documentation"
  138. msgstr "Skabelonfilterdokumentation"
  139. msgid "Built-in filters"
  140. msgstr "Indbyggede filtre"
  141. #, python-format
  142. msgid ""
  143. "To use these filters, put <code>%(code)s</code> in your template before "
  144. "using the filter."
  145. msgstr ""
  146. "For at bruge disse filtre, indsæt <code>%(code)s</code> i din skabelon, før "
  147. "du bruger filteret."
  148. msgid "Template tags"
  149. msgstr "Skabelon-tags"
  150. msgid "Template tag documentation"
  151. msgstr "Skabelon-tag-dokumentation"
  152. msgid "Built-in tags"
  153. msgstr "Indbyggede tags"
  154. #, python-format
  155. msgid ""
  156. "To use these tags, put <code>%(code)s</code> in your template before using "
  157. "the tag."
  158. msgstr ""
  159. "For at bruge disse tags, indsæt <code>%(code)s</code> i din skabelon, før du "
  160. "bruger tagget."
  161. #, python-format
  162. msgid "View: %(name)s"
  163. msgstr "View: %(name)s"
  164. msgid "Context:"
  165. msgstr "Kontekst:"
  166. msgid "Templates:"
  167. msgstr "Skabeloner:"
  168. msgid "Back to View documentation"
  169. msgstr "Tilbage til View-dokumentationen"
  170. msgid "View documentation"
  171. msgstr "View dokumentation"
  172. msgid "Jump to namespace"
  173. msgstr "Hop til namespace"
  174. msgid "Empty namespace"
  175. msgstr "Tomt namespace"
  176. #, python-format
  177. msgid "Views by namespace %(name)s"
  178. msgstr "Views efter namespace %(name)s"
  179. msgid "Views by empty namespace"
  180. msgstr "Views efter tomt namespace"
  181. #, python-format
  182. msgid ""
  183. "\n"
  184. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  185. "code>.\n"
  186. msgstr ""
  187. "\n"
  188. " View funktion: <code>%(full_name)s</code>. Navn: <code>%(url_name)s</"
  189. "code>.\n"
  190. msgid "tag:"
  191. msgstr "tag:"
  192. msgid "filter:"
  193. msgstr "filter:"
  194. msgid "view:"
  195. msgstr "view:"
  196. #, python-format
  197. msgid "App %(app_label)r not found"
  198. msgstr "Applikation %(app_label)r blev ikke fundet"
  199. #, python-format
  200. msgid "Model %(model_name)r not found in app %(app_label)r"
  201. msgstr "Modellen %(model_name)r ikke fundet i applikationen %(app_label)r"
  202. msgid "model:"
  203. msgstr "model:"
  204. #, python-format
  205. msgid "the related `%(app_label)s.%(data_type)s` object"
  206. msgstr "det relaterede `%(app_label)s.%(data_type)s`-objekt"
  207. #, python-format
  208. msgid "related `%(app_label)s.%(object_name)s` objects"
  209. msgstr "relaterede `%(app_label)s.%(object_name)s`-objekter"
  210. #, python-format
  211. msgid "all %s"
  212. msgstr "alle %s"
  213. #, python-format
  214. msgid "number of %s"
  215. msgstr "antal %s"
  216. #, python-format
  217. msgid "%s does not appear to be a urlpattern object"
  218. msgstr "%s ser ikke ud til at være et urlpattern-objekt"