[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> datahandler_event.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  $l['eventdata_missing_name'] = 'The name for the event is missing. Please enter an event name.';
   9  $l['eventdata_missing_description'] = 'The description for the event is missing. Please enter an event description.';
  10  
  11  $l['eventdata_invalid_start_date'] = 'The event start date you entered is invalid. You need to make sure you specify the day, month and year as well as ensure the day you entered is valid for the particular month.';
  12  $l['eventdata_invalid_start_year'] = "Events can only be created in the next 5 years. Please select a reasonable start year from the list.";
  13  $l['eventdata_invalid_start_month'] = 'The start month you entered is not a valid month. Please enter a valid start month.';
  14  
  15  $l['eventdata_invalid_end_date'] = 'The event end date you entered is invalid. You need to make sure you specify the day, month and year as well as ensure the day you entered is valid for the particular month.';
  16  $l['eventdata_invalid_end_year'] = "Events can only be created in the next 5 years. Please select a reasonable end year from the list.";
  17  $l['eventdata_invalid_end_month'] = 'The end month you entered is not a valid month. Please and enter a valid end month.';
  18  $l['eventdata_invalid_end_day'] = 'The end day you entered is not a valid day. The day you selected is probably greater than the number of days in this month.';
  19  
  20  $l['eventdata_cant_specify_one_time'] = "If you are specifying an event start time you need to enter an event end time.";
  21  $l['eventdata_start_time_invalid'] = "The start time you entered is invalid. Valid examples are 12am, 12:01am, 00:01.";
  22  $l['eventdata_end_time_invalid'] = "The end time you entered is invalid. Valid examples are 12am, 12:01am, 00:01.";
  23  $l['eventdata_invalid_timezone'] = "The time zone you selected for this event is invalid.";
  24  $l['eventdata_end_in_past'] = "The end date or time for your event is before the starting date or time.";
  25  
  26  $l['eventdata_only_ranged_events_repeat'] = "Only ranged events (events with a start and finish date) can repeat.";
  27  $l['eventdata_invalid_repeat_day_interval'] = "You have entered an invalid day repeat interval.";
  28  $l['eventdata_invalid_repeat_week_interval'] = "You have entered an invalid week repeat interval.";
  29  $l['eventdata_invalid_repeat_weekly_days'] = "You did not select any weekdays for this event to occur on.";
  30  $l['eventdata_invalid_repeat_month_interval'] = "You have entered an invalid month repeat interval.";
  31  $l['eventdata_invalid_repeat_year_interval'] = "You have entered an invalid year repeat interval.";
  32  $l['eventdata_event_wont_occur'] = "Using the start and end times along with the event repetition settings, this event won't occur.";
  33  
  34  $l['eventdata_no_permission_private_event'] = "You do not have permission to post private events.";


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref