Update of /cvsroot/phpicalendar/phpicalendar/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29867/languages
Modified Files:
english.inc.php
Log Message:
Fixed error messages for 2.0
Index: english.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/languages/english.inc.php,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** english.inc.php 20 May 2004 20:04:13 -0000 1.57
--- english.inc.php 7 Aug 2004 06:36:49 -0000 1.58
***************
*** 200,203 ****
--- 200,204 ----
$lang['l_error_restrictedcal'] = 'You have tried to access a calendar that is restricted on this server.';
$lang['l_error_invalidcal'] = 'Invalid calendar file. Please try a different calendar.';
+ $lang['l_error_cantopen'] = 'Unable to open calendar.';
?>
|