Merge "Unroll Article::__call"
[mediawiki.git] / languages / messages / MessagesGrc.php
blob7e66a009fa4cbe186154c0ff96adc304c13987c0
1 <?php
2 /** Ancient Greek (Ἀρχαία ἑλληνικὴ)
4 * To improve a translation please visit https://translatewiki.net
6 * @ingroup Language
7 * @file
9 */
11 $dateFormats = array(
12 'mdy time' => 'H:i',
13 'mdy date' => 'xg j, Y',
14 'mdy both' => 'H:i, xg j, Y',
16 'dmy time' => 'H:i',
17 'dmy date' => 'j xg Y',
18 'dmy both' => 'H:i, j xg Y',
20 'ymd time' => 'H:i',
21 'ymd date' => 'Y xg j',
22 'ymd both' => 'H:i, Y xg j',