Update of /cvsroot/phpicalendar/phpicalendar/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24648/languages
Modified Files:
english.inc.php
Log Message:
Cleaned up calendar colors and added error message for caching.
Index: english.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/languages/english.inc.php,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** english.inc.php 7 Aug 2004 06:36:49 -0000 1.58
--- english.inc.php 8 Aug 2004 05:55:19 -0000 1.59
***************
*** 201,204 ****
--- 201,205 ----
$lang['l_error_invalidcal'] = 'Invalid calendar file. Please try a different calendar.';
$lang['l_error_cantopen'] = 'Unable to open calendar.';
+ $lang['l_error_cache'] = 'Unable to write to cache directory. Please check your config.';
?>
|