uz.js 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "What is your status?" : "What is your status?",
  15. "Set status" : "Set status",
  16. "Online status" : "Online status",
  17. "Status message" : "Status message",
  18. "Clear status message" : "Clear status message",
  19. "Set status message" : "Set status message",
  20. "There was an error saving the status" : "There was an error saving the status",
  21. "There was an error clearing the status" : "There was an error clearing the status",
  22. "No recent status changes" : "No recent status changes",
  23. "Away" : "Away",
  24. "Do not disturb" : "Do not disturb",
  25. "{status}, {timestamp}" : "{status}, {timestamp}",
  26. "Don't clear" : "Don't clear",
  27. "Today" : "Today",
  28. "This week" : "This week",
  29. "Online" : "Online",
  30. "Invisible" : "Invisible",
  31. "Offline" : "Offline",
  32. "There was an error saving the new status" : "There was an error saving the new status",
  33. "30 minutes" : "30 minutes",
  34. "1 hour" : "1 hour",
  35. "4 hours" : "4 hours",
  36. "Mute all notifications" : "Mute all notifications",
  37. "Appear offline" : "Appear offline",
  38. "Clear status message after" : "Clear status message after"
  39. },
  40. "nplurals=1; plural=0;");