20347a564a915309465f519b6c71608c.yaml.php 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/var/www/html/user/plugins/vimeo/languages/en.yaml',
  5. 'modified' => 1591824173,
  6. 'data' => [
  7. 'PLUGIN_VIMEO' => [
  8. 'GENERAL' => 'General',
  9. 'ENABLED' => 'Enabled',
  10. 'DISABLED' => 'Disabled',
  11. 'PLUGIN_STATUS' => 'Plugin status',
  12. 'PLUGIN_CSS' => 'Plugin CSS',
  13. 'PLUGIN_CSS_HELP' => 'The built in CSS of the plugin will be used.',
  14. 'EDITOR_BUTTON' => 'Editor button',
  15. 'EDITOR_BUTTON_HELP' => 'Allows you to easily add Vimeo videos in the page content.',
  16. 'EDITOR_BUTTON_TOOLTIP' => 'Vimeo Video',
  17. 'EDITOR_BUTTON_PROMPT' => 'Please enter a Vimeo Video ID. You\'ll find it in the Vimeo Video URL.
  18. E.g. https://vimeo.com/[123456789] or https://player.vimeo.com/video/[123456789]',
  19. 'PLAYER' => 'Player',
  20. 'PLAYER_VIEW' => 'View',
  21. 'PLAYER_VIEW_TEXT' => 'If the owner of the video is a Plus member, some of these settings may be overridden by their preferences.',
  22. 'AUTOPAUSE' => 'Autopause',
  23. 'AUTOPAUSE_HELP' => 'Enables or disables pausing this video when another video is played.',
  24. 'AUTOPLAY' => 'Autoplay',
  25. 'AUTOPLAY_HELP' => 'Plays the video automatically on load. Note that this won’t work on some devices.',
  26. 'BYLINE' => 'Byline',
  27. 'BYLINE_HELP' => 'Shows the user’s byline on the video.',
  28. 'COLOR' => 'Color',
  29. 'COLOR_HELP' => 'Specifies the color of the video controls.',
  30. 'LOOP' => 'Loop',
  31. 'LOOP_HELP' => 'Plays the video again when it reaches the end.',
  32. 'PLAYER_ID' => 'Player ID',
  33. 'PLAYER_ID_HELP' => 'A unique id for the player that will be passed back with all Javascript Vimeo API responses.',
  34. 'PORTRAIT' => 'Portrait',
  35. 'PORTRAIT_HELP' => 'Shows the user’s portrait on the video.',
  36. 'TITLE' => 'Title',
  37. 'TITLE_HELP' => 'Shows the title on the video.'
  38. ]
  39. ]
  40. ];