Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

es.php 1.4KB

1234567891011121314151617181920212223242526
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Shared with you" => "Compartido contigo",
  4. "Shared with others" => "Compartido con otros",
  5. "Shared by link" => "Compartido por medio de enlaces",
  6. "No files have been shared with you yet." => "Aún no han compartido contigo ningún archivo.",
  7. "You haven't shared any files yet." => "Aún no has compartido ningún archivo.",
  8. "You haven't shared any files by link yet." => "Usted todavía no ha compartido ningún archivo por medio de enlaces.",
  9. "Shared by {owner}" => "Compartido por {owner}",
  10. "Shared by" => "Compartido por",
  11. "This share is password-protected" => "Este elemento compartido esta protegido por contraseña",
  12. "The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.",
  13. "Password" => "Contraseña",
  14. "Name" => "Nombre",
  15. "Share time" => "Compartir tiempo",
  16. "Sorry, this link doesn’t seem to work anymore." => "Vaya, este enlace parece que no volverá a funcionar.",
  17. "Reasons might be:" => "Las causas podrían ser:",
  18. "the item was removed" => "el elemento fue eliminado",
  19. "the link expired" => "el enlace expiró",
  20. "sharing is disabled" => "compartir está desactivado",
  21. "For more info, please ask the person who sent this link." => "Para mayor información, contacte a la persona que le envió el enlace.",
  22. "Download" => "Descargar",
  23. "Download %s" => "Descargar %s",
  24. "Direct link" => "Enlace directo"
  25. );
  26. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";