nl.js 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Recente statussen",
  5. "No recent status changes" : "Geen recente statuswijzigingen",
  6. "In a meeting" : "In een vergadering",
  7. "Commuting" : "Woon-werk",
  8. "Out sick" : "Ziek",
  9. "Vacationing" : "Op vakantie",
  10. "Out of office" : "Niet op kantoor",
  11. "Working remotely" : "Thuiswerken",
  12. "In a call" : "In gesprek",
  13. "User status" : "Gebruikersstatus",
  14. "Clear status after" : "Maak de status leeg na",
  15. "Emoji for your status message" : "Emoji voor je statusbericht",
  16. "What is your status?" : "Wat is jouw status?",
  17. "Predefined statuses" : "Voorgedefinieerde statussen",
  18. "Previously set" : "Eerder ingesteld",
  19. "Reset status" : "Reset status",
  20. "Set status" : "Status instellen",
  21. "Online status" : "Online status",
  22. "Status message" : "Statusbericht",
  23. "Your status was set automatically" : "Uw status is automatisch ingesteld",
  24. "Clear status message" : "Statusbericht wissen",
  25. "Set status message" : "Statusbericht instellen",
  26. "There was an error saving the status" : "Er is een fout opgetreden bij het bewaren van de status",
  27. "There was an error clearing the status" : "Er is een fout opgetreden bij het leegmaken van de status",
  28. "Don't clear" : "Niet schoonmaken",
  29. "Today" : "Vandaag",
  30. "This week" : "Deze week",
  31. "Online" : "Online",
  32. "Away" : "Afwezig",
  33. "Do not disturb" : "Niet storen",
  34. "Invisible" : "Verborgen",
  35. "Offline" : "Off-line",
  36. "There was an error saving the new status" : "Er is een fout opgetreden bij het bewaren van de nieuwe status",
  37. "30 minutes" : "30 minuten",
  38. "1 hour" : "1 uur",
  39. "4 hours" : "4 uur",
  40. "Mute all notifications" : "Onderdruk alle meldingen",
  41. "Appear offline" : "Toon afwezig"
  42. },
  43. "nplurals=2; plural=(n != 1);");