ManageCalendar.english.php 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?php
  2. // Version: 2.1 Alpha 1; ManageCalendar
  3. $txt['calendar_desc'] = 'From here you can modify all aspects of the calendar.';
  4. // Calendar Settings
  5. $txt['calendar_settings_desc'] = 'Here you can enable the calendar, and determine the settings that it should use.';
  6. $txt['save_settings'] = 'Save Settings';
  7. $txt['groups_calendar_view'] = 'Membergroups allowed to view the calendar';
  8. $txt['groups_calendar_post'] = 'Membergroups allowed to create events';
  9. $txt['groups_calendar_edit_own'] = 'Membergroups allowed to edit their own events';
  10. $txt['groups_calendar_edit_any'] = 'Membergroups allowed to edit any events';
  11. $txt['setting_cal_enabled'] = 'Enable the calendar';
  12. $txt['setting_cal_daysaslink'] = 'Show days as links to \'Post Event\'';
  13. $txt['setting_cal_days_for_index'] = 'Max days in advance on board index';
  14. $txt['setting_cal_showholidays'] = 'Show holidays';
  15. $txt['setting_cal_showbdays'] = 'Show birthdays';
  16. $txt['setting_cal_showevents'] = 'Show events';
  17. $txt['setting_cal_export'] = 'Allow events to be exported in iCal format';
  18. $txt['setting_cal_show_never'] = 'Never';
  19. $txt['setting_cal_show_cal'] = 'In calendar only';
  20. $txt['setting_cal_show_index'] = 'On board index only';
  21. $txt['setting_cal_show_all'] = 'On board index and calendar';
  22. $txt['setting_cal_defaultboard'] = 'Default board to post events in';
  23. $txt['setting_cal_allow_unlinked'] = 'Allow events not linked to posts';
  24. $txt['setting_cal_minyear'] = 'Minimum year';
  25. $txt['setting_cal_maxyear'] = 'Maximum year';
  26. $txt['setting_cal_allowspan'] = 'Allow events to span multiple days';
  27. $txt['setting_cal_maxspan'] = 'Max number of days an event can span';
  28. $txt['setting_cal_showInTopic'] = 'Show linked events in topic display';
  29. $txt['setting_cal_display_type'] = 'Cell Display Type';
  30. $txt['setting_cal_display_comfortable'] = 'Comfortable';
  31. $txt['setting_cal_display_compact'] = 'Compact';
  32. $txt['setting_cal_disable_prev_next'] = 'Disable Three Month Blocks';
  33. $txt['setting_cal_highlight_events'] = 'Highlight Events';
  34. $txt['setting_cal_highlight_holidays'] = 'Highlight Holidays';
  35. $txt['setting_cal_highlight_birthdays'] = 'Highlight Birthdays';
  36. $txt['setting_cal_highlight_none'] = 'Nowhere';
  37. $txt['setting_cal_highlight_mini'] = 'Mini Calendars Only';
  38. $txt['setting_cal_highlight_main'] = 'Main Calendar Only';
  39. $txt['setting_cal_highlight_both'] = 'Mini &amp; Main Calendars';
  40. $txt['setting_cal_week_links'] = 'Show Week Links';
  41. $txt['setting_cal_week_links_none'] = 'Nowhere';
  42. $txt['setting_cal_week_links_mini'] = 'Mini Calendars Only';
  43. $txt['setting_cal_week_links_main'] = 'Main Calendar Only';
  44. $txt['setting_cal_week_links_both'] = 'Mini &amp; Main Calendars';
  45. $txt['setting_cal_prev_next_links'] = 'Show <em>Previous / Next</em> Month Links';
  46. // The name of this setting is kind of misleading...we can't shorten actual months unfortunately!
  47. $txt['setting_cal_short_months'] = 'Short Month Titles';
  48. $txt['setting_cal_short_days'] = 'Short Day Titles';
  49. $txt['setting_cal_week_numbers'] = 'Show Week Numbers';
  50. // Adding/Editing/Viewing Holidays
  51. $txt['manage_holidays_desc'] = 'From here you can add and remove holidays from your forum calendar.';
  52. $txt['current_holidays'] = 'Current Holidays';
  53. $txt['holidays_title'] = 'Holiday';
  54. $txt['holidays_title_label'] = 'Title';
  55. $txt['holidays_delete_confirm'] = 'Are you sure you wish to remove these holidays?';
  56. $txt['holidays_add'] = 'Add new holiday';
  57. $txt['holidays_edit'] = 'Edit existing holiday';
  58. $txt['holidays_button_add'] = 'Add';
  59. $txt['holidays_button_edit'] = 'Edit';
  60. $txt['holidays_button_remove'] = 'Remove';
  61. $txt['holidays_no_entries'] = 'There are currently no holidays configured.';
  62. $txt['every_year'] = 'Every Year';
  63. ?>