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. "Your status was set automatically" : "Your status was set automatically",
  24. "Clear status message" : "Clear status message",
  25. "Set status message" : "Set status message",
  26. "Reset status to \"{icon} {message}\"" : "Reset status to \"{icon} {message}\"",
  27. "Reset status to \"{message}\"" : "Reset status to \"{message}\"",
  28. "Reset status to \"{icon}\"" : "Reset status to \"{icon}\"",
  29. "There was an error saving the status" : "There was an error saving the status",
  30. "There was an error clearing the status" : "There was an error clearing the status",
  31. "There was an error reverting the status" : "There was an error reverting the status",
  32. "Don't clear" : "Don't clear",
  33. "Today" : "Today",
  34. "This week" : "This week",
  35. "Online" : "Online",
  36. "Away" : "Away",
  37. "Do not disturb" : "Do not disturb",
  38. "Invisible" : "Invisible",
  39. "Offline" : "Offline",
  40. "There was an error saving the new status" : "There was an error saving the new status",
  41. "30 minutes" : "30 minutes",
  42. "1 hour" : "1 hour",
  43. "4 hours" : "4 hours",
  44. "Mute all notifications" : "Mute all notifications",
  45. "Appear offline" : "Appear offline",
  46. "View profile" : "View profile",
  47. "{status}, {timestamp}" : "{status}, {timestamp}"
  48. },
  49. "nplurals=2; plural=(n != 1);");