xref
: /
webtrees
/
resources
/
lang
/
en-US
/
messages.php
(revision b0fcccb03b84c12d54b4ae85014c3af52863d08c)
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