There is still some work needed for the calendar block, but now it is possible to add events and delete them
This commit is contained in:
@@ -84,6 +84,49 @@ $lang = array_merge($lang, array(
|
||||
'12'=> 'December',
|
||||
),
|
||||
),
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_CALENDAR' => 'Calendar settings',
|
||||
'ACP_PORTAL_CALENDAR_EXP' => 'This is where you customize the calendar block.',
|
||||
'PORTAL_CALENDAR_TODAY_COLOR' => 'Active day color',
|
||||
'PORTAL_CALENDAR_TODAY_COLOR_EXPLAIN' => 'HEX or named colors are allowed such as #FFFFFF for white, or color names like violet.',
|
||||
'PORTAL_CALENDAR_SUNDAY_COLOR' => 'Color for sunday',
|
||||
'PORTAL_CALENDAR_SUNDAY_COLOR_EXPLAIN' => 'HEX or named colors are allowed such as #FFFFFF for white, or color names like violet.',
|
||||
'PORTAL_LONG_MONTH' => 'Show full month names',
|
||||
'PORTAL_LONG_MONTH_EXPLAIN' => 'If disabled the months will be shortened e.g. Aug. instead of August.',
|
||||
'PORTAL_SUNDAY_FIRST' => 'First day of the week',
|
||||
'PORTAL_SUNDAY_FIRST_EXPLAIN' => 'If disabled the calendar will show Mo. --> Su., else Su. --> Sa.',
|
||||
'PORTAL_DISPLAY_EVENTS' => 'Display events',
|
||||
'PORTAL_DISPLAY_EVENTS_EXP' => 'Display events that have been created in the calendar block',
|
||||
'PORTAL_EVENTS_MANAGE' => 'Manage events',
|
||||
'NO_EVENT_TITLE' => 'You haven’t specified a title for the event.',
|
||||
'NO_EVENT_START' => 'You haven’t specified a start time for the event.',
|
||||
'EVENT_UPDATED' => 'Event updated successfully.',
|
||||
'EVENT_ADDED' => 'Event added successfully.',
|
||||
'NO_EVENT' => 'No event specified.',
|
||||
'EVENT_TITLE' => 'Event title',
|
||||
'EVENT_DESC' => 'Event description',
|
||||
'EVENT_LINK' => 'Event link',
|
||||
'EVENT_LINK_EXP' => 'Enter the link to a topic or website with the announcement or discussion topic of the event.',
|
||||
'NO_EVENTS' => 'No events',
|
||||
'ACP_PORTAL_CALENDAR_START_INCORRECT' => 'The start time you entered was incorrect. Please follow the instructions carefully.',
|
||||
'ACP_PORTAL_CALENDAR_END_INCORRECT' => 'The end time you entered was incorrect. Please follow the instructions carefully.',
|
||||
'ACP_PORTAL_CALENDAR_EVENT_PAST' => 'The event start time needs to be in the future.',
|
||||
'ACP_PORTAL_EVENT_START_DAY' => 'Event start date',
|
||||
'ACP_PORTAL_EVENT_START_DAY_EXP' => 'Enter the date when the event starts. The date has to be in this format: YYYY-MM-DD',
|
||||
'ACP_PORTAL_EVENT_START_TIME' => 'Event start time',
|
||||
'ACP_PORTAL_EVENT_START_TIME_EXP' => 'Enter the time when the event starts. The time has to be in a 24 hour format, i.e. 23:12',
|
||||
'ACP_PORTAL_EVENT_END_DAY' => 'Event end date',
|
||||
'ACP_PORTAL_EVENT_END_DAY_EXP' => 'Enter the date when the event starts. The date has to be in this format: YYYY-MM-DD',
|
||||
'ACP_PORTAL_EVENT_END_TIME' => 'Event end time',
|
||||
'ACP_PORTAL_EVENT_END_TIME_EXP' => 'Enter the time when the event starts. The time has to be in a 24 hour format, i.e. 23:12',
|
||||
'ACP_PORTAL_CALENDAR_EVENT_START_FIRST' => 'The end of the event has to be after the start of the event.',
|
||||
|
||||
|
||||
// Logs
|
||||
'LOG_PORTAL_EVENT_UPDATED' => '<strong>Updated Event</strong><br />» %s',
|
||||
'LOG_PORTAL_EVENT_ADDED' => '<strong>Added Event</strong><br />» %s',
|
||||
'LOG_PORTAL_EVENT_REMOVED' => '<strong>Removed Event</strong><br />» %s',
|
||||
));
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user