es.js 1.1 KB

123456789101112131415161718192021222324252627
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Admin" : "Administración",
  5. "a safe home for all your data" : "un hogar seguro para todos tus datos",
  6. "The given name is too long" : "El nombre provisto es muy largo",
  7. "The given web address is too long" : "La dirección provista es muy larga",
  8. "The given slogan is too long" : "El eslogan provisto es muy largo",
  9. "The given color is invalid" : "El color provisto es inválido",
  10. "Saved" : "Guardado",
  11. "No file uploaded" : "No se ha subido archivo",
  12. "Unsupported image type" : "Tipo de imagen no soportado",
  13. "You are already using a custom theme" : "Usted ya usa un tema personalizado",
  14. "Theming" : "Tema",
  15. "Name" : "Nombre",
  16. "reset to default" : "restaurar a configuración inicial",
  17. "Web address" : "Dirección web",
  18. "Web address https://…" : "Dirección web https://",
  19. "Slogan" : "Eslogan",
  20. "Color" : "Color",
  21. "Logo" : "Logo",
  22. "Upload new logo" : "Subir nuevo logo",
  23. "Login image" : "Imagen de inicio",
  24. "Upload new login background" : "Subir una nueva imagen de fondo",
  25. "Log in image" : "Imagen de inicio"
  26. },
  27. "nplurals=2; plural=(n != 1);");