Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29410
Modified Files:
print.php
Log Message:
Print language checkin.
Index: print.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/print.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** print.php 16 May 2004 19:39:13 -0000 1.23
--- print.php 19 May 2004 04:19:53 -0000 1.24
***************
*** 80,84 ****
'list_jumps' => $list_jumps,
'legend' => $list_calcolors,
! 'style_select' => $style_select
));
--- 80,95 ----
'list_jumps' => $list_jumps,
'legend' => $list_calcolors,
! 'style_select' => $style_select,
! 'l_time' => $lang['l_time'],
! 'l_summary' => $lang['l_summary'],
! 'l_calendar' => $lang['l_calendar'],
! 'l_day' => $lang['l_day'],
! 'l_week' => $lang['l_week'],
! 'l_month' => $lang['l_month'],
! 'l_year' => $lang['l_year'],
! 'l_subscribe' => $lang['l_subscribe'],
! 'l_download' => $lang['l_download'],
! 'l_powered_by' => $lang['l_powered_by'],
! 'l_this_site_is' => $lang['l_this_site_is']
));
|