Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4031/phpicalendar
Modified Files:
day.php month.php week.php year.php
Log Message:
control Pick Multiple label from language files
Index: day.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v
retrieving revision 1.128
retrieving revision 1.129
diff -C2 -d -r1.128 -r1.129
*** day.php 30 Nov 2005 02:20:32 -0000 1.128
--- day.php 16 Mar 2006 06:15:10 -0000 1.129
***************
*** 97,100 ****
--- 97,101 ----
'l_month' => $lang['l_month'],
'l_year' => $lang['l_year'],
+ 'l_pick_multiple' => $lang['l_pick_multiple'],
'l_powered_by' => $lang['l_powered_by'],
'l_subscribe' => $lang['l_subscribe'],
Index: month.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v
retrieving revision 1.135
retrieving revision 1.136
diff -C2 -d -r1.135 -r1.136
*** month.php 30 Nov 2005 02:20:32 -0000 1.135
--- month.php 16 Mar 2006 06:15:10 -0000 1.136
***************
*** 104,107 ****
--- 104,108 ----
'l_this_months' => $lang['l_this_months'],
'l_search' => $lang['l_search'],
+ 'l_pick_multiple' => $lang['l_pick_multiple'],
'l_powered_by' => $lang['l_powered_by'],
'l_this_site_is' => $lang['l_this_site_is']
Index: week.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/week.php,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -d -r1.127 -r1.128
*** week.php 1 Dec 2005 06:15:28 -0000 1.127
--- week.php 16 Mar 2006 06:15:11 -0000 1.128
***************
*** 104,107 ****
--- 104,108 ----
'l_download' => $lang['l_download'],
'l_search' => $lang['l_search'],
+ 'l_pick_multiple' => $lang['l_pick_multiple'],
'l_powered_by' => $lang['l_powered_by'],
'l_this_site_is' => $lang['l_this_site_is']
Index: year.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/year.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** year.php 7 Dec 2005 07:26:14 -0000 1.39
--- year.php 16 Mar 2006 06:15:11 -0000 1.40
***************
*** 46,49 ****
--- 46,50 ----
'l_month' => $lang['l_month'],
'l_year' => $lang['l_year'],
+ 'l_pick_multiple' => $lang['l_pick_multiple'],
'l_powered_by' => $lang['l_powered_by'],
'l_this_site_is' => $lang['l_this_site_is']
|