From 7cade3b04274ecc2d3583a0602cc5de3643e81a6 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 31 Jan 2004 22:59:28 +0000 Subject: More template work. --- languages/english.inc.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'languages') diff --git a/languages/english.inc.php b/languages/english.inc.php index 4c8127b..2db3532 100644 --- a/languages/english.inc.php +++ b/languages/english.inc.php @@ -182,13 +182,13 @@ Notes about dateFormat_* */ // Error messages - %s will be replaced with a variable -$error_title_lang = 'Error!'; -$error_window_lang = 'There was an error!'; -$error_calendar_lang = 'The calendar "%s" was being processed when this error occurred.'; -$error_path_lang = 'Unable to open the path: "%s"'; -$error_back_lang = 'Please use the "Back" button to return.'; -$error_remotecal_lang = 'This server blocks remote calendars which have not been approved.'; -$error_restrictedcal_lang = 'You have tried to access a calendar that is restricted on this server.'; -$error_invalidcal_lang = 'Invalid calendar file. Please try a different calendar.'; +$lang['l_error_title'] = 'Error!'; +$lang['l_error_window'] = 'There was an error!'; +$lang['l_error_calendar'] = 'The calendar "%s" was being processed when this error occurred.'; +$lang['l_error_path'] = 'Unable to open the path: "%s"'; +$lang['l_error_back'] = 'Please use the "Back" button to return.'; +$lang['l_error_remotecal'] = 'This server blocks remote calendars which have not been approved.'; +$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.'; ?> -- cgit v1.2.3