nb.js 2.1 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. "Your status was set automatically" : "Statusen din ble satt",
  24. "Clear status message" : "Fjern statusmelding",
  25. "Set status message" : "Velg statusmelding",
  26. "Reset status to \"{icon} {message}\"" : "Tilbakestill status til \"{icon} {message}\"",
  27. "Reset status to \"{message}\"" : "Tilbakestill status til \"{message}\"",
  28. "Reset status to \"{icon}\"" : "Tilbakestill status til \"{icon}\"",
  29. "There was an error saving the status" : "Det oppsto en feil ved lagring av status",
  30. "There was an error clearing the status" : "Det oppsto en feil ved fjerning av status",
  31. "There was an error reverting the status" : "Det oppstod en feil under tilbakestilling av statusen",
  32. "Don't clear" : "Ikke fjern",
  33. "Today" : "I dag",
  34. "This week" : "Denne uken",
  35. "Online" : "Pålogget",
  36. "Away" : "Borte",
  37. "Do not disturb" : "Ikke forstyrr",
  38. "Invisible" : "Usynlig",
  39. "Offline" : "Frakoblet",
  40. "There was an error saving the new status" : "Det oppsto en feil ved lagring av ny status",
  41. "30 minutes" : "30 minutter",
  42. "1 hour" : "1 time",
  43. "4 hours" : "4 timer",
  44. "Mute all notifications" : "Demp alle varslinger",
  45. "Appear offline" : "Vis som frakoblet",
  46. "View profile" : "Vis profil",
  47. "{status}, {timestamp}" : "{status}, {timestamp}"
  48. },
  49. "nplurals=2; plural=(n != 1);");