. /** * 语言包 - 英文 * * @package media_moeplayer * @copyright MoePlayer 项目(fork 自 ckplayer, www.ckplayer.com) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['pluginname'] = 'MoePlayer'; $string['pluginname_help'] = 'Embeds videos with MoePlayer, a web video player friendly to Chinese users. Supports mp4 / webm / m3u8 / flv / ts.'; $string['skin'] = 'Skin'; $string['skin_desc'] = 'Player skin (CSS theme).'; $string['skin_default'] = 'Default (dark)'; $string['skin_red'] = 'Red'; $string['skin_ixigua'] = 'Xigua (light)'; $string['width'] = 'Default width'; $string['width_desc'] = 'Default player width. A pixel number (e.g. 640) or a CSS value (e.g. 100%).'; $string['height'] = 'Default height'; $string['height_desc'] = 'Default player height in pixels.'; $string['privacy:metadata'] = 'The MoePlayer media plugin does not store any personal data.';