uz.js 864 B

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "lib",
  3. {
  4. "Cannot write into \"config\" directory!" : "Cannot write into \"config\" directory!",
  5. "Unknown filetype" : "Unknown filetype",
  6. "Invalid image" : "Invalid image",
  7. "Files" : "Files",
  8. "View profile" : "View profile",
  9. "last month" : "last month",
  10. "seconds ago" : "seconds ago",
  11. "File name is too long" : "File name is too long",
  12. "Apps" : "Apps",
  13. "Settings" : "Settings",
  14. "Address" : "Address",
  15. "Profile picture" : "Profil rasmi",
  16. "About" : "About",
  17. "Set an admin password." : "Set an admin password.",
  18. "January" : "January",
  19. "Authentication error" : "Authentication error",
  20. "Storage is temporarily not available" : "Storage is temporarily not available",
  21. "Help" : "Help",
  22. "Users" : "Users",
  23. "Unknown user" : "Unknown user"
  24. },
  25. "nplurals=1; plural=0;");