1
0

en_GB.js 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Recent statuses",
  5. "No recent status changes" : "No recent status changes",
  6. "In a meeting" : "In a meeting",
  7. "Commuting" : "Commuting",
  8. "Out sick" : "Out sick",
  9. "Vacationing" : "Vacationing",
  10. "Out of office" : "Out of office",
  11. "Working remotely" : "Working remotely",
  12. "In a call" : "In a call",
  13. "User status" : "User status",
  14. "Clear status after" : "Clear status after",
  15. "Emoji for your status message" : "Emoji for your status message",
  16. "What is your status?" : "What is your status?",
  17. "Predefined statuses" : "Predefined statuses",
  18. "Previously set" : "Previously set",
  19. "Reset status" : "Reset status",
  20. "Set status" : "Set status",
  21. "Online status" : "Online status",
  22. "Status message" : "Status message",
  23. "Set absence period" : "Set absence period",
  24. "Set absence period and replacement" : "Set absence period and replacement",
  25. "Your status was set automatically" : "Your status was set automatically",
  26. "Clear status message" : "Clear status message",
  27. "Set status message" : "Set status message",
  28. "Reset status to \"{icon} {message}\"" : "Reset status to \"{icon} {message}\"",
  29. "Reset status to \"{message}\"" : "Reset status to \"{message}\"",
  30. "Reset status to \"{icon}\"" : "Reset status to \"{icon}\"",
  31. "There was an error saving the status" : "There was an error saving the status",
  32. "There was an error clearing the status" : "There was an error clearing the status",
  33. "There was an error reverting the status" : "There was an error reverting the status",
  34. "Don't clear" : "Don't clear",
  35. "Today" : "Today",
  36. "This week" : "This week",
  37. "Online" : "Online",
  38. "Away" : "Away",
  39. "Do not disturb" : "Do not disturb",
  40. "Invisible" : "Invisible",
  41. "Offline" : "Offline",
  42. "There was an error saving the new status" : "There was an error saving the new status",
  43. "30 minutes" : "30 minutes",
  44. "1 hour" : "1 hour",
  45. "4 hours" : "4 hours",
  46. "Mute all notifications" : "Mute all notifications",
  47. "Appear offline" : "Appear offline"
  48. },
  49. "nplurals=2; plural=(n != 1);");