[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: config_calendars.lang.php 5833 2012-05-24 08:39:00Z Tomm $
   7   */
   8  
   9  $l['calendars'] = "Calendars";
  10  $l['manage_calendars'] = "Manage Calendars";
  11  $l['manage_calendars_desc'] = "This section allows you to manage the calendars on your board. If you change the display order for one or more calendars make sure you submit the form at the bottom of the page.";
  12  $l['add_calendar'] = "Add New Calendar";
  13  $l['add_calendar_desc'] = "Here you can create a new calendar.";
  14  $l['edit_calendar'] = "Edit Calendar";
  15  $l['edit_calendar_desc'] = "Here you can edit the settings for this calendar.";
  16  
  17  $l['calendar'] = "Calendar";
  18  $l['order'] = "Order";
  19  $l['no_calendars'] = "There are no calendars on your forum at this time.";
  20  $l['save_calendar_orders'] = "Save Calendar Display Order";
  21  
  22  $l['name'] = "Name";
  23  $l['display_order'] = "Display Order";
  24  $l['week_start'] = "Start of Week";
  25  $l['week_start_desc'] = "Here you can set the day weeks should start on for this calendar.";
  26  $l['sunday'] = "Sunday";
  27  $l['monday'] = "Monday";
  28  $l['tuesday'] = "Tuesday";
  29  $l['wednesday'] = "Wednesday";
  30  $l['thursday'] = "Thursday";
  31  $l['friday'] = "Friday";
  32  $l['saturday'] = "Saturday";
  33  $l['event_limit'] = "Event Limit";
  34  $l['event_limit_desc'] = "The number of events to be shown before a single link to all events on the particular day is shown instead.";
  35  $l['show_birthdays'] = "Show Birthdays?";
  36  $l['show_birthdays_desc'] = "Do you wish to show birthdays of registered users in this calendar?";
  37  $l['moderate_events'] = "Moderate New Events?";
  38  $l['moderate_events_desc'] = "If this option is set to 'Yes,' all events will be moderated apart from those created by members with 'Bypass moderation queue' set for their calendar permissions.";
  39  $l['allow_html'] = "Allow HTML in Events?";
  40  $l['allow_mycode'] = "Allow MyCode in Events?";
  41  $l['allow_img'] = "Allow [IMG] Code in Events?";
  42  $l['allow_video'] = "Allow [VIDEO] Code in Events?";
  43  $l['allow_smilies'] = "Allow Smilies in Events?";
  44  $l['save_calendar'] = "Save Calendar";
  45  
  46  $l['permissions'] = "Permissions";
  47  $l['edit_permissions'] = "Edit Calendar Permissions";
  48  $l['calendar_permissions_for'] = "Calendar Permissions for";
  49  $l['permissions_group'] = "Group";
  50  $l['permissions_view'] = "View";
  51  $l['permissions_post_events'] = "Post Events";
  52  $l['permissions_bypass_moderation'] = "Bypass Moderation";
  53  $l['permissions_moderator'] = "Moderator Permissions";
  54  $l['permissions_all'] = "All?";
  55  $l['permissions_use_group_default'] = "Use Group Default";
  56  $l['save_permissions'] = "Save Permissions";
  57  
  58  $l['error_invalid_calendar'] = "The specified calendar does not exist.";
  59  $l['error_missing_name'] = "You did not enter a name for this calendar";
  60  $l['error_missing_order'] = "You did not enter a display order for this calendar";
  61  
  62  $l['success_calendar_created'] = "The calendar has been created successfully.";
  63  $l['success_calendar_updated'] = "The calendar has been updated successfully.";
  64  $l['success_calendar_permissions_updated'] = "The calendar permissions have been updated successfully.";
  65  $l['success_calendar_deleted'] = "The selected calendar has been deleted successfully.";
  66  $l['success_calendar_orders_updated'] = "The calendar display orders have been updated successfully.";
  67  
  68  $l['confirm_calendar_deletion'] = "Are you sure you wish to delete this calendar?";
  69  
  70  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1