summaryrefslogtreecommitdiffstats
path: root/core/l10n/l10n-es.php
blob: 13db2ec5d4c7b65b420fda570c6f174b03a451d9 (plain)
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 );