es_AR.php 959 B

12345678910111213141516171819
  1. <?php
  2. $TRANSLATIONS = array(
  3. "The password is wrong. Try again." => "La contraseña no es correcta. Probá de nuevo.",
  4. "Password" => "Contraseña",
  5. "Sorry, this link doesn’t seem to work anymore." => "Perdón, este enlace parece no funcionar más.",
  6. "Reasons might be:" => "Las causas podrían ser:",
  7. "the item was removed" => "el elemento fue borrado",
  8. "the link expired" => "el enlace expiró",
  9. "sharing is disabled" => "compartir está desactivado",
  10. "For more info, please ask the person who sent this link." => "Para mayor información, contactá a la persona que te mandó el enlace.",
  11. "%s shared the folder %s with you" => "%s compartió la carpeta %s con vos",
  12. "%s shared the file %s with you" => "%s compartió el archivo %s con vos",
  13. "Download" => "Descargar",
  14. "Upload" => "Subir",
  15. "Cancel upload" => "Cancelar subida",
  16. "No preview available for" => "La vista preliminar no está disponible para"
  17. );
  18. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";