nb.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Nylige statuser",
  5. "In a meeting" : "I et møte",
  6. "Commuting" : "Pendler",
  7. "Out sick" : "Syk",
  8. "Vacationing" : "På ferie",
  9. "Working remotely" : "Jobber utenfra",
  10. "In a call" : "I en samtale",
  11. "User status" : "Brukerstatus",
  12. "View profile" : "Vis profil",
  13. "Clear status after" : "Fjern status etter",
  14. "What is your status?" : "Hva er din status?",
  15. "Set status" : "Velg status",
  16. "Online status" : "Online-status",
  17. "Status message" : "Statusmelding",
  18. "Clear status message" : "Fjern statusmelding",
  19. "Set status message" : "Velg statusmelding",
  20. "There was an error saving the status" : "Det oppstod en feil ved lagring av status",
  21. "There was an error clearing the status" : "Det oppstod en feil ved fjerning av status",
  22. "No recent status changes" : "Ingen nylige statusendringer",
  23. "Away" : "Borte",
  24. "Do not disturb" : "Ikke forstyrr",
  25. "{status}, {timestamp}" : "{status}, {timestamp}",
  26. "Don't clear" : "Ikke fjern",
  27. "Today" : "I dag",
  28. "This week" : "Denne uken",
  29. "Online" : "Pålogget",
  30. "Invisible" : "Usynlig",
  31. "Offline" : "Frakoblet",
  32. "There was an error saving the new status" : "Det oppstod en feil ved lagring av ny status",
  33. "30 minutes" : "30 minutter",
  34. "1 hour" : "1 time",
  35. "4 hours" : "4 timer",
  36. "Mute all notifications" : "Demp alle varslinger",
  37. "Appear offline" : "Vis som frakoblet",
  38. "Clear status message after" : "Fjern statusmelding etter"
  39. },
  40. "nplurals=2; plural=(n != 1);");