|
From: Jon O. <jon...@us...> - 2005-08-20 18:21:56
|
Update of /cvsroot/mxbb/mx_calsnails/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22502/modules/mx_calsnails/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: Updating... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/language/lang_english/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 12 Apr 2005 19:37:12 -0000 1.1 --- lang_main.php 20 Aug 2005 18:21:43 -0000 1.2 *************** *** 1,221 **** ! <?php ! /********************************************* ! * Calendar Language Pack ! * ! * Language: English ! * Last Updated: $Date$ ! * Revision No.: $Revision$ ! * ! *********************************************/ ! ! ! // Version 2.0.1 (needs translating for other language versions!) ! // Calendar Addon MOD Language fields ! ! $lang['Calendar'] = "Calendar"; ! ! $lang['Cal_description'] = "Description"; ! $lang['Cal_day'] = "Start Date"; ! $lang['Cal_hour'] = "Time"; ! $lang['End_day'] = "End Date"; ! $lang['End_time'] = "End Time"; ! $lang['Cal_subject'] = "Subject"; ! $lang['Cal_add_event'] = "Add event"; ! $lang['Cal_submit_event'] = "Submit event"; ! ! $lang['Cal_event_not_add'] = "Event not added..."; ! $lang['Cal_event_delete'] = "Event Deleted"; ! $lang['Cal_Del_mod'] = "Delete / Modify"; ! $lang['Cal_mod_only'] = "Modify"; ! $lang['Cal_back2cal'] = "Calendar Home"; ! $lang['Cal_mod_marked'] = "Modify event"; ! $lang['Cal_del_marked'] = "Delete event"; ! $lang['Cal_must_sel_event'] = "You must select an event."; ! $lang['Cal_edit_own_event'] = "Sorry, you can only modify your own events."; ! $lang['Cal_delete_event'] = "Sorry, you don't have permission to delete this event."; ! $lang['Cal_not_enough_access'] = "Sorry, Access Denied"; ! $lang['Cal_must_member'] = "You must be authorised to connect and use this service"; ! $lang['Cal_alt_event'] = "Current :"; ! $lang['Validate'] = "Validate Events"; ! $lang['Cal_event_validated'] = "Event(s) have been Validated/Deleted as specified"; ! $lang['No events'] = "Currently there are no events for this date"; ! $lang['No records'] = "No events require validation"; ! $lang['No records modify'] = "No events available to modify"; ! $lang['No information'] = "Insufficient information. Please fill out all the relevant info"; ! $lang['Date before today'] = "Sorry, you cannot submit events for dates that have already passed"; ! $lang['Date before start'] = "Sorry, you cannot submit events that finish before they start"; ! $lang['No date'] = "You must select a start and end date"; ! $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"; ! $lang['Cal_event_add'] = "Event Added/Modified..."; ! $lang['Cal_add4valid'] = "Event submitted for validation by an Administrator"; ! ! $lang['week_start'] = "Week start"; ! $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"; ! $lang['allow_old_explain'] = "Allow events to be posted for dates in the past"; ! ! $lang['show_headers'] = "Show the phpBB2 header info"; ! $lang['cal_date_explain'] = "Only use if you wish to use a different format from the forum date format <a href='http://www.php.net/date' target='_other'>gmdate()</a>"; ! $lang['category'] = "Category"; ! ! $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:"; ! ! $lang['No_cat_selected'] = "No category selected"; ! $lang['Edit_cat'] = "Edit Category"; ! $lang['Cats_explain'] = "Use this section to add, edit or delete the categories you use on your database. <br><br><b>NB:</b> Please note that if you delete a category that has been selected for an event it will not delete those records but it will stop users from being able to filter and view a deleted category."; ! $lang['Cats_title'] = "Category Admin"; ! $lang['Must_enter_cat'] = "You must enter a category"; ! $lang['Cat_updated'] = "Category Updated"; ! $lang['Cat_added'] = "Category Added"; ! $lang['cat_removed'] = "Category Removed"; ! $lang['Add_new_cat'] = "Add new category"; ! $lang['Click_return_catadmin'] = 'Click %sHere%s to return to Category Administration'; ! $lang['Must_enter_valid_cat'] = "You must use valid alpha/numeric characters"; ! $lang['Filter_cats_alt'] = "Show selected category only"; ! $lang['Filter_cats'] = "View only..."; ! $lang['Month_jump'] = "Jump to..."; ! ! $lang['Recur_apply_to'] = "Changes apply to:"; ! $lang['Recur_future'] = "Future events"; ! $lang['Recur_solo'] = "This event only"; ! $lang['Recur_all'] = "All recurrences"; ! $lang['Cal_repeats'] = "Repeats every:"; ! $lang['until'] = "until"; ! $lang['Earliest recur before today'] = "Sorry, the earliest date in this set cannot be moved before today.\n<BR> Problem event on: "; ! $lang['day'] = "day(s)"; ! $lang['month'] = "month(s)"; ! $lang['year'] = "year(s)"; ! $lang['Event_length'] = "Each event lasts:"; ! $lang['Recur_title'] = "Optional Recurring Info."; ! $lang['Event_title'] = "Event Info."; ! $lang['Event overlap'] = "Recurring events cannot repeat before the initial event has ended"; ! $lang['R_period too small'] = "The period available for recurring events is insufficient for any repeats"; ! ! $lang['Add notes'] = "Add additional notes to this entry"; ! $lang['Add noted title'] = "Add Notes"; ! $lang['Split solo'] = "Split into 'stand-alone' entry <i>(will no longer update with related events)</i>"; ! $lang['Split solo title'] = "Split to seperate event"; ! $lang['Split future'] = "Change all event entries from this point forward"; ! $lang['Split future title'] = "Change all future events"; ! $lang['Edit all'] = "Change all related event entries"; ! $land['Edit all title'] = "Change all related events"; ! $lang['early_iteration'] = "(Earliest repetition after todays date)"; ! ! $lang['global subject'] = "Global subject"; ! $lang['global desc'] = "Global event info"; ! ! $lang['Del future'] = "Delete all events from this point forward"; ! $lang['Del all'] = "Delete all related event entries <i>(not including split entries)</i>"; ! $lang['Del this'] = "Delete this single event"; ! ! $lang['Event_num'] = "Event number:"; ! $lang['of'] = "<i>of</i>"; ! ! $lang['Additional info'] = "Additional information:"; ! $lang['Event specific'] = "(specific to 'this' event):"; ! ! $lang['allow_user_post_default'] = "Default access level for ALL registered users"; ! ! $lang['no_public'] = 'No public access'; ! $lang['view_only'] = 'View only'; ! $lang['view_suggest'] = 'View,Suggest Events'; ! $lang['view_add'] = 'View,Add Events'; ! $lang['view_edit_own'] = 'View,Add (Edit/Delete own)'; ! $lang['cal_admin'] = 'Calendar Admin'; ! ! $lang['Invalid date'] = "One or both of the dates you have submitted is invalid"; ! $lang['Empty subject'] = "You must enter a subject for your event"; ! $lang['Empty description'] = "You must enter a description for your event"; ! $lang['max'] = "Maximum:"; ! $lang['Return'] = "Go back to: "; ! ! $lang['View All'] = "View All"; ! $lang['Calendar_Level'] = "Calendar Level"; ! $lang['Calendar_Categories'] = "Calendar Categories"; ! $lang['Calendar Config'] = "Calendar Config"; ! ! $lang['days'] = "day(s)"; ! $lang['weeks'] = "week(s)"; ! $lang['months'] = "month(s)"; ! $lang['years'] = "year(s)"; ! ! $lang['view_year'] = "Year View"; ! $lang['view_month'] = "Month View"; ! $lang['view_week'] = "Week View"; ! $lang['view_day'] = "Day/Event View"; ! $lang['view_list'] = "List View"; ! $lang['view'] = "View"; ! ! $lang['Submitted_by'] = 'Submitted by'; ! ! $lang['No_modify_old'] = "Sorry, you can't edit an old event"; ! $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"; ! $lang['allow_group_event'] = "Allow registered users to limit events to their own groups"; ! ! $lang['event_access'] = "Event Access:"; ! $lang['private_event'] = "Private/Personal"; ! $lang['public_event'] = "Public"; ! $lang['ug_event'] = "Restricted to Usergroup(s)"; ! $lang['group_select'] = "Allowed Usergroups: <br /><i>(if applicable)</i>"; ! ! $lang['group_event_explain'] = "<span class='genmed'><i>(Hold CTRL key and select groups with mouse to select more than one group)</i></span>"; ! $lang['No_private_events'] = "You are not permitted to add private events"; ! $lang['time_format'] = "Time Format"; ! ! // DEV lang 2.0.31 ! ! $lang['c_first'] = '1st'; ! $lang['c_second'] = '2nd'; ! $lang['c_third'] = '3rd'; ! $lang['c_fourth'] = '4th'; ! $lang['OR_every'] = 'OR every:'; ! ! // ! // Added for MX-System module mx_calsnails (basically because 'May' in phpBB is rewritten by 3 letter month) ! // ! ! //$lang['datetime']['May'] = 'May'; ! ! // ! // Added for MX-System module mx_calsnails ! // ! ! $lang['Events'] = 'Events'; ! $lang['allow_anon_post_default'] = "Default access level for ALL anonymous users"; ! ! $lang['Calendar_Events'] = "Calendar of Events"; ! $lang['More_Info'] = 'More Information ...'; ! $lang['To_End_Date'] = 'To:'; ! ! // For Cal Events top label ! $lang['Ev_this_day'] = 'Today'; ! $lang['Ev_this_week'] = 'This Week, '; ! $lang['Ev_next_week'] = 'Next week, '; ! $lang['Ev_this_month'] = 'This month '; ! $lang['Ev_next_month'] = 'Next month '; ! ! // Calsnails adminCP ! $lang['auth_all'] = "Default access level for ALL anonymous users"; ! $lang['auth_reg'] = "Default access level for ALL registered users<br /><br />NOTE: Block EDIT permissions also affect the CalSnails Block. EDIT users become CalSnails moderators..."; ! $lang['cal_filter'] = "Event Filter: Show events added for this Block only<br />NOTE: FALSE, means show ALL calendar events..."; ! $lang['target_block'] = "Associated (target) CalSnails Block"; ! $lang['cal_mod_group'] = "CalSnails Moderator Group"; ! ! ?> \ No newline at end of file --- 1,213 ---- ! <?php ! /********************************************* ! * Calendar Language Pack ! * ! * Language: English ! * Last Updated: $Date$ ! * Revision No.: $Revision$ ! * ! *********************************************/ ! ! ! // Version 2.0.1 (needs translating for other language versions!) ! // Calendar Addon MOD Language fields ! ! $lang['Calendar'] = "Calendar"; ! ! $lang['Cal_description'] = "Description"; ! $lang['Cal_day'] = "Start Date"; ! $lang['Cal_hour'] = "Time"; ! $lang['End_day'] = "End Date"; ! $lang['End_time'] = "End Time"; ! $lang['Cal_subject'] = "Subject"; ! $lang['Cal_add_event'] = "Add event"; ! $lang['Cal_submit_event'] = "Submit event"; ! ! $lang['Cal_event_not_add'] = "Event not added..."; ! $lang['Cal_event_delete'] = "Event Deleted"; ! $lang['Cal_Del_mod'] = "Delete / Modify"; ! $lang['Cal_mod_only'] = "Modify"; ! $lang['Cal_back2cal'] = "Calendar Home"; ! $lang['Cal_mod_marked'] = "Modify event"; ! $lang['Cal_del_marked'] = "Delete event"; ! $lang['Cal_must_sel_event'] = "You must select an event."; ! $lang['Cal_edit_own_event'] = "Sorry, you can only modify your own events."; ! $lang['Cal_delete_event'] = "Sorry, you don't have permission to delete this event."; ! $lang['Cal_not_enough_access'] = "Sorry, Access Denied"; ! $lang['Cal_must_member'] = "You must be authorised to connect and use this service"; ! $lang['Cal_alt_event'] = "Current :"; ! $lang['Validate'] = "Validate Events"; ! $lang['Cal_event_validated'] = "Event(s) have been Validated/Deleted as specified"; ! $lang['No events'] = "Currently there are no events for this date"; ! $lang['No records'] = "No events require validation"; ! $lang['No records modify'] = "No events available to modify"; ! $lang['No information'] = "Insufficient information. Please fill out all the relevant info"; ! $lang['Date before today'] = "Sorry, you cannot submit events for dates that have already passed"; ! $lang['Date before start'] = "Sorry, you cannot submit events that finish before they start"; ! $lang['No date'] = "You must select a start and end date"; ! $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"; ! $lang['Cal_event_add'] = "Event Added/Modified..."; ! $lang['Cal_add4valid'] = "Event submitted for validation by an Administrator"; ! ! $lang['week_start'] = "Week start"; ! $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"; ! $lang['allow_old_explain'] = "Allow events to be posted for dates in the past"; ! ! $lang['show_headers'] = "Show the phpBB2 header info"; ! $lang['cal_date_explain'] = "Only use if you wish to use a different format from the forum date format <a href='http://www.php.net/date' target='_other'>gmdate()</a>"; ! $lang['category'] = "Category"; ! ! $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:"; ! ! $lang['No_cat_selected'] = "No category selected"; ! $lang['Edit_cat'] = "Edit Category"; ! $lang['Cats_explain'] = "Use this section to add, edit or delete the categories you use on your database. <br><br><b>NB:</b> Please note that if you delete a category that has been selected for an event it will not delete those records but it will stop users from being able to filter and view a deleted category."; ! $lang['Cats_title'] = "Category Admin"; ! $lang['Must_enter_cat'] = "You must enter a category"; ! $lang['Cat_updated'] = "Category Updated"; ! $lang['Cat_added'] = "Category Added"; ! $lang['cat_removed'] = "Category Removed"; ! $lang['Add_new_cat'] = "Add new category"; ! $lang['Click_return_catadmin'] = 'Click %sHere%s to return to Category Administration'; ! $lang['Must_enter_valid_cat'] = "You must use valid alpha/numeric characters"; ! $lang['Filter_cats_alt'] = "Show selected category only"; ! $lang['Filter_cats'] = "View only..."; ! $lang['Month_jump'] = "Jump to..."; ! ! $lang['Recur_apply_to'] = "Changes apply to:"; ! $lang['Recur_future'] = "Future events"; ! $lang['Recur_solo'] = "This event only"; ! $lang['Recur_all'] = "All recurrences"; ! $lang['Cal_repeats'] = "Repeats every:"; ! $lang['until'] = "until"; ! $lang['Earliest recur before today'] = "Sorry, the earliest date in this set cannot be moved before today.\n<BR> Problem event on: "; ! $lang['day'] = "day(s)"; ! $lang['month'] = "month(s)"; ! $lang['year'] = "year(s)"; ! $lang['Event_length'] = "Each event lasts:"; ! $lang['Recur_title'] = "Optional Recurring Info."; ! $lang['Event_title'] = "Event Info."; ! $lang['Event overlap'] = "Recurring events cannot repeat before the initial event has ended"; ! $lang['R_period too small'] = "The period available for recurring events is insufficient for any repeats"; ! ! $lang['Add notes'] = "Add additional notes to this entry"; ! $lang['Add noted title'] = "Add Notes"; ! $lang['Split solo'] = "Split into 'stand-alone' entry <i>(will no longer update with related events)</i>"; ! $lang['Split solo title'] = "Split to seperate event"; ! $lang['Split future'] = "Change all event entries from this point forward"; ! $lang['Split future title'] = "Change all future events"; ! $lang['Edit all'] = "Change all related event entries"; ! $land['Edit all title'] = "Change all related events"; ! $lang['early_iteration'] = "(Earliest repetition after todays date)"; ! ! $lang['global subject'] = "Global subject"; ! $lang['global desc'] = "Global event info"; ! ! $lang['Del future'] = "Delete all events from this point forward"; ! $lang['Del all'] = "Delete all related event entries <i>(not including split entries)</i>"; ! $lang['Del this'] = "Delete this single event"; ! ! $lang['Event_num'] = "Event number:"; ! $lang['of'] = "<i>of</i>"; ! ! $lang['Additional info'] = "Additional information:"; ! $lang['Event specific'] = "(specific to 'this' event):"; ! ! $lang['allow_user_post_default'] = "Default access level for ALL registered users"; ! ! $lang['no_public'] = 'No public access'; ! $lang['view_only'] = 'View only'; ! $lang['view_suggest'] = 'View,Suggest Events'; ! $lang['view_add'] = 'View,Add Events'; ! $lang['view_edit_own'] = 'View,Add (Edit/Delete own)'; ! $lang['cal_admin'] = 'Calendar Admin'; ! ! $lang['Invalid date'] = "One or both of the dates you have submitted is invalid"; ! $lang['Empty subject'] = "You must enter a subject for your event"; ! $lang['Empty description'] = "You must enter a description for your event"; ! $lang['max'] = "Maximum:"; ! $lang['Return'] = "Go back to: "; ! ! $lang['View All'] = "View All"; ! $lang['Calendar_Level'] = "Calendar Level"; ! $lang['Calendar_Categories'] = "Calendar Categories"; ! $lang['Calendar Config'] = "Calendar Config"; ! ! $lang['days'] = "day(s)"; ! $lang['weeks'] = "week(s)"; ! $lang['months'] = "month(s)"; ! $lang['years'] = "year(s)"; ! ! $lang['view_year'] = "Year View"; ! $lang['view_month'] = "Month View"; ! $lang['view_week'] = "Week View"; ! $lang['view_day'] = "Day/Event View"; ! $lang['view_list'] = "List View"; ! $lang['view'] = "View"; ! ! $lang['Submitted_by'] = 'Submitted by'; ! ! $lang['No_modify_old'] = "Sorry, you can't edit an old event"; ! $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"; ! $lang['allow_group_event'] = "Allow registered users to limit events to their own groups"; ! ! $lang['event_access'] = "Event Access:"; ! $lang['private_event'] = "Private/Personal"; ! $lang['public_event'] = "Public"; ! $lang['ug_event'] = "Restricted to Usergroup(s)"; ! $lang['group_select'] = "Allowed Usergroups: <br /><i>(if applicable)</i>"; ! ! $lang['group_event_explain'] = "<span class='genmed'><i>(Hold CTRL key and select groups with mouse to select more than one group)</i></span>"; ! $lang['No_private_events'] = "You are not permitted to add private events"; ! $lang['time_format'] = "Time Format"; ! ! // DEV lang 2.0.31 ! ! $lang['c_first'] = '1st'; ! $lang['c_second'] = '2nd'; ! $lang['c_third'] = '3rd'; ! $lang['c_fourth'] = '4th'; ! $lang['OR_every'] = 'OR every:'; ! ! // ! // Added for MX-System module mx_calsnails (basically because 'May' in phpBB is rewritten by 3 letter month) ! // ! ! //$lang['datetime']['May'] = 'May'; ! ! // ! // Added for MX-System module mx_calsnails ! // ! ! $lang['Events'] = 'Events'; ! $lang['allow_anon_post_default'] = "Default access level for ALL anonymous users"; ! ! $lang['Calendar_Events'] = "Calendar of Events"; ! $lang['More_Info'] = 'More Information ...'; ! $lang['To_End_Date'] = 'To:'; ! ! // For Cal Events top label ! $lang['Ev_this_day'] = 'Today'; ! $lang['Ev_this_week'] = 'This Week, '; ! $lang['Ev_next_week'] = 'Next week, '; ! $lang['Ev_this_month'] = 'This month '; ! $lang['Ev_next_month'] = 'Next month '; ! ?> \ No newline at end of file Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/language/lang_english/lang_admin.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** lang_admin.php 9 Jan 2005 21:31:28 -0000 1.7 --- lang_admin.php 20 Aug 2005 18:21:43 -0000 1.8 *************** *** 23,55 **** // setlocale(LC_ALL, "en"); ! // ! // Calendar Parameters documentation ! // $lang['Calendar_Block_Title'] = "Block title"; ! $lang['Calendar_Block_Titleinfo'] = "This parameter allows you to override the default block title (you may use something meaningfull depending on the Range used)."; $lang['Calendar_Events_dateformat'] = "Date Format"; ! $lang['Calendar_Events_dateformatinfo'] = "Only use if you wish to use a different format from the Calendar Lite date format (see <a href='http://www.php.net/date' target='_other'>gmdate()</a>)"; $lang['Calendar_Vertical_Size'] = "Vertical Size (pixels)"; ! $lang['Calendar_Vertical_Sizeinfo'] = "If you choose 0, the block height depends on the number of events, otherwise the size will be fixed and the block will be scrollable."; $lang['Calendar_Text_Length'] = "Text Length"; ! $lang['Calendar_Text_Lengthinfo'] = "Specify the max. number of visible characters for the events text."; $lang['Calendar_Events_Range'] = "Range for Events"; ! $lang['Calendar_Events_Rangeinfo'] = "Specify the range (or filter) to be applied to the displayed events."; $lang['Calendar_Events_Prev'] = "Days before range"; ! $lang['Calendar_Events_Previnfo'] = "Use this parameter to apply a negative offset to the range specified."; $lang['Calendar_Events_Next'] = "Days after range"; ! $lang['Calendar_Events_Nextinfo'] = "Use this parameter to apply a positive offset to the range specified."; ! ! $lang['Calendar_Where'] = "SQL Where"; ! $lang['Calendar_Whereinfo'] = "Specify conditions to filter calendar events.<br />For instance: username = 'xxxx' AND eventspan >= 'yyyy-mm-dd hh:mm:ss'<br />Column Information: id (int), username (string), stamp (datetime in the form 'yyyy-mm-dd hh:mm:ss'), subject (string), description (string), user_id (int), eventspan (date)"; ! $lang['Calendar_Order'] = "SQL Order By"; ! $lang['Calendar_Orderinfo'] = "Specify the list of columns (comma separated) to use in ORDER BY clausule.<br />Note: Parameters WHERE and ORDER BY are used to dynamically build the SQL statement for this block. Please, verify the SQL syntax is correct."; $lang['Mod_group'] = 'Calsnails Moderator Group'; $lang['Mod_group_explain'] = '- with Calsnails Admin permissions!'; // // That's all Folks! --- 23,63 ---- // setlocale(LC_ALL, "en"); ! $lang['Calendar_Where'] = "SQL Where"; ! $lang['Calendar_Where_explain'] = "Specify conditions to filter calendar events.<br />For instance: username = 'xxxx' AND eventspan >= 'yyyy-mm-dd hh:mm:ss'<br />Column Information: id (int), username (string), stamp (datetime in the form 'yyyy-mm-dd hh:mm:ss'), subject (string), description (string), user_id (int), eventspan (date)"; ! $lang['Calendar_Order'] = "SQL Order By"; ! $lang['Calendar_Order_explain'] = "Specify the list of columns (comma separated) to use in ORDER BY clausule.<br />Note: Parameters WHERE and ORDER BY are used to dynamically build the SQL statement for this block. Please, verify the SQL syntax is correct."; ! ! // ----------------------------------- ! // 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)."; $lang['Calendar_Events_dateformat'] = "Date Format"; ! $lang['Calendar_Events_dateformat_explain'] = "Only use if you wish to use a different format from the Calendar Lite date format (see <a href='http://www.php.net/date' target='_other'>gmdate()</a>)"; $lang['Calendar_Vertical_Size'] = "Vertical Size (pixels)"; ! $lang['Calendar_Vertical_Size_explain'] = "If you choose 0, the block height depends on the number of events, otherwise the size will be fixed and the block will be scrollable."; $lang['Calendar_Text_Length'] = "Text Length"; ! $lang['Calendar_Text_Length_explain'] = "Specify the max. number of visible characters for the events text."; $lang['Calendar_Events_Range'] = "Range for Events"; ! $lang['Calendar_Events_Range_explain'] = "Specify the range (or filter) to be applied to the displayed events."; $lang['Calendar_Events_Prev'] = "Days before range"; ! $lang['Calendar_Events_Prev_explain'] = "Use this parameter to apply a negative offset to the range specified."; $lang['Calendar_Events_Next'] = "Days after range"; ! $lang['Calendar_Events_Next_explain'] = "Use this parameter to apply a positive offset to the range specified."; $lang['Mod_group'] = 'Calsnails Moderator Group'; $lang['Mod_group_explain'] = '- with Calsnails Admin permissions!'; + $lang['auth_all'] = "Default access level for ALL anonymous users"; + $lang['auth_reg'] = "Default access level for ALL registered users"; + $lang['auth_reg_explain'] = "NOTE: Block EDIT permissions also affect the CalSnails Block. EDIT users become CalSnails moderators..."; + $lang['cal_filter'] = "Event Filter: Show events added for this Block only"; + $lang['cal_filter_explain'] = "NOTE: FALSE, means show ALL calendar events..."; + $lang['cal_mod_group'] = "CalSnails Moderator Group"; + + // // That's all Folks! |