選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

es_AR.php 887B

123456789101112131415161718
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Shared by {owner}" => "Compartido por {owner}",
  4. "Shared by" => "Compartido por",
  5. "This share is password-protected" => "Esto está protegido por contraseña",
  6. "The password is wrong. Try again." => "La contraseña no es correcta. Probá de nuevo.",
  7. "Password" => "Contraseña",
  8. "Name" => "Nombre",
  9. "Sorry, this link doesn’t seem to work anymore." => "Perdón, este enlace parece no funcionar más.",
  10. "Reasons might be:" => "Las causas podrían ser:",
  11. "the item was removed" => "el elemento fue borrado",
  12. "the link expired" => "el enlace expiró",
  13. "sharing is disabled" => "compartir está desactivado",
  14. "For more info, please ask the person who sent this link." => "Para mayor información, contactá a la persona que te mandó el enlace.",
  15. "Download" => "Descargar",
  16. "Direct link" => "Vínculo directo"
  17. );
  18. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";