Blame view

sources/core/l10n/l10n-en.php 156 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
  <?php
  $LOCALIZATIONS = array(
  	'jsdate' => 'MM d, yy',
  	'date' => '%B %e, %Y',
  	'datetime' => '%B %e, %Y %H:%M',
  	'time' => '%H:%M:%S',
  	'firstday' => 0 );