You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

es_MX.php 535B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "No se puede eliminar %s permanentemente",
  4. "Couldn't restore %s" => "No se puede restaurar %s",
  5. "Deleted files" => "Archivos eliminados",
  6. "Error" => "Error",
  7. "Deleted Files" => "Archivos Eliminados",
  8. "restored" => "recuperado",
  9. "Nothing in here. Your trash bin is empty!" => "No hay nada aquí. ¡Tu papelera esta vacía!",
  10. "Name" => "Nombre",
  11. "Restore" => "Recuperar",
  12. "Deleted" => "Eliminado",
  13. "Delete" => "Eliminar"
  14. );
  15. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";