# wpvr/8.5.79/admin/classes/class-tour-guide-translation.php

WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress, version 8.5.79. 14 lines.

- Page: https://pluginprobe.com/plugins/wpvr/8.5.79/code/admin/classes/class-tour-guide-translation.php
- Raw: https://pluginprobe.com/plugins/wpvr/8.5.79/raw/admin/classes/class-tour-guide-translation.php
- Modified: 2026-08-13T12:07:48+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/wpvr/8.5.79/code/admin/classes/class-tour-guide-translation.php#L10-L20`.

```php
<?php

Class WPVR_Tour_Guide_Translation
{
    public function get_translatable_string()
    {
        return array(
            'next_button_text' => __('Next', 'wpvr'),
            'previous_button_text' => __('Previous', 'wpvr'),
            'done_text' => __('Done', 'wpvr'),
            'end_tour' => __('Skip Tour', 'wpvr'),
        );
    }
}
```
