<?php // actions.php send_new_password() $lang["password_msg"] = "Here is your new password to log in to: "; $lang["password_subject_start"] = "Your New "; $lang["password_subject_end"] = " Password"; $lang["password_sent"] = "Your New Password has been sent."; $lang["password_no_email"] = "Sorry, that e-mail address does not exist in our database. Please try again."; // add_event.php and edit_event.php $lang["title_add_event"] = "Add Event"; $lang["title_edit_event"] = "Edit Event"; $lang["title_propose_event"] = "Propose Event"; $lang["propose"] = "Propose"; $lang["post"] = "Post"; $lang["notify subscribers"] = "Notify Subscribers"; $lang["event_added"] = "Event Added"; $lang["title"] = "Title"; $lang["category"] = "Category"; $lang["group"] = "Group"; $lang["venue"] = "Venue/Location"; $lang["in_main_description"] = "In Main Description"; $lang["contact_sponsor"] = "Contact/Sponsor"; $lang["none"] = "None"; $lang["dates"] = "Dates"; $lang["delete?"] = "Delete?"; $lang["date"] = "Date"; $lang["start_time"] = "Start Time"; $lang["end_time"] = "End Time"; $lang["all_day"] = "All Day"; $lang["tba"] = "TBA"; $lang["enter_time"] = "Enter Time"; $lang["add"] = "Add"; $lang["description"] = "Description"; $lang["recurring"] = "Recurring:"; $lang["days"] = "Days"; $lang["no_event_selected"] = "No Event Selected to Edit"; $lang["not_authorized_events_category"] = "Not Authorized to Edit Events in this Category"; $lang["event_updated"] = "Event Updated"; $lang["not_authorized_events"] = "Not Authorized to Add or Edit Events"; $lang["not_authorized_approve"] = "Not Authorized to Approve Event"; $lang["not_authorized_events_group"] = "Not Authorized to Add or Edit Events in Group"; // buttons $lang["add_edit_dates"] = "Add/Edit Dates"; $lang["add_event"] = "Add Event"; $lang["propose_event"] = "Propose Event"; $lang["update_event"] = "Update Event"; // admin_actions.php $lang["database_error_user_not_updated"] = "Database Error, User not updated"; $lang["database_error_password_not_updated"] = "Database Error, Password not updated"; $lang["information_updated"] = "Information Updated"; $lang["not_authorized_add_users"] = "You are not authorized to add users"; $lang["username_password_required"] = "Username and Password are required"; $lang["email_exists"] = "E-mail address already exists"; $lang["user_updated"] = "User Updated"; $lang["database_error_category_not_updated"] = "Database Error, Category Not Added"; $lang["cateogory_added"] = "Category Added"; $lang["category_updated"] = "Category Updated"; $lang["category_deleted"] = "Category Deleted"; $lang["database_error_dependant_categories_not_updated"] = "Database Error, Dependant Categories Not Updated"; $lang["database_error_dependant_events_not_updated"] = "Database Error, Dependant Events Not Updated"; $lang["database_error_user_table_not_updated"] = "Database Error, User Table Not Updated"; $lang["database_error_category_not_deleted"] = "Database Error, Category Not Deleted"; $lang["database_error_category_not_updated"] = "Database Error, Category Not Added"; $lang["group_added"] = "Group Added"; $lang["group_updated"] = "Group Updated"; $lang["group_deleted"] = "Group Deleted"; $lang["database_error_dependant_groups_not_updated"] = "Database Error, Dependant Groups Not Updated"; ; $lang["database_error_group_not_deleted"] = "Database Error,Group Not Deleted"; $lang["database_error_link_not_deleted"] = "Database Error, Link Not Deleted"; $lang["database_error_link_not_added"] = "Database Error, Link Not Added"; $lang["link_added"] = "Link Added"; $lang["link_deleted"] = "Link Deleted"; $lang["database_error_link_not_updated"] = "Database Error, Link not Updated"; $lang["link_updated"] = "Link Updated"; $lang["database_error_user_not_deleted"] = "Database Error, User Not Deleted"; $lang["user_deleted"] = "User Deleted"; $lang["database_error_dates_not_updated"] = "Database Error, Dates Table Not Updated"; $lang["database_error_event_not_deleted"] = "Database Error, Event Not Deleted"; $lang["event_deleted"] = "Event Deleted"; $lang["not_authorized_user"] = "You are not authorized to view/edit this user."; $lang["database_error_modules"] = "Database Error, Modules not updated"; $lang["modules_updated"] = "Modules Updated"; $lang["not_authorized"] = "You are not authorized to perform this action"; // modes $lang["update_profile"] = "Update Profile"; $lang["add_category"] = "Add Category"; $lang["edit_category"] = "Edit Category"; $lang["delete_category"] = "Delete Category"; $lang["add_link"] = "Add Link"; $lang["edit_link"] = "Edit Link"; $lang["delete_link"] = "Delete Link"; $lang["delete_user"] = "Delete User"; $lang["delete_event"] = "Delete Event"; $lang["add_profile"] = "Add Profile"; // modules $lang["approve"] = "Approve"; $lang["title_modules"] = "Modules"; $lang["no_modules_installed"] = "No modules installed"; $lang["module_installed_modules"] = "Installed Modules"; $lang["module_uninstalled_modules"] = "Uninstalled Modules"; $lang["module_id"] = "ID"; $lang["module_name"] = "Module Heading"; $lang["module_link_name"] = "Link Name"; $lang["module_script"] = "File Name"; $lang["module_active"] = "Active"; $lang["update modules"] = "Update Modules"; $lang["install_module"] = "Install Module"; $lang["link_year"] = "Year Link"; $lang["link_month"] = "Month Link"; $lang["link_week"] = "Week Link"; $lang["link_day"] = "Day Link"; $lang["week_of"] = "Week of "; // bad_password.php $lang["title_incorrect_password"] = "Incorrect Password"; $lang["your_password_incorrect"] = "Your password is incorrect"; $lang["enter_email"] = "To have a new password sent to you, please enter your e-mail address below"; $lang["email"] = "E-mail"; $lang["already_logged_in"] = "You are already logged in"; //button $lang["send_new_password"] = "Send New Password"; // delete_event.php $lang["title_delete_event"] = "Delete Event"; $lang["sure_delete_event"] = "Are you sure you want to delete this event?"; $lang["delete"] = "Delete"; // edit_categories.php $lang["title_edit_categories"] = "Edit Categories"; $lang["select_category"] = "Select Category"; $lang["add_new_category"] = "Add New Category"; $lang["edit"] = "Edit"; $lang["sure_delete_category"] = "Are you sure you want to delete this category?"; $lang["move_existing_events"] = "Move any existing events, subcategories in this category to"; $lang["category_name"] = "Cateogory Name"; $lang["parent_category"] = "Parent Category"; $lang["sequence"] = "Sequence"; $lang["text_color"] = "Text Color"; $lang["background"] = "Background"; $lang["not_authorized_edit_categories"] = "You are not authorized to edit categories."; // edit_links.php $lang["title_edit_links"] = "Edit Links"; $lang["select_links"] = "Select Links"; $lang["add_new_link"] = "Add New Link"; $lang["sure_delete_link"] = "Are you sure you want to delete this link?"; $lang["company"] = "Company"; $lang["address1"] = "Address1"; $lang["address2"] = "Addresss"; $lang["city"] = "City"; $lang["state"] = "State"; $lang["zip"] = "Zip"; $lang["phone"] = "Phone"; $lang["fax"] = "Fax"; $lang["contact_name"] = "Contact Name"; $lang["web_site"] = "Web Site"; $lang["not_authorized_edit_links"] = "You are not authorized to edit links."; // edit_users.php $lang["title_edit_users"] = "Edit Users"; $lang["select_user"] = "Select User"; $lang["username_email"] = "Username/E-mail"; $lang["edit_categories?"] = "Edit Categories?"; $lang["edit_users?"] = "Edit Users?"; $lang["view?"] = "View?"; $lang["post?"] = "Post?"; $lang["edit_groups?"] = "Edit Groups?"; $lang["action"] = "Action"; $lang["yes"] = "Yes"; $lang["no"] = "No"; $lang["add_user"] = "Add User"; $lang["sure_delete_user"] = "Are you sure you want to delete this user?"; $lang["not_authorzied_edit_users"] = "You are not authorized to edit users or modules."; // login.php $lang["title_log_in"] = "Log In"; $lang["password"] = "Password"; $lang["logged_in"] = "You are logged in"; // show_event.php $lang["title_event"] = "Event"; $lang["no_event_selected"] = "No Event Selected"; $lang["event_not_found"] = "Event Not Found"; // upload_events.php $lang["title_upload_events"] = "Upload Events"; $lang["csv_upload_instructions_title"] = "CSV Upload Instructions"; $lang["csv_upload_instructions"] = '<p>This form provides for uploading of event data in a <strong>Comma Separated Values (CSV)</strong> text file to the SuperCali Calendar.</p><p>Order of columns is; title, venue id, contact id, category id, date, start time, end time and description. The first row of the CSV file, used for column descriptions, is ignored.</p><p>A sample CSV file can be downloaded <a href="files/supercali_import_template.csv" target="_blank">here</a>. </p> <h4>Table of Venues/Contacts</h4> <p>The CSV file uses id numbers to specify venues and contacts. These correspond to entries in the <strong>Links</strong> section. For your calendar, the table of Links is as follows:</p>'; $lang["id"] = "ID"; $lang["default_information_shown_event_description"] = "Default: Information shown in event description."; $lang["table_categories_title"] = "Table of Categories"; $lang["table_categories"] = '<p>The CSV file also uses id numbers to specify categories. These correspond to entries in the <strong>Categories</strong> section. For your calendar, the table of Categories is as follows:</p>'; $lang["table_groups_title"] = "Table of Groups"; $lang["table_groups"] = '<p>The CSV file also uses id numbers to specify groups. These correspond to entries in the <strong>Groups</strong> section. For your calendar, the table of Groups is as follows:</p>'; $lang["upload_csv_file"] = "Upload CSV File"; $lang["file"] = "File"; $lang["fields_separated_by"] = "Fields separated by"; $lang["default_category"] = "Default Category"; $lang["default_group"] = "Default Group"; $lang["default_venue"] = "Default Venue"; $lang["default_contact"] = "Default Contact"; $lang["verify_event_listings_title"] = "Verify Event Listings"; $lang["verify_event_listings"] = '<p>Any date or time errors will be indicated with a red background.</p>'; $lang["no_permision_post_events"] = "You are attempting to add events into categories or groups you do not have permission to post to. "; $lang["errors_in_listings"] = "There were errors in your listings."; $lang["events_added"] = "Events Added"; // buttons $lang["upload_csv_file"] = "Upload CSV File"; $lang["add_events"] = "Add Events"; // user_profile.php $lang["title_user_profile"] = "Update User Profile"; $lang["user_not_found"] = "User Not Found"; $lang["edit_user"] = "Edit User"; $lang["username_password"] = "Username / Password"; $lang["only_if_changing_password"] = "Only if changing the password"; $lang["privileges"] = "Privileges"; $lang["edit_categories"] = "Edit Categories"; $lang["edit_groups"] = "Edit Groups"; $lang["edit_users"] = "Edit Users"; $lang["view_calendar"] = "View Calendar"; $lang["post_events"] = "Post Events"; $lang["group_access"] = "Group Access [view] [propose] [full access] [subscribe]"; $lang["category_access"] = "Category Access [view] [post] [moderate]"; $lang["no_user_selected"] = "No User Selected"; // includes/footer.php $lang["calendar_display_start"] = "Calendar displays events listed in the "; $lang["calendar_display_end"] = " of the selected category"; // includes/header.php $lang["close_window"] = "Close Window"; // includes/nav.php $lang["show_events_in_category"] = "Show Events in Category"; $lang["show_events_for"] = "Show Events for"; $lang["in_category"] = "in Category"; $lang["for_date"] = "for Date"; $lang["go"] = "Go"; $lang["calendar_views"] = "Calendar Views"; // includes/start.php $lang["no_modules_installed"] = "No Modules Installed"; $lang["must_log_in"] = "You must log in to view this calendar"; // includes/top_nav.php $lang["manage_calendar"] = "Log In"; $lang["top_nav_add_event"] = "Add Event"; $lang["top_nav_propose_event"] = "Propose Event"; $lang["top_nav_links"] = "Links"; $lang["top_nav_csv_upload"] = "CSV Upload"; $lang["top_nav_groups"] = "Groups"; $lang["top_nav_users"] = "Users"; $lang["top_nav_profile"] = "Profile"; $lang["top_nav_categories"] = "Categories"; $lang["top_nav_documentation"] = "Documentation"; $lang["top_nav_log_out"] = "Log Out"; // index $lang["no_permission_to_view_category"] = "Sorry, you do not have permission to view events in this category"; $lang["no_permission_to_view_group"] = "Sorry, you do not have permission to view events in this group calendar"; // edit_groups.php $lang["title_edit_groups"] = "Edit Groups"; $lang["select_group"] = "Select Group"; $lang["add_new_group"] = "Add New Group"; $lang["sure_delete_group"] = "Are you sure you want to delete this group?"; $lang["move_existing_events_group"] = "Move any existing events, subgroups in this group to"; $lang["group_name"] = "Group Name"; $lang["parent_group"] = "Parent Group"; $lang["not_authorized_edit_groups"] = "You are not authorized to edit groups."; $lang["add_group"] = "Add Group"; $lang["edit_group"] = "Edit Group"; $lang["delete_group"] = "Delete Group"; //includes/notify.php $lang["notify_intro"] = "This is an automated e-mail notifying you of changes to the ".$calendar_title." calendar\n\n"; $lang["quick_approve"] = "To approve this event without changes, visit: "; $lang["status"][1] = "Posted"; $lang["status"][2] = "Proposed"; $lang["status"][3] = "Proposed with Changes"; $lang["status"][4] = "Accepted"; $lang["status"][5] = "Accepted with Changes"; $lang["status"][6] = "Changed"; ?>