From: Rotem Liss Date: Sat, 11 Nov 2006 18:35:43 +0000 (+0000) Subject: (bug 7837) Occitan time format incorrect X-Git-Tag: 1.31.0-rc.0~55225 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=49993ea13476a6b1cb6a82caba8581278c6d8c5c;p=lhc%2Fweb%2Fwiklou.git (bug 7837) Occitan time format incorrect --- diff --git a/languages/messages/MessagesOc.php b/languages/messages/MessagesOc.php index 7635037b0f..fec61fbb1b 100644 --- a/languages/messages/MessagesOc.php +++ b/languages/messages/MessagesOc.php @@ -51,15 +51,15 @@ $linkTrail = "/^([a-zàâçéèêîôû]+)(.*)\$/sDu"; $dateFormats = array( 'mdy time' => 'H:i', 'mdy date' => 'M j, Y', - 'mdy both' => 'M j, Y a H:i', + 'mdy both' => 'M j, Y "a" H:i', 'dmy time' => 'H:i', 'dmy date' => 'j M Y', - 'dmy both' => 'j M Y a H:i', + 'dmy both' => 'j M Y "a" H:i', 'ymd time' => 'H:i', 'ymd date' => 'Y M j', - 'ymd both' => 'Y M j a H:i', + 'ymd both' => 'Y M j "a" H:i', );