Wiki source code of JWPlayer Translations

Last modified by Frank Fock on 2024/02/07 18:16

Hide last authors
Frank Fock 1.1 1 rendering.macro.jwplayer.name=JW Player
2 rendering.macro.jwplayer.description=The JW Player is an open-source embeddable media player for web sites, supporting many commonly-used audio and video formats. The player is easy to configure, customize and extend.
3 rendering.macro.jwplayer.parameter.attachment.name=Attachment
4 rendering.macro.jwplayer.parameter.attachment.description=The reference to the attached media file that should be played. The reference is resolved relative to the current document. E.g.: Space.Page@video.mp4 or Page@video.mp4 or even simply video.mp4
5 rendering.macro.jwplayer.parameter.width.name=Width
6 rendering.macro.jwplayer.parameter.width.description=The player width, in pixels. If not defined, the player tries to determine automatically the width from the played media file.
7 rendering.macro.jwplayer.parameter.height.name=Height
8 rendering.macro.jwplayer.parameter.height.description=The player height, in pixels. If not defined, the player tries to determine automatically the height from the played media file.
9 rendering.macro.jwplayer.parameter.autostart.name=Autostart
10 rendering.macro.jwplayer.parameter.autostart.description=Automatically start playing the video on page load. Can be true or false (default). Autostart does not work on mobile devices like iOS and Android.
11 rendering.macro.jwplayer.parameter.repeat.name=Repeat
12 rendering.macro.jwplayer.parameter.repeat.description=Whether to loop playback of the playlist or not. Can be true (keep playing forever) or false (stop playback when completed). Defaults to false.