es.php 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Server to server sharing is not enabled on this server" => "Compartir entre servidores no está habilitado en este servidor",
  4. "The mountpoint name contains invalid characters." => "El punto de montaje contiene caracteres inválidos.",
  5. "Invalid or untrusted SSL certificate" => "Certificado SSL inválido o no confiable",
  6. "Couldn't add remote share" => "No se puede añadir un compartido remoto",
  7. "Shared with you" => "Compartido contigo",
  8. "Shared with others" => "Compartido con otros",
  9. "Shared by link" => "Compartido por medio de enlaces",
  10. "No files have been shared with you yet." => "Aún no han compartido contigo ningún archivo.",
  11. "You haven't shared any files yet." => "Aún no has compartido ningún archivo.",
  12. "You haven't shared any files by link yet." => "Usted todavía no ha compartido ningún archivo por medio de enlaces.",
  13. "Do you want to add the remote share {name} from {owner}@{remote}?" => "¿Desea añadir el recurso compartido remoto {name} de {owner}@{remote}?",
  14. "Remote share" => "Recurso compartido remoto",
  15. "Remote share password" => "Contraseña del compartido remoto",
  16. "Cancel" => "Cancelar",
  17. "Add remote share" => "Añadir recurso compartido remoto",
  18. "No ownCloud installation found at {remote}" => "No se encontró una instalación de ownCloud en {remote}",
  19. "Invalid ownCloud url" => "URL de ownCloud inválido",
  20. "Shared by" => "Compartido por",
  21. "This share is password-protected" => "Este elemento compartido esta protegido por contraseña",
  22. "The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.",
  23. "Password" => "Contraseña",
  24. "Name" => "Nombre",
  25. "Share time" => "Compartido hace",
  26. "Sorry, this link doesn’t seem to work anymore." => "Vaya, este enlace parece que no volverá a funcionar.",
  27. "Reasons might be:" => "Las causas podrían ser:",
  28. "the item was removed" => "el elemento fue eliminado",
  29. "the link expired" => "el enlace expiró",
  30. "sharing is disabled" => "compartir está desactivado",
  31. "For more info, please ask the person who sent this link." => "Para mayor información, contacte a la persona que le envió el enlace.",
  32. "Add to your ownCloud" => "Agregue su propio ownCloud",
  33. "Download" => "Descargar",
  34. "Download %s" => "Descargar %s",
  35. "Direct link" => "Enlace directo",
  36. "Remote Shares" => "Almacenamiento compartido remoto",
  37. "Allow other instances to mount public links shared from this server" => "Permitir a otros montar enlaces publicos compartidos de este servidor",
  38. "Allow users to mount public link shares" => "Permitir a los usuarios montar enlaces publicos compartidos"
  39. );
  40. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";