repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge "ResourceLoader: Deprecate ResourceLoader::makeConfigSetScript"
[mediawiki.git]
/
languages
/
messages
/
MessagesGrc.php
blob
9a92fc4331a8acbbb5ae4cfdc45e860809312fc7
1
<
?php
2
/** Ancient Greek (Ἀρχαία ἑλληνικὴ)
3
*
4
* @file
5
* @ingroup Languages
6
*/
7
8
$dateFormats
= [
9
'mdy time'
=>
'H:i'
,
10
'mdy date'
=>
'xg j, Y'
,
11
'mdy both'
=>
'H:i, xg j, Y'
,
12
13
'dmy time'
=>
'H:i'
,
14
'dmy date'
=>
'j xg Y'
,
15
'dmy both'
=>
'H:i, j xg Y'
,
16
17
'ymd time'
=>
'H:i'
,
18
'ymd date'
=>
'Y xg j'
,
19
'ymd both'
=>
'H:i, Y xg j'
,
20
];