PluginProbe
Themify Event Post / trunk
Themify Event Post vtrunk
1.3.7 trunk 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6
themify-event-post / includes / i18n.php

i18n.php in Themify Event Post trunk, at includes/i18n.php

20 lines 1012 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 ];