/django/contrib/admin/locale/da/LC_MESSAGES/django.po

https://code.google.com/p/mango-py/ · Unknown · 809 lines · 655 code · 154 blank · 0 comment · 0 complexity · 51603718e72d8a087296ea2b0cc41430 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-20 21:03+0100\n"
  8. "PO-Revision-Date: 2011-03-07 20:44+0000\n"
  9. "Last-Translator: finngruwier <finn@gruwier.dk>\n"
  10. "Language-Team: Danish <>\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "Language: da\n"
  15. "Plural-Forms: nplurals=2; plural=(n != 1)\n"
  16. #: actions.py:49
  17. #, python-format
  18. msgid "Successfully deleted %(count)d %(items)s."
  19. msgstr "%(count)d %(items)s blev slettet."
  20. #: actions.py:61 options.py:1219
  21. #, python-format
  22. msgid "Cannot delete %(name)s"
  23. msgstr "Kan ikke slette %(name)s "
  24. #: actions.py:63 options.py:1221
  25. msgid "Are you sure?"
  26. msgstr "Er du sikker?"
  27. #: actions.py:85
  28. #, python-format
  29. msgid "Delete selected %(verbose_name_plural)s"
  30. msgstr "Slet valgte %(verbose_name_plural)s"
  31. #: filterspecs.py:54
  32. #, python-format
  33. msgid ""
  34. "<h3>By %s:</h3>\n"
  35. "<ul>\n"
  36. msgstr ""
  37. "<h3>Efter %s:</h3>\n"
  38. "<ul>\n"
  39. #: filterspecs.py:104 filterspecs.py:139 filterspecs.py:168 filterspecs.py:258
  40. msgid "All"
  41. msgstr "Alle"
  42. #: filterspecs.py:139
  43. msgid "Yes"
  44. msgstr "Ja"
  45. #: filterspecs.py:139
  46. msgid "No"
  47. msgstr "Nej"
  48. #: filterspecs.py:150
  49. msgid "Unknown"
  50. msgstr "Ukendt"
  51. #: filterspecs.py:196
  52. msgid "Any date"
  53. msgstr "Nĺr som helst"
  54. #: filterspecs.py:197
  55. msgid "Today"
  56. msgstr "I dag"
  57. #: filterspecs.py:200
  58. msgid "Past 7 days"
  59. msgstr "De sidste 7 dage"
  60. #: filterspecs.py:203
  61. msgid "This month"
  62. msgstr "Denne mĺned"
  63. #: filterspecs.py:205
  64. msgid "This year"
  65. msgstr "Dette ĺr"
  66. #: forms.py:9
  67. msgid ""
  68. "Please enter a correct username and password. Note that both fields are case-"
  69. "sensitive."
  70. msgstr ""
  71. "Indtast venligst et korrekt brugernavn og adgangskode. Bemćrk, at begge "
  72. "felter er versalfřlsomme."
  73. #: forms.py:18
  74. msgid "Please log in again, because your session has expired."
  75. msgstr "Log venligst ind igen, da din session er udlřbet."
  76. #: forms.py:37
  77. #, python-format
  78. msgid "Your e-mail address is not your username. Try '%s' instead."
  79. msgstr "Din e-mail-adresse er ikke dit brugernavn. Prřv '%s' i stedet."
  80. #: helpers.py:19
  81. msgid "Action:"
  82. msgstr "Handling"
  83. #: models.py:19
  84. msgid "action time"
  85. msgstr "handlingstid"
  86. #: models.py:22
  87. msgid "object id"
  88. msgstr "objekt-ID"
  89. #: models.py:23
  90. msgid "object repr"
  91. msgstr "objekt repr"
  92. #: models.py:24
  93. msgid "action flag"
  94. msgstr "handlingsflag"
  95. #: models.py:25
  96. msgid "change message"
  97. msgstr "ćndringsmeddelelse"
  98. #: models.py:28
  99. msgid "log entry"
  100. msgstr "logmeddelelse"
  101. #: models.py:29
  102. msgid "log entries"
  103. msgstr "logmeddelelser"
  104. #: options.py:147 options.py:162
  105. msgid "None"
  106. msgstr "Ingen"
  107. #: options.py:627
  108. #, python-format
  109. msgid "Changed %s."
  110. msgstr "Ćndrede %s."
  111. #: options.py:627 options.py:637
  112. msgid "and"
  113. msgstr "og"
  114. #: options.py:632
  115. #, python-format
  116. msgid "Added %(name)s \"%(object)s\"."
  117. msgstr "Tilfřjede %(name)s \"%(object)s\"."
  118. #: options.py:636
  119. #, python-format
  120. msgid "Changed %(list)s for %(name)s \"%(object)s\"."
  121. msgstr "Ćndrede %(list)s for %(name)s \"%(object)s\"."
  122. #: options.py:641
  123. #, python-format
  124. msgid "Deleted %(name)s \"%(object)s\"."
  125. msgstr "Slettede %(name)s \"%(object)s\"."
  126. #: options.py:645
  127. msgid "No fields changed."
  128. msgstr "Ingen felter ćndret."
  129. #: options.py:717
  130. #, python-format
  131. msgid "The %(name)s \"%(obj)s\" was added successfully."
  132. msgstr "%(name)s \"%(obj)s\" blev tilfřjet i databasen."
  133. #: options.py:721 options.py:761
  134. msgid "You may edit it again below."
  135. msgstr "Du kan redigere det igen herunder."
  136. #: options.py:731 options.py:771
  137. #, python-format
  138. msgid "You may add another %s below."
  139. msgstr "Du kan tilfřje endnu en %s herunder."
  140. #: options.py:759
  141. #, python-format
  142. msgid "The %(name)s \"%(obj)s\" was changed successfully."
  143. msgstr "%(name)s \"%(obj)s\" blev ćndret."
  144. #: options.py:767
  145. #, python-format
  146. msgid ""
  147. "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below."
  148. msgstr "%(name)s \"%(obj)s\" blev tilfřjet. Du kan redigere det igen herunder."
  149. #: options.py:827 options.py:1085
  150. msgid ""
  151. "Items must be selected in order to perform actions on them. No items have "
  152. "been changed."
  153. msgstr ""
  154. "Der skal vćre valgt nogle emner for at man kan udfřre handlinger pĺ dem. "
  155. "Ingen emner er blev ćndret."
  156. #: options.py:846
  157. msgid "No action selected."
  158. msgstr "Ingen handling valgt."
  159. #: options.py:927
  160. #, python-format
  161. msgid "Add %s"
  162. msgstr "Tilfřj %s"
  163. #: options.py:953 options.py:1194
  164. #, python-format
  165. msgid "%(name)s object with primary key %(key)r does not exist."
  166. msgstr "Der findes ikke et %(name)s-objekt med primćrnřgle %(key)r."
  167. #: options.py:1018
  168. #, python-format
  169. msgid "Change %s"
  170. msgstr "Ret %s"
  171. #: options.py:1065
  172. msgid "Database error"
  173. msgstr "databasefejl"
  174. #: options.py:1127
  175. #, python-format
  176. msgid "%(count)s %(name)s was changed successfully."
  177. msgid_plural "%(count)s %(name)s were changed successfully."
  178. msgstr[0] "%(count)s %(name)s blev ćndret."
  179. msgstr[1] "%(count)s %(name)s blev ćndret."
  180. #: options.py:1154
  181. #, python-format
  182. msgid "%(total_count)s selected"
  183. msgid_plural "All %(total_count)s selected"
  184. msgstr[0] "%(total_count)s valgt"
  185. msgstr[1] "Alle %(total_count)s valgt"
  186. #: options.py:1159
  187. #, python-format
  188. msgid "0 of %(cnt)s selected"
  189. msgstr "0 af %(cnt)s valgt"
  190. #: options.py:1210
  191. #, python-format
  192. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  193. msgstr "%(name)s \"%(obj)s\" blev slettet."
  194. #: options.py:1255
  195. #, python-format
  196. msgid "Change history: %s"
  197. msgstr "Ćndringshistorik: %s"
  198. #: sites.py:319 templates/admin/login.html:42
  199. #: templates/registration/password_reset_complete.html:14
  200. #: views/decorators.py:26
  201. msgid "Log in"
  202. msgstr "Log ind"
  203. #: sites.py:375
  204. msgid "Site administration"
  205. msgstr "Website-administration"
  206. #: sites.py:419
  207. #, python-format
  208. msgid "%s administration"
  209. msgstr "Administration af %s"
  210. #: widgets.py:75
  211. msgid "Date:"
  212. msgstr "Dato:"
  213. #: widgets.py:75
  214. msgid "Time:"
  215. msgstr "Tid:"
  216. #: widgets.py:140
  217. msgid "Lookup"
  218. msgstr "Slĺ op"
  219. #: widgets.py:246
  220. msgid "Add Another"
  221. msgstr "Tilfřj endnu en"
  222. #: templates/admin/404.html:4 templates/admin/404.html.py:8
  223. msgid "Page not found"
  224. msgstr "Siden blev ikke fundet"
  225. #: templates/admin/404.html:10
  226. msgid "We're sorry, but the requested page could not be found."
  227. msgstr "Vi beklager, men den řnskede side kunne ikke findes"
  228. #: templates/admin/500.html:4 templates/admin/app_index.html:8
  229. #: templates/admin/base.html:55 templates/admin/change_form.html:19
  230. #: templates/admin/change_list.html:42
  231. #: templates/admin/delete_confirmation.html:6
  232. #: templates/admin/delete_selected_confirmation.html:6
  233. #: templates/admin/invalid_setup.html:4 templates/admin/object_history.html:6
  234. #: templates/admin/auth/user/change_password.html:12
  235. #: templates/registration/logged_out.html:4
  236. #: templates/registration/password_change_done.html:5
  237. #: templates/registration/password_change_form.html:6
  238. #: templates/registration/password_reset_complete.html:4
  239. #: templates/registration/password_reset_confirm.html:4
  240. #: templates/registration/password_reset_done.html:4
  241. #: templates/registration/password_reset_form.html:4
  242. msgid "Home"
  243. msgstr "Hjem"
  244. #: templates/admin/500.html:4
  245. msgid "Server error"
  246. msgstr "Serverfejl"
  247. #: templates/admin/500.html:6
  248. msgid "Server error (500)"
  249. msgstr "Serverfejl (500)"
  250. #: templates/admin/500.html:9
  251. msgid "Server Error <em>(500)</em>"
  252. msgstr "Serverfejl <em>(500)</em>"
  253. #: templates/admin/500.html:10
  254. msgid ""
  255. "There's been an error. It's been reported to the site administrators via e-"
  256. "mail and should be fixed shortly. Thanks for your patience."
  257. msgstr ""
  258. "Der opstod en fejl. Fejlen er rapporteret til website-administratoren via e-"
  259. "mail, og vil blive rettet hurtigst muligt. Tak for din tĺlmodighed."
  260. #: templates/admin/actions.html:4
  261. msgid "Run the selected action"
  262. msgstr "Udfřr den valgte handling"
  263. #: templates/admin/actions.html:4
  264. msgid "Go"
  265. msgstr "Udfřr"
  266. #: templates/admin/actions.html:11
  267. msgid "Click here to select the objects across all pages"
  268. msgstr "Klik her for at vćlge objekter pĺ tvćrs af alle sider"
  269. #: templates/admin/actions.html:11
  270. #, python-format
  271. msgid "Select all %(total_count)s %(module_name)s"
  272. msgstr "Vćlg alle %(total_count)s %(module_name)s "
  273. #: templates/admin/actions.html:13
  274. msgid "Clear selection"
  275. msgstr "Ryd valg"
  276. #: templates/admin/app_index.html:10 templates/admin/index.html:19
  277. #, python-format
  278. msgid "%(name)s"
  279. msgstr "%(name)s"
  280. #: templates/admin/base.html:28
  281. msgid "Welcome,"
  282. msgstr "Velkommen,"
  283. #: templates/admin/base.html:33
  284. #: templates/registration/password_change_done.html:4
  285. #: templates/registration/password_change_form.html:5
  286. msgid "Documentation"
  287. msgstr "Dokumentation"
  288. #: templates/admin/base.html:41
  289. #: templates/admin/auth/user/change_password.html:16
  290. #: templates/admin/auth/user/change_password.html:49
  291. #: templates/registration/password_change_done.html:4
  292. #: templates/registration/password_change_form.html:5
  293. msgid "Change password"
  294. msgstr "Skift adgangskode"
  295. #: templates/admin/base.html:48
  296. #: templates/registration/password_change_done.html:4
  297. #: templates/registration/password_change_form.html:5
  298. msgid "Log out"
  299. msgstr "Log ud"
  300. #: templates/admin/base_site.html:4
  301. msgid "Django site admin"
  302. msgstr "Django website-administration"
  303. #: templates/admin/base_site.html:7
  304. msgid "Django administration"
  305. msgstr "Django administration"
  306. #: templates/admin/change_form.html:22 templates/admin/index.html:29
  307. msgid "Add"
  308. msgstr "Tilfřj"
  309. #: templates/admin/change_form.html:31 templates/admin/object_history.html:10
  310. msgid "History"
  311. msgstr "Historik"
  312. #: templates/admin/change_form.html:32
  313. #: templates/admin/edit_inline/stacked.html:9
  314. #: templates/admin/edit_inline/tabular.html:28
  315. msgid "View on site"
  316. msgstr "Se pĺ website"
  317. #: templates/admin/change_form.html:43 templates/admin/change_list.html:73
  318. #: templates/admin/login.html:17
  319. #: templates/admin/auth/user/change_password.html:25
  320. #: templates/registration/password_change_form.html:16
  321. msgid "Please correct the error below."
  322. msgid_plural "Please correct the errors below."
  323. msgstr[0] "Ret venligst fejlen herunder."
  324. msgstr[1] "Ret venligst fejlene herunder."
  325. #: templates/admin/change_list.html:64
  326. #, python-format
  327. msgid "Add %(name)s"
  328. msgstr "Tilfřj %(name)s"
  329. #: templates/admin/change_list.html:84
  330. msgid "Filter"
  331. msgstr "Filtrer"
  332. #: templates/admin/delete_confirmation.html:10
  333. #: templates/admin/submit_line.html:4
  334. msgid "Delete"
  335. msgstr "Slet"
  336. #: templates/admin/delete_confirmation.html:17
  337. #, python-format
  338. msgid ""
  339. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  340. "related objects, but your account doesn't have permission to delete the "
  341. "following types of objects:"
  342. msgstr ""
  343. "Hvis du sletter %(object_name)s '%(escaped_object)s', vil du ogsĺ slette "
  344. "relaterede objekter, men din konto har ikke rettigheder til at slette "
  345. "fřlgende objekttyper:"
  346. #: templates/admin/delete_confirmation.html:25
  347. #, python-format
  348. msgid ""
  349. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  350. "following protected related objects:"
  351. msgstr ""
  352. "Sletning af %(object_name)s ' %(escaped_object)s ' vil krćve sletning af "
  353. "fřlgende beskyttede relaterede objekter:"
  354. #: templates/admin/delete_confirmation.html:33
  355. #, python-format
  356. msgid ""
  357. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  358. "All of the following related items will be deleted:"
  359. msgstr ""
  360. "Er du sikker pĺ du vil slette %(object_name)s \"%(escaped_object)s\"? Alle "
  361. "de fřlgende relaterede objekter vil blive slettet:"
  362. #: templates/admin/delete_confirmation.html:38
  363. #: templates/admin/delete_selected_confirmation.html:43
  364. msgid "Yes, I'm sure"
  365. msgstr "Ja, jeg er sikker"
  366. #: templates/admin/delete_selected_confirmation.html:9
  367. msgid "Delete multiple objects"
  368. msgstr "Slet flere objekter"
  369. #: templates/admin/delete_selected_confirmation.html:16
  370. #, python-format
  371. msgid ""
  372. "Deleting the selected %(objects_name)s would result in deleting related "
  373. "objects, but your account doesn't have permission to delete the following "
  374. "types of objects:"
  375. msgstr ""
  376. "Sletning af de valgte %(objects_name)s ville resultere i sletning af "
  377. "relaterede objekter, men din konto har ikke tilladelse til at slette "
  378. "fřlgende typer af objekter:"
  379. #: templates/admin/delete_selected_confirmation.html:24
  380. #, python-format
  381. msgid ""
  382. "Deleting the selected %(objects_name)s would require deleting the following "
  383. "protected related objects:"
  384. msgstr ""
  385. "Sletning af de valgte %(objects_name)s vil krćve sletning af fřlgende "
  386. "beskyttede relaterede objekter:"
  387. #: templates/admin/delete_selected_confirmation.html:32
  388. #, python-format
  389. msgid ""
  390. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  391. "following objects and their related items will be deleted:"
  392. msgstr ""
  393. "Er du sikker pĺ du vil slette de valgte %(objects_name)s? Alle de fřlgende "
  394. "objekter og deres relaterede emner vil blive slettet:"
  395. #: templates/admin/filter.html:2
  396. #, python-format
  397. msgid " By %(filter_title)s "
  398. msgstr " Efter %(filter_title)s "
  399. #: templates/admin/index.html:18
  400. #, python-format
  401. msgid "Models available in the %(name)s application."
  402. msgstr "Modeller til rĺdighed i %(name)s-applikationen."
  403. #: templates/admin/index.html:35
  404. msgid "Change"
  405. msgstr "Ret"
  406. #: templates/admin/index.html:45
  407. msgid "You don't have permission to edit anything."
  408. msgstr "Du har ikke rettigheder til at foretage ćndringer."
  409. #: templates/admin/index.html:53
  410. msgid "Recent Actions"
  411. msgstr "Seneste handlinger"
  412. #: templates/admin/index.html:54
  413. msgid "My Actions"
  414. msgstr "Mine handlinger"
  415. #: templates/admin/index.html:58
  416. msgid "None available"
  417. msgstr "Ingen tilgćngelige"
  418. #: templates/admin/index.html:72
  419. msgid "Unknown content"
  420. msgstr "Ukendt indhold"
  421. #: templates/admin/invalid_setup.html:7
  422. msgid ""
  423. "Something's wrong with your database installation. Make sure the appropriate "
  424. "database tables have been created, and make sure the database is readable by "
  425. "the appropriate user."
  426. msgstr ""
  427. "Der er noget galt med databaseinstallationen. Kontroller om "
  428. "databasetabellerne er blevet oprettet og at databasen er lćsbar for den "
  429. "pĺgćldende bruger."
  430. #: templates/admin/login.html:33
  431. msgid "Username:"
  432. msgstr "Brugernavn:"
  433. #: templates/admin/login.html:37
  434. msgid "Password:"
  435. msgstr "Adgangskode:"
  436. #: templates/admin/object_history.html:22
  437. msgid "Date/time"
  438. msgstr "Dato/tid"
  439. #: templates/admin/object_history.html:23
  440. msgid "User"
  441. msgstr "Bruger"
  442. #: templates/admin/object_history.html:24
  443. msgid "Action"
  444. msgstr "Funktion"
  445. #: templates/admin/object_history.html:38
  446. msgid ""
  447. "This object doesn't have a change history. It probably wasn't added via this "
  448. "admin site."
  449. msgstr ""
  450. "Dette objekt har ingen ćndringshistorik. Det blev formentlig ikke tilfřjet "
  451. "via dette administrations-site"
  452. #: templates/admin/pagination.html:10
  453. msgid "Show all"
  454. msgstr "Vis alle"
  455. #: templates/admin/pagination.html:11 templates/admin/submit_line.html:3
  456. msgid "Save"
  457. msgstr "Gem"
  458. #: templates/admin/search_form.html:8
  459. msgid "Search"
  460. msgstr "Sřg"
  461. #: templates/admin/search_form.html:10
  462. #, python-format
  463. msgid "%(counter)s result"
  464. msgid_plural "%(counter)s results"
  465. msgstr[0] " %(counter)s resultat"
  466. msgstr[1] ""
  467. #: templates/admin/search_form.html:10
  468. #, python-format
  469. msgid "%(full_result_count)s total"
  470. msgstr "%(full_result_count)s i alt"
  471. #: templates/admin/submit_line.html:5
  472. msgid "Save as new"
  473. msgstr "Gem som ny"
  474. #: templates/admin/submit_line.html:6
  475. msgid "Save and add another"
  476. msgstr "Gem og tilfřj endnu en"
  477. #: templates/admin/submit_line.html:7
  478. msgid "Save and continue editing"
  479. msgstr "Gem og fortsćt med at redigere"
  480. #: templates/admin/auth/user/add_form.html:6
  481. msgid ""
  482. "First, enter a username and password. Then, you'll be able to edit more user "
  483. "options."
  484. msgstr ""
  485. "Indtast fřrst et brugernavn og en adgangskode. Derefter fĺr du yderligere "
  486. "redigeringsmuligheder."
  487. #: templates/admin/auth/user/add_form.html:8
  488. msgid "Enter a username and password."
  489. msgstr "Indtast et brugernavn og en adgangskode."
  490. #: templates/admin/auth/user/change_password.html:29
  491. #, python-format
  492. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  493. msgstr "Indtast en ny adgangskode for brugeren <strong>%(username)s</strong>."
  494. #: templates/admin/auth/user/change_password.html:36
  495. msgid "Password"
  496. msgstr "Adgangskode"
  497. #: templates/admin/auth/user/change_password.html:42
  498. #: templates/registration/password_change_form.html:38
  499. msgid "Password (again)"
  500. msgstr "Adgangskode (igen)"
  501. #: templates/admin/auth/user/change_password.html:43
  502. msgid "Enter the same password as above, for verification."
  503. msgstr "Indtast den samme adgangskode som ovenfor for verifikation."
  504. #: templates/admin/edit_inline/stacked.html:67
  505. #: templates/admin/edit_inline/tabular.html:113
  506. #, python-format
  507. msgid "Add another %(verbose_name)s"
  508. msgstr "Tilfřj endnu en %(verbose_name)s"
  509. #: templates/admin/edit_inline/stacked.html:70
  510. #: templates/admin/edit_inline/tabular.html:116
  511. msgid "Remove"
  512. msgstr "Fjern"
  513. #: templates/admin/edit_inline/tabular.html:15
  514. msgid "Delete?"
  515. msgstr "Slet?"
  516. #: templates/registration/logged_out.html:8
  517. msgid "Thanks for spending some quality time with the Web site today."
  518. msgstr "Tak for den kvalitetstid du brugte pĺ websitet i dag."
  519. #: templates/registration/logged_out.html:10
  520. msgid "Log in again"
  521. msgstr "Log ind igen"
  522. #: templates/registration/password_change_done.html:5
  523. #: templates/registration/password_change_form.html:6
  524. #: templates/registration/password_change_form.html:8
  525. #: templates/registration/password_change_form.html:20
  526. msgid "Password change"
  527. msgstr "Skift adgangskode"
  528. #: templates/registration/password_change_done.html:7
  529. #: templates/registration/password_change_done.html:11
  530. msgid "Password change successful"
  531. msgstr "Adgangskoden blev ćndret"
  532. #: templates/registration/password_change_done.html:13
  533. msgid "Your password was changed."
  534. msgstr "Din adgangskode blev ćndret."
  535. #: templates/registration/password_change_form.html:22
  536. msgid ""
  537. "Please enter your old password, for security's sake, and then enter your new "
  538. "password twice so we can verify you typed it in correctly."
  539. msgstr ""
  540. "Indtast venligst din gamle adgangskode for en sikkerheds skyld og indtast sĺ "
  541. "din nye adgangskode to gange, sĺ vi kan vćre sikre pĺ, at den er indtastet "
  542. "korrekt."
  543. #: templates/registration/password_change_form.html:28
  544. msgid "Old password"
  545. msgstr "Gammel adgangskode"
  546. #: templates/registration/password_change_form.html:33
  547. msgid "New password"
  548. msgstr "Ny adgangskode"
  549. #: templates/registration/password_change_form.html:44
  550. #: templates/registration/password_reset_confirm.html:21
  551. msgid "Change my password"
  552. msgstr "Skift min adgangskode"
  553. #: templates/registration/password_reset_complete.html:4
  554. #: templates/registration/password_reset_confirm.html:6
  555. #: templates/registration/password_reset_done.html:4
  556. #: templates/registration/password_reset_form.html:4
  557. #: templates/registration/password_reset_form.html:6
  558. #: templates/registration/password_reset_form.html:10
  559. msgid "Password reset"
  560. msgstr "Nulstil adgangskode"
  561. #: templates/registration/password_reset_complete.html:6
  562. #: templates/registration/password_reset_complete.html:10
  563. msgid "Password reset complete"
  564. msgstr "Adgangskoden blev nulstillet"
  565. #: templates/registration/password_reset_complete.html:12
  566. msgid "Your password has been set. You may go ahead and log in now."
  567. msgstr "Din adgangskode er blevet sat. Du kan logge ind med den nu."
  568. #: templates/registration/password_reset_confirm.html:4
  569. msgid "Password reset confirmation"
  570. msgstr "Bekrćftelse for nulstilling af adgangskode"
  571. #: templates/registration/password_reset_confirm.html:12
  572. msgid "Enter new password"
  573. msgstr "Indtast ny adgangskode"
  574. #: templates/registration/password_reset_confirm.html:14
  575. msgid ""
  576. "Please enter your new password twice so we can verify you typed it in "
  577. "correctly."
  578. msgstr ""
  579. "Indtast venligst din nye adgangskode to gange, sĺ vi kan vćre sikre pĺ, at "
  580. "den er indtastet korrekt."
  581. #: templates/registration/password_reset_confirm.html:18
  582. msgid "New password:"
  583. msgstr "Ny adgangskode:"
  584. #: templates/registration/password_reset_confirm.html:20
  585. msgid "Confirm password:"
  586. msgstr "Bekrćft ny adgangskode:"
  587. #: templates/registration/password_reset_confirm.html:26
  588. msgid "Password reset unsuccessful"
  589. msgstr "Adgangskoden blev ikke nulstillet"
  590. #: templates/registration/password_reset_confirm.html:28
  591. msgid ""
  592. "The password reset link was invalid, possibly because it has already been "
  593. "used. Please request a new password reset."
  594. msgstr ""
  595. "Linket for nulstilling af adgangskoden er ugyldigt, mĺske fordi det allerede "
  596. "har vćret brugt. Anmod venligst pĺny om nulstilling af adgangskoden."
  597. #: templates/registration/password_reset_done.html:6
  598. #: templates/registration/password_reset_done.html:10
  599. msgid "Password reset successful"
  600. msgstr "Adgangskoden blev nulstillet"
  601. #: templates/registration/password_reset_done.html:12
  602. msgid ""
  603. "We've e-mailed you instructions for setting your password to the e-mail "
  604. "address you submitted. You should be receiving it shortly."
  605. msgstr ""
  606. "Vi har sendt en instruktion til din e-mail-adresse. Du skulle modtage den om "
  607. "ganske kort tid."
  608. #: templates/registration/password_reset_email.html:2
  609. #, python-format
  610. msgid ""
  611. "You're receiving this e-mail because you requested a password reset for your "
  612. "user account at %(site_name)s."
  613. msgstr ""
  614. "Du modtager denne e-mail, fordi du har anmodet om en nulstilling af "
  615. "adgangskoden til din brugerkonto ved %(site_name)s ."
  616. #: templates/registration/password_reset_email.html:4
  617. msgid "Please go to the following page and choose a new password:"
  618. msgstr "Gĺ venligst til denne side og vćlg en ny adgangskode:"
  619. #: templates/registration/password_reset_email.html:8
  620. msgid "Your username, in case you've forgotten:"
  621. msgstr "For det tilfćlde at du skulle have glemt dit brugernavn er det:"
  622. #: templates/registration/password_reset_email.html:10
  623. msgid "Thanks for using our site!"
  624. msgstr "Tak fordi du brugte vores website!"
  625. #: templates/registration/password_reset_email.html:12
  626. #, python-format
  627. msgid "The %(site_name)s team"
  628. msgstr "Med venlig hilsen %(site_name)s"
  629. #: templates/registration/password_reset_form.html:12
  630. msgid ""
  631. "Forgotten your password? Enter your e-mail address below, and we'll e-mail "
  632. "instructions for setting a new one."
  633. msgstr ""
  634. "Har du glemt din adgangskode? Indtast din e-mail-adresse herunder, sĺ sender "
  635. "vi dig en instruktion vedrřrende ny adgangskode."
  636. #: templates/registration/password_reset_form.html:16
  637. msgid "E-mail address:"
  638. msgstr "E-mail-adresse:"
  639. #: templates/registration/password_reset_form.html:16
  640. msgid "Reset my password"
  641. msgstr "Nulstil min adgangskode"
  642. #: templatetags/admin_list.py:290
  643. msgid "All dates"
  644. msgstr "Alle datoer"
  645. #: views/main.py:27
  646. msgid "(None)"
  647. msgstr "(Ingen)"
  648. #: views/main.py:66
  649. #, python-format
  650. msgid "Select %s"
  651. msgstr "Vćlg %s"
  652. #: views/main.py:66
  653. #, python-format
  654. msgid "Select %s to change"
  655. msgstr "Vćlg %s, der skal ćndres"