da.js 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Seneste status",
  5. "No recent status changes" : "Ingen ændringer i status",
  6. "In a meeting" : "I møde",
  7. "Commuting" : "Under vejs",
  8. "Out sick" : "Sygemeldt",
  9. "Vacationing" : "Holder ferie",
  10. "Out of office" : "Ikke på kontoret",
  11. "Working remotely" : "Arbejder hjemmefra",
  12. "In a call" : "Taler i telefon",
  13. "User status" : "Bruger status",
  14. "Clear status after" : "Ryd status efter",
  15. "Emoji for your status message" : "Emoji til din statusbesked",
  16. "What is your status?" : "Hvad er din status",
  17. "Predefined statuses" : "Foruddefinerede status",
  18. "Previously set" : "Tidligere sat",
  19. "Reset status" : "Nulstil status",
  20. "Set status" : "Sæt status",
  21. "Online status" : "Online status",
  22. "Status message" : "Statusbesked",
  23. "Set absence period" : "Indstil fraværs periode",
  24. "Set absence period and replacement" : "Indstil fraværs periode og angiv afløser",
  25. "Your status was set automatically" : "Status sat automatisk",
  26. "Clear status message" : "Ryd status notifikation",
  27. "Set status message" : "Sæt statusbesked",
  28. "Reset status to \"{icon} {message}\"" : "Nulstil status til \"{icon}{message}\"",
  29. "Reset status to \"{message}\"" : "Nulstil status til \"{message}\"",
  30. "Reset status to \"{icon}\"" : "Nulstil status til \"{icon}\"",
  31. "There was an error saving the status" : "Der opstod en fejl ved lagring af status",
  32. "There was an error clearing the status" : "Der opstod en fejl ved rydning af status",
  33. "There was an error reverting the status" : "Der opstod en fejl ved indstillingen af status",
  34. "Don't clear" : "Ryd ikke",
  35. "Today" : "I dag",
  36. "This week" : "Denne uge",
  37. "Online" : "Online",
  38. "Away" : "Ikke tilstede",
  39. "Do not disturb" : "Forstyr ikke",
  40. "Invisible" : "Usynlig",
  41. "Offline" : "Offline",
  42. "There was an error saving the new status" : "Der opstod en fejl ved lagring af den nye status",
  43. "30 minutes" : "30 minutter",
  44. "1 hour" : "1 time",
  45. "4 hours" : "4 timer",
  46. "Mute all notifications" : "Vis ikke notifikationer",
  47. "Appear offline" : "Er offline"
  48. },
  49. "nplurals=2; plural=(n != 1);");