Update of /cvsroot/phpicalendar/phpicalendar/languages
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7568/languages
Modified Files:
english.inc.php
Log Message:
fix misc bugs; rewrite some places where warnings squelched with @; require php5.1 or greater
Index: english.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/languages/english.inc.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** english.inc.php 28 Dec 2008 00:46:50 -0000 1.69
--- english.inc.php 28 Dec 2008 19:30:41 -0000 1.70
***************
*** 205,208 ****
--- 205,209 ----
$lang['l_error_window'] = 'There was an error!';
$lang['l_error_calendar'] = 'The calendar "%s" was being processed when this error occurred.';
+ $lang['l_php_version_required'] = 'PHP version "%s" detected. PHP 5.1 or greater is required to run this version of phpicalendar.';
$lang['l_error_path'] = 'Unable to open the path: "%s"';
$lang['l_error_back'] = 'Please use the "Back" button to return.';
***************
*** 212,215 ****
--- 213,217 ----
$lang['l_error_cantopen'] = 'Unable to open calendar.';
$lang['l_error_cache'] = 'Unable to write to cache directory. Please check your config.';
+ $lang['l_prefs_off'] = 'Preferences are disabled on this installation.';
?>
\ No newline at end of file
|