en.js 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. "Loaded": "Loaded",
  13. "Progress": "Progress",
  14. "Progress Bar": "Progress Bar",
  15. "progress bar timing: currentTime={1} duration={2}": "{1} of {2}",
  16. "Fullscreen": "Fullscreen",
  17. "Non-Fullscreen": "Non-Fullscreen",
  18. "Mute": "Mute",
  19. "Unmute": "Unmute",
  20. "Playback Rate": "Playback Rate",
  21. "Subtitles": "Subtitles",
  22. "subtitles off": "subtitles off",
  23. "Captions": "Captions",
  24. "captions off": "captions off",
  25. "Chapters": "Chapters",
  26. "Descriptions": "Descriptions",
  27. "descriptions off": "descriptions off",
  28. "Audio Track": "Audio Track",
  29. "Volume Level": "Volume Level",
  30. "You aborted the media playback": "You aborted the media playback",
  31. "A network error caused the media download to fail part-way.": "A network error caused the media download to fail part-way.",
  32. "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.",
  33. "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.",
  34. "No compatible source was found for this media.": "No compatible source was found for this media.",
  35. "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.",
  36. "Play Video": "Play Video",
  37. "Close": "Close",
  38. "Close Modal Dialog": "Close Modal Dialog",
  39. "Modal Window": "Modal Window",
  40. "This is a modal window": "This is a modal window",
  41. "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.",
  42. ", opens captions settings dialog": ", opens captions settings dialog",
  43. ", opens subtitles settings dialog": ", opens subtitles settings dialog",
  44. ", opens descriptions settings dialog": ", opens descriptions settings dialog",
  45. ", selected": ", selected",
  46. "captions settings": "captions settings",
  47. "subtitles settings": "subititles settings",
  48. "descriptions settings": "descriptions settings",
  49. "Text": "Text",
  50. "White": "White",
  51. "Black": "Black",
  52. "Red": "Red",
  53. "Green": "Green",
  54. "Blue": "Blue",
  55. "Yellow": "Yellow",
  56. "Magenta": "Magenta",
  57. "Cyan": "Cyan",
  58. "Background": "Background",
  59. "Window": "Window",
  60. "Transparent": "Transparent",
  61. "Semi-Transparent": "Semi-Transparent",
  62. "Opaque": "Opaque",
  63. "Font Size": "Font Size",
  64. "Text Edge Style": "Text Edge Style",
  65. "None": "None",
  66. "Raised": "Raised",
  67. "Depressed": "Depressed",
  68. "Uniform": "Uniform",
  69. "Dropshadow": "Dropshadow",
  70. "Font Family": "Font Family",
  71. "Proportional Sans-Serif": "Proportional Sans-Serif",
  72. "Monospace Sans-Serif": "Monospace Sans-Serif",
  73. "Proportional Serif": "Proportional Serif",
  74. "Monospace Serif": "Monospace Serif",
  75. "Casual": "Casual",
  76. "Script": "Script",
  77. "Small Caps": "Small Caps",
  78. "Reset": "Reset",
  79. "restore all settings to the default values": "restore all settings to the default values",
  80. "Done": "Done",
  81. "Caption Settings Dialog": "Caption Settings Dialog",
  82. "Beginning of dialog window. Escape will cancel and close the window.": "Beginning of dialog window. Escape will cancel and close the window.",
  83. "End of dialog window.": "End of dialog window.",
  84. "{1} is loading.": "{1} is loading."
  85. });