|
From: Jon O. <jon...@us...> - 2006-06-29 13:39:09
|
Update of /cvsroot/mxbb/mx_calsnails/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4127/modules/mx_calsnails/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: Code cleanup Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/language/lang_english/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_main.php 5 Apr 2006 22:10:14 -0000 1.4 --- lang_main.php 29 Jun 2006 13:39:03 -0000 1.5 *************** *** 44,49 **** $lang['No time'] = "You must select a start and end time"; ! // New Version 2.0.0 Additions. $lang['Config_Calendar'] = "Calendar Configuration"; $lang['Config_Calendar_explain'] = "Set all the necessary variables for your calendar below"; --- 44,50 ---- $lang['No time'] = "You must select a start and end time"; ! // // New Version 2.0.0 Additions. + // $lang['Config_Calendar'] = "Calendar Configuration"; $lang['Config_Calendar_explain'] = "Set all the necessary variables for your calendar below"; *************** *** 54,58 **** $lang['subject_length'] = "Subject length"; $lang['subject_length_explain'] = "Set the length of characters in an event subject(title) for the main month view<br><i>NB: For double-byte languages always select an even number of characters</i>"; ! $lang['cal_script_path_explain'] = "NOT CURRENTLY IN USE"; $lang['allow_anon'] = "Allow anonymous viewing"; $lang['allow_old'] = "Allow old events"; --- 55,59 ---- $lang['subject_length'] = "Subject length"; $lang['subject_length_explain'] = "Set the length of characters in an event subject(title) for the main month view<br><i>NB: For double-byte languages always select an even number of characters</i>"; ! $lang['cal_script_path_explain'] = "NOT CURRENTLY IN USE"; $lang['allow_anon'] = "Allow anonymous viewing"; $lang['allow_old'] = "Allow old events"; *************** *** 64,68 **** $lang['Cal_config_updated'] = "Calendar Configuration Updated Sucessfully"; ! $lang['Cal_return_config'] = 'Click %sHere%s to return to Calendar Configuration'; $lang['allow_categories'] = "Use categories with events"; $lang['require_categories'] = "Require a category with events:"; --- 65,69 ---- $lang['Cal_config_updated'] = "Calendar Configuration Updated Sucessfully"; ! $lang['Cal_return_config'] = 'Click %sHere%s to return to Calendar Configuration'; $lang['allow_categories'] = "Use categories with events"; $lang['require_categories'] = "Require a category with events:"; *************** *** 159,164 **** $lang['Cat_in_use'] = "This category is linked to existing events and cannot be deleted"; // DEV lang 2.0.25 ! $lang['require_time'] = "Require start/end times to be entered with new events"; $lang['allow_private_event'] = "Allow registered users to add private events"; --- 160,166 ---- $lang['Cat_in_use'] = "This category is linked to existing events and cannot be deleted"; + // // DEV lang 2.0.25 ! // $lang['require_time'] = "Require start/end times to be entered with new events"; $lang['allow_private_event'] = "Allow registered users to add private events"; *************** *** 175,180 **** $lang['time_format'] = "Time Format"; // DEV lang 2.0.31 ! $lang['c_first'] = '1st'; $lang['c_second'] = '2nd'; --- 177,183 ---- $lang['time_format'] = "Time Format"; + // // DEV lang 2.0.31 ! // $lang['c_first'] = '1st'; $lang['c_second'] = '2nd'; *************** *** 206,209 **** $lang['Ev_this_month'] = 'This month '; $lang['Ev_next_month'] = 'Next month '; - ?> \ No newline at end of file --- 209,211 ---- Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/language/lang_english/lang_admin.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** lang_admin.php 5 Apr 2006 22:10:13 -0000 1.10 --- lang_admin.php 29 Jun 2006 13:39:03 -0000 1.11 *************** *** 26,30 **** // Block Parameter Specific // ----------------------------------- - $lang['Calendar_Block_Title'] = "Block title"; $lang['Calendar_Block_Title_explain'] = "This parameter allows you to override the default block title (you may use something meaningfull depending on the Range used)."; --- 26,29 ---- *************** *** 54,61 **** $lang['cal_mod_group'] = "CalSnails Moderator Group"; - // // That's all Folks! // ------------------------------------------------- - ?> \ No newline at end of file --- 53,58 ---- |