From: <cl...@us...> - 2004-08-11 05:55:06
|
Update of /cvsroot/phpicalendar/phpicalendar/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15856/includes Modified Files: todo.php Log Message: Added languages Index: todo.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/includes/todo.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** todo.php 11 Aug 2004 05:51:01 -0000 1.15 --- todo.php 11 Aug 2004 05:54:51 -0000 1.16 *************** *** 52,56 **** 'due_date' => $due_date, 'cal_title_full' => $cal_title_full, ! 'template' => $template )); --- 52,60 ---- 'due_date' => $due_date, 'cal_title_full' => $cal_title_full, ! 'template' => $template, ! 'l_created' => $lang['l_created'], ! 'l_priority' => $lang['l_priority'], ! 'l_status' => $lang['l_status'], ! 'l_due' => $lang['l_due'] )); |