From 891159af439013fb1efd7c36799640ca30633f4a Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 31 Dec 2008 07:14:34 +0000 Subject: timeFormat select in preferences (feature request 1401779) --- languages/bulgarian.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'languages/bulgarian.inc.php') diff --git a/languages/bulgarian.inc.php b/languages/bulgarian.inc.php index da83212..647f8c2 100644 --- a/languages/bulgarian.inc.php +++ b/languages/bulgarian.inc.php @@ -166,8 +166,8 @@ $monthsofyear_lang = array ('Януари','Февруари','Март','Ап $monthsofyearshort_lang = array ('Яну','Фев','Мар','Апр','Май','Юни','Юли','Авг','Сеп','Окт','Ное','Дек'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php -$timeFormat = 'G:I'; -$timeFormat_small = 'G:I'; +$timeFormat = 'G:i'; +$timeFormat_small = 'G:i'; // For date formatting, see note below $dateFormat_day = '%A, %e %B'; -- cgit v1.2.3