en_GB.js 730 B

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "What is your status?" : "What is your status?",
  5. "Set status" : "Set status",
  6. "Online status" : "Online status",
  7. "Status message" : "Status message",
  8. "Clear status message" : "Clear status message",
  9. "Set status message" : "Set status message",
  10. "Away" : "Away",
  11. "Do not disturb" : "Do not disturb",
  12. "Don't clear" : "Don't clear",
  13. "Today" : "Today",
  14. "This week" : "This week",
  15. "Online" : "Online",
  16. "Invisible" : "Invisible",
  17. "Offline" : "Offline",
  18. "30 minutes" : "30 minutes",
  19. "1 hour" : "1 hour",
  20. "4 hours" : "4 hours",
  21. "Clear status message after" : "Clear status message after"
  22. },
  23. "nplurals=2; plural=(n != 1);");