Localisation updates from https://translatewiki.net.
[lhc/web/wiklou.git] / languages / messages / MessagesGrc.php
1 <?php
2 /** Ancient Greek (Ἀρχαία ἑλληνικὴ)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 */
11
12 $dateFormats = array(
13 'mdy time' => 'H:i',
14 'mdy date' => 'xg j, Y',
15 'mdy both' => 'H:i, xg j, Y',
16
17 'dmy time' => 'H:i',
18 'dmy date' => 'j xg Y',
19 'dmy both' => 'H:i, j xg Y',
20
21 'ymd time' => 'H:i',
22 'ymd date' => 'Y xg j',
23 'ymd both' => 'H:i, Y xg j',
24 );
25