1
0

langrefs_sv.php 483 B

12345678910
  1. <?php
  2. // this file contains the Swedish weekday names, month names and suffixes.
  3. $days = array ('söndag','måndag', 'tisdag', 'onsdag', 'torsdag', 'fredag', 'lördag');
  4. $daysabbr = array();
  5. $months = array ('januari', 'februari', 'mars', 'april', 'maj', 'juni','juli',
  6. 'augusti', 'september', 'oktober', 'november', 'december');
  7. $suffixes = array ('','','','','','','','','','','','','','','','','','','','','','',
  8. '','','','','','','','','');
  9. ?>