nextcloud/core/l10n/l10n-de.php

6 lines
114 B
PHP
Raw Normal View History

2011-06-19 20:53:02 +04:00
<?php
$LOCALIZATIONS = array(
'date' => '%d.%m.%Y',
'datetime' => '%d.%m.%Y %H:%M:%S',
'time' => '%H:%M:%S' );