array('type' => 'category', 'label' => __('Event Categories','event-list'), 'caption' => '', 'desc' => __('This option specifies all event category data.','event-list')), 'el_sync_cats' => array('type' => 'checkbox', 'label' => __('Sync Categories','event-list'), 'caption' => __('Keep event categories in sync with post categories automatically','event-list'), 'desc' => '
'.__('Attention','event-list').': '.__('Please note that this option will delete all categories which are not available in the post categories! Existing Categories with the same slug will be updated.','event-list').'
'), // Section: "import" 'el_import_file' => array('type' => 'file-upload', 'label' => __('CSV File to import','event-list'), 'maxsize' => 204800, 'desc' => __('Please select the file which contains the event data in CSV format.','event-list')), 'el_import_date_format' => array('type' => 'text', 'label' => __('Used date format','event-list'), 'caption' => '', 'desc' => __('With this option the used date format for event start and end date given in the CSV file can be specified.','event-list')), // Section: "general" 'el_no_event_text' => array('type' => 'text', 'label' => __('Text for no events','event-list'), 'caption' => '', 'desc' => __('This option defines the displayed text when no events are available for the selected view.','event-list')), 'el_multiday_filterrange' => array('type' => 'checkbox', 'label' => __('Multiday filter range','event-list'), 'caption' => __('Use the complete event range in the date filter','event-list'), 'desc' => __('This option defines if the complete range of a multiday event shall be considered in the date filter.','event-list').'
'. __('If disabled, only the start day of an event is considered in the filter.','event-list').'
'. __('For an example multiday event which started yesterday and ends tomorrow this means, that it is displayed in umcoming dates when this option is enabled, but it is hidden when the option is disabled.','event-list')), 'el_date_once_per_day' => array('type' => 'checkbox', 'label' => __('Date display','event-list'), 'caption' => __('Show the date only once per day','event-list'), 'desc' => __('With this option enabled the date is only displayed once per day if more than one event is available on the same day.','event-list').'
'. __('If enabled, the events are ordered in a different way (end date before start time) to allow using the same date for as much events as possible.','event-list')), 'el_html_tags_in_time' => array('type' => 'checkbox', 'label' => __('HTML tags','event-list'), 'caption' => sprintf(__('Allow HTML tags in the event field "%1$s"','event-list'), __('Time','event-list')), 'desc' => sprintf(__('This option specifies if HTML tags are allowed in the event field "%1$s".','event-list'), __('Time','event-list'))), 'el_html_tags_in_loc' => array('type' => 'checkbox', 'label' => '', 'caption' => sprintf(__('Allow HTML tags in the event field "%1$s"','event-list'), __('Location','event-list')), 'desc' => sprintf(__('This option specifies if HTML tags are allowed in the event field "%1$s".','event-list'), __('Location','event-list'))), // Section: "frontend" 'el_show_details_text' => array('type' => 'text', 'label' => __('Text for "Show details"','event-list'), 'desc' => __('With this option the displayed text for the link to show the event details can be changed, when collapsing is enabled.','event-list')), 'el_hide_details_text' => array('type' => 'text', 'label' => __('Text for "Hide details"','event-list'), 'desc' => __('With this option the displayed text for the link to hide the event details can be changed, when collapsing is enabled.','event-list')), 'el_disable_css_file' => array('type' => 'checkbox', 'label' => __('Disable CSS file','event-list'), 'caption' => sprintf(__('Disable the %1$s file.','event-list'), '"event-list.css"'), 'desc' => sprintf(__('With this option you can disable the inclusion of the %1$s file.','event-list'), '"event-list.css"').'
'. __('This normally only make sense if you have css conflicts with your theme and want to set all required css styles somewhere else (e.g. in the theme css).','event-list')), // Section: "admin" 'el_edit_dateformat' => array('type' => 'text', 'label' => __('Date format in edit form','event-list'), 'desc' => __('This option sets the displayed date format for the event date fields in the event new / edit form.','event-list').'
'. __('The standard is an empty string to use the Wordpress standard setting.','event-list').'
'. sprintf(__('All available options to specify the date format can be found %1$shere%2$s.','event-list'), '', '')), // Section: "feed" 'el_enable_feed' => array('type' => 'checkbox', 'label' => __('Enable RSS feed','event-list'), 'caption' => __('Enable support for an event RSS feed','event-list'), 'desc' => __('This option activates a RSS feed for the events.
You have to enable this option if you want to use one of the RSS feed features.')), 'el_feed_name' => array('type' => 'text', 'label' => __('Feed name','event-list'), 'desc' => __('This options sets the feed name. The standard value is "event-list".
This name will be used in the feed url (e.g. domain.com/?feed=event-list or domain.com/feed/eventlist for an installation with permalinks')), 'el_feed_description' => array('section' => 'feed', 'type' => 'text', 'label' => __('Feed Description','event-list'), 'desc' => __('This options sets the feed description. The standard value is "Eventlist Feed".
This description will be used in the title for the feed link in the html head and for the description in the feed itself.')), 'el_feed_upcoming_only' => array('section' => 'feed', 'type' => 'checkbox', 'label' => __('Listed events','event-list'), 'caption' => __('Only show upcoming events in feed','event-list'), 'desc' => __('If this option is enabled only the upcoming events are listed in the feed.
If disabled all events (upcoming and past) will be listed.')), 'el_head_feed_link' => array('section' => 'feed', 'type' => 'checkbox', 'label' => __('Add RSS feed link in head','event-list'), 'caption' => __('Add RSS feed link in the html head','event-list'), 'desc' => __('This option adds a RSS feed in the html head for the events.
You have 2 possibilities to include the RSS feed:
The first option is to use this option to include a link in the html head. This link will be recognized by browers or feed readers.
The second possibility is to include a visible feed link directly in the event list. This can be done by setting the shortcode attribute "add_feed_link" to "true"
This option is only valid if the option "Enable RSS feed" is enabled.')), 'el_feed_link_pos' => array('section' => 'feed', 'type' => 'radio', 'label' => __('Position of the RSS feed link','event-list'), 'caption' => array('top' => 'at the top (above the navigation bar)', 'below_nav' => 'between navigation bar and events', 'bottom' => 'at the bottom'), 'desc' => __('This option specifies the position of the RSS feed link in the event list.
The options are to display the link at the top, at the bottom or between the navigation bar and the event list.
You have to set the shortcode attribute "add_feed_link" to "true" if you want to show the feed link.')), 'el_feed_link_align' => array('section' => 'feed', 'type' => 'radio', 'label' => __('Align of the RSS feed link','event-list'), 'caption' => array('left' => 'left', 'center' => 'center', 'right' => 'right'), 'desc' => __('This option specifies the align of the RSS feed link in the event list.
The link can be displayed on the left side, centered or on the right.
You have to set the shortcode attribute "add_feed_link" to "true" if you want to show the feed link.')), 'el_feed_link_text' => array('section' => 'feed', 'type' => 'text', 'label' => __('Feed link text','event-list'), 'desc' => __('This option specifies the caption of the RSS feed link in the event list.
Insert an empty text to hide any text if you only want to show the rss image.
You have to set the shortcode attribute "add_feed_link" to "true" if you want to show the feed link.')), 'el_feed_link_img' => array('section' => 'feed', 'type' => 'checkbox', 'label' => __('Feed link image','event-list'), 'caption' => __('Show rss image in feed link','event-list'), 'desc' => __('This option specifies if the an image should be dispayed in the feed link in front of the text.
You have to set the shortcode attribute "add_feed_link" to "true" if you want to show the feed link.')), ); ?>