nb.js 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Nylige statuser",
  5. "No recent status changes" : "Ingen nylige statusendringer",
  6. "In a meeting" : "I et møte",
  7. "Commuting" : "Pendler",
  8. "Out sick" : "Syk",
  9. "Vacationing" : "På ferie",
  10. "Out of office" : "Fraværende",
  11. "Working remotely" : "Jobber utenfra",
  12. "In a call" : "I en samtale",
  13. "User status" : "Brukerstatus",
  14. "Clear status after" : "Fjern status etter",
  15. "Emoji for your status message" : "Emoji for statusmeldingene dine",
  16. "What is your status?" : "Hva er din status?",
  17. "Predefined statuses" : "Forhåndsdefinerte statuser",
  18. "Previously set" : "Tidligere angitt",
  19. "Reset status" : "Tilbakestill status",
  20. "Set status" : "Velg status",
  21. "Online status" : "Online-status",
  22. "Status message" : "Statusmelding",
  23. "Set absence period" : "Angi fraværsperiode",
  24. "Set absence period and replacement" : "Angi fraværsperiode og erstatter",
  25. "Your status was set automatically" : "Statusen din ble satt",
  26. "Clear status message" : "Fjern statusmelding",
  27. "Set status message" : "Velg statusmelding",
  28. "Reset status to \"{icon} {message}\"" : "Tilbakestill status til \"{icon} {message}\"",
  29. "Reset status to \"{message}\"" : "Tilbakestill status til \"{message}\"",
  30. "Reset status to \"{icon}\"" : "Tilbakestill status til \"{icon}\"",
  31. "There was an error saving the status" : "Det oppsto en feil ved lagring av status",
  32. "There was an error clearing the status" : "Det oppsto en feil ved fjerning av status",
  33. "There was an error reverting the status" : "Det oppstod en feil under tilbakestilling av statusen",
  34. "Don't clear" : "Ikke fjern",
  35. "Today" : "I dag",
  36. "This week" : "Denne uken",
  37. "Online" : "Pålogget",
  38. "Away" : "Borte",
  39. "Do not disturb" : "Ikke forstyrr",
  40. "Invisible" : "Usynlig",
  41. "Offline" : "Frakoblet",
  42. "There was an error saving the new status" : "Det oppsto en feil ved lagring av ny status",
  43. "30 minutes" : "30 minutter",
  44. "1 hour" : "1 time",
  45. "4 hours" : "4 timer",
  46. "Mute all notifications" : "Demp alle varslinger",
  47. "Appear offline" : "Vis som frakoblet"
  48. },
  49. "nplurals=2; plural=(n != 1);");