uz.js 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. "Working remotely" : "Working remotely",
  11. "In a call" : "In a call",
  12. "User status" : "User status",
  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. "Don't clear" : "Don't clear",
  23. "Today" : "Today",
  24. "This week" : "This week",
  25. "Online" : "Online",
  26. "Away" : "Away",
  27. "Do not disturb" : "Do not disturb",
  28. "Invisible" : "Invisible",
  29. "Offline" : "Offline",
  30. "There was an error saving the new status" : "There was an error saving the new status",
  31. "30 minutes" : "30 minutes",
  32. "1 hour" : "1 hour",
  33. "4 hours" : "4 hours",
  34. "Mute all notifications" : "Mute all notifications",
  35. "Appear offline" : "Appear offline",
  36. "View profile" : "View profile",
  37. "{status}, {timestamp}" : "{status}, {timestamp}"
  38. },
  39. "nplurals=1; plural=0;");