da.js 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Seneste status",
  5. "In a meeting" : "I møde",
  6. "Commuting" : "Under vejs",
  7. "Out sick" : "Sygemeldt",
  8. "Vacationing" : "Holder ferie",
  9. "Working remotely" : "Arbejder hjemmefra",
  10. "In a call" : "Taler i telefon",
  11. "User status" : "Bruger status",
  12. "View profile" : "Vis profil",
  13. "Clear status after" : "Ryd status efter",
  14. "What is your status?" : "Hvad er din status",
  15. "Set status" : "Sæt status",
  16. "Online status" : "Online status",
  17. "Status message" : "Statusbesked",
  18. "Clear status message" : "Ryd status notifikation",
  19. "Set status message" : "Sæt statusbesked",
  20. "There was an error saving the status" : "Der opstod en fejl ved lagring af status",
  21. "There was an error clearing the status" : "Der opstod en fejl ved rydning af status",
  22. "No recent status changes" : "Ingen ændringer i status",
  23. "Away" : "Ikke tilstede",
  24. "Do not disturb" : "Forstyr ikke",
  25. "Don't clear" : "Ryd ikke",
  26. "Today" : "I dag",
  27. "This week" : "Denne uge",
  28. "Online" : "Online",
  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. "Clear status message after" : "Ryd status notifikationer efter"
  38. },
  39. "nplurals=2; plural=(n != 1);");