Blame view

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