en.js 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. videojs.addLanguage('en', {
  2. "Audio Player": "Audio Player",
  3. "Video Player": "Video Player",
  4. "Play": "Play",
  5. "Pause": "Pause",
  6. "Replay": "Replay",
  7. "Current Time": "Current Time",
  8. "Duration": "Duration",
  9. "Remaining Time": "Remaining Time",
  10. "Stream Type": "Stream Type",
  11. "LIVE": "LIVE",
  12. "Seek to live, currently behind live": "Seek to live, currently behind live",
  13. "Seek to live, currently playing live": "Seek to live, currently playing live",
  14. "Loaded": "Loaded",
  15. "Progress": "Progress",
  16. "Progress Bar": "Progress Bar",
  17. "progress bar timing: currentTime={1} duration={2}": "{1} of {2}",
  18. "Fullscreen": "Fullscreen",
  19. "Non-Fullscreen": "Exit Fullscreen",
  20. "Mute": "Mute",
  21. "Unmute": "Unmute",
  22. "Playback Rate": "Playback Rate",
  23. "Subtitles": "Subtitles",
  24. "subtitles off": "subtitles off",
  25. "Captions": "Captions",
  26. "captions off": "captions off",
  27. "Chapters": "Chapters",
  28. "Descriptions": "Descriptions",
  29. "descriptions off": "descriptions off",
  30. "Audio Track": "Audio Track",
  31. "Volume Level": "Volume Level",
  32. "You aborted the media playback": "You aborted the media playback",
  33. "A network error caused the media download to fail part-way.": "A network error caused the media download to fail part-way.",
  34. "The media could not be loaded, either because the server or network failed or because the format is not supported.": "The media could not be loaded, either because the server or network failed or because the format is not supported.",
  35. "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.",
  36. "No compatible source was found for this media.": "No compatible source was found for this media.",
  37. "The media is encrypted and we do not have the keys to decrypt it.": "The media is encrypted and we do not have the keys to decrypt it.",
  38. "Play Video": "Play Video",
  39. "Close": "Close",
  40. "Close Modal Dialog": "Close Modal Dialog",
  41. "Modal Window": "Modal Window",
  42. "This is a modal window": "This is a modal window",
  43. "This modal can be closed by pressing the Escape key or activating the close button.": "This modal can be closed by pressing the Escape key or activating the close button.",
  44. ", opens captions settings dialog": ", opens captions settings dialog",
  45. ", opens subtitles settings dialog": ", opens subtitles settings dialog",
  46. ", opens descriptions settings dialog": ", opens descriptions settings dialog",
  47. ", selected": ", selected",
  48. "captions settings": "captions settings",
  49. "subtitles settings": "subtitles settings",
  50. "descriptions settings": "descriptions settings",
  51. "Text": "Text",
  52. "White": "White",
  53. "Black": "Black",
  54. "Red": "Red",
  55. "Green": "Green",
  56. "Blue": "Blue",
  57. "Yellow": "Yellow",
  58. "Magenta": "Magenta",
  59. "Cyan": "Cyan",
  60. "Background": "Background",
  61. "Window": "Window",
  62. "Transparent": "Transparent",
  63. "Semi-Transparent": "Semi-Transparent",
  64. "Opaque": "Opaque",
  65. "Font Size": "Font Size",
  66. "Text Edge Style": "Text Edge Style",
  67. "None": "None",
  68. "Raised": "Raised",
  69. "Depressed": "Depressed",
  70. "Uniform": "Uniform",
  71. "Dropshadow": "Dropshadow",
  72. "Font Family": "Font Family",
  73. "Proportional Sans-Serif": "Proportional Sans-Serif",
  74. "Monospace Sans-Serif": "Monospace Sans-Serif",
  75. "Proportional Serif": "Proportional Serif",
  76. "Monospace Serif": "Monospace Serif",
  77. "Casual": "Casual",
  78. "Script": "Script",
  79. "Small Caps": "Small Caps",
  80. "Reset": "Reset",
  81. "restore all settings to the default values": "restore all settings to the default values",
  82. "Done": "Done",
  83. "Caption Settings Dialog": "Caption Settings Dialog",
  84. "Beginning of dialog window. Escape will cancel and close the window.": "Beginning of dialog window. Escape will cancel and close the window.",
  85. "End of dialog window.": "End of dialog window.",
  86. "{1} is loading.": "{1} is loading.",
  87. "Exit Picture-in-Picture": "Exit Picture-in-Picture",
  88. "Picture-in-Picture": "Picture-in-Picture",
  89. "No content": "No content"
  90. });