langrefs_es.php 480 B

12345678910
  1. <?php
  2. // this file contains the Spanish weekday names, month names and suffixes.
  3. $days = array ('Domingo','Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado');
  4. $daysabbr = array();
  5. $months = array ('enero','febrero','marzo','abril','mayo','junio','julio','agosto',
  6. 'septiembre','octubre','noviembre','noviembre');
  7. $suffixes = array ('','','','','','','','','','','','','','','','','','','','','','',
  8. '','','','','','','','','');
  9. ?>