Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / languages / messages / MessagesGrc.php
1 <?php
2 /** Ancient Greek (Ἀρχαία ἑλληνικὴ)
3 *
4 * To improve a translation please visit https://translatewiki.net
5 *
6 * @ingroup Language
7 * @file
8 *
9 */
10
11 $dateFormats = [
12 'mdy time' => 'H:i',
13 'mdy date' => 'xg j, Y',
14 'mdy both' => 'H:i, xg j, Y',
15
16 'dmy time' => 'H:i',
17 'dmy date' => 'j xg Y',
18 'dmy both' => 'H:i, j xg Y',
19
20 'ymd time' => 'H:i',
21 'ymd date' => 'Y xg j',
22 'ymd both' => 'H:i, Y xg j',
23 ];
24