|
From: <par...@us...> - 2009-12-24 17:24:44
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3201/languages Modified Files: french.inc.php Log Message: Fix small time format in French tranlsation Index: french.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/french.inc.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** french.inc.php 22 Jun 2009 20:54:57 -0000 1.32 --- french.inc.php 24 Dec 2009 17:24:31 -0000 1.33 *************** *** 178,182 **** // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = 'H:i'; ! $timeFormat_small = 'g:i'; // For date formatting, see note below --- 178,182 ---- // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = 'H:i'; ! $timeFormat_small = 'G:i'; // For date formatting, see note below |