From: <cl...@us...> - 2004-05-23 23:37:47
|
Update of /cvsroot/phpicalendar/phpicalendar/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17654/includes Modified Files: event.php Log Message: Added languages. Index: event.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/includes/event.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** event.php 19 May 2004 03:45:09 -0000 1.28 --- event.php 23 May 2004 23:37:38 -0000 1.29 *************** *** 71,75 **** 'location' => $location, 'cal_title_full' => $cal_title_full, ! 'template' => $template )); --- 71,79 ---- 'location' => $location, 'cal_title_full' => $cal_title_full, ! 'template' => $template, ! 'l_organizer' => $lang['l_organizer'], ! 'l_attendee' => $lang['l_attendee'], ! 'l_status' => $lang['l_status'], ! 'l_location' => $lang['l_location'] )); |