Subversion Repositories ALCASAR

Rev

Rev 1533 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1533 Rev 1675
Line 32... Line 32...
32
// date formats
32
// date formats
33
$L['datefmt_days'] = '%d %B';
33
$L['datefmt_days'] = '%d %B';
34
$L['datefmt_days_img'] = '%d';
34
$L['datefmt_days_img'] = '%d';
35
$L['datefmt_months'] = '%B %Y';
35
$L['datefmt_months'] = '%B %Y';
36
$L['datefmt_months_img'] = '%b';
36
$L['datefmt_months_img'] = '%b';
37
$L['datefmt_hours'] = '%l%P';
37
$L['datefmt_hours'] = '%l%p';
38
$L['datefmt_hours_img'] = '%l';
38
$L['datefmt_hours_img'] = '%l';
39
$L['datefmt_top'] = '%d %B %Y';
39
$L['datefmt_top'] = '%d %B %Y';