| 1 |
<?php |
| 2 |
|
| 3 |
return [ |
| 4 |
'tep_up' => __('Upcoming Events', 'themify-event-post'), |
| 5 |
'tep_ps' => __('Past Events', 'themify-event-post'), |
| 6 |
'tep_ae' => __('All Events', 'themify-event-post'), |
| 7 |
'tep_ed' => __('Event Date', 'themify-event-post'), |
| 8 |
'tep_mlt' => __('More Link Text', 'themify-event-post'), |
| 9 |
'tep_dfi' => __('Display Featured Image', 'themify-event-post'), |
| 10 |
'tep_spt' => __('Show Post Title', 'themify-event-post'), |
| 11 |
'tep_ett' => __('Events Title Tag', 'themify-event-post'), |
| 12 |
'tep_hed' => __('Hide Event Date', 'themify-event-post'), |
| 13 |
'tep_heo' => __('Hide Event Organizer', 'themify-event-post'), |
| 14 |
'tep_hep' => __('Hide Event Performer', 'themify-event-post'), |
| 15 |
'tep_hpm' => __('Hide Post Meta', 'themify-event-post'), |
| 16 |
'tep_hel' => __('Hide Event Location', 'themify-event-post'), |
| 17 |
'tep_hpn' => __('Hide Page Navigation', 'themify-event-post'), |
| 18 |
'tep_pc' => __('Post Container', 'themify-event-post'), |
| 19 |
'tep_poc' => __('Post Content', 'themify-event-post'), |
| 20 |
]; |