xref
: /
webtrees
/
resources
/
lang
/
en-US
/
messages.php
(revision 29a51599e39417638370fe4c2c4d77201726c9ff)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
return
array
(
4
'%H:%i:%s'
=>
'%g:%i:%s %a'
,
5
'%j %F %Y'
=>
'%F %j, %Y'
,
6
);
7