[ Index ] |
PHP Cross Reference of MyBB 1.8.38 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.8 English Language Pack 4 * Copyright 2014 MyBB Group, All Rights Reserved 5 * 6 */ 7 8 $l['nav_calendar'] = "Calendar"; 9 $l['nav_viewevent'] = "View Event"; 10 $l['nav_dayview'] = "Day View"; 11 $l['nav_addevent'] = "Add Event"; 12 $l['nav_editevent'] = "Edit Event"; 13 $l['nav_move_event'] = "Move Event"; 14 15 $l['calendar_disabled'] = "You cannot use the calendar functionality as it has been disabled by the Administrator."; 16 17 // In some languages these months need to be slightly different than those defined in global.lang.php 18 $l['alt_month_1'] = "January"; 19 $l['alt_month_2'] = "February"; 20 $l['alt_month_3'] = "March"; 21 $l['alt_month_4'] = "April"; 22 $l['alt_month_5'] = "May"; 23 $l['alt_month_6'] = "June"; 24 $l['alt_month_7'] = "July"; 25 $l['alt_month_8'] = "August"; 26 $l['alt_month_9'] = "September"; 27 $l['alt_month_10'] = "October"; 28 $l['alt_month_11'] = "November"; 29 $l['alt_month_12'] = "December"; 30 31 $l['add_private_event'] = "Add Private Event"; 32 $l['add_public_event'] = "Add Public Event"; 33 34 $l['calendar'] = "Calendar"; 35 36 $l['jump_month'] = "Jump to month:"; 37 38 $l['birthdays_on_day'] = "Birthdays on {1}"; 39 $l['birthdayhidden'] = "Hidden"; 40 41 $l['event'] = "event"; 42 $l['events'] = "events"; 43 $l['add_event'] = "Add Event"; 44 $l['event_date'] = "Event Date:"; 45 $l['event_recurring_start_date'] = "Start Date:"; 46 $l['event_recurring_end_date'] = "End Date:"; 47 $l['event_recurring_repeat_days'] = "Event Repeats On:"; 48 $l['event_name'] = "Event Name:"; 49 $l['event_details'] = "Event Details:"; 50 $l['event_options'] = "Options:"; 51 $l['private_option'] = "<b>Private</b> Only you will be able to view this event. (Registered Users Only)."; 52 $l['delete_option'] = "<b>Delete:</b> Delete this event."; 53 $l['post_event'] = "Post Event"; 54 $l['day_view'] = "Day View"; 55 $l['birthday'] = "Birthday"; 56 $l['birthdays'] = "Birthdays"; 57 $l['event_author'] = "Event Author:"; 58 $l['edit_event'] = "Edit Event"; 59 $l['view_event'] = "View Event"; 60 $l['no_events'] = "This day does not have any events associated with it.<p><a href=\"calendar.php?action=addevent&calendar={1}&day={2}&month={3}&year={4}\">Post an Event</a>.</p>"; 61 $l['years_old'] = "{1} Years Old"; 62 $l['alt_edit'] = "Edit this event"; 63 $l['alt_delete'] = "Delete this event"; 64 $l['moderator_options'] = "Moderator Options"; 65 $l['approve_event'] = "Approve Event"; 66 $l['unapprove_event'] = "Unapprove Event"; 67 $l['move_event'] = "Move Event"; 68 $l['repeats_every_day'] = "Repeats every day"; 69 $l['repeats_every_x_days'] = "Repeats every {1} days"; 70 $l['repeats_on_weekdays'] = "Repeats Monday through Friday"; 71 $l['every_week_on_days'] = "Repeats every week on {1}"; 72 $l['every_week'] = "Repeats every week"; 73 $l['every_x_weeks_on_days'] = "Repeats every {1} weeks on<br />{2}"; 74 $l['every_x_weeks'] = "Repeats every {1} weeks"; 75 $l['every_month_on_day'] = "Repeats on day {1}<br />of every month"; 76 $l['every_x_months_on_day'] = "Repeats on day {1}<br />of every {2} months"; 77 $l['every_month_on_weekday'] = "Repeats on the {1} {2}<br />of every month"; 78 $l['every_x_months_on_weekday'] = "Repeats on the {1} {2}<br />of every {3} months"; 79 $l['weekday_occurance_1'] = "first"; 80 $l['weekday_occurance_2'] = "second"; 81 $l['weekday_occurance_3'] = "third"; 82 $l['weekday_occurance_4'] = "fourth"; 83 $l['weekday_occurance_last'] = "last"; 84 $l['every_year_on_day'] = "Repeats every year on {1} {2}"; 85 $l['every_x_years_on_day'] = "Repeats every {3} years on {1} {2}"; 86 $l['every_year_on_weekday'] = "Repeats on the {1} {2} in {3} of every year"; 87 $l['every_x_year_on_weekday'] = "Repeats on the {1} {2} in {3} every {4} years"; 88 $l['delete_event'] = "Delete Event"; 89 $l['delete_q'] = "Delete?"; 90 $l['delete_1'] = "To delete this event, check the checkbox to the left and then click the button to the right."; 91 $l['delete_2'] = "<b>Note:</b> This process cannot be undone."; 92 $l['delete_now'] = "Delete Now"; 93 $l['delete_no_checkbox'] = "The event was not deleted because you didn't check the \"Delete\" checkbox."; 94 $l['jump_to_calendar'] = "Jump to calendar:"; 95 $l['select_calendar'] = "Calendar:"; 96 $l['type_single'] = "Single day event"; 97 $l['type_ranged'] = "Ranged or recurring event"; 98 $l['enter_time'] = "Time:"; 99 $l['start_time'] = "Starts:"; 100 $l['end_time'] = "Finishes:"; 101 $l['timezone'] = "Time Zone:"; 102 $l['ignore_timezone'] = "<strong>Ignore time zone:</strong> This event should use the time zone of the viewer."; 103 $l['repeats'] = "Repeats:"; 104 $l['does_not_repeat'] = "Does not repeat"; 105 $l['repeats_daily'] = "Daily"; 106 $l['repeats_weekdays'] = "Every weekday (Mon-Fri)"; 107 $l['repeats_weekly'] = "Weekly"; 108 $l['repeats_every'] = "Repeats every"; 109 $l['day_or_days'] = "day(s)"; 110 $l['week_or_weeks_on'] = "week(s) on"; 111 $l['repeats_monthly'] = "Monthly"; 112 $l['repeats_yearly'] = "Yearly"; 113 $l['repeats_on_day'] = "Repeats on day"; 114 $l['of_every'] = "of every"; 115 $l['month_or_months'] = "month(s)"; 116 $l['repeats_on_the'] = "Repeats on the"; 117 $l['day_of_every'] = "day every"; 118 $l['repeats_on'] = "Repeats on"; 119 $l['every'] = "every"; 120 $l['year_or_years'] = "year(s)"; 121 $l['of'] = "of"; 122 $l['move_to_calendar'] = "Move to Calendar:"; 123 $l['weekly_overview'] = "Weekly Overview"; 124 $l['previous_week'] = "Previous Week"; 125 $l['next_week'] = "Next Week"; 126 $l['first'] = "First"; 127 $l['second'] = "Second"; 128 $l['third'] = "Third"; 129 $l['fourth'] = "Fourth"; 130 $l['last'] = "Last"; 131 $l['all_day'] = "All Day"; 132 $l['starts'] = "Starts: "; 133 $l['finishes'] = "Finishes: "; 134 135 $l['error_incorrectday'] = "The day you have entered does not appear to exist. Please go back and try again."; 136 $l['error_invalidevent'] = "The event you specified is either invalid or doesn't exist."; 137 $l['invalid_calendar'] = "The specified calendar does not exist. Are you sure you are visiting the correct page?"; 138 $l['redirect_eventdeleted'] = "The event has successfully been deleted.<br />You will now be taken back to the calendar."; 139 $l['redirect_eventupdated'] = "The event has been successfully updated.<br />You will now be returned to it."; 140 $l['redirect_eventadded'] = "Your event has been added successfully.<br />You will now be taken to it."; 141 $l['redirect_eventadded_moderation'] = "Your event has been added successfully but requires moderation by a forum moderator before it is visible.<br />You will now be taken back to the calendar."; 142 $l['redirect_eventunapproved'] = "The event has been unapproved successfully.<br />You will now be taken to it."; 143 $l['redirect_eventapproved'] = "The event has been approved successfully.<br />You will now be taken to it."; 144 $l['redirect_eventmoved'] = "The event has been moved successfully.<br />You will now be taken to it.";
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |