langrefs_it.php 494 B

12345678910
  1. <?php
  2. // this file contains the Italian weekday names, month names and suffixes.
  3. $days = array ('Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato');
  4. $daysabbr = array();
  5. $months = array ('Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luglio',
  6. 'Agosto', 'Settembre', 'Ottobre', 'Novembre', 'Dicembre');
  7. $suffixes = array ('','','','','','','','','','','','','','','','','','','','','','',
  8. '','','','','','','','','');
  9. ?>