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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Bouke Haarsma <bouke@haarsma.eu>, 2013
  5. # Evelijn Saaltink <evelijnsaaltink@gmail.com>, 2016
  6. # Ilja Maas <iljamaas@dreamsolution.nl>, 2015
  7. # Jannis Leidel <jannis@leidel.info>, 2011
  8. # Jeffrey Gelens <jeffrey@noppo.pro>, 2012,2014
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: django\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  14. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  15. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  16. "Language-Team: Dutch (http://www.transifex.com/django/django/language/nl/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: nl\n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. msgid "Administrative Documentation"
  23. msgstr "Beheer Documentatie"
  24. msgid "Home"
  25. msgstr "Voorpagina"
  26. msgid "Documentation"
  27. msgstr "Documentatie"
  28. msgid "Bookmarklets"
  29. msgstr "Bookmarklets"
  30. msgid "Documentation bookmarklets"
  31. msgstr "Documentatie bookmarklets"
  32. msgid ""
  33. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  34. "click the link and add it to your bookmarks. Now you can select the "
  35. "bookmarklet from any page in the site."
  36. msgstr ""
  37. "Om bookmarklets te installeren, sleep de link naar uw Favorieten balk, of "
  38. "rechts-klik op de link en voeg toe aan Favorieten. De bookmarklet kan nu "
  39. "vanuit elke pagina op de site worden gekozen. "
  40. msgid "Documentation for this page"
  41. msgstr "Documentatie voor deze pagina"
  42. msgid ""
  43. "Jumps you from any page to the documentation for the view that generates "
  44. "that page."
  45. msgstr ""
  46. "Springt vanuit elke pagina naar de documentatie voor de view die gegenereerd "
  47. "wordt door die pagina."
  48. msgid "Tags"
  49. msgstr "Tags"
  50. msgid "List of all the template tags and their functions."
  51. msgstr "Overzicht van alle templatetags en hun functie."
  52. msgid "Filters"
  53. msgstr "Filters"
  54. msgid ""
  55. "Filters are actions which can be applied to variables in a template to alter "
  56. "the output."
  57. msgstr ""
  58. "Filters kunnen toegepast worden op templatevariabelen om hun uitvoer aan te "
  59. "passen."
  60. msgid "Models"
  61. msgstr "Modellen"
  62. msgid ""
  63. "Models are descriptions of all the objects in the system and their "
  64. "associated fields. Each model has a list of fields which can be accessed as "
  65. "template variables"
  66. msgstr ""
  67. "Modellen beschrijven welke objecten in het systeem beschikbaar zijn en met "
  68. "welke attributen. Elk model heeft een lijst van attributen die beschikbaar "
  69. "zijn in de templates."
  70. msgid "Views"
  71. msgstr "Views"
  72. msgid ""
  73. "Each page on the public site is generated by a view. The view defines which "
  74. "template is used to generate the page and which objects are available to "
  75. "that template."
  76. msgstr ""
  77. "Elke pagina op de publieke site wordt gegenereerd door een view. De views "
  78. "bepalen welke template gebruikt wordt om een pagina te genereren en welke "
  79. "objecten in de templates beschikbaar zijn."
  80. msgid "Tools for your browser to quickly access admin functionality."
  81. msgstr "Snelkoppelingen in je browser om makkelijk beheerpagina's te openen."
  82. msgid "Please install docutils"
  83. msgstr "Docutils is niet geïnstalleerd"
  84. #, python-format
  85. msgid ""
  86. "The admin documentation system requires Python's <a href=\"%(link)s"
  87. "\">docutils</a> library."
  88. msgstr ""
  89. "Python's <a href=\"%(link)s\">docutils</a> is benodigd voor de documentatie."
  90. #, python-format
  91. msgid ""
  92. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  93. msgstr ""
  94. "Vraag de beheerder om <a href=\"%(link)s\">docutils</a> te installeren."
  95. #, python-format
  96. msgid "Model: %(name)s"
  97. msgstr "Model: %(name)s"
  98. msgid "Fields"
  99. msgstr "Velden"
  100. msgid "Field"
  101. msgstr "Veld"
  102. msgid "Type"
  103. msgstr "Type"
  104. msgid "Description"
  105. msgstr "Beschrijving"
  106. msgid "Methods with arguments"
  107. msgstr "Methode met argumenten"
  108. msgid "Method"
  109. msgstr "Methode"
  110. msgid "Arguments"
  111. msgstr "Argumenten"
  112. msgid "Back to Model documentation"
  113. msgstr "Terug naar Model documentatie"
  114. msgid "Model documentation"
  115. msgstr "Model documentatie"
  116. msgid "Model groups"
  117. msgstr "Modules"
  118. msgid "Templates"
  119. msgstr "Templates"
  120. #, python-format
  121. msgid "Template: %(name)s"
  122. msgstr "Template: %(name)s"
  123. #, python-format
  124. msgid "Template: \"%(name)s\""
  125. msgstr "Template: \"%(name)s\""
  126. #. Translators: Search is not a verb here, it qualifies path (a search path)
  127. #, python-format
  128. msgid "Search path for template \"%(name)s\":"
  129. msgstr "Zoek naar locatie van template \"%(name)s\":"
  130. msgid "(does not exist)"
  131. msgstr "(bestaat niet)"
  132. msgid "Back to Documentation"
  133. msgstr "Terug naar documentatie"
  134. msgid "Template filters"
  135. msgstr "Templatefilters"
  136. msgid "Template filter documentation"
  137. msgstr "Overzicht van templatefilters"
  138. msgid "Built-in filters"
  139. msgstr "Standaardfilters"
  140. #, python-format
  141. msgid ""
  142. "To use these filters, put <code>%(code)s</code> in your template before "
  143. "using the filter."
  144. msgstr ""
  145. "Om deze filters te gebruiken zet je <code>%(code)s</code> bovenaan je "
  146. "template."
  147. msgid "Template tags"
  148. msgstr "Templatetags"
  149. msgid "Template tag documentation"
  150. msgstr "Overzicht van templatetags"
  151. msgid "Built-in tags"
  152. msgstr "Standaardtags"
  153. #, python-format
  154. msgid ""
  155. "To use these tags, put <code>%(code)s</code> in your template before using "
  156. "the tag."
  157. msgstr ""
  158. "Om deze tags te gebruiken zet je <code>%(code)s</code> bovenaan je template."
  159. #, python-format
  160. msgid "View: %(name)s"
  161. msgstr "View: %(name)s"
  162. msgid "Context:"
  163. msgstr "Contextvariabelen:"
  164. msgid "Templates:"
  165. msgstr "Templates:"
  166. msgid "Back to View documentation"
  167. msgstr "Terug naar Bekijk documentatie"
  168. msgid "View documentation"
  169. msgstr "Bekijk documentatie"
  170. msgid "Jump to namespace"
  171. msgstr "Spring naar namespace"
  172. msgid "Empty namespace"
  173. msgstr "Lege namespace"
  174. #, python-format
  175. msgid "Views by namespace %(name)s"
  176. msgstr "Views per namespace %(name)s"
  177. msgid "Views by empty namespace"
  178. msgstr "Views per lege namespace"
  179. #, python-format
  180. msgid ""
  181. "\n"
  182. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  183. "code>.\n"
  184. msgstr ""
  185. "\n"
  186. " View functie: <code>%(full_name)s</code>. Naam: <code>%(url_name)s</"
  187. "code>.\n"
  188. msgid "tag:"
  189. msgstr "tag:"
  190. msgid "filter:"
  191. msgstr "filter:"
  192. msgid "view:"
  193. msgstr "view:"
  194. #, python-format
  195. msgid "App %(app_label)r not found"
  196. msgstr "App %(app_label)r niet gevonden"
  197. #, python-format
  198. msgid "Model %(model_name)r not found in app %(app_label)r"
  199. msgstr "Model %(model_name)r niet gevonden in module %(app_label)r"
  200. msgid "model:"
  201. msgstr "model:"
  202. #, python-format
  203. msgid "the related `%(app_label)s.%(data_type)s` object"
  204. msgstr "het gerelateerde `%(app_label)s.%(data_type)s` object"
  205. #, python-format
  206. msgid "related `%(app_label)s.%(object_name)s` objects"
  207. msgstr "gerelateerde `%(app_label)s.%(object_name)s` objecten"
  208. #, python-format
  209. msgid "all %s"
  210. msgstr "alle %s"
  211. #, python-format
  212. msgid "number of %s"
  213. msgstr "aantal %s"
  214. #, python-format
  215. msgid "%s does not appear to be a urlpattern object"
  216. msgstr "%s lijkt geen urlpattern-object te zijn"