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