array('name' => __('Year','event-list'),
'desc' => __('A year can be specified in 4 digit format.','event-list').'
'.
sprintf(__('For a start date filter the first day of %1$s is used, in an end date the last day.','event-list'), __('the resulting year','event-list')),
'examp' => '2015'),
'month' => array('name' => __('Month','event-list'),
'desc' => __('A month can be specified with 4 digits for the year and 2 digits for the month, seperated by a hyphen (-).','event-list').'
'.
sprintf(__('For a start date filter the first day of %1$s is used, in an end date the last day.','event-list'), __('the resulting month','event-list')),
'examp' => '2015-03'),
'day' => array('name' => __('Day','event-list'),
'desc' => __('A day can be specified in the format 4 digits for the year, 2 digits for the month and 2 digets for the day, seperated by hyphens (-).','event-list'),
'examp' => '2015-03-29'),
'rel_year' => array('name' => __('Relative Year','event-list'),
'desc' => sprintf(__('%1$s from now can be specified in the following notation: %2$s','event-list'), __('A relative year','event-list'), '[+-]?[0-9]+_year[s]?').'
'.
sprintf(__('This means you can specify a positive or negative (%1$s) %2$s from now with %3$s or %4$s attached (see also the example below).','event-list'), '+/-', __('number of years','event-list'), '"_year"', '"_years"').'
'.
sprintf(__('Additionally the following values are available: %1$s','event-list'), 'last_year, next_year, this_year'),
'examp' => '+1_year'),
'rel_month' => array('name' => __('Relative Month','event-list'),
'desc' => sprintf(__('%1$s from now can be specified in the following notation: %2$s','event-list'), __('A relative month','event-list'), '[+-]?[0-9]+_month[s]?').'
'.
sprintf(__('This means you can specify a positive or negative (%1$s) %2$s from now with %3$s or %4$s attached (see also the example below).','event-list'), '+/-', __('number of months','event-list'), '"_month"', '"_months"').'
'.
sprintf(__('Additionally the following values are available: %1$s','event-list'), 'last_month, next_month, this_month'),
'examp' => '-6_months'),
'rel_week' => array('name' => __('Relative Week','event-list'),
'desc' => sprintf(__('%1$s from now can be specified in the following notation: %2$s','event-list'), __('A relative week','event-list'), '[+-]?[0-9]+_week[s]?').'
'.
sprintf(__('This means you can specify a positive or negative (%1$s) %2$s from now with %3$s or %4$s attached (see also the example below).','event-list'), '+/-', __('number of weeks','event-list'), '"_week"', '"_weeks"').'
'.
sprintf(__('For a start date filter the first day of %1$s is used, in an end date the last day.','event-list'), __('the resulting week','event-list')).'
'.
sprintf(__('The first day of the week is depending on the option %1$s which can be found and changed in %2$s.','event-list'), '"'.__('Week Starts On').'"', '"'.__('Settings').'" → "'.__('General').'"').'
'.
sprintf(__('Additionally the following values are available: %1$s','event-list'), 'last_week, next_week, this_week'),
'examp' => '+3_weeks'),
'rel_day' => array('name' => __('Relative Day','event-list'),
'desc' => sprintf(__('%1$s from now can be specified in the following notation: %2$s','event-list'), __('A relative day','event-list'), '[+-]?[0-9]+_day[s]?').'
'.
sprintf(__('This means you can specify a positive or negative (%1$s) %2$s from now with %3$s or %4$s attached (see also the example below).','event-list'), '+/-', __('number of days','event-list'), '"_day"', '"_days"').'
'.
sprintf(__('Additionally the following values are available: %1$s','event-list'), 'last_day, next_day, this_day, yesterday, today, tomorrow'),
'examp' => '-10_days'),
);
$daterange_formats_helptexts = array(
'date_range' => array('name' => __('Date range','event-list'),
'desc' => __('A date rage can be specified via a start date and end date seperated by a tilde (~).
For the start and end date any available date format can be used.','event-list'),
'examp' => '2015-03-29~2016'),
'all' => array('name' => __('All'),
'desc' => __('This value defines a range without any limits.','event-list').'
'.
sprintf(__('The corresponding date_range format is: %1$s','event-list'), '1970-01-01~2999-12-31'),
'value' => 'all'),
'upcoming' => array('name' => __('Upcoming','event-list'),
'desc' => __('This value defines a range from the actual day to the future.','event-list').'
'.
sprintf(__('The corresponding date_range format is: %1$s','event-list'), 'today~2999-12-31'),
'value' => 'upcoming'),
'past' => array('name' => __('Past','event-list'),
'desc' => __('This value defines a range from the past to the previous day.','event-list').'
'.
sprintf(__('The corresponding date_range format is: %1$s','event-list'), '1970-01-01~yesterday'),
'value' => 'past'),
);
?>