PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 8.5.76
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v8.5.76
9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 8.5.4 All 221 releases
wpvr / admin / classes / class-tour-guide-translation.php

class-tour-guide-translation.php in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 8.5.76, at admin/classes/class-tour-guide-translation.php

14 lines 349 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 Class WPVR_Tour_Guide_Translation
4 {
5 public function get_translatable_string()
6 {
7 return array(
8 'next_button_text' => __('Next', 'wpvr'),
9 'previous_button_text' => __('Previous', 'wpvr'),
10 'done_text' => __('Done', 'wpvr'),
11 'end_tour' => __('Skip Tour', 'wpvr'),
12 );
13 }
14 }