Blame view

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