Chris@76
|
1 <?php
|
Chris@76
|
2 // Version: 2.0; ManageCalendar
|
Chris@76
|
3
|
Chris@76
|
4 $txt['calendar_desc'] = 'From here you can modify all aspects of the calendar.';
|
Chris@76
|
5
|
Chris@76
|
6 // Calendar Settings
|
Chris@76
|
7 $txt['calendar_settings_desc'] = 'Here you can enable the calendar, and determine the settings that it should use.';
|
Chris@76
|
8 $txt['save_settings'] = 'Save Settings';
|
Chris@76
|
9 $txt['groups_calendar_view'] = 'Membergroups allowed to view the calendar';
|
Chris@76
|
10 $txt['groups_calendar_post'] = 'Membergroups allowed to create events';
|
Chris@76
|
11 $txt['groups_calendar_edit_own'] = 'Membergroups allowed to edit their own events';
|
Chris@76
|
12 $txt['groups_calendar_edit_any'] = 'Membergroups allowed to edit any events';
|
Chris@76
|
13 $txt['setting_cal_enabled'] = 'Enable the calendar';
|
Chris@76
|
14 $txt['setting_cal_daysaslink'] = 'Show days as links to \'Post Event\'';
|
Chris@76
|
15 $txt['setting_cal_days_for_index'] = 'Max days in advance on board index';
|
Chris@76
|
16 $txt['setting_cal_showholidays'] = 'Show holidays';
|
Chris@76
|
17 $txt['setting_cal_showbdays'] = 'Show birthdays';
|
Chris@76
|
18 $txt['setting_cal_showevents'] = 'Show events';
|
Chris@76
|
19 $txt['setting_cal_show_never'] = 'Never';
|
Chris@76
|
20 $txt['setting_cal_show_cal'] = 'In calendar only';
|
Chris@76
|
21 $txt['setting_cal_show_index'] = 'On board index only';
|
Chris@76
|
22 $txt['setting_cal_show_all'] = 'On board index and calendar';
|
Chris@76
|
23 $txt['setting_cal_defaultboard'] = 'Default board to post events in';
|
Chris@76
|
24 $txt['setting_cal_allow_unlinked'] = 'Allow events not linked to posts';
|
Chris@76
|
25 $txt['setting_cal_minyear'] = 'Minimum year';
|
Chris@76
|
26 $txt['setting_cal_maxyear'] = 'Maximum year';
|
Chris@76
|
27 $txt['setting_cal_allowspan'] = 'Allow events to span multiple days';
|
Chris@76
|
28 $txt['setting_cal_maxspan'] = 'Max number of days an event can span';
|
Chris@76
|
29 $txt['setting_cal_showInTopic'] = 'Show linked events in topic display';
|
Chris@76
|
30
|
Chris@76
|
31 // Adding/Editing/Viewing Holidays
|
Chris@76
|
32 $txt['manage_holidays_desc'] = 'From here you can add and remove holidays from your forum calendar.';
|
Chris@76
|
33 $txt['current_holidays'] = 'Current Holidays';
|
Chris@76
|
34 $txt['holidays_title'] = 'Holiday';
|
Chris@76
|
35 $txt['holidays_title_label'] = 'Title';
|
Chris@76
|
36 $txt['holidays_delete_confirm'] = 'Are you sure you wish to remove these holidays?';
|
Chris@76
|
37 $txt['holidays_add'] = 'Add New Holiday';
|
Chris@76
|
38 $txt['holidays_edit'] = 'Edit Existing Holiday';
|
Chris@76
|
39 $txt['holidays_button_add'] = 'Add';
|
Chris@76
|
40 $txt['holidays_button_edit'] = 'Edit';
|
Chris@76
|
41 $txt['holidays_button_remove'] = 'Remove';
|
Chris@76
|
42 $txt['holidays_no_entries'] = 'There are currently no holidays configured.';
|
Chris@76
|
43 $txt['every_year'] = 'Every Year';
|
Chris@76
|
44
|
Chris@76
|
45 ?> |