Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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