From 22cc3ef0c292b33483b437025326904595f97ee0 Mon Sep 17 00:00:00 2001 From: Heckyel Date: Mon, 27 Feb 2017 09:46:28 -0500 Subject: Update Language --- librevideojs-html5-player.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'librevideojs-html5-player.php') diff --git a/librevideojs-html5-player.php b/librevideojs-html5-player.php index d49d577..46650a8 100644 --- a/librevideojs-html5-player.php +++ b/librevideojs-html5-player.php @@ -202,6 +202,10 @@ function librevideojs_html5_video_embed_handler($atts, $content=null){ } $player = "librevideojs" . uniqid(); + $_no_html5 = __('Sorry, this video will not work because your web browser does not support HTML5 video. Please, change or update your browser', 'librevideojs-html5-player'); + + $_no_browser = '

' . $_no_html5 . '

'; + //custom style $style = ''; if(!empty($width)){ @@ -217,7 +221,7 @@ EOT; $output = <<