# themify-event-post/trunk/includes/i18n.php

Themify Event Post, version trunk. 20 lines.

- Page: https://pluginprobe.com/plugins/themify-event-post/trunk/code/includes/i18n.php
- Raw: https://pluginprobe.com/plugins/themify-event-post/trunk/raw/includes/i18n.php
- Modified: 2024-02-19T10:13:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/themify-event-post/trunk/code/includes/i18n.php#L10-L20`.

```php
<?php

return [
    'tep_up' => __('Upcoming Events', 'themify-event-post'),
    'tep_ps' => __('Past Events', 'themify-event-post'),
    'tep_ae' => __('All Events', 'themify-event-post'),
    'tep_ed' => __('Event Date', 'themify-event-post'),
    'tep_mlt' => __('More Link Text', 'themify-event-post'),
    'tep_dfi' => __('Display Featured Image', 'themify-event-post'),
    'tep_spt' => __('Show Post Title', 'themify-event-post'),
    'tep_ett' => __('Events Title Tag', 'themify-event-post'),
    'tep_hed' => __('Hide Event Date', 'themify-event-post'),
    'tep_heo' => __('Hide Event Organizer', 'themify-event-post'),
    'tep_hep' => __('Hide Event Performer', 'themify-event-post'),
    'tep_hpm' => __('Hide Post Meta', 'themify-event-post'),
    'tep_hel' => __('Hide Event Location', 'themify-event-post'),
    'tep_hpn' => __('Hide Page Navigation', 'themify-event-post'),
    'tep_pc' => __('Post Container', 'themify-event-post'),
    'tep_poc' => __('Post Content', 'themify-event-post'),
];
```
