da.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?php
  2. return array(
  3. /**
  4. * Menu items and titles
  5. */
  6. 'thewire' => "The wire",
  7. 'thewire:everyone' => "Alle wire indlæg",
  8. 'thewire:user' => "%s's wire indlæg",
  9. 'thewire:friends' => "Dine venner på the wire",
  10. 'thewire:replying' => "Svar til %s (@%s) som skrev",
  11. 'thewire:thread' => "Tråd",
  12. 'thewire:charleft' => "tegn tilbage",
  13. 'thewire:tags' => "Wire indlæg tagged med '%s'",
  14. 'thewire:noposts' => "Ingen wire indlæg endnu",
  15. 'item:object:thewire' => "Wire indlæg",
  16. 'thewire:by' => 'Wire post by %s',
  17. 'thewire:previous:help' => "Se tidligere indlæg",
  18. 'thewire:hide:help' => "Gem tidligere indlæg",
  19. /**
  20. * The wire river
  21. */
  22. 'river:create:object:thewire' => "%s skrev til %s",
  23. 'thewire:wire' => 'wire',
  24. /**
  25. * Wire widget
  26. */
  27. 'thewire:widget:desc' => 'Vis dine seneste wire indlæg',
  28. 'thewire:num' => 'Antal indlæg der skal vises',
  29. 'thewire:moreposts' => 'Ikke flere wire indlæg',
  30. /**
  31. * Status messages
  32. */
  33. 'thewire:posted' => "Dit indlæg blev postet til the wire.",
  34. 'thewire:deleted' => "Dit wire indlæg er blevet slettet.",
  35. 'thewire:blank' => "Beklager, du skal skrive noget i tekstboksen, før det kan gemmes.",
  36. 'thewire:notfound' => "Beklager, vi kunne ikke finde det specificerede wire indlæg.",
  37. 'thewire:notsaved' => "Beklager. Vi kunne ikke gemme dette wire indlæg.",
  38. 'thewire:notdeleted' => "Beklager, vi kunne ikke slette dette wire indlæg.",
  39. /**
  40. * Notifications
  41. */
  42. 'thewire:notify:summary' => 'Nyt wire indlæg: %s',
  43. 'thewire:notify:subject' => "Nyt wire indlæg af %s",
  44. 'thewire:notify:reply' => '%s svarede på %s på the wire:',
  45. 'thewire:notify:post' => '%s skrev på the wire:',
  46. 'thewire:notify:footer' => "See og svar:\n%s",
  47. /**
  48. * Settings
  49. */
  50. 'thewire:settings:limit' => "Maximum number of characters for wire messages:",
  51. 'thewire:settings:limit:none' => "No limit",
  52. );