diff options
author | friendica <info@friendica.com> | 2014-09-17 22:53:38 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-17 22:53:38 -0700 |
commit | 8eb21cceb3a8274d8727073d03b8093f467ec852 (patch) | |
tree | 3cd26ec035aa2d3cd38bfb478473a5833eaa0437 /view/en-gb/strings.php | |
parent | 71672083450a8d5923c1839a1c766033203b3771 (diff) | |
download | volse-hubzilla-8eb21cceb3a8274d8727073d03b8093f467ec852.tar.gz volse-hubzilla-8eb21cceb3a8274d8727073d03b8093f467ec852.tar.bz2 volse-hubzilla-8eb21cceb3a8274d8727073d03b8093f467ec852.zip |
use 24-hour clock for non-American dates
Diffstat (limited to 'view/en-gb/strings.php')
-rw-r--r-- | view/en-gb/strings.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/en-gb/strings.php b/view/en-gb/strings.php index abf14f43a..358c90d36 100644 --- a/view/en-gb/strings.php +++ b/view/en-gb/strings.php @@ -27,3 +27,5 @@ $a->strings["Do you want to authorize this application to access your posts and $a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "If your certificate is not recognised, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."; $a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."; $a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralized communication and information tool."] = "You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."; +$a->strings["l F d, Y \\@ g:i A"] = "l j F, Y \\@ G:i"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - G:i"]; |