From: José M. M. <ri...@us...> - 2004-08-13 21:05:55
|
Update of /cvsroot/openbash-org/openbash-org/pages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12136/pages Modified Files: footer.php Log Message: - Traducida la cadena "Tiempo de proceso", que estaba puesta a pelo. Index: footer.php =================================================================== RCS file: /cvsroot/openbash-org/openbash-org/pages/footer.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** footer.php 8 Aug 2004 19:53:06 -0000 1.8 --- footer.php 13 Aug 2004 21:05:46 -0000 1.9 *************** *** 18,22 **** $end = utime(); $run = $end - $start; ! printf ('<span class="time">Tiempo de proceso: %s</span>', substr($run, 0, 5)); ?> </p> --- 18,23 ---- $end = utime(); $run = $end - $start; ! printf ('<span class="time">'.$sentences['time'].': %s</span>', ! substr($run, 0, 5)); ?> </p> |