da.js 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. "What is your status?" : "Hvad er din status",
  16. "Set status" : "Sæt status",
  17. "Online status" : "Online status",
  18. "Status message" : "Statusbesked",
  19. "Clear status message" : "Ryd status notifikation",
  20. "Set status message" : "Sæt statusbesked",
  21. "There was an error saving the status" : "Der opstod en fejl ved lagring af status",
  22. "There was an error clearing the status" : "Der opstod en fejl ved rydning af status",
  23. "Don't clear" : "Ryd ikke",
  24. "Today" : "I dag",
  25. "This week" : "Denne uge",
  26. "Online" : "Online",
  27. "Away" : "Ikke tilstede",
  28. "Do not disturb" : "Forstyr ikke",
  29. "Invisible" : "Usynlig",
  30. "Offline" : "Offline",
  31. "There was an error saving the new status" : "Der opstod en fejl ved lagring af den nye status",
  32. "30 minutes" : "30 minutter",
  33. "1 hour" : "1 time",
  34. "4 hours" : "4 timer",
  35. "Mute all notifications" : "Vis ikke notifikationer",
  36. "Appear offline" : "Er offline",
  37. "View profile" : "Vis profil"
  38. },
  39. "nplurals=2; plural=(n != 1);");