en_GB.js 2.1 KB

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