|
From: <ji...@us...> - 2008-12-29 06:00:49
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19177/languages Modified Files: english.inc.php Log Message: add all calendars to rss index Index: english.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/english.inc.php,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** english.inc.php 28 Dec 2008 19:30:41 -0000 1.70 --- english.inc.php 29 Dec 2008 06:00:42 -0000 1.71 *************** *** 37,40 **** --- 37,41 ---- $lang['l_this_month'] = 'This Month'; $lang['l_jump'] = 'Jump to'; + $lang['l_todays'] = 'Today\'s Events'; $lang['l_tomorrows'] = 'Tomorrow\'s Events'; $lang['l_goday'] = 'Go to Today'; |