Video Embed & Thumbnail Generator - Version 4.3.2

Version Description

  • July 15, 2014 =
  • Updated Video.js to version 4.6.4
  • Added Spanish, French, and Bulgarian translations.
  • Added ability to send advanced configuration attributes to JW Player. Any attributes added to the [KGVID] shortcode will be passed on without change.
  • Added multisite option to restrict FFMPEG settings access to super admins only.
  • Added better error reporting when FFMPEG isn't executing.
  • Added subtitles/captions fields to "Embed Video from URL" tab.
  • Added allowfullscreen to iframe embed codes.
  • Added fitvidsignore class to Video.js videos to help defeat FitVids.js-induced playback problems.
  • Added contentUrl schema.org metadata.
  • Fixed some gettext calls for translation.
  • Fixed bug that set alternate resolution H.264 videos to type "video/h264" instead of "video/mp4".
  • Fixed bug that incorrectly added "Other user's video" to video encode queue entries.
  • Fixed missing help icons on settings pages.
  • Fixed bug that disabled aspect ratio locking in the "Embed Video from URL" tab.
Download this release

Release Info

Developer kylegilman
Plugin Icon 128x128 Video Embed & Thumbnail Generator
Version 4.3.2
Comparing to
See all releases

Code changes from version 4.3.1 to 4.3.2

css/video-embed-thumbnail-generator_admin.css CHANGED
@@ -242,18 +242,17 @@ font-weight: normal;
242
  }
243
 
244
  .kgvid_tooltip {
245
- color: #000000; outline: none;
246
- cursor: help; text-decoration: none;
247
  position: relative;
248
  }
249
 
250
- .kgvid_tooltip img {
251
- width:20px;
252
- height:20px;
253
- background-image:url("../../../../wp-includes/images/wpicons.png");
254
- background-position: -520px 0px;
255
- position:relative;
256
- top:6px;
257
  }
258
 
259
  .kgvid_tooltip span {
@@ -286,7 +285,7 @@ font-weight: normal;
286
  padding: 0.2em 0 0.6em 0;
287
  }
288
 
289
- .kgvid_tooltip_classic { padding: 0.8em 1em; background: #FFFFAA; border: 1px solid #FFAD33; }
290
  .custom { padding: 0.5em 0.8em 0.8em 2em; }
291
  * html a:hover { background: transparent; }
292
 
@@ -502,15 +501,14 @@ td.media-icon img {
502
  padding: 0;
503
  }
504
 
505
- .kgvid-blue-box {
506
  width: 454px;
507
  margin: 30px 0;
508
  padding: 20px 20px 0 20px;
509
- background-color: #F0F8FF;
510
  border: 2px solid #ddd;
511
  }
512
 
513
- .kgvid-blue-box > * {
514
  margin-left: auto;
515
  margin-right: auto;
516
  display: block;
@@ -547,3 +545,7 @@ td.media-icon img {
547
  #jw_player_id_select {
548
  margin-top: 5px;
549
  }
 
 
 
 
242
  }
243
 
244
  .kgvid_tooltip {
245
+ cursor: help;
246
+ text-decoration: none;
247
  position: relative;
248
  }
249
 
250
+ .kgvid_tooltip:before {
251
+ content: '\f223';
252
+ font-family: dashicons;
253
+ font-size: 16pt;
254
+ vertical-align: middle;
255
+ margin-left: 5px;
 
256
  }
257
 
258
  .kgvid_tooltip span {
285
  padding: 0.2em 0 0.6em 0;
286
  }
287
 
288
+ .kgvid_tooltip_classic { padding: 0.8em 1em; background: #ddd; border: 2px solid #999; }
289
  .custom { padding: 0.5em 0.8em 0.8em 2em; }
290
  * html a:hover { background: transparent; }
291
 
501
  padding: 0;
502
  }
503
 
504
+ .kgvid-donate-box {
505
  width: 454px;
506
  margin: 30px 0;
507
  padding: 20px 20px 0 20px;
 
508
  border: 2px solid #ddd;
509
  }
510
 
511
+ .kgvid-donate-box > * {
512
  margin-left: auto;
513
  margin-right: auto;
514
  display: block;
545
  #jw_player_id_select {
546
  margin-top: 5px;
547
  }
548
+
549
+ #kgflashmediaplayer-table input {
550
+ width: auto;
551
+ }
js/kgvid_video_embed.js CHANGED
@@ -197,6 +197,8 @@ function kgvid_setup_video(id) {
197
  jQuery('#video_'+id+'_flash_api').unwrap();
198
  }
199
 
 
 
200
  if ( video_vars.set_volume != "" ) { player.volume(video_vars.set_volume); }
201
 
202
  player.on('play', function kgvid_play_start(){
197
  jQuery('#video_'+id+'_flash_api').unwrap();
198
  }
199
 
200
+ //if ( video_vars.resolutions_plugin == true ) { player.resolutions(true); }
201
+
202
  if ( video_vars.set_volume != "" ) { player.volume(video_vars.set_volume); }
203
 
204
  player.on('play', function kgvid_play_start(){
js/kgvid_video_plugin_admin.js CHANGED
@@ -558,7 +558,12 @@ function kgvid_change_singleurl(url, basename, oldbasename) {
558
  document.getElementById('attachments-'+basename+'-numberofthumbs').setAttribute("onchange", "document.getElementById('attachments-"+basename+"-thumbtime').value='';");
559
  jQuery('#attachments-'+basename+'-thumbgenerate').replaceWith('<input disabled="disabled" type="button" id="attachments-'+basename+'-thumbgenerate" class="button-secondary" value="'+kgvidL10n.generate+'" name="thumbgenerate" onclick="kgvid_generate_thumb(\''+basename+'\', \'generate\');" >');
560
  jQuery('#attachments-'+basename+'-thumbrandomize').replaceWith('<input disabled="disabled" type="button" id="attachments-'+basename+'-thumbrandomize" class="button-secondary" value="'+kgvidL10n.randomize+'" name="thumbgenerate" onclick="kgvid_generate_thumb(\''+basename+'\', \'random\');" >');
561
-
 
 
 
 
 
562
 
563
  if ( document.getElementById('attachments-'+basename+'-kgflashmediaplayer-ffmpegexists').value == "on" ) {
564
  document.getElementById('attachments-'+basename+'-thumbgenerate').disabled = false;
@@ -650,10 +655,17 @@ function kgvid_insert_shortcode() {
650
  shortcode += titlecode + '<span itemprop="name">' + document.getElementById('videotitle').value + '</span>' + endtitlecode + '<br />';
651
  }
652
  if (url !="") {
 
653
  shortcode += ' [KGVID';
654
  if (document.getElementById('attachments-'+basename+'-kgflashmediaplayer-poster').value !="") { shortcode += ' poster="' + document.getElementById('attachments-'+basename+'-kgflashmediaplayer-poster').value + '"'; }
655
  if (document.getElementById('attachments-'+basename+'-kgflashmediaplayer-width').value !="") { shortcode += ' width="' + document.getElementById('attachments-'+basename+'-kgflashmediaplayer-width').value + '"'; }
656
  if (document.getElementById('attachments-'+basename+'-kgflashmediaplayer-height').value !="") { shortcode += ' height="' + document.getElementById('attachments-'+basename+'-kgflashmediaplayer-height').value + '"'; }
 
 
 
 
 
 
657
  if (document.getElementById('downloadlink').checked ) { shortcode += ' downloadlink="true"'; }
658
  shortcode += ']' + url + '[/KGVID] '; }
659
 
@@ -1189,6 +1201,6 @@ function kgvid_add_subtitles(id) {
1189
  var tracks = jQuery('#kgflashmediaplayer-'+id+'-trackdiv');
1190
  track_number = tracks.children().length;
1191
  track_label = track_number+1;
1192
- tracks.append('<div id="kgflashmediaplayer-'+id+'-trackdiv-'+track_number+'" class="kgvid_thumbnail_box kgvid_track_box"><strong>Track '+track_label+'</strong><span class="kgvid_track_box_removeable">X</span><br />'+kgvidL10n.tracktype+' <select name="attachments['+id+'][kgflashmediaplayer-track]['+track_number+'][kind]" id="attachments-'+id+'-kgflashmediaplayer-track_'+track_number+'_kind]"><option value="subtitles">'+kgvidL10n.subtitles+'</option><option value="captions">'+kgvidL10n.captions+'</option><option value="chapters">'+kgvidL10n.chapters+'</option></select><br /><span id="pick-track'+track_number+'" class="button-secondary" style="margin:10px 0;" data-choose="'+kgvidL10n.choosetextfile+'" data-update="'+kgvidL10n.settracksource+'" data-change="attachments-'+id+'-kgflashmediaplayer-track_'+track_number+'_src" onclick="kgvid_pick_attachment(this);">'+kgvidL10n.choosefromlibrary+'</span><br />URL: <input name="attachments['+id+'][kgflashmediaplayer-track]['+track_number+'][src]" id="attachments-'+id+'-kgflashmediaplayer-track_'+track_number+'_src" type="text" value="" class="text"><br />'+kgvidL10n.languagecode+' <input name="attachments['+id+'][kgflashmediaplayer-track]['+track_number+'][srclang]" id="attachments-'+id+'-kgflashmediaplayer-track_'+track_number+'_srclang" type="text" value="" maxlength="2" style="width:4'+track_number+'px;"><br />'+kgvidL10n.label+' <input name="attachments['+id+'][kgflashmediaplayer-track]['+track_number+'][label]" id="attachments-'+id+'-kgflashmediaplayer-track_'+track_number+'_label" type="text" value="" class="text"></div>');
1193
  jQuery('.kgvid_track_box_removeable').click(function() { jQuery(this).parent().remove(); jQuery('form.compat-item input').first().change(); });
1194
  }
558
  document.getElementById('attachments-'+basename+'-numberofthumbs').setAttribute("onchange", "document.getElementById('attachments-"+basename+"-thumbtime').value='';");
559
  jQuery('#attachments-'+basename+'-thumbgenerate').replaceWith('<input disabled="disabled" type="button" id="attachments-'+basename+'-thumbgenerate" class="button-secondary" value="'+kgvidL10n.generate+'" name="thumbgenerate" onclick="kgvid_generate_thumb(\''+basename+'\', \'generate\');" >');
560
  jQuery('#attachments-'+basename+'-thumbrandomize').replaceWith('<input disabled="disabled" type="button" id="attachments-'+basename+'-thumbrandomize" class="button-secondary" value="'+kgvidL10n.randomize+'" name="thumbgenerate" onclick="kgvid_generate_thumb(\''+basename+'\', \'random\');" >');
561
+ document.getElementById('attachments-'+basename+'-kgflashmediaplayer-width').setAttribute("onchange", "kgvid_set_dimension('"+basename+"', 'height', this.value);")
562
+ document.getElementById('attachments-'+basename+'-kgflashmediaplayer-width').setAttribute("onkeyup", "kgvid_set_dimension('"+basename+"', 'height', this.value);");
563
+ document.getElementById('attachments-'+basename+'-kgflashmediaplayer-height').setAttribute("onchange", "kgvid_set_dimension('"+basename+"', 'width', this.value);");
564
+ document.getElementById('attachments-'+basename+'-kgflashmediaplayer-height').setAttribute("onkeyup", "kgvid_set_dimension('"+basename+"', 'width', this.value);");
565
+ document.getElementById('attachments-'+basename+'-kgflashmediaplayer-lockaspect').setAttribute("onclick", "kgvid_set_aspect('"+basename+"', this.checked);");
566
+ document.getElementById('singleurl-lockaspect-label').setAttribute("for", "attachments-"+basename+"-kgflashmediaplayer-lockaspect");
567
 
568
  if ( document.getElementById('attachments-'+basename+'-kgflashmediaplayer-ffmpegexists').value == "on" ) {
569
  document.getElementById('attachments-'+basename+'-thumbgenerate').disabled = false;
655
  shortcode += titlecode + '<span itemprop="name">' + document.getElementById('videotitle').value + '</span>' + endtitlecode + '<br />';
656
  }
657
  if (url !="") {
658
+ console.log(basename);
659
  shortcode += ' [KGVID';
660
  if (document.getElementById('attachments-'+basename+'-kgflashmediaplayer-poster').value !="") { shortcode += ' poster="' + document.getElementById('attachments-'+basename+'-kgflashmediaplayer-poster').value + '"'; }
661
  if (document.getElementById('attachments-'+basename+'-kgflashmediaplayer-width').value !="") { shortcode += ' width="' + document.getElementById('attachments-'+basename+'-kgflashmediaplayer-width').value + '"'; }
662
  if (document.getElementById('attachments-'+basename+'-kgflashmediaplayer-height').value !="") { shortcode += ' height="' + document.getElementById('attachments-'+basename+'-kgflashmediaplayer-height').value + '"'; }
663
+ if (document.getElementById('attachments-'+basename+'-kgflashmediaplayer-track_src').value !="") {
664
+ shortcode += ' track_kind="' + document.getElementById('attachments-'+basename+'-kgflashmediaplayer-track_kind').value + '"';
665
+ shortcode += ' track_src="' + document.getElementById('attachments-'+basename+'-kgflashmediaplayer-track_src').value + '"';
666
+ if (document.getElementById('attachments-'+basename+'-kgflashmediaplayer-track_srclang').value !="") { shortcode += ' track_srclang="' + document.getElementById('attachments-'+basename+'-kgflashmediaplayer-track_srclang').value + '"'; }
667
+ if (document.getElementById('attachments-'+basename+'-kgflashmediaplayer-track_label').value !="") { shortcode += ' track_label="' + document.getElementById('attachments-'+basename+'-kgflashmediaplayer-track_label').value + '"'; }
668
+ }
669
  if (document.getElementById('downloadlink').checked ) { shortcode += ' downloadlink="true"'; }
670
  shortcode += ']' + url + '[/KGVID] '; }
671
 
1201
  var tracks = jQuery('#kgflashmediaplayer-'+id+'-trackdiv');
1202
  track_number = tracks.children().length;
1203
  track_label = track_number+1;
1204
+ tracks.append('<div id="kgflashmediaplayer-'+id+'-trackdiv-'+track_number+'" class="kgvid_thumbnail_box kgvid_track_box"><strong>Track '+track_label+'</strong><span class="kgvid_track_box_removeable">X</span><br />'+kgvidL10n.tracktype+' <select name="attachments['+id+'][kgflashmediaplayer-track]['+track_number+'][kind]" id="attachments-'+id+'-kgflashmediaplayer-track_'+track_number+'_kind]"><option value="subtitles">'+kgvidL10n.subtitles+'</option><option value="captions">'+kgvidL10n.captions+'</option><option value="chapters">'+kgvidL10n.chapters+'</option></select><br /><span id="pick-track'+track_number+'" class="button-secondary" style="margin:10px 0;" data-choose="'+kgvidL10n.choosetextfile+'" data-update="'+kgvidL10n.settracksource+'" data-change="attachments-'+id+'-kgflashmediaplayer-track_'+track_number+'_src" onclick="kgvid_pick_attachment(this);">'+kgvidL10n.choosefromlibrary+'</span><br />URL: <input name="attachments['+id+'][kgflashmediaplayer-track]['+track_number+'][src]" id="attachments-'+id+'-kgflashmediaplayer-track_'+track_number+'_src" type="text" value="" class="text"><br />'+kgvidL10n.languagecode+' <input name="attachments['+id+'][kgflashmediaplayer-track]['+track_number+'][srclang]" id="attachments-'+id+'-kgflashmediaplayer-track_'+track_number+'_srclang" type="text" value="" maxlength="2" style="width:40px;"><br />'+kgvidL10n.label+' <input name="attachments['+id+'][kgflashmediaplayer-track]['+track_number+'][label]" id="attachments-'+id+'-kgflashmediaplayer-track_'+track_number+'_label" type="text" value="" class="text"></div>');
1205
  jQuery('.kgvid_track_box_removeable').click(function() { jQuery(this).parent().remove(); jQuery('form.compat-item input').first().change(); });
1206
  }
languages/video-embed-thumbnail-generator-bg_BG.mo ADDED
Binary file
languages/video-embed-thumbnail-generator-bg_BG.po ADDED
@@ -0,0 +1,2358 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Video Embed & Thumbnail Generator v4.3.1\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/video-embed-thumbnail-"
5
+ "generator\n"
6
+ "POT-Creation-Date: 2014-07-08 16:27:20+00:00\n"
7
+ "PO-Revision-Date: 2014-07-08 23:37+0200\n"
8
+ "Last-Translator: Emil Georgiev <svinqvmraka@gmail.com>\n"
9
+ "Language-Team: \n"
10
+ "Language: bg_BG\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Generator: Poedit 1.6.5\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
18
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
19
+ "X-Textdomain-Support: yes\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ # @ video-embed-thumbnail-generator
23
+ #: video-embed-thumbnail-generator.php:207
24
+ msgid "Replace original with H.264"
25
+ msgstr "Заместете оригинала с H.264"
26
+
27
+ # @ video-embed-thumbnail-generator
28
+ #: video-embed-thumbnail-generator.php:353
29
+ msgid "Settings"
30
+ msgstr "Настройки"
31
+
32
+ # @ video-embed-thumbnail-generator
33
+ #: video-embed-thumbnail-generator.php:361
34
+ msgid "Network Settings"
35
+ msgstr "Настройки на мрежата"
36
+
37
+ # @ video-embed-thumbnail-generator
38
+ #: video-embed-thumbnail-generator.php:1126
39
+ msgctxt "please wait"
40
+ msgid "Wait"
41
+ msgstr "Момент"
42
+
43
+ # @ video-embed-thumbnail-generator
44
+ #: video-embed-thumbnail-generator.php:1127
45
+ msgid "Hide video..."
46
+ msgstr "Скрийте видеото..."
47
+
48
+ # @ video-embed-thumbnail-generator
49
+ #: video-embed-thumbnail-generator.php:1128
50
+ #: video-embed-thumbnail-generator.php:3707
51
+ msgid "Choose from video..."
52
+ msgstr "Изберете от видеото..."
53
+
54
+ # @ video-embed-thumbnail-generator
55
+ #: video-embed-thumbnail-generator.php:1129
56
+ msgid "Can't load video"
57
+ msgstr "Видеото не може да се зареди"
58
+
59
+ # @ video-embed-thumbnail-generator
60
+ #: video-embed-thumbnail-generator.php:1130
61
+ msgid "Choose Thumbnail:"
62
+ msgstr "Изберете картинка:"
63
+
64
+ # @ video-embed-thumbnail-generator
65
+ #: video-embed-thumbnail-generator.php:1131
66
+ msgid "Save All Thumbnails"
67
+ msgstr "Запазете всички картинки"
68
+
69
+ # @ video-embed-thumbnail-generator
70
+ #: video-embed-thumbnail-generator.php:1132
71
+ msgid "Saving..."
72
+ msgstr "Запазване..."
73
+
74
+ # @ video-embed-thumbnail-generator
75
+ #: video-embed-thumbnail-generator.php:1133
76
+ msgid "Loading..."
77
+ msgstr "Зареждане..."
78
+
79
+ # @ video-embed-thumbnail-generator
80
+ #: video-embed-thumbnail-generator.php:1134
81
+ #: video-embed-thumbnail-generator.php:4344
82
+ msgid "Generate"
83
+ msgstr "Генериране"
84
+
85
+ # @ video-embed-thumbnail-generator
86
+ #: video-embed-thumbnail-generator.php:1135
87
+ #: video-embed-thumbnail-generator.php:4345
88
+ msgid "Randomize"
89
+ msgstr "Разбъркване"
90
+
91
+ # @ video-embed-thumbnail-generator
92
+ #: video-embed-thumbnail-generator.php:1136
93
+ msgid "%s not found"
94
+ msgstr "%s не е намерено"
95
+
96
+ # @ video-embed-thumbnail-generator
97
+ #: video-embed-thumbnail-generator.php:1137
98
+ msgid ""
99
+ "Please enter a URL that points to a valid video file. Video sharing sites "
100
+ "are not supported by this plugin.\n"
101
+ "To embed from YouTube, Vimeo, etc, just paste the link directly into the "
102
+ "post window and WordPress will handle the rest."
103
+ msgstr ""
104
+ "Въведете URL адрес, водещ към валиден видео файл. Сайтове за видеосподеляне "
105
+ "не се поддържат.\n"
106
+ "За да вградите видео от YouTube, Vimeo и тн., поставете връзката директно в "
107
+ "публикацията и WordPress ще се погрижи за останалото."
108
+
109
+ # @ video-embed-thumbnail-generator
110
+ #: video-embed-thumbnail-generator.php:1138
111
+ #: video-embed-thumbnail-generator.php:1875
112
+ #: video-embed-thumbnail-generator.php:4344
113
+ #: video-embed-thumbnail-generator.php:4345
114
+ #: video-embed-thumbnail-generator.php:4379
115
+ msgid "Please enter a valid video URL"
116
+ msgstr "Въведете валиден адрес на видео"
117
+
118
+ # @ video-embed-thumbnail-generator
119
+ #: video-embed-thumbnail-generator.php:1139
120
+ msgid ""
121
+ "You are about to permanently delete the encoded video.\n"
122
+ " 'Cancel' to stop, 'OK' to delete."
123
+ msgstr ""
124
+ "Това действие ще изтрие перманентно кодираното видео.\n"
125
+ "'Отказ' за прекратяване, 'ОК' за изтриване."
126
+
127
+ # @ video-embed-thumbnail-generator
128
+ #: video-embed-thumbnail-generator.php:1140
129
+ msgid "Saved."
130
+ msgstr "Записано."
131
+
132
+ # @ video-embed-thumbnail-generator
133
+ #: video-embed-thumbnail-generator.php:1141
134
+ msgid "Running test..."
135
+ msgstr "Тестване..."
136
+
137
+ # @ video-embed-thumbnail-generator
138
+ #: video-embed-thumbnail-generator.php:1142
139
+ msgid "FFMPEG or LIBAV required for these functions."
140
+ msgstr "FFMPEG или LIBAV са необходими за тези функции."
141
+
142
+ # @ video-embed-thumbnail-generator
143
+ #: video-embed-thumbnail-generator.php:1143
144
+ msgid ""
145
+ "You are about to set all existing video thumbnails previously generated by "
146
+ "this plugin as the featured images for their posts. There is no 'undo' "
147
+ "button, so proceed at your own risk."
148
+ msgstr ""
149
+ "Това действие ще зададе всички съществуващи видео-картинки, генерирани "
150
+ "досега, като картинки на публикациите, в които се намират. Няма бутон за "
151
+ "връщане, затова продължавате на собствен риск."
152
+
153
+ # @ video-embed-thumbnail-generator
154
+ #: video-embed-thumbnail-generator.php:1144
155
+ msgid "'Cancel' to stop, 'OK' to proceed."
156
+ msgstr "'Отказ' за прекратяване, 'ОК' за продължаване."
157
+
158
+ # @ video-embed-thumbnail-generator
159
+ #: video-embed-thumbnail-generator.php:1145
160
+ msgid "Processing..."
161
+ msgstr "Обработване..."
162
+
163
+ # @ video-embed-thumbnail-generator
164
+ #: video-embed-thumbnail-generator.php:1146
165
+ msgid ""
166
+ "You are about to set all existing video thumbnails previously generated by "
167
+ "this plugin as attachments of their posts rather than their associated "
168
+ "videos. Proceed at your own risk."
169
+ msgstr ""
170
+ "Това действие ще зададе всички съществуващи видео-картинки, генерирани от "
171
+ "това разширение, като приложения на публикациите им, вместо директно на "
172
+ "видеата. Продължете на собствен риск."
173
+
174
+ # @ video-embed-thumbnail-generator
175
+ #: video-embed-thumbnail-generator.php:1147
176
+ msgid ""
177
+ "You are about to set all existing video thumbnails previously generated by "
178
+ "this plugin as attachments of their videos rather than their associated "
179
+ "posts. Proceed at your own risk."
180
+ msgstr ""
181
+ "Това действие ще зададе всички съществуващи видео-картинки, генерирани от "
182
+ "това разширение, като приложения към видеата, вместо към публикациите им. "
183
+ "Продължете на собствен риск."
184
+
185
+ # @ video-embed-thumbnail-generator
186
+ #: video-embed-thumbnail-generator.php:1148
187
+ msgid "Complete"
188
+ msgstr "Готово"
189
+
190
+ # @ video-embed-thumbnail-generator
191
+ #: video-embed-thumbnail-generator.php:1149
192
+ #: video-embed-thumbnail-generator.php:3783
193
+ #: video-embed-thumbnail-generator.php:4371
194
+ msgid "Track type:"
195
+ msgstr "Тип на пътечката:"
196
+
197
+ # @ video-embed-thumbnail-generator
198
+ #: video-embed-thumbnail-generator.php:1150
199
+ #: video-embed-thumbnail-generator.php:3774
200
+ #: video-embed-thumbnail-generator.php:4371
201
+ msgid "subtitles"
202
+ msgstr "субтитри"
203
+
204
+ # @ video-embed-thumbnail-generator
205
+ #: video-embed-thumbnail-generator.php:1151
206
+ #: video-embed-thumbnail-generator.php:3774
207
+ #: video-embed-thumbnail-generator.php:4371
208
+ msgid "captions"
209
+ msgstr "надписи"
210
+
211
+ # @ video-embed-thumbnail-generator
212
+ #: video-embed-thumbnail-generator.php:1152
213
+ #: video-embed-thumbnail-generator.php:3774
214
+ #: video-embed-thumbnail-generator.php:4371
215
+ msgid "chapters"
216
+ msgstr "части"
217
+
218
+ # @ video-embed-thumbnail-generator
219
+ #: video-embed-thumbnail-generator.php:1153
220
+ #: video-embed-thumbnail-generator.php:3784
221
+ msgid "Choose a Text File"
222
+ msgstr "Изберете текстов файл"
223
+
224
+ # @ video-embed-thumbnail-generator
225
+ #: video-embed-thumbnail-generator.php:1154
226
+ #: video-embed-thumbnail-generator.php:3784
227
+ msgid "Set as track source"
228
+ msgstr "Задайте като източник на пътечката"
229
+
230
+ # @ video-embed-thumbnail-generator
231
+ #: video-embed-thumbnail-generator.php:1155
232
+ #: video-embed-thumbnail-generator.php:2576
233
+ #: video-embed-thumbnail-generator.php:2582
234
+ #: video-embed-thumbnail-generator.php:2588
235
+ #: video-embed-thumbnail-generator.php:2916
236
+ #: video-embed-thumbnail-generator.php:3739
237
+ #: video-embed-thumbnail-generator.php:3784
238
+ msgid "Choose from Library"
239
+ msgstr "Изберете от библиотеката"
240
+
241
+ # @ video-embed-thumbnail-generator
242
+ #: video-embed-thumbnail-generator.php:1156
243
+ #: video-embed-thumbnail-generator.php:4371
244
+ msgid "Language code:"
245
+ msgstr "Езиков код:"
246
+
247
+ # @ video-embed-thumbnail-generator
248
+ #: video-embed-thumbnail-generator.php:1157
249
+ msgctxt "noun"
250
+ msgid "Label:"
251
+ msgstr "Етикет:"
252
+
253
+ # @ video-embed-thumbnail-generator
254
+ #: video-embed-thumbnail-generator.php:1190
255
+ msgctxt "noun for Google Analytics event"
256
+ msgid "Play Start"
257
+ msgstr "Стартиране на възпроизвеждане"
258
+
259
+ # @ video-embed-thumbnail-generator
260
+ #: video-embed-thumbnail-generator.php:1191
261
+ msgctxt "noun for Google Analytics event"
262
+ msgid "Complete View"
263
+ msgstr "Пълно гледане"
264
+
265
+ # @ video-embed-thumbnail-generator
266
+ #: video-embed-thumbnail-generator.php:1192
267
+ msgctxt "button text to play next video"
268
+ msgid "Next"
269
+ msgstr "Следващо"
270
+
271
+ # @ video-embed-thumbnail-generator
272
+ #: video-embed-thumbnail-generator.php:1193
273
+ msgctxt "button text to play previous video"
274
+ msgid "Previous"
275
+ msgstr "Предишно"
276
+
277
+ #: video-embed-thumbnail-generator.php:1638
278
+ msgid "%s view"
279
+ msgid_plural "%s views"
280
+ msgstr[0] "%s гледане"
281
+ msgstr[1] "%s гледания"
282
+
283
+ # @ video-embed-thumbnail-generator
284
+ #: video-embed-thumbnail-generator.php:1643
285
+ msgid "Right-click or ctrl-click on this link to download"
286
+ msgstr ""
287
+ "Натиснете десен бутон или CTRL–ляв бутон, върху тази връзка, за сваляне."
288
+
289
+ # @ video-embed-thumbnail-generator
290
+ #: video-embed-thumbnail-generator.php:1659
291
+ msgctxt "precedes code for embedding video"
292
+ msgid "Embed:"
293
+ msgstr "Вграждане:"
294
+
295
+ # @ video-embed-thumbnail-generator
296
+ #: video-embed-thumbnail-generator.php:1880
297
+ msgctxt "ex: FFMPEG not found at /usr/local/bin"
298
+ msgid "%1$s not found at %2$s"
299
+ msgstr "%1$s не е намерен във %2$s"
300
+
301
+ # @ video-embed-thumbnail-generator
302
+ #: video-embed-thumbnail-generator.php:1943
303
+ msgid "Delete Permanently"
304
+ msgstr "Перманентно изтриване"
305
+
306
+ # @ video-embed-thumbnail-generator
307
+ #: video-embed-thumbnail-generator.php:1955
308
+ msgid "Currently encoding"
309
+ msgstr "Кодира се"
310
+
311
+ # @ video-embed-thumbnail-generator
312
+ #: video-embed-thumbnail-generator.php:1962
313
+ msgid "Format already exists"
314
+ msgstr "Форматът вече съществува"
315
+
316
+ # @ video-embed-thumbnail-generator
317
+ #: video-embed-thumbnail-generator.php:1969
318
+ msgid "You don't have permission to encode videos"
319
+ msgstr "Нямате разрешение да кодирате видеа"
320
+
321
+ # @ video-embed-thumbnail-generator
322
+ #: video-embed-thumbnail-generator.php:1977
323
+ msgid "Nothing to encode"
324
+ msgstr "Няма нищо за кодиране"
325
+
326
+ # @ video-embed-thumbnail-generator
327
+ #: video-embed-thumbnail-generator.php:1981
328
+ msgctxt "Button text"
329
+ msgid "Update"
330
+ msgstr "Обновяване"
331
+
332
+ # @ video-embed-thumbnail-generator
333
+ #: video-embed-thumbnail-generator.php:1984
334
+ msgctxt "Button text"
335
+ msgid "Encode"
336
+ msgstr "Кодиране"
337
+
338
+ # @ video-embed-thumbnail-generator
339
+ #: video-embed-thumbnail-generator.php:1990
340
+ msgid ""
341
+ "Generates additional video formats compatible with most mobile & HTML5-"
342
+ "compatible browsers"
343
+ msgstr ""
344
+ "Генерира допълнителни видео формати, съвместими с повечето мобилни и html5-"
345
+ "поддържащи браузъри"
346
+
347
+ # @ video-embed-thumbnail-generator
348
+ #: video-embed-thumbnail-generator.php:2015
349
+ msgctxt "noun, column header"
350
+ msgid "Order"
351
+ msgstr "Подреждане"
352
+
353
+ # @ video-embed-thumbnail-generator
354
+ #: video-embed-thumbnail-generator.php:2016
355
+ msgctxt "username, column header"
356
+ msgid "User"
357
+ msgstr "Потребител"
358
+
359
+ # @ video-embed-thumbnail-generator
360
+ #: video-embed-thumbnail-generator.php:2017
361
+ msgctxt "noun, column header"
362
+ msgid "Thumbnail"
363
+ msgstr "Картинка"
364
+
365
+ # @ video-embed-thumbnail-generator
366
+ #: video-embed-thumbnail-generator.php:2018
367
+ msgctxt "noun, column header"
368
+ msgid "File"
369
+ msgstr "Файл"
370
+
371
+ # @ video-embed-thumbnail-generator
372
+ #: video-embed-thumbnail-generator.php:2019
373
+ msgctxt "noun, column header"
374
+ msgid "Formats"
375
+ msgstr "Формати"
376
+
377
+ # @ video-embed-thumbnail-generator
378
+ #: video-embed-thumbnail-generator.php:2020
379
+ msgctxt "noun, column header"
380
+ msgid "Actions"
381
+ msgstr "Действия"
382
+
383
+ # @ video-embed-thumbnail-generator
384
+ #: video-embed-thumbnail-generator.php:2024
385
+ msgctxt "multisite site name, column header"
386
+ msgid "Site"
387
+ msgstr "Сайт"
388
+
389
+ # @ video-embed-thumbnail-generator
390
+ #: video-embed-thumbnail-generator.php:2140
391
+ msgid "Other user's video"
392
+ msgstr "Видео на друг потребител"
393
+
394
+ # @ video-embed-thumbnail-generator
395
+ #: video-embed-thumbnail-generator.php:2144
396
+ msgid "Queue is empty"
397
+ msgstr "Опашката е празна"
398
+
399
+ # @ video-embed-thumbnail-generator
400
+ #: video-embed-thumbnail-generator.php:2153
401
+ #: video-embed-thumbnail-generator.php:2160
402
+ msgctxt "Tools page title"
403
+ msgid "Video Embed & Thumbnail Generator Encoding Queue"
404
+ msgstr "Video Embed & Thumbnail Generator Опашка за кодиране"
405
+
406
+ # @ video-embed-thumbnail-generator
407
+ #: video-embed-thumbnail-generator.php:2153
408
+ msgctxt "Title in admin sidebar"
409
+ msgid "Video Encode Queue"
410
+ msgstr "Опашка за кодиране на видео"
411
+
412
+ # @ video-embed-thumbnail-generator
413
+ #: video-embed-thumbnail-generator.php:2160
414
+ msgctxt "Title in network admin sidebar"
415
+ msgid "Network Video Encode Queue"
416
+ msgstr "Опашка за кодиране на видео в мрежата"
417
+
418
+ # @ video-embed-thumbnail-generator
419
+ #: video-embed-thumbnail-generator.php:2170
420
+ msgid "Video Embed & Thumbnail Generator Encoding Queue"
421
+ msgstr "Video Embed & Thumbnail Generator опашка за кодиране"
422
+
423
+ # @ video-embed-thumbnail-generator
424
+ #: video-embed-thumbnail-generator.php:2187
425
+ msgid "Clear All Completed"
426
+ msgstr "Изчистване на всички готови"
427
+
428
+ # @ video-embed-thumbnail-generator
429
+ #: video-embed-thumbnail-generator.php:2195
430
+ #: video-embed-thumbnail-generator.php:2320
431
+ msgctxt "Settings page title"
432
+ msgid "Video Embed & Thumbnail Generator"
433
+ msgstr "Video Embed & Thumbnail Generator"
434
+
435
+ # @ Settings page title in admin sidebar
436
+ #: video-embed-thumbnail-generator.php:2195
437
+ #: video-embed-thumbnail-generator.php:2320
438
+ msgctxt "Settings page title in admin sidebar"
439
+ msgid "Video Embed & Thumbnail Generator"
440
+ msgstr "Video Embed & Thumbnail Generator"
441
+
442
+ # @ video-embed-thumbnail-generator
443
+ #: video-embed-thumbnail-generator.php:2231
444
+ msgid ""
445
+ "Video Embed & Thumbnail Generator network settings reset to default values."
446
+ msgstr ""
447
+ "Мрежовите настройки на Video Embed & Thumbnail Generator бяха възстановени "
448
+ "по подразбиране."
449
+
450
+ # @ video-embed-thumbnail-generator
451
+ #: video-embed-thumbnail-generator.php:2253
452
+ msgid "Path to applications on the server:"
453
+ msgstr "Път до приложенията на сървъра:"
454
+
455
+ # @ video-embed-thumbnail-generator
456
+ #: video-embed-thumbnail-generator.php:2256
457
+ #: video-embed-thumbnail-generator.php:2486
458
+ msgid "Application for thumbnails & encoding:"
459
+ msgstr "Приложения за картинки и кодиране:"
460
+
461
+ # @ video-embed-thumbnail-generator
462
+ #: video-embed-thumbnail-generator.php:2260
463
+ #: video-embed-thumbnail-generator.php:2495
464
+ msgid "Method to fix encoded H.264 headers for streaming:"
465
+ msgstr "Метод за поправяне на H.264 хедъри за стрийминг:"
466
+
467
+ # @ video-embed-thumbnail-generator
468
+ #: video-embed-thumbnail-generator.php:2264
469
+ #: video-embed-thumbnail-generator.php:2504
470
+ msgid "FFMPEG legacy options:"
471
+ msgstr "FFMPEG наследени опции:"
472
+
473
+ # @ video-embed-thumbnail-generator
474
+ #: video-embed-thumbnail-generator.php:2268
475
+ msgid "Execution:"
476
+ msgstr "Изпълнение:"
477
+
478
+ # @ video-embed-thumbnail-generator
479
+ #: video-embed-thumbnail-generator.php:2272
480
+ msgid "User capabilties for new sites:"
481
+ msgstr "Потребителски привилегии за нови сайтове:"
482
+
483
+ #: video-embed-thumbnail-generator.php:2276
484
+ msgid "Super Admins only:"
485
+ msgstr "Само за супер администратори:"
486
+
487
+ # @ video-embed-thumbnail-generator
488
+ #: video-embed-thumbnail-generator.php:2282
489
+ #: video-embed-thumbnail-generator.php:2347
490
+ msgid "Save Changes"
491
+ msgstr "Запазване на промените"
492
+
493
+ # @ video-embed-thumbnail-generator
494
+ #: video-embed-thumbnail-generator.php:2283
495
+ #: video-embed-thumbnail-generator.php:2348
496
+ msgid "Reset Options"
497
+ msgstr "Възстановяване на настройките по подразбиране"
498
+
499
+ # @ video-embed-thumbnail-generator
500
+ #: video-embed-thumbnail-generator.php:2287
501
+ #: video-embed-thumbnail-generator.php:2352
502
+ msgid ""
503
+ "If you're getting some use out of this plugin, please consider donating a "
504
+ "few dollars to support its future development."
505
+ msgstr ""
506
+ "Ако разширението ви върши работа, помислете за дарение, за продължаване на "
507
+ "разработката му."
508
+
509
+ # @ video-embed-thumbnail-generator
510
+ #: video-embed-thumbnail-generator.php:2315
511
+ msgctxt "FFMPEG settings tab"
512
+ msgid "%s settings tab."
513
+ msgstr "Раздел с настройки за %s."
514
+
515
+ # @ video-embed-thumbnail-generator
516
+ #: video-embed-thumbnail-generator.php:2338
517
+ msgctxt "Adjective, tab title"
518
+ msgid "General"
519
+ msgstr "Общи"
520
+
521
+ # @ video-embed-thumbnail-generator
522
+ #: video-embed-thumbnail-generator.php:2339
523
+ msgctxt "FFMPEG Settings, tab title"
524
+ msgid "%s Settings"
525
+ msgstr "%s настройки"
526
+
527
+ # @ video-embed-thumbnail-generator
528
+ #: video-embed-thumbnail-generator.php:2447
529
+ msgid "Default Video Playback Settings"
530
+ msgstr "Настойки за изпълняване на видео по подразбиране"
531
+
532
+ # @ video-embed-thumbnail-generator
533
+ #: video-embed-thumbnail-generator.php:2448
534
+ msgid "The following options will only affect Flash playback"
535
+ msgstr "Настройките по-долу се отнасят само за Flash"
536
+
537
+ # @ video-embed-thumbnail-generator
538
+ #: video-embed-thumbnail-generator.php:2449
539
+ msgid "Plugin Settings"
540
+ msgstr "Настройки на разширението"
541
+
542
+ # @ video-embed-thumbnail-generator
543
+ #: video-embed-thumbnail-generator.php:2450
544
+ msgid "Video Encoding Settings"
545
+ msgstr "Настройки за кодирането на видео"
546
+
547
+ # @ video-embed-thumbnail-generator
548
+ #: video-embed-thumbnail-generator.php:2452
549
+ msgid "Default thumbnail:"
550
+ msgstr "Картинка по подразбиране:"
551
+
552
+ # @ video-embed-thumbnail-generator
553
+ #: video-embed-thumbnail-generator.php:2453
554
+ msgid "End of video image:"
555
+ msgstr "Картинка в края на видеото:"
556
+
557
+ # @ video-embed-thumbnail-generator
558
+ #: video-embed-thumbnail-generator.php:2454
559
+ msgid "Watermark overlay:"
560
+ msgstr "Воден знак:"
561
+
562
+ # @ video-embed-thumbnail-generator
563
+ #: video-embed-thumbnail-generator.php:2455
564
+ msgid "Video alignment:"
565
+ msgstr "Подравняване на видеото:"
566
+
567
+ # @ video-embed-thumbnail-generator
568
+ #: video-embed-thumbnail-generator.php:2456
569
+ msgid "Automatically resize videos:"
570
+ msgstr "Автоматично преоразмеряване на видеата:"
571
+
572
+ # @ video-embed-thumbnail-generator
573
+ #: video-embed-thumbnail-generator.php:2457
574
+ msgid "Inline videos:"
575
+ msgstr "Видеа в текста:"
576
+
577
+ # @ video-embed-thumbnail-generator
578
+ #: video-embed-thumbnail-generator.php:2458
579
+ msgid "Max embedded video dimensions:"
580
+ msgstr "Максимални размери за вградени видеа:"
581
+
582
+ # @ video-embed-thumbnail-generator
583
+ #: video-embed-thumbnail-generator.php:2459
584
+ msgid "Max gallery video dimensions:"
585
+ msgstr "Максимални размери за видеа в галерия:"
586
+
587
+ # @ video-embed-thumbnail-generator
588
+ #: video-embed-thumbnail-generator.php:2460
589
+ msgid "Gallery thumbnail width:"
590
+ msgstr "Ширина на картинките в галерия:"
591
+
592
+ # @ video-embed-thumbnail-generator
593
+ #: video-embed-thumbnail-generator.php:2461
594
+ msgid "Video controls:"
595
+ msgstr "Контролни бутони на видеата:"
596
+
597
+ # @ video-embed-thumbnail-generator
598
+ #: video-embed-thumbnail-generator.php:2462
599
+ msgid "Autoplay:"
600
+ msgstr "Автоматично изпълняване:"
601
+
602
+ # @ video-embed-thumbnail-generator
603
+ #: video-embed-thumbnail-generator.php:2463
604
+ msgctxt "verb"
605
+ msgid "Loop:"
606
+ msgstr "Повтаряне:"
607
+
608
+ # @ video-embed-thumbnail-generator
609
+ #: video-embed-thumbnail-generator.php:2464
610
+ msgid "Preload:"
611
+ msgstr "Предварително зареждане:"
612
+
613
+ # @ video-embed-thumbnail-generator
614
+ #: video-embed-thumbnail-generator.php:2465
615
+ msgctxt "CSS class for video skin"
616
+ msgid "Skin class:"
617
+ msgstr "CSS клас на кожата:"
618
+
619
+ # @ video-embed-thumbnail-generator
620
+ #: video-embed-thumbnail-generator.php:2467
621
+ msgid "Background color:"
622
+ msgstr "Цвят на фона:"
623
+
624
+ # @ video-embed-thumbnail-generator
625
+ #: video-embed-thumbnail-generator.php:2468
626
+ msgid "XML configuration file:"
627
+ msgstr "XML конфигурационен файл:"
628
+
629
+ # @ video-embed-thumbnail-generator
630
+ #: video-embed-thumbnail-generator.php:2469
631
+ msgid "Video skin file:"
632
+ msgstr "Файл с кожа за видеото:"
633
+
634
+ # @ video-embed-thumbnail-generator
635
+ #: video-embed-thumbnail-generator.php:2470
636
+ msgid "Video stream type:"
637
+ msgstr "Тип на видео потока:"
638
+
639
+ # @ video-embed-thumbnail-generator
640
+ #: video-embed-thumbnail-generator.php:2471
641
+ msgid "Video scale mode:"
642
+ msgstr "Тип на оразмеряването на видеото:"
643
+
644
+ # @ video-embed-thumbnail-generator
645
+ #: video-embed-thumbnail-generator.php:2472
646
+ msgid "Autohide:"
647
+ msgstr "Автоматично скриване:"
648
+
649
+ # @ video-embed-thumbnail-generator
650
+ #: video-embed-thumbnail-generator.php:2473
651
+ msgid "Play button overlay:"
652
+ msgstr "Подложка на бутона за изпълнение:"
653
+
654
+ # @ video-embed-thumbnail-generator
655
+ #: video-embed-thumbnail-generator.php:2475
656
+ msgid "Default number of thumbnails to generate:"
657
+ msgstr "Брой по подразбиране на генерираните картинки:"
658
+
659
+ # @ video-embed-thumbnail-generator
660
+ #: video-embed-thumbnail-generator.php:2476
661
+ msgid "User capabilities:"
662
+ msgstr "Потребителски права:"
663
+
664
+ # @ video-embed-thumbnail-generator
665
+ #: video-embed-thumbnail-generator.php:2477
666
+ msgid "Video security:"
667
+ msgstr "Сигурност на видеото:"
668
+
669
+ # @ video-embed-thumbnail-generator
670
+ #: video-embed-thumbnail-generator.php:2478
671
+ msgid "Featured image:"
672
+ msgstr "Картинка на публикацията:"
673
+
674
+ # @ video-embed-thumbnail-generator
675
+ #: video-embed-thumbnail-generator.php:2479
676
+ msgid "Attach thumbnails to:"
677
+ msgstr "Прикачване на картинките към:"
678
+
679
+ # @ video-embed-thumbnail-generator
680
+ #: video-embed-thumbnail-generator.php:2480
681
+ msgid "Delete associated attachments:"
682
+ msgstr "Изтриване на свързаните прикачени файлове:"
683
+
684
+ # @ video-embed-thumbnail-generator
685
+ #: video-embed-thumbnail-generator.php:2481
686
+ msgid "Video title text HTML formatting:"
687
+ msgstr "HTML форматиране на заглавия на видеата:"
688
+
689
+ # @ video-embed-thumbnail-generator
690
+ #: video-embed-thumbnail-generator.php:2482
691
+ msgid "Attachment page design:"
692
+ msgstr "Дизайн на страницата за прикачен файл:"
693
+
694
+ # @ video-embed-thumbnail-generator
695
+ #: video-embed-thumbnail-generator.php:2485
696
+ msgid "Path to applications folder on server:"
697
+ msgstr "Път към директорията на приложението на сървъра:"
698
+
699
+ # @ video-embed-thumbnail-generator
700
+ #: video-embed-thumbnail-generator.php:2489
701
+ msgid "Enable in-browser thumbnails:"
702
+ msgstr "Включи картинките в браузъра:"
703
+
704
+ # @ video-embed-thumbnail-generator
705
+ #: video-embed-thumbnail-generator.php:2490
706
+ msgid "Default video encode formats:"
707
+ msgstr "Формати по подразбиране за видео кодиране:"
708
+
709
+ # @ video-embed-thumbnail-generator
710
+ #: video-embed-thumbnail-generator.php:2491
711
+ msgid "Do automatically on upload:"
712
+ msgstr "Изпълнявай автоматично след качване:"
713
+
714
+ # @ video-embed-thumbnail-generator
715
+ #: video-embed-thumbnail-generator.php:2492
716
+ msgid "htaccess login:"
717
+ msgstr "htaccess login:"
718
+
719
+ # @ video-embed-thumbnail-generator
720
+ #: video-embed-thumbnail-generator.php:2493
721
+ msgid "Add watermark to encoded files:"
722
+ msgstr "Добавяй воден знак към кодираните файлове:"
723
+
724
+ # @ video-embed-thumbnail-generator
725
+ #: video-embed-thumbnail-generator.php:2497
726
+ msgid "Encode quality control method:"
727
+ msgstr "Метод за контрол на качеството на кодиране:"
728
+
729
+ # @ video-embed-thumbnail-generator
730
+ #: video-embed-thumbnail-generator.php:2498
731
+ msgid "Constant Rate Factors (CRF):"
732
+ msgstr "Constant Rate Factors (CRF):"
733
+
734
+ # @ video-embed-thumbnail-generator
735
+ #: video-embed-thumbnail-generator.php:2499
736
+ msgid "Average Bit Rate:"
737
+ msgstr "Среден Битрейт:"
738
+
739
+ # @ video-embed-thumbnail-generator
740
+ #: video-embed-thumbnail-generator.php:2500
741
+ msgid "H.264 profile:"
742
+ msgstr "H.264 профил:"
743
+
744
+ # @ video-embed-thumbnail-generator
745
+ #: video-embed-thumbnail-generator.php:2501
746
+ msgid "Audio bit rate:"
747
+ msgstr "Аудио битрейт:"
748
+
749
+ # @ video-embed-thumbnail-generator
750
+ #: video-embed-thumbnail-generator.php:2505
751
+ msgctxt "program execution options"
752
+ msgid "Execution:"
753
+ msgstr "Изпълнение:"
754
+
755
+ # @ video-embed-thumbnail-generator
756
+ #: video-embed-thumbnail-generator.php:2508
757
+ msgid "Test FFMPEG:"
758
+ msgstr "Тестване на FFMPEG:"
759
+
760
+ # @ video-embed-thumbnail-generator
761
+ #: video-embed-thumbnail-generator.php:2530
762
+ #: video-embed-thumbnail-generator.php:3804
763
+ msgid "WordPress Default"
764
+ msgstr "WordPress по подразбиране"
765
+
766
+ # @ video-embed-thumbnail-generator
767
+ #: video-embed-thumbnail-generator.php:2552
768
+ msgid "(deprecated)"
769
+ msgstr "(вече не се разработва)"
770
+
771
+ # @ video-embed-thumbnail-generator
772
+ #: video-embed-thumbnail-generator.php:2554
773
+ msgid "Video player:"
774
+ msgstr "Видео плеър:"
775
+
776
+ # @ video-embed-thumbnail-generator
777
+ #: video-embed-thumbnail-generator.php:2559
778
+ msgid ""
779
+ "Video.js is the default player. Users running WordPress 3.6 or higher can "
780
+ "choose the WordPress Default Mediaelement.js player which may already be "
781
+ "skinned to match your theme. If the JW Player WordPress plugin is active it "
782
+ "should be available as a video player. In the past this plugin used Adobe's "
783
+ "Strobe Media Playback Flash player, which hasn't been updated since 2011 and "
784
+ "is not recommended. It should still work, but new plugin functions are not "
785
+ "guaranteed to be compatible."
786
+ msgstr ""
787
+ "Video.js е видео плеърът по подразбиране. Потребители, използващи версия 3.6 "
788
+ "или по-нова могат да използват плеърът по подразбиране в WordPress - "
789
+ "Mediaelement.js , който може би вече е стилизиран да съответства на темата, "
790
+ "която използвате. Ако разширението на JW player е активно, ще бъде достъпно "
791
+ "за избор. Можете да използвате Strobe media player на Adobe, но той не е "
792
+ "обновяван от 2011 година и не се препоръчва. Вероятно ще работи, но не "
793
+ "можем да гарантираме съвместимост с нови функционалности."
794
+
795
+ # @ video-embed-thumbnail-generator
796
+ #: video-embed-thumbnail-generator.php:2563
797
+ msgid "Overlay video title"
798
+ msgstr "Заглавие върху видеото"
799
+
800
+ # @ video-embed-thumbnail-generator
801
+ #: video-embed-thumbnail-generator.php:2564
802
+ msgid "Overlay embed code"
803
+ msgstr "Код за вграждане върху видеото"
804
+
805
+ # @ video-embed-thumbnail-generator
806
+ #: video-embed-thumbnail-generator.php:2567
807
+ msgid "Show download link"
808
+ msgstr "Показване на линк за сваляне"
809
+
810
+ # @ video-embed-thumbnail-generator
811
+ #: video-embed-thumbnail-generator.php:2568
812
+ msgid "Show view count"
813
+ msgstr "Показване на брой гледания"
814
+
815
+ # @ video-embed-thumbnail-generator
816
+ #: video-embed-thumbnail-generator.php:2576
817
+ #: video-embed-thumbnail-generator.php:3739
818
+ msgid "Choose a Thumbnail"
819
+ msgstr "Изберете картинка"
820
+
821
+ # @ video-embed-thumbnail-generator
822
+ #: video-embed-thumbnail-generator.php:2576
823
+ #: video-embed-thumbnail-generator.php:3739
824
+ msgid "Set as video thumbnail"
825
+ msgstr "Задайте като картинка на видеото"
826
+
827
+ # @ video-embed-thumbnail-generator
828
+ #: video-embed-thumbnail-generator.php:2581
829
+ msgid "Display thumbnail image again when video ends."
830
+ msgstr "Покажете картинката на видеото отново, когато клипът свърши"
831
+
832
+ # @ video-embed-thumbnail-generator
833
+ #: video-embed-thumbnail-generator.php:2582
834
+ msgid "Choose End of Video Image"
835
+ msgstr "Изберете картинка за край на видеото"
836
+
837
+ # @ video-embed-thumbnail-generator
838
+ #: video-embed-thumbnail-generator.php:2582
839
+ msgid "Set as end of video image"
840
+ msgstr "Задайте като картинка за край на видеото"
841
+
842
+ # @ video-embed-thumbnail-generator
843
+ #: video-embed-thumbnail-generator.php:2583
844
+ msgid "Display alternate image when video ends."
845
+ msgstr "Показване на алтернативна картинка след края на видеото"
846
+
847
+ # @ video-embed-thumbnail-generator
848
+ #: video-embed-thumbnail-generator.php:2588
849
+ #: video-embed-thumbnail-generator.php:2916
850
+ msgid "Choose a Watermark"
851
+ msgstr "Изберете воден знак"
852
+
853
+ # @ video-embed-thumbnail-generator
854
+ #: video-embed-thumbnail-generator.php:2588
855
+ #: video-embed-thumbnail-generator.php:2916
856
+ msgid "Set as watermark"
857
+ msgstr "Задайте като воден знак"
858
+
859
+ # @ video-embed-thumbnail-generator
860
+ #: video-embed-thumbnail-generator.php:2593
861
+ #: video-embed-thumbnail-generator.php:2918
862
+ msgid "left"
863
+ msgstr "ляво"
864
+
865
+ # @ video-embed-thumbnail-generator
866
+ #: video-embed-thumbnail-generator.php:2593
867
+ msgid "center"
868
+ msgstr "център"
869
+
870
+ # @ video-embed-thumbnail-generator
871
+ #: video-embed-thumbnail-generator.php:2593
872
+ #: video-embed-thumbnail-generator.php:2918
873
+ msgid "right"
874
+ msgstr "дясно"
875
+
876
+ # @ video-embed-thumbnail-generator
877
+ #: video-embed-thumbnail-generator.php:2604
878
+ msgid "Make video player responsive."
879
+ msgstr "Направете видео плеърът адаптивен"
880
+
881
+ # @ video-embed-thumbnail-generator
882
+ #: video-embed-thumbnail-generator.php:2609
883
+ msgid "Allow other content on the same line as the video."
884
+ msgstr "Позволяване на друго съдържание(пр. текст) на същия ред като видеото"
885
+
886
+ # @ video-embed-thumbnail-generator
887
+ #: video-embed-thumbnail-generator.php:2614
888
+ #: video-embed-thumbnail-generator.php:2620
889
+ #: video-embed-thumbnail-generator.php:3752
890
+ #: video-embed-thumbnail-generator.php:4360
891
+ msgid "Width:"
892
+ msgstr "Ширина:"
893
+
894
+ # @ video-embed-thumbnail-generator
895
+ #: video-embed-thumbnail-generator.php:2614
896
+ #: video-embed-thumbnail-generator.php:2620
897
+ #: video-embed-thumbnail-generator.php:3752
898
+ #: video-embed-thumbnail-generator.php:4360
899
+ msgid "Height:"
900
+ msgstr "Височина:"
901
+
902
+ # @ video-embed-thumbnail-generator
903
+ #: video-embed-thumbnail-generator.php:2615
904
+ msgid "Enlarge lower resolution videos to max width."
905
+ msgstr "Уголемяване на видеа с по-ниска резолюция до максималната ширина."
906
+
907
+ # @ video-embed-thumbnail-generator
908
+ #: video-embed-thumbnail-generator.php:2615
909
+ msgid ""
910
+ "Usually if a video's resolution is less than the max width, the video player "
911
+ "is set to the actual width of the video. Enabling this will always set the "
912
+ "same width regardless of the quality of the video. When necessary you can "
913
+ "override by setting the dimensions manually."
914
+ msgstr ""
915
+ "Обикновено, когато разделителната способност(резолюция) на видеото е по-"
916
+ "малка от максималната ширина, видео плеърът е с реалните размери на видеото. "
917
+ "Включването на тази опция, ще направи видеата с еднакъв размер, независимо "
918
+ "от качеството на конкретния клип. Когато е нужно, можете да зададете "
919
+ "различен размер ръчно за отделно видео."
920
+
921
+ # @ video-embed-thumbnail-generator
922
+ #: video-embed-thumbnail-generator.php:2631
923
+ msgid "docked"
924
+ msgstr "закачено"
925
+
926
+ # @ video-embed-thumbnail-generator
927
+ #: video-embed-thumbnail-generator.php:2632
928
+ msgid "floating"
929
+ msgstr "\"плаващо\""
930
+
931
+ # @ video-embed-thumbnail-generator
932
+ #: video-embed-thumbnail-generator.php:2633
933
+ #: video-embed-thumbnail-generator.php:2657
934
+ #: video-embed-thumbnail-generator.php:2705
935
+ #: video-embed-thumbnail-generator.php:2794
936
+ #: video-embed-thumbnail-generator.php:2946
937
+ msgid "none"
938
+ msgstr "без"
939
+
940
+ # @ video-embed-thumbnail-generator
941
+ #: video-embed-thumbnail-generator.php:2644
942
+ msgid "Play automatically when page loads."
943
+ msgstr "Автоматично възпроизвеждане, след зареждане на страницата."
944
+
945
+ # @ video-embed-thumbnail-generator
946
+ #: video-embed-thumbnail-generator.php:2649
947
+ msgid "Loop to beginning when video ends."
948
+ msgstr "Повторно възпроизвеждане отначало, след като клипът свърши."
949
+
950
+ # @ video-embed-thumbnail-generator
951
+ #: video-embed-thumbnail-generator.php:2655
952
+ msgid "metadata"
953
+ msgstr "метаданни"
954
+
955
+ # @ video-embed-thumbnail-generator
956
+ #: video-embed-thumbnail-generator.php:2656
957
+ msgid "auto"
958
+ msgstr "автоматично"
959
+
960
+ # @ video-embed-thumbnail-generator
961
+ #: video-embed-thumbnail-generator.php:2663
962
+ msgctxt "Suggest not translating the words in quotation marks"
963
+ msgid ""
964
+ "Controls how much of a video to load before the user starts playback. Mobile "
965
+ "browsers never preload any video information. Selecting \"metadata\" will "
966
+ "load the height and width and format information along with a few seconds of "
967
+ "the video in some desktop browsers. \"Auto\" will preload nearly a minute of "
968
+ "video in most desktop browsers. \"None\" will prevent all data from "
969
+ "preloading."
970
+ msgstr ""
971
+ "Каква част от видеото да се зареди, преди клипът да бъде пуснат. Мобилните "
972
+ "браузъри зареждат нищо предварително. \"метаданни\" ще заредят предварително "
973
+ "размера на клипа и няколко секунди от началото му в някои браузъри. "
974
+ "\"автоматично\" ще зареди предварително около минута от видеото в повечето "
975
+ "браузъри. \"без\" ще спре предварителното зареждане изцяло."
976
+
977
+ # @ video-embed-thumbnail-generator
978
+ #: video-embed-thumbnail-generator.php:2668
979
+ msgid ""
980
+ "Use %s for a nice, circular play button. Leave blank for the default square "
981
+ "play button."
982
+ msgstr ""
983
+ "Използвайте %s за хубав, кръгъл бутон за възпроизвеждане. Оставете празно за "
984
+ "обикновен, квадратен бутон."
985
+
986
+ # @ video-embed-thumbnail-generator
987
+ #: video-embed-thumbnail-generator.php:2668
988
+ msgid "Or build your own CSS skin."
989
+ msgstr "Или използвайте собствена CSS кожа."
990
+
991
+ # @ video-embed-thumbnail-generator
992
+ #: video-embed-thumbnail-generator.php:2683
993
+ msgid "Use %s for a modern, circular play button."
994
+ msgstr "Използвайте %s за хубав, кръгъл бутон за възпроизвеждане."
995
+
996
+ # @ video-embed-thumbnail-generator
997
+ #: video-embed-thumbnail-generator.php:2683
998
+ msgid "Leave blank for the off-center square play button."
999
+ msgstr "Оставете празно за обикновен, квадратен бутон за възпроизвеждане."
1000
+
1001
+ # @ video-embed-thumbnail-generator
1002
+ #: video-embed-thumbnail-generator.php:2689
1003
+ msgid "liveOrRecorded"
1004
+ msgstr "на живо или запис"
1005
+
1006
+ # @ video-embed-thumbnail-generator
1007
+ #: video-embed-thumbnail-generator.php:2690
1008
+ msgid "live"
1009
+ msgstr "на живо"
1010
+
1011
+ # @ video-embed-thumbnail-generator
1012
+ #: video-embed-thumbnail-generator.php:2691
1013
+ msgid "recorded"
1014
+ msgstr "запис"
1015
+
1016
+ # @ video-embed-thumbnail-generator
1017
+ #: video-embed-thumbnail-generator.php:2692
1018
+ msgid "dvr"
1019
+ msgstr "dvr"
1020
+
1021
+ # @ video-embed-thumbnail-generator
1022
+ #: video-embed-thumbnail-generator.php:2704
1023
+ msgid "letterbox"
1024
+ msgstr "по ширина"
1025
+
1026
+ # @ video-embed-thumbnail-generator
1027
+ #: video-embed-thumbnail-generator.php:2706
1028
+ msgid "stretch"
1029
+ msgstr "разтягане"
1030
+
1031
+ # @ video-embed-thumbnail-generator
1032
+ #: video-embed-thumbnail-generator.php:2707
1033
+ msgid "zoom"
1034
+ msgstr "увеличаване"
1035
+
1036
+ # @ video-embed-thumbnail-generator
1037
+ #: video-embed-thumbnail-generator.php:2719
1038
+ msgid "Autohide controlbar."
1039
+ msgstr "Автоматично скриване на контролната лента."
1040
+
1041
+ # @ video-embed-thumbnail-generator
1042
+ #: video-embed-thumbnail-generator.php:2724
1043
+ msgid "Overlay play button on poster frame."
1044
+ msgstr "Бутон за възпроизвеждане върху картинката"
1045
+
1046
+ # @ video-embed-thumbnail-generator
1047
+ #: video-embed-thumbnail-generator.php:2736
1048
+ msgid "Can make thumbnails"
1049
+ msgstr "Може да задава картинки"
1050
+
1051
+ # @ video-embed-thumbnail-generator
1052
+ #: video-embed-thumbnail-generator.php:2736
1053
+ msgid "Can encode videos"
1054
+ msgstr "Може да кодира видеа"
1055
+
1056
+ # @ video-embed-thumbnail-generator
1057
+ #: video-embed-thumbnail-generator.php:2736
1058
+ msgid "Can view & modify other users encode queue"
1059
+ msgstr ""
1060
+ "Може да преглежда и модифицира опашката за кодиране на други потребители"
1061
+
1062
+ # @ video-embed-thumbnail-generator
1063
+ #: video-embed-thumbnail-generator.php:2770
1064
+ msgid "Allow users to embed your videos on other sites."
1065
+ msgstr "Позволете на потребителите да вграждат Вашите видеа в други сайтове."
1066
+
1067
+ # @ video-embed-thumbnail-generator
1068
+ #: video-embed-thumbnail-generator.php:2771
1069
+ msgctxt "\"Open Graph\" is a proper noun and might not need translation"
1070
+ msgid "Enable Open Graph video tags"
1071
+ msgstr "Включете OpenGraph видео етикети"
1072
+
1073
+ # @ video-embed-thumbnail-generator
1074
+ #: video-embed-thumbnail-generator.php:2771
1075
+ msgid ""
1076
+ "Facebook and some other social media sites will use these tags to embed the "
1077
+ "first video in your post. For the majority of Facebook users who have "
1078
+ "enabled secure browsing, your video must be served via https in order to be "
1079
+ "embedded directly on the page."
1080
+ msgstr ""
1081
+ "Facebook и някои други социални мрежи ще използват тези тагове, за да "
1082
+ "вграждат първото видео в публикацията Ви. За повечето facebook потребители, "
1083
+ "които са включили 'secure browsing', вашето видео трябва да бъде показвано "
1084
+ "чрез https, за да бъде вграждано директно на страницата."
1085
+
1086
+ # @ video-embed-thumbnail-generator
1087
+ #: video-embed-thumbnail-generator.php:2772
1088
+ msgid "Allow right-clicking on videos."
1089
+ msgstr "Позволете десен бутон върху видеата."
1090
+
1091
+ # @ video-embed-thumbnail-generator
1092
+ #: video-embed-thumbnail-generator.php:2772
1093
+ msgid ""
1094
+ "We can't prevent a user from simply saving the downloaded video file from "
1095
+ "the browser's cache, but disabling right-clicking will make it more "
1096
+ "difficult for casual users to save your videos."
1097
+ msgstr ""
1098
+ "Няма да спре потребителите от записване на видеото от кеша на браузъра, но "
1099
+ "изключването на десния бутон върху клиповете ще направи свалянето им от "
1100
+ "обикновени потребители значително по-трудно."
1101
+
1102
+ # @ video-embed-thumbnail-generator
1103
+ #: video-embed-thumbnail-generator.php:2777
1104
+ msgid "Set generated video thumbnails as featured images."
1105
+ msgstr "Задаване на генерираните картинки, като картинки на публикациите."
1106
+
1107
+ # @ video-embed-thumbnail-generator
1108
+ #: video-embed-thumbnail-generator.php:2777
1109
+ msgid ""
1110
+ "If your theme uses the featured image meta tag, this will automatically set "
1111
+ "a video's parent post's featured image to the most recently saved thumbnail "
1112
+ "image."
1113
+ msgstr ""
1114
+ "Ако шаблонът, който използвате поддържа картинки на публикациите, тази опция "
1115
+ "ще зададе картинката на видеото, като картинка на публикацията, в която се "
1116
+ "намира."
1117
+
1118
+ # @ video-embed-thumbnail-generator
1119
+ #: video-embed-thumbnail-generator.php:2777
1120
+ msgctxt "implied \"Set all thumbnails as featured\""
1121
+ msgid "Set all as featured"
1122
+ msgstr "Задайте всички като картинки на публикации"
1123
+
1124
+ # @ video-embed-thumbnail-generator
1125
+ #: video-embed-thumbnail-generator.php:2777
1126
+ msgid ""
1127
+ "If you've generated thumbnails before enabling this option, this will set "
1128
+ "all existing thumbnails as featured images. Be careful!"
1129
+ msgstr ""
1130
+ "Ако сте генерирали картинки преди, включването на тази опция ще ги зададе "
1131
+ "като картинки на публикации."
1132
+
1133
+ # @ video-embed-thumbnail-generator
1134
+ #: video-embed-thumbnail-generator.php:2788
1135
+ msgid ""
1136
+ "This depends on your theme. Thumbnails generated by the plugin can be saved "
1137
+ "as children of the video attachment or the post. Some themes use an image "
1138
+ "attached to a post instead of the built-in featured image meta tag. Version "
1139
+ "3.x of this plugin saved all thumbnails as children of the video."
1140
+ msgstr ""
1141
+ "Това зависи от темата, която ползвате. Картинките, генерирани от това "
1142
+ "разширение могат да бъдат задавани като деца на видеото или на публикацията. "
1143
+ "Някои теми използват изображение, прикачено към публикацията, вместо "
1144
+ "обикновенните картинки на публикация. Версия 3.х на това разширение "
1145
+ "записваше всички картинки, като деца на видеото."
1146
+
1147
+ # @ video-embed-thumbnail-generator
1148
+ #: video-embed-thumbnail-generator.php:2788
1149
+ msgid "Set all parents"
1150
+ msgstr "Задай всички родители"
1151
+
1152
+ # @ video-embed-thumbnail-generator
1153
+ #: video-embed-thumbnail-generator.php:2788
1154
+ msgid ""
1155
+ "If you've generated thumbnails before changing this option, this will set "
1156
+ "all existing thumbnails as children of your currently selected option."
1157
+ msgstr ""
1158
+ "Ако сте генерирали картинки преди да промените тази настройка, това ще "
1159
+ "зададе всички съществуващи картинки като деца на избраната опция."
1160
+
1161
+ # @ video-embed-thumbnail-generator
1162
+ #: video-embed-thumbnail-generator.php:2795
1163
+ msgid "all"
1164
+ msgstr "всички"
1165
+
1166
+ # @ video-embed-thumbnail-generator
1167
+ #: video-embed-thumbnail-generator.php:2796
1168
+ msgid "encoded videos only"
1169
+ msgstr "само кодирани видеа"
1170
+
1171
+ # @ video-embed-thumbnail-generator
1172
+ #: video-embed-thumbnail-generator.php:2802
1173
+ msgid ""
1174
+ "If you delete the original video you can choose to delete all associated "
1175
+ "attachments (thumbnails & videos) or keep the thumbnail."
1176
+ msgstr ""
1177
+ "Ако изтриете оригиналното видео, може да изберете дали да изтриете всички "
1178
+ "асоциирани с него приложения(картинки и видеа) или да запазите картинката."
1179
+
1180
+ # @ video-embed-thumbnail-generator
1181
+ #: video-embed-thumbnail-generator.php:2807
1182
+ msgid ""
1183
+ "HTML tag applied to titles inserted above the video. Examples: %s. "
1184
+ "Corresponding closing tags will be applied to the end of the title "
1185
+ "automatically."
1186
+ msgstr ""
1187
+ "HTML таг, прилагащ се към заглавията на видеата. Пример: %s. Затварящите "
1188
+ "тагове ще бъдат добавени в края на заглавието автоматично."
1189
+
1190
+ # @ video-embed-thumbnail-generator
1191
+ #: video-embed-thumbnail-generator.php:2812
1192
+ msgid "Match plugin settings"
1193
+ msgstr "Копирай настройките на разширението"
1194
+
1195
+ # @ video-embed-thumbnail-generator
1196
+ #: video-embed-thumbnail-generator.php:2812
1197
+ msgid "WordPress default"
1198
+ msgstr "По подразбиране на WordPress"
1199
+
1200
+ # @ video-embed-thumbnail-generator
1201
+ #: video-embed-thumbnail-generator.php:2812
1202
+ msgid "Video only (deprecated)"
1203
+ msgstr "Само видео (не се препоръчва)"
1204
+
1205
+ # @ video-embed-thumbnail-generator
1206
+ #: video-embed-thumbnail-generator.php:2818
1207
+ msgid ""
1208
+ "The plugin can filter your media attachment page to display videos using "
1209
+ "your chosen settings, or completely replace your attachment template to show "
1210
+ "only the video. If you were one of the few people using iframe embed codes "
1211
+ "before version 4.0 of this plugin then you should continue to use \"Video "
1212
+ "only\" but otherwise it's not recommended."
1213
+ msgstr ""
1214
+ "Разширението може да филтрира страницата Ви за прикачени файлове да показва "
1215
+ "клиповете според настройките, които сте направили или напълно да я замени, "
1216
+ "така че да показва само видеото. Ако сте от малкото хора, които използваха "
1217
+ "iframe кодове за вграждане преди версия 4.0 на това разширение, продължете "
1218
+ "да използвате 'само видео'. В останалите случай не се препоръчва."
1219
+
1220
+ # @ video-embed-thumbnail-generator
1221
+ #: video-embed-thumbnail-generator.php:2832
1222
+ msgid ""
1223
+ "This should be the folder where applications are installed on your server, "
1224
+ "not a direct path to an application, so it doesn't usually end with %1$s. "
1225
+ "Example: %2$s."
1226
+ msgstr ""
1227
+ "Това трябва да е директорията, в която приложенията са инсталирани на вашия "
1228
+ "сървър, не директен път до приложение, така че обикновено не завършва с "
1229
+ "%1$s. Пример: %2$s."
1230
+
1231
+ # @ video-embed-thumbnail-generator
1232
+ #: video-embed-thumbnail-generator.php:2844
1233
+ msgid ""
1234
+ "FFMPEG split into two separate branches in 2011. The new branch is called "
1235
+ "LIBAV and executes using \"avconv\" instead of \"ffmpeg.\" Both are still "
1236
+ "actively developed and FFMPEG frequently incorporates LIBAV features. Debian "
1237
+ "& Ubuntu users probably have LIBAV installed."
1238
+ msgstr ""
1239
+ "FFMPEG се раздели на няколко различни клона през 2011. Новият клон се казва "
1240
+ "LIBAV и се изпълнява, използвайки \"avconv\", вместо \"ffmpeg\". И двата все "
1241
+ "още активно се разработват и FFMPEG често използва фукнции от LIBAV. Debian "
1242
+ "и Ubuntu потребители, ней-вероятно имат инсталиран LIBAV."
1243
+
1244
+ # @ video-embed-thumbnail-generator
1245
+ #: video-embed-thumbnail-generator.php:2850
1246
+ msgid ""
1247
+ "When possible, use the browser's built-in video capabilities to make "
1248
+ "thumbnails instead of %s."
1249
+ msgstr ""
1250
+ "Когато може, използване видео възможностите на браузъра, за генериране на "
1251
+ "картинки, вместо %s."
1252
+
1253
+ # @ video-embed-thumbnail-generator
1254
+ #: video-embed-thumbnail-generator.php:2857
1255
+ msgid "Replace original with same resolution H.264"
1256
+ msgstr "Заместване на оригиналът със H.264 със същата разд. способност"
1257
+
1258
+ # @ video-embed-thumbnail-generator
1259
+ #: video-embed-thumbnail-generator.php:2857
1260
+ msgid ""
1261
+ "If you have FFMPEG/LIBAV and the proper libraries installed, you can choose "
1262
+ "to replace your uploaded video with an H.264 video, and also transcode into "
1263
+ "as many as five additional formats depending on the resolution of your "
1264
+ "original source. Different browsers have different playback capabilities. "
1265
+ "Most desktop browsers can play H.264, and all modern mobile devices can play "
1266
+ "at least 480p H.264. If you create multiple H.264 resolutions, the highest "
1267
+ "resolution supported by the device will be served up automatically. The "
1268
+ "plugin will not upconvert your video, so if you upload a 720p video, it will "
1269
+ "not waste your time creating a 1080p version. There was a time when it "
1270
+ "seemed like a good idea to provide OGV or WEBM for some desktop browsers, "
1271
+ "but even Firefox allows H.264 playback on Windows now. I no longer recommend "
1272
+ "encoding OGV or WEBM unless you expect a large number of no-Flash sticklers "
1273
+ "visiting your site."
1274
+ msgstr ""
1275
+ "Ако имате инсталирани FFMPEG/LIBAV и подходящите библиотеки, можете да "
1276
+ "заместите каченото видео с H.264 видео и да ко конвертирате в най-много пет "
1277
+ "други формата, в зависимост от резолюцията на оригиналния източник. "
1278
+ "Различните браузъри имат различни възможности за възпроизвеждане. Повечето "
1279
+ "настолни браузъри могат да изпълнят H.264 и всички модерни мобилни у-ва "
1280
+ "могат да изпълнят поне 480p H.264. Ако създадете няколко H.264 резолюции, "
1281
+ "най-високата поддържана резолюция за даденото устройство ще бъде заредена "
1282
+ "автоматично. Разширението няма да опита да зъздаде по-висока резолюция от "
1283
+ "оригинала - ако източника е 720p, няма да губим времето Ви, създавайки 1080p "
1284
+ "версия. Преди време беше добра идея да се предоставят OGV и WEBM версии за "
1285
+ "някои браузъри, но вече дори Firefox поддържа H.264. Вече не препоръчваме "
1286
+ "OGV и WEBM кодиране, освен ако не очаквате масивни посещения от противници "
1287
+ "на Flash."
1288
+
1289
+ # @ video-embed-thumbnail-generator
1290
+ #: video-embed-thumbnail-generator.php:2858
1291
+ msgid ""
1292
+ "(iPhone 4s+, iPad 2+, modern Android, Windows Phone 8, Chrome, Safari, IE "
1293
+ "9+, Firefox Windows)"
1294
+ msgstr ""
1295
+ "(iPhone 4s+, iPad 2+, модерни у-ва с Android, Windows Phone 8, Chrome, "
1296
+ "Safari, IE 9+, Firefox Windows)"
1297
+
1298
+ # @ video-embed-thumbnail-generator
1299
+ #: video-embed-thumbnail-generator.php:2859
1300
+ msgid "(iPhone 4+, iPad, most Android, Chrome, Safari, IE 9+, Firefox Windows)"
1301
+ msgstr ""
1302
+ "(iPhone 4+, iPad, повечето у-ва с Android, Chrome, Safari, IE 9+, Firefox "
1303
+ "Windows)"
1304
+
1305
+ # @ video-embed-thumbnail-generator
1306
+ #: video-embed-thumbnail-generator.php:2880
1307
+ msgid "Generate %1$s thumbnail from %2$s%% of the way through the video."
1308
+ msgid_plural "Generate %1$s thumbnails and set #%2$s as the main image."
1309
+ msgstr[0] "Генериране на %1$s картинка от %2$s%% от видеото."
1310
+ msgstr[1] ""
1311
+ "Генериране на %1$s картинки и задаване на #%2$s като основна картинка."
1312
+
1313
+ # @ video-embed-thumbnail-generator
1314
+ #: video-embed-thumbnail-generator.php:2888
1315
+ msgid "Encode formats selected above."
1316
+ msgstr "Кодиране на избраните по-горе формати."
1317
+
1318
+ # @ video-embed-thumbnail-generator
1319
+ #: video-embed-thumbnail-generator.php:2908
1320
+ msgid "Username:"
1321
+ msgstr "Потребителско име:"
1322
+
1323
+ # @ video-embed-thumbnail-generator
1324
+ #: video-embed-thumbnail-generator.php:2909
1325
+ msgid "Password:"
1326
+ msgstr "Парола:"
1327
+
1328
+ # @ video-embed-thumbnail-generator
1329
+ #: video-embed-thumbnail-generator.php:2909
1330
+ msgid ""
1331
+ "If your videos are htaccess protected, %s will access them using these "
1332
+ "credentials."
1333
+ msgstr ""
1334
+ "Ако видеата Ви са защитени с .htaccess, %s ще ги достъпва с тези данни за "
1335
+ "достъп."
1336
+
1337
+ # @ video-embed-thumbnail-generator
1338
+ #: video-embed-thumbnail-generator.php:2917
1339
+ msgid "Scale: %s%% of video covered by the watermark."
1340
+ msgstr "Преоразмеряване: %s%% от видеото е покрито с водния знак."
1341
+
1342
+ # @ video-embed-thumbnail-generator
1343
+ #: video-embed-thumbnail-generator.php:2918
1344
+ msgctxt "horizontal center"
1345
+ msgid "center"
1346
+ msgstr "център"
1347
+
1348
+ # @ video-embed-thumbnail-generator
1349
+ #: video-embed-thumbnail-generator.php:2919
1350
+ msgid "Horizontal align:"
1351
+ msgstr "Хоризонтално подравняване:"
1352
+
1353
+ # @ video-embed-thumbnail-generator
1354
+ #: video-embed-thumbnail-generator.php:2926
1355
+ #: video-embed-thumbnail-generator.php:2936
1356
+ msgid "offset"
1357
+ msgstr "изместване"
1358
+
1359
+ # @ video-embed-thumbnail-generator
1360
+ #: video-embed-thumbnail-generator.php:2928
1361
+ msgid "Vertical align:"
1362
+ msgstr "Вертикално подравняване:"
1363
+
1364
+ # @ video-embed-thumbnail-generator
1365
+ #: video-embed-thumbnail-generator.php:2930
1366
+ msgid "top"
1367
+ msgstr "горе"
1368
+
1369
+ # @ video-embed-thumbnail-generator
1370
+ #: video-embed-thumbnail-generator.php:2930
1371
+ msgctxt "vertical center"
1372
+ msgid "center"
1373
+ msgstr "център"
1374
+
1375
+ # @ video-embed-thumbnail-generator
1376
+ #: video-embed-thumbnail-generator.php:2930
1377
+ msgid "bottom"
1378
+ msgstr "долу"
1379
+
1380
+ # @ video-embed-thumbnail-generator
1381
+ #: video-embed-thumbnail-generator.php:2952
1382
+ msgid ""
1383
+ "By default %1$s places moov atoms at the end of H.264 encoded files, which "
1384
+ "forces the entire file to download before playback can start and can prevent "
1385
+ "Flash players from playing them at all. Since approximately October 2012 "
1386
+ "%1$s can fix the problem at the end of the encoding process by using the "
1387
+ "option `movflags faststart`. This is the easiest and fastest way to correct "
1388
+ "the problem, but older versions of %1$s will not work if you select the "
1389
+ "movflags option. If you can't update to a new version of %1$s, select qt-"
1390
+ "faststart or MP4Box which will run after encoding is finished if they are "
1391
+ "installed on your server."
1392
+ msgstr ""
1393
+ "По подразбиране, %1$s слага 'moov атоми' в края на H.264 кодирани файлове, "
1394
+ "което прави наложително целият файл да бъде свален, преди възпроизвеждането "
1395
+ "да започне, и е възможно да спре Flash плеъри от изпълняване. От Октомври "
1396
+ "2012, %1$s може да поправи проблема в края на процеса на кодиране, "
1397
+ "използвайки опцията 'movflags faststart'. Това е най-лесният и бърз начин, "
1398
+ "проблемът да бъде оправен, но по-старите версии на %1$s няма да работят ако "
1399
+ "изберете movflags опцията. Ако не можете да обновите до по-нова версия на "
1400
+ "%1$s, изберете qt-faststart или MP4Box, които ще се изпълняват след като "
1401
+ "кодирането е приключило, ако са инсталирани на сървъра Ви."
1402
+
1403
+ # @ video-embed-thumbnail-generator
1404
+ #: video-embed-thumbnail-generator.php:2965
1405
+ msgid ""
1406
+ "Constant Rate Factor (CRF) attempts to maintain a particular quality output "
1407
+ "for the entire video and only uses bits the encoder determines are "
1408
+ "necessary. Average Bit Rate is similar to the method used in older versions "
1409
+ "of this plugin. If CRF is selected, WEBM encoding will also use the ABR "
1410
+ "setting to set a max bit rate 25% higher than the ABR. Without a max bit "
1411
+ "rate setting WEBM files are terrible quality."
1412
+ msgstr ""
1413
+ "Фактор за постоянен поток (Constant Rate Factor - CRF) опитва да поддържа "
1414
+ "определено качество на видеото през цялата му продължителност и използвайки "
1415
+ "само битове, които енкодера сметне за необходими. Средният битрейт е подобен "
1416
+ "на метода, използван в старите версии на това разширение. ако CRF е избран, "
1417
+ "WEBM кодирането ще използва и ABR опцията, за да зададе битрейт 25% по-висок "
1418
+ "от ABR-ът. Без зададен максимален битрейт, WEBM файловете са с много лошо "
1419
+ "качество."
1420
+
1421
+ # @ video-embed-thumbnail-generator
1422
+ #: video-embed-thumbnail-generator.php:2977
1423
+ msgid ""
1424
+ "Lower values are higher quality. 18 is considered visually lossless. Default "
1425
+ "is 23."
1426
+ msgstr ""
1427
+ "По-ниските стойности са за по-високо качество. 18 се счита за 'lossles'(без "
1428
+ "загуби). Стойността по подразбиране е 23."
1429
+
1430
+ # @ video-embed-thumbnail-generator
1431
+ #: video-embed-thumbnail-generator.php:2984
1432
+ msgid "Lower values are higher quality. Default is 10."
1433
+ msgstr ""
1434
+ "По-ниските стойности са за по-високо качество. Стойност по подразбиране - 10."
1435
+
1436
+ # @ video-embed-thumbnail-generator
1437
+ #: video-embed-thumbnail-generator.php:2991
1438
+ msgid "Higher values are higher quality. Default is 6."
1439
+ msgstr ""
1440
+ "По-високите стойности за за по-високо качество. Стойност по подразбиране - 6."
1441
+
1442
+ # @ video-embed-thumbnail-generator
1443
+ #: video-embed-thumbnail-generator.php:3003
1444
+ msgid "bits per pixel."
1445
+ msgstr "бита за пиксел."
1446
+
1447
+ # @ video-embed-thumbnail-generator
1448
+ #: video-embed-thumbnail-generator.php:3003
1449
+ msgid "Default is 0.1"
1450
+ msgstr "По подразбиране - 0.1"
1451
+
1452
+ # @ video-embed-thumbnail-generator
1453
+ #: video-embed-thumbnail-generator.php:3019
1454
+ msgctxt "H.264 profile. Might not need translation"
1455
+ msgid "profile"
1456
+ msgstr "профил"
1457
+
1458
+ # @ video-embed-thumbnail-generator
1459
+ #: video-embed-thumbnail-generator.php:3019
1460
+ msgid ""
1461
+ "Lower profiles will slightly increase file sizes. This mostly depends on "
1462
+ "your need for compatability with Android devices. Main profile seems to work "
1463
+ "on recent phones, although officially Android only supports baseline. High "
1464
+ "profile is not recommended for mobile or Flash compatibility, and anything "
1465
+ "above high is designed for professional video and probably incompatible with "
1466
+ "consumer devices. Older versions of FFMPEG might ignore this setting "
1467
+ "altogether."
1468
+ msgstr ""
1469
+ "По-ниските профили ще увеличат малко размера на файла. Това зависи предимно "
1470
+ "от нуждата ви за съвместимост с Android устройства. Главните профили "
1471
+ "работят с по-новите у-ва, въпреки че официално, Android, поддържа само "
1472
+ "'baseline'. Високият профил не се препоръчва за съвместимост с мобилни у-ва "
1473
+ "или Flash, а всичко над него е за професионално видео и вероятно "
1474
+ "несъвместимо с обикновени потребителски у-ва. По-старите версии на FFMPEG е "
1475
+ "възможно да игрнорират тази настройка изяло."
1476
+
1477
+ # @ video-embed-thumbnail-generator
1478
+ #: video-embed-thumbnail-generator.php:3026
1479
+ msgctxt "H.264 level. Might not need translation"
1480
+ msgid "level"
1481
+ msgstr "ниво"
1482
+
1483
+ # @ video-embed-thumbnail-generator
1484
+ #: video-embed-thumbnail-generator.php:3026
1485
+ msgid ""
1486
+ "3.0 is default. Lower levels will lower maximum bit rates and decoding "
1487
+ "complexity. This mostly depends on your need for compatability with mobile "
1488
+ "devices. Older versions of FFMPEG might ignore this setting altogether."
1489
+ msgstr ""
1490
+ "3.0 по подразбиране. По-ниските нива ще намалят максималните битрейти и "
1491
+ "сложността на кодирането. Това зависи предимно от нуждата Ви за съвместимост "
1492
+ "с мобилни устройства. По-старите версии на FFMPEG може да игнорират тази "
1493
+ "настройка изяло."
1494
+
1495
+ # @ video-embed-thumbnail-generator
1496
+ #: video-embed-thumbnail-generator.php:3046
1497
+ msgid "Enable legacy FFMPEG \"-b\" and \"-ba\" bitrate flags."
1498
+ msgstr "Включи наследените FFMPEG \"-b\" и \"-ba\" флагове."
1499
+
1500
+ # @ video-embed-thumbnail-generator
1501
+ #: video-embed-thumbnail-generator.php:3046
1502
+ msgid ""
1503
+ "Enable if your installed version of FFMPEG is old enough that you can't use "
1504
+ "the newer -b:v flags (Dreamhost users must turn this on). It may cause newer "
1505
+ "versions of FFMPEG to fail."
1506
+ msgstr ""
1507
+ "Включете това, ако инсталираната версия на FFMPEG е достатъчно стара, че да "
1508
+ "не поддържа новите -b:v флагове(Потребители на Dreamhost ТРЯБВА да включат "
1509
+ "тази настройка). Може да предизвика проблеми в новите версии на FFMPEG."
1510
+
1511
+ # @ video-embed-thumbnail-generator
1512
+ #: video-embed-thumbnail-generator.php:3047
1513
+ msgid "Enable legacy FFMPEG parameters."
1514
+ msgstr "Включете наследените(стари) параметри на FFMPEG."
1515
+
1516
+ # @ video-embed-thumbnail-generator
1517
+ #: video-embed-thumbnail-generator.php:3047
1518
+ msgid ""
1519
+ "Enable if your installed version of FFMPEG is old enough that libx264 "
1520
+ "requires additional configuration to operate (Dreamhost users must turn this "
1521
+ "on). This should help if you can encode WEBM or OGV files but H264/Mobile "
1522
+ "files fail. It could cause newer versions of FFMPEG to fail."
1523
+ msgstr ""
1524
+ "Включете, ако инсталираната версия на FFMPEG е стара и libx264 изисква "
1525
+ "допълнителна кофигураия за да се изпълнява (Потребители на Dreamhost ТРЯБВА "
1526
+ "да включат тази настройка). Това би трябвало да помогне, ако можете да "
1527
+ "кодирате WEBM или OGV файлове, но H264/мобилни файлове се провалят. Може да "
1528
+ "предизвика проблеми при по-нови версии на FFMPEG."
1529
+
1530
+ # @ video-embed-thumbnail-generator
1531
+ #: video-embed-thumbnail-generator.php:3060
1532
+ msgid "Simultaneous encodes."
1533
+ msgstr "едновременни кодирания."
1534
+
1535
+ # @ video-embed-thumbnail-generator
1536
+ #: video-embed-thumbnail-generator.php:3060
1537
+ msgid ""
1538
+ "Increasing the number will allow %1$s to encode more than one file at a "
1539
+ "time, but may lead to %1$s monopolizing system resources."
1540
+ msgstr ""
1541
+ "Увеличаване на стойността ще позволи на %1$s да кодира повече от един файл "
1542
+ "едновременно, но може да доведе до монополизиране на системни ресурси от "
1543
+ "%1$s."
1544
+
1545
+ # @ video-embed-thumbnail-generator
1546
+ #: video-embed-thumbnail-generator.php:3067
1547
+ msgctxt "CPU threads. Might not need translating"
1548
+ msgid "threads"
1549
+ msgstr "нишки"
1550
+
1551
+ # @ video-embed-thumbnail-generator
1552
+ #: video-embed-thumbnail-generator.php:3067
1553
+ msgid ""
1554
+ "Default is 1, which limits encoding speed but prevents encoding from using "
1555
+ "too many system resources. Selecting 0 will allow %1$s to optimize the "
1556
+ "number of threads or you can set the number manually. This may lead to %1$s "
1557
+ "monopolizing system resources."
1558
+ msgstr ""
1559
+ "По подразбиране е 1, което ограничава скоростта на кодиране, но възпира "
1560
+ "кодирането от използване на прекалено много системни ресурси. Избиране на 0 "
1561
+ "ще позволи на %1$s да оптимизира броя нишки или можете да зададете броя "
1562
+ "ръчно. Това може да доведе до монополизиране на системните ресурси от %1$s."
1563
+
1564
+ # @ video-embed-thumbnail-generator
1565
+ #: video-embed-thumbnail-generator.php:3069
1566
+ msgctxt "execute program"
1567
+ msgid "Run"
1568
+ msgstr "Изпълняване"
1569
+
1570
+ # @ video-embed-thumbnail-generator
1571
+ #: video-embed-thumbnail-generator.php:3069
1572
+ msgid ""
1573
+ "Tells %1$s to run at a lower priority to avoid monopolizing system resources."
1574
+ msgstr ""
1575
+ "Казва на %1$s да се изпълни с по-нисък приоритет, за да избегне "
1576
+ "монополизиране на системните ресурси."
1577
+
1578
+ # @ video-embed-thumbnail-generator
1579
+ #: video-embed-thumbnail-generator.php:3103
1580
+ msgid "%1$s sample %2$s encode command"
1581
+ msgstr "%1$s мостра %2$s кодираща команда"
1582
+
1583
+ # @ video-embed-thumbnail-generator
1584
+ #: video-embed-thumbnail-generator.php:3104
1585
+ msgid "%s test output:"
1586
+ msgstr "Тестов резултат от %s :"
1587
+
1588
+ # @ video-embed-thumbnail-generator
1589
+ #: video-embed-thumbnail-generator.php:3104
1590
+ msgid "For help interpreting this output, %s try our Wiki page on Github"
1591
+ msgstr ""
1592
+ "За помощ с интерпретирането на този резултат, %s опитайте нашата Wiki "
1593
+ "страниа в Github"
1594
+
1595
+ # @ video-embed-thumbnail-generator
1596
+ #: video-embed-thumbnail-generator.php:3287
1597
+ msgid ""
1598
+ "%1$s is disabled in PHP settings. You can embed existing videos and make "
1599
+ "thumbnails with compatible browsers, but video encoding will not work. "
1600
+ "Contact your System Administrator to find out if you can enable %1$s."
1601
+ msgstr ""
1602
+ "%1$s е изключен в PHP настройките. Можете да вграждате съществуващи видеа и "
1603
+ "да създавате картинки със съвместими браузъри, но видео кодирането няма да "
1604
+ "работи. Свържете се със системния си администратор, за да разберете как да "
1605
+ "включите %1$s."
1606
+
1607
+ # @ video-embed-thumbnail-generator
1608
+ #: video-embed-thumbnail-generator.php:3295
1609
+ msgid ""
1610
+ "%1$s is not executing correctly at %2$s. You can embed existing videos and "
1611
+ "make thumbnails with compatible browsers, but video encoding is not possible "
1612
+ "without %1$s."
1613
+ msgstr ""
1614
+ "%1$s не се изпълнява коректно в %2$s. Можете да вграждате съществуващи "
1615
+ "клипове и да създавате картинки на видеа със съвместими браузъри, но видео "
1616
+ "кодирането не е възможно без %1$s."
1617
+
1618
+ # @ video-embed-thumbnail-generator
1619
+ #: video-embed-thumbnail-generator.php:3295
1620
+ msgid "Error message:"
1621
+ msgstr "Съобщение за грешка:"
1622
+
1623
+ # @ video-embed-thumbnail-generator
1624
+ #: video-embed-thumbnail-generator.php:3310
1625
+ msgid "Video Embed & Thumbnail Generator settings reset to default values."
1626
+ msgstr ""
1627
+ "Настройките на Video Embed & Thumbnail Generator бяха възстановени до "
1628
+ "стойностите по подразбиране."
1629
+
1630
+ # @ video-embed-thumbnail-generator
1631
+ #: video-embed-thumbnail-generator.php:3321
1632
+ msgid "You must enter a value for the maximum video width."
1633
+ msgstr "Трябва да въведете стойност за максимална ширина на видеата."
1634
+
1635
+ # @ video-embed-thumbnail-generator
1636
+ #: video-embed-thumbnail-generator.php:3325
1637
+ msgid "You must enter a value for the maximum video height."
1638
+ msgstr "Трябва да въведете стойност за максимална височина на видеото."
1639
+
1640
+ # @ video-embed-thumbnail-generator
1641
+ #: video-embed-thumbnail-generator.php:3329
1642
+ msgid "You must enter a value for the maximum gallery video width."
1643
+ msgstr "Трябва да въведете стойност за максималната ширина на видео галериите."
1644
+
1645
+ # @ video-embed-thumbnail-generator
1646
+ #: video-embed-thumbnail-generator.php:3333
1647
+ msgid "You must enter a value for the maximum gallery video height."
1648
+ msgstr "Трябва да въведете стойност за максимална височина на видео галериите."
1649
+
1650
+ # @ video-embed-thumbnail-generator
1651
+ #: video-embed-thumbnail-generator.php:3621
1652
+ msgid "Video Stats"
1653
+ msgstr "Статистики за видеото"
1654
+
1655
+ # @ video-embed-thumbnail-generator
1656
+ #: video-embed-thumbnail-generator.php:3623
1657
+ msgid "%1$s Starts, %2$s Complete Views"
1658
+ msgstr "%1$s пускания, %2$s пълни гледания"
1659
+
1660
+ # @ video-embed-thumbnail-generator
1661
+ #: video-embed-thumbnail-generator.php:3649
1662
+ msgid ""
1663
+ "%1$s not found at %2$s and unable to load video in browser for thumbnail "
1664
+ "generation."
1665
+ msgstr ""
1666
+ "%1$s не беше намерен във %2$s. Неуспешно зареждане на видеото в браузъра, за "
1667
+ "да се генерира картинка на видеото."
1668
+
1669
+ # @ video-embed-thumbnail-generator
1670
+ #: video-embed-thumbnail-generator.php:3724
1671
+ msgctxt "Button text. Implied \"Generate thumbnails\""
1672
+ msgid "Generate"
1673
+ msgstr "Генериране"
1674
+
1675
+ # @ video-embed-thumbnail-generator
1676
+ #: video-embed-thumbnail-generator.php:3725
1677
+ msgctxt "Button text. Implied \"Randomize thumbnail generation\""
1678
+ msgid "Randomize"
1679
+ msgstr "Разбъркване"
1680
+
1681
+ # @ video-embed-thumbnail-generator
1682
+ #: video-embed-thumbnail-generator.php:3726
1683
+ msgid "Force 1st frame thumbnail"
1684
+ msgstr "Налагане на картинка от първия кадър."
1685
+
1686
+ # @ video-embed-thumbnail-generator
1687
+ #: video-embed-thumbnail-generator.php:3728
1688
+ #: video-embed-thumbnail-generator.php:4348
1689
+ msgid "Thumbnail timecode:"
1690
+ msgstr "Код на времето за картинка:"
1691
+
1692
+ # @ video-embed-thumbnail-generator
1693
+ #: video-embed-thumbnail-generator.php:3732
1694
+ msgctxt "Header for thumbnail section"
1695
+ msgid "Thumbnails"
1696
+ msgstr "Картинки"
1697
+
1698
+ # @ video-embed-thumbnail-generator
1699
+ #: video-embed-thumbnail-generator.php:3740
1700
+ #: video-embed-thumbnail-generator.php:4349
1701
+ msgid "Set thumbnail as featured image"
1702
+ msgstr "Задай картинката като картинка на публикацията"
1703
+
1704
+ # @ video-embed-thumbnail-generator
1705
+ #: video-embed-thumbnail-generator.php:3742
1706
+ #: video-embed-thumbnail-generator.php:4354
1707
+ msgid "Thumbnail URL"
1708
+ msgstr "URL адрес на картинката"
1709
+
1710
+ # @ video-embed-thumbnail-generator
1711
+ #: video-embed-thumbnail-generator.php:3744
1712
+ #: video-embed-thumbnail-generator.php:4356
1713
+ msgid "Leave blank to use %sdefault thumbnail"
1714
+ msgstr "Оставете празно, за да използвате %s картинката по подразбиране"
1715
+
1716
+ # @ video-embed-thumbnail-generator
1717
+ #: video-embed-thumbnail-generator.php:3750
1718
+ msgid "Video Embed Dimensions"
1719
+ msgstr "Размер на вграденото видео"
1720
+
1721
+ # @ video-embed-thumbnail-generator
1722
+ #: video-embed-thumbnail-generator.php:3755
1723
+ msgid "Lock to aspect ratio"
1724
+ msgstr "Заключване на съотношението на страните"
1725
+
1726
+ # @ video-embed-thumbnail-generator
1727
+ #: video-embed-thumbnail-generator.php:3756
1728
+ #: video-embed-thumbnail-generator.php:4361
1729
+ msgid "Leave blank to use %sdefault dimensions"
1730
+ msgstr "Оставете празно за %s размери по подразбиране"
1731
+
1732
+ # @ video-embed-thumbnail-generator
1733
+ #: video-embed-thumbnail-generator.php:3761
1734
+ #: video-embed-thumbnail-generator.php:4365
1735
+ msgid "Additional Formats"
1736
+ msgstr "Допълнителни формати"
1737
+
1738
+ # @ video-embed-thumbnail-generator
1739
+ #: video-embed-thumbnail-generator.php:3782
1740
+ msgctxt "captions track"
1741
+ msgid "Track"
1742
+ msgstr "Пътечка"
1743
+
1744
+ # @ video-embed-thumbnail-generator
1745
+ #: video-embed-thumbnail-generator.php:3786
1746
+ msgctxt "two-letter code indicating track's language"
1747
+ msgid "Language code:"
1748
+ msgstr "Код на езика:"
1749
+
1750
+ # @ video-embed-thumbnail-generator
1751
+ #: video-embed-thumbnail-generator.php:3787
1752
+ #: video-embed-thumbnail-generator.php:4371
1753
+ msgid "Label:"
1754
+ msgstr "Етикет:"
1755
+
1756
+ # @ video-embed-thumbnail-generator
1757
+ #: video-embed-thumbnail-generator.php:3791
1758
+ #: video-embed-thumbnail-generator.php:4370
1759
+ msgid "Subtitles & Captions"
1760
+ msgstr "Субтитри и надписи"
1761
+
1762
+ # @ video-embed-thumbnail-generator
1763
+ #: video-embed-thumbnail-generator.php:3793
1764
+ msgid "Add track"
1765
+ msgstr "Добавяне на ппътечка"
1766
+
1767
+ # @ video-embed-thumbnail-generator
1768
+ #: video-embed-thumbnail-generator.php:3804
1769
+ msgid "Single Video"
1770
+ msgstr "Самостоятелно видео"
1771
+
1772
+ # @ video-embed-thumbnail-generator
1773
+ #: video-embed-thumbnail-generator.php:3804
1774
+ msgid "Video Gallery"
1775
+ msgstr "Видео галерия"
1776
+
1777
+ # @ video-embed-thumbnail-generator
1778
+ #: video-embed-thumbnail-generator.php:3812
1779
+ msgid "Video Embed Options"
1780
+ msgstr "Настройки за вграждането на видео"
1781
+
1782
+ # @ video-embed-thumbnail-generator
1783
+ #: video-embed-thumbnail-generator.php:3815
1784
+ msgid "Insert title above video"
1785
+ msgstr "Заглавие над видеото"
1786
+
1787
+ # @ video-embed-thumbnail-generator
1788
+ #: video-embed-thumbnail-generator.php:3817
1789
+ msgid "Insert download link below video"
1790
+ msgstr "Връзка за сваляне под видеото"
1791
+
1792
+ # @ video-embed-thumbnail-generator
1793
+ #: video-embed-thumbnail-generator.php:3817
1794
+ msgid "Makes it easier for users to download file."
1795
+ msgstr "Улеснява свалянето на файлове от потребителите."
1796
+
1797
+ # @ video-embed-thumbnail-generator
1798
+ #: video-embed-thumbnail-generator.php:3818
1799
+ msgctxt "verb"
1800
+ msgid "Insert"
1801
+ msgstr "Добавяне"
1802
+
1803
+ # @ video-embed-thumbnail-generator
1804
+ #: video-embed-thumbnail-generator.php:3851
1805
+ msgid "Gallery Settings (all optional)"
1806
+ msgstr "Настройки на галериите (незадължителни)"
1807
+
1808
+ # @ video-embed-thumbnail-generator
1809
+ #: video-embed-thumbnail-generator.php:3853
1810
+ msgid "Thumbnail Width"
1811
+ msgstr "Ширина на картинките"
1812
+
1813
+ # @ video-embed-thumbnail-generator
1814
+ #: video-embed-thumbnail-generator.php:3854
1815
+ msgid "Order By"
1816
+ msgstr "Подреждане по"
1817
+
1818
+ # @ video-embed-thumbnail-generator
1819
+ #: video-embed-thumbnail-generator.php:3855
1820
+ msgid "Sort Order"
1821
+ msgstr "Начин на подреждане"
1822
+
1823
+ # @ video-embed-thumbnail-generator
1824
+ #: video-embed-thumbnail-generator.php:3856
1825
+ msgid "Exclude"
1826
+ msgstr "Премахване"
1827
+
1828
+ # @ video-embed-thumbnail-generator
1829
+ #: video-embed-thumbnail-generator.php:3857
1830
+ msgid "Include"
1831
+ msgstr "Добавяне"
1832
+
1833
+ # @ video-embed-thumbnail-generator
1834
+ #: video-embed-thumbnail-generator.php:3858
1835
+ msgid "Post ID"
1836
+ msgstr "ID на публикацията"
1837
+
1838
+ # @ video-embed-thumbnail-generator
1839
+ #: video-embed-thumbnail-generator.php:4036
1840
+ msgctxt "text appended to newly created thumbnail titles"
1841
+ msgid "thumbnail"
1842
+ msgstr "картинка"
1843
+
1844
+ # @ video-embed-thumbnail-generator
1845
+ #: video-embed-thumbnail-generator.php:4301
1846
+ msgctxt "Title in \"Add Media\" popup sidebar"
1847
+ msgid "Embed Video from URL"
1848
+ msgstr "Вграждане на видео от URL адрес"
1849
+
1850
+ # @ video-embed-thumbnail-generator
1851
+ #: video-embed-thumbnail-generator.php:4330
1852
+ msgid "Video Title"
1853
+ msgstr "Заглавие на видеото"
1854
+
1855
+ # @ video-embed-thumbnail-generator
1856
+ #: video-embed-thumbnail-generator.php:4332
1857
+ msgid "Add an optional header above the video."
1858
+ msgstr "Добавяне на допълнително заглавие над видеото."
1859
+
1860
+ # @ video-embed-thumbnail-generator
1861
+ #: video-embed-thumbnail-generator.php:4337
1862
+ msgid "Specify the URL of the video file."
1863
+ msgstr "Задайте точния URL адрес на видео файла."
1864
+
1865
+ # @ video-embed-thumbnail-generator
1866
+ #: video-embed-thumbnail-generator.php:4341
1867
+ msgid "Thumbnails"
1868
+ msgstr "Картинки"
1869
+
1870
+ # @ video-embed-thumbnail-generator
1871
+ #: video-embed-thumbnail-generator.php:4343
1872
+ msgid "Number of Thumbnails"
1873
+ msgstr "Брой картинки"
1874
+
1875
+ # @ video-embed-thumbnail-generator
1876
+ #: video-embed-thumbnail-generator.php:4346
1877
+ msgid "Force 1st Frame Thumbnail"
1878
+ msgstr "Налагане на картинка от първия кадър"
1879
+
1880
+ # @ video-embed-thumbnail-generator
1881
+ #: video-embed-thumbnail-generator.php:4359
1882
+ msgid "Dimensions"
1883
+ msgstr "Размери"
1884
+
1885
+ # @ video-embed-thumbnail-generator
1886
+ #: video-embed-thumbnail-generator.php:4360
1887
+ msgid "Lock to Aspect Ratio"
1888
+ msgstr "Заключване на съотношението на страните"
1889
+
1890
+ # @ video-embed-thumbnail-generator
1891
+ #: video-embed-thumbnail-generator.php:4374
1892
+ msgid "Generate Download Link Below Video"
1893
+ msgstr "Генериране на линк за сваляне под видеото"
1894
+
1895
+ # @ video-embed-thumbnail-generator
1896
+ #: video-embed-thumbnail-generator.php:4374
1897
+ msgid "Makes it easier for users to download video file"
1898
+ msgstr "Улеснява свалянето на видео файлове за потребителите"
1899
+
1900
+ # @ video-embed-thumbnail-generator
1901
+ #: video-embed-thumbnail-generator.php:4379
1902
+ msgid "Insert into Post"
1903
+ msgstr "Вкарване в публикацията"
1904
+
1905
+ # @ video-embed-thumbnail-generator
1906
+ #: video-embed-thumbnail-generator.php:4433
1907
+ msgctxt "example video"
1908
+ msgid "Sample Video"
1909
+ msgstr "Примерно видео"
1910
+
1911
+ # @ video-embed-thumbnail-generator
1912
+ #: video-embed-thumbnail-generator.php:4434
1913
+ msgid "Sample Embed Code"
1914
+ msgstr "Примерен код за вграждане"
1915
+
1916
+ # @ video-embed-thumbnail-generator
1917
+ #: video-embed-thumbnail-generator.php:4435
1918
+ msgid ""
1919
+ "If text is entered in the attachment's caption field it is displayed here "
1920
+ "automatically."
1921
+ msgstr ""
1922
+ "Ако в полето за надпис към приложения файл е въведен текст, той се показва "
1923
+ "тук автоматично."
1924
+
1925
+ # @ video-embed-thumbnail-generator
1926
+ #: video-embed-thumbnail-generator.php:4661
1927
+ #: video-embed-thumbnail-generator.php:4800
1928
+ msgid "Can't open movie file."
1929
+ msgstr "Видео файлът не може да бъде отворен."
1930
+
1931
+ # @ video-embed-thumbnail-generator
1932
+ #: video-embed-thumbnail-generator.php:4778
1933
+ msgid "%1$s updated in existing queue entry in position %2$s."
1934
+ msgstr "%1$s беше обновен в съществуващата опашка на позиция %2$s."
1935
+
1936
+ # @ video-embed-thumbnail-generator
1937
+ #: video-embed-thumbnail-generator.php:4779
1938
+ msgid "Video is already queued in position %s."
1939
+ msgstr "Видеото вече е в опашката на позиция %s."
1940
+
1941
+ # @ video-embed-thumbnail-generator
1942
+ #: video-embed-thumbnail-generator.php:4786
1943
+ msgid "Starting"
1944
+ msgstr "Стартиране"
1945
+
1946
+ # @ video-embed-thumbnail-generator
1947
+ #: video-embed-thumbnail-generator.php:4787
1948
+ msgid "%1$s added to queue in position %2$s."
1949
+ msgstr "%1$s беше добавен в опашката на позиция %2$s."
1950
+
1951
+ # @ video-embed-thumbnail-generator
1952
+ #: video-embed-thumbnail-generator.php:4791
1953
+ msgid "Nothing to encode."
1954
+ msgstr "Няма нищо за кодиране."
1955
+
1956
+ # @ video-embed-thumbnail-generator
1957
+ #: video-embed-thumbnail-generator.php:4853
1958
+ msgid ""
1959
+ "Error: %1$s not found. Verify that %1$s is installed at %2$s and check the "
1960
+ "%3$sapplication path plugin setting"
1961
+ msgstr ""
1962
+ "Грешка: %1$s не бе намерен. Проверете отново дали %1$s е инсталиран във %2$s "
1963
+ "и проверете настройката за път до приложението в %3$s."
1964
+
1965
+ # @ video-embed-thumbnail-generator
1966
+ #: video-embed-thumbnail-generator.php:4956
1967
+ msgid "%s already encoded"
1968
+ msgstr "%s е вече кодиран"
1969
+
1970
+ # @ video-embed-thumbnail-generator
1971
+ #: video-embed-thumbnail-generator.php:4960
1972
+ msgid "%s missing library libx264 required for H.264 encoding"
1973
+ msgstr "%s няма libx264 библиотека, която е нужда на H.264 кодиране"
1974
+
1975
+ # @ video-embed-thumbnail-generator
1976
+ #: video-embed-thumbnail-generator.php:4965
1977
+ msgid "or"
1978
+ msgstr "или"
1979
+
1980
+ # @ video-embed-thumbnail-generator
1981
+ #: video-embed-thumbnail-generator.php:4966
1982
+ msgid ""
1983
+ "and missing an AAC encoding library. Please install and enable libx264 and %s"
1984
+ msgstr ""
1985
+ "и липсва AAC библиотека за кодиране. Инсталирайте и включете libx264 и %s"
1986
+
1987
+ # @ video-embed-thumbnail-generator
1988
+ #: video-embed-thumbnail-generator.php:4970
1989
+ #: video-embed-thumbnail-generator.php:4988
1990
+ msgid "Missing libraries"
1991
+ msgstr "Липсващи библиотеки"
1992
+
1993
+ # @ video-embed-thumbnail-generator
1994
+ #: video-embed-thumbnail-generator.php:4979
1995
+ msgid "Encoding %s"
1996
+ msgstr "Кодиране на %s"
1997
+
1998
+ # @ video-embed-thumbnail-generator
1999
+ #: video-embed-thumbnail-generator.php:4985
2000
+ msgid "%1$s missing library %2$s required for %3$s encoding."
2001
+ msgstr "%1$s липсваща библиотека %2$s, нужна за кодирането на %3$s."
2002
+
2003
+ # @ video-embed-thumbnail-generator
2004
+ #: video-embed-thumbnail-generator.php:4991
2005
+ msgid "%s already encoded."
2006
+ msgstr "%s е вече кодирано."
2007
+
2008
+ # @ video-embed-thumbnail-generator
2009
+ #: video-embed-thumbnail-generator.php:5004
2010
+ msgid "Error: Command 'escapeshellcmd' is disabled on your server."
2011
+ msgstr "Грешка: Командата 'escapeshellcmd' е изключена на сървъра Ви."
2012
+
2013
+ # @ video-embed-thumbnail-generator
2014
+ #: video-embed-thumbnail-generator.php:5189
2015
+ #: video-embed-thumbnail-generator.php:5199
2016
+ msgid "Encoding"
2017
+ msgstr "Кодиране"
2018
+
2019
+ # @ video-embed-thumbnail-generator
2020
+ #: video-embed-thumbnail-generator.php:5192
2021
+ msgid "Cancel"
2022
+ msgstr "Отказ"
2023
+
2024
+ # @ video-embed-thumbnail-generator
2025
+ #: video-embed-thumbnail-generator.php:5195
2026
+ msgid "Elapsed:"
2027
+ msgstr "Изминало време:"
2028
+
2029
+ # @ video-embed-thumbnail-generator
2030
+ #: video-embed-thumbnail-generator.php:5195
2031
+ msgid "Remaining:"
2032
+ msgstr "Оставащо време:"
2033
+
2034
+ # @ video-embed-thumbnail-generator
2035
+ #: video-embed-thumbnail-generator.php:5195
2036
+ msgctxt "Frames per second"
2037
+ msgid "FPS:"
2038
+ msgstr "FPS:"
2039
+
2040
+ # @ video-embed-thumbnail-generator
2041
+ #: video-embed-thumbnail-generator.php:5272
2042
+ #: video-embed-thumbnail-generator.php:5301
2043
+ msgid "Encoding Complete"
2044
+ msgstr "Кодирането е завършено"
2045
+
2046
+ # @ video-embed-thumbnail-generator
2047
+ #: video-embed-thumbnail-generator.php:5311
2048
+ msgid "Encoding was canceled."
2049
+ msgstr "Кодиранет беше прекъснато."
2050
+
2051
+ # @ video-embed-thumbnail-generator
2052
+ #: video-embed-thumbnail-generator.php:5322
2053
+ msgid "No log file"
2054
+ msgstr "Няма лог файл"
2055
+
2056
+ # @ video-embed-thumbnail-generator
2057
+ #: video-embed-thumbnail-generator.php:5329
2058
+ msgid "Error:"
2059
+ msgstr "Грешка:"
2060
+
2061
+ # @ video-embed-thumbnail-generator
2062
+ #: video-embed-thumbnail-generator.php:5341
2063
+ msgid "Waiting..."
2064
+ msgstr "Изчакване..."
2065
+
2066
+ # @ video-embed-thumbnail-generator
2067
+ #: video-embed-thumbnail-generator.php:5504
2068
+ msgid "Fixing moov atom for streaming"
2069
+ msgstr "Поправяне на 'moov атоми' за стройминг"
2070
+
2071
+ # @ video-embed-thumbnail-generator
2072
+ #: video-embed-thumbnail-generator.php:5996
2073
+ msgid "Video Embed & Thumbnail Generator Shortcode Reference"
2074
+ msgstr "Video Embed & Thumbnail Generator Shortcode Reference"
2075
+
2076
+ # @ video-embed-thumbnail-generator
2077
+ #: video-embed-thumbnail-generator.php:5997
2078
+ msgid "Use these optional attributes in the [KGVID] shortcode:"
2079
+ msgstr "Използвайте тези допълнителни атрибути към [KGVID] шорткода:"
2080
+
2081
+ # @ video-embed-thumbnail-generator
2082
+ #: video-embed-thumbnail-generator.php:5998
2083
+ msgid "video attachment ID (instead of using a URL)."
2084
+ msgstr "ID на видео прикачения файл (вместо URL адрес)."
2085
+
2086
+ # @ video-embed-thumbnail-generator
2087
+ #: video-embed-thumbnail-generator.php:5999
2088
+ msgid "number of attached videos to display if no URL or ID is given."
2089
+ msgstr ""
2090
+ "брой на прикачени видеа, които да се покажат, ако не е въведен URL адрес или "
2091
+ "ID."
2092
+
2093
+ # @ video-embed-thumbnail-generator
2094
+ #: video-embed-thumbnail-generator.php:6000
2095
+ msgid "criteria for sorting attached videos if no URL or ID is given."
2096
+ msgstr ""
2097
+ "критерии за подреждане на прикачените видеа, ако не е въведен URL адрес или "
2098
+ "ID."
2099
+
2100
+ # @ video-embed-thumbnail-generator
2101
+ #: video-embed-thumbnail-generator.php:6001
2102
+ msgid "sort order."
2103
+ msgstr "начин на подреждане."
2104
+
2105
+ # @ video-embed-thumbnail-generator
2106
+ #: video-embed-thumbnail-generator.php:6002
2107
+ msgid "sets the thumbnail."
2108
+ msgstr "задава картинката."
2109
+
2110
+ # @ video-embed-thumbnail-generator
2111
+ #: video-embed-thumbnail-generator.php:6003
2112
+ msgid "sets the image shown when the video ends."
2113
+ msgstr "задава изображението, показващо се след края на видеото."
2114
+
2115
+ # @ video-embed-thumbnail-generator
2116
+ #: video-embed-thumbnail-generator.php:6007
2117
+ msgid "allow other content on the same line as the video"
2118
+ msgstr "разрешаване на друго съдържание(напр. текст) на същия ред с видеото"
2119
+
2120
+ # @ video-embed-thumbnail-generator
2121
+ #: video-embed-thumbnail-generator.php:6008
2122
+ msgid "pre-sets the volume for unusually loud videos. Value between 0 and 1."
2123
+ msgstr ""
2124
+ "предефинира силата на звука за необичайно шумни клипове. Стойността е между "
2125
+ "0 и 1."
2126
+
2127
+ # @ video-embed-thumbnail-generator
2128
+ #: video-embed-thumbnail-generator.php:6009
2129
+ msgid ""
2130
+ "sets the controlbar position. \"Floating\" option only works with Strobe "
2131
+ "Media Playback."
2132
+ msgstr ""
2133
+ "задава позицията на контролната лента. \"Плаващо\" работи само в 'Strobe' "
2134
+ "медия плеърът."
2135
+
2136
+ # @ video-embed-thumbnail-generator
2137
+ #: video-embed-thumbnail-generator.php:6012
2138
+ #: video-embed-thumbnail-generator.php:6013
2139
+ msgid "or %s to disable."
2140
+ msgstr "или %s за изключване."
2141
+
2142
+ # @ video-embed-thumbnail-generator
2143
+ #: video-embed-thumbnail-generator.php:6014
2144
+ msgid ""
2145
+ "changes text displayed in the embed code overlay in order to provide a "
2146
+ "custom method for embedding a video or %s to disable."
2147
+ msgstr ""
2148
+ "променя текста в полето за код за вграждане, давайки възможност за "
2149
+ "персонализиран метод за вграждане на видеа или %s за изключване."
2150
+
2151
+ # @ video-embed-thumbnail-generator
2152
+ #: video-embed-thumbnail-generator.php:6015
2153
+ msgid "turns the view count on or off."
2154
+ msgstr "Включва/Изключва показването на брояча на гледания."
2155
+
2156
+ # @ video-embed-thumbnail-generator
2157
+ #: video-embed-thumbnail-generator.php:6016
2158
+ msgid ""
2159
+ "text that is displayed below the video (not subtitles or closed captioning)"
2160
+ msgstr "текст, показващ се под видеото (не субтитри/надписи)."
2161
+
2162
+ # @ video-embed-thumbnail-generator
2163
+ #: video-embed-thumbnail-generator.php:6017
2164
+ msgid "Used for metadata only."
2165
+ msgstr "Използва се единствено за метаданни."
2166
+
2167
+ # @ video-embed-thumbnail-generator
2168
+ #: video-embed-thumbnail-generator.php:6018
2169
+ msgid ""
2170
+ "generates a link below the video to make it easier for users to save the "
2171
+ "video file to their computers."
2172
+ msgstr ""
2173
+ "генерира връзка под видето, улесняваща свалянето на клипове от потребителите."
2174
+
2175
+ # @ video-embed-thumbnail-generator
2176
+ #: video-embed-thumbnail-generator.php:6019
2177
+ msgid "allow or disable right-clicking on the video player."
2178
+ msgstr "позволяване или забраняване на кликане с десен бутон върху видеото."
2179
+
2180
+ # @ video-embed-thumbnail-generator
2181
+ #: video-embed-thumbnail-generator.php:6020
2182
+ msgid "allow or disable responsive resizing."
2183
+ msgstr "позволяване или забраняване на адаптивно променяне на размера."
2184
+
2185
+ # @ video-embed-thumbnail-generator
2186
+ #: video-embed-thumbnail-generator.php:6022
2187
+ msgid "These options will add a subtitle/caption track."
2188
+ msgstr "Тези настройки ще добавят субтитри/надписи."
2189
+
2190
+ # @ video-embed-thumbnail-generator
2191
+ #: video-embed-thumbnail-generator.php:6023
2192
+ msgid "URL of the WebVTT file."
2193
+ msgstr "URL адрес на WebVTT файла."
2194
+
2195
+ # @ video-embed-thumbnail-generator
2196
+ #: video-embed-thumbnail-generator.php:6025
2197
+ msgid "the track's two-character language code (en, fr, es, etc)"
2198
+ msgstr "езиковият код на пътечката(два символа, пр. en, fr, es и тн.)"
2199
+
2200
+ # @ video-embed-thumbnail-generator
2201
+ #: video-embed-thumbnail-generator.php:6026
2202
+ msgid "text that will be shown to the user when selecting the track."
2203
+ msgstr "текстът, който ще се показва на потребителите, когато избират пътечка."
2204
+
2205
+ # @ video-embed-thumbnail-generator
2206
+ #: video-embed-thumbnail-generator.php:6028
2207
+ msgid "These options will only affect Video.js playback"
2208
+ msgstr "Тези настройки се отнасят само за възпроизвеждане чрез Video.js"
2209
+
2210
+ # @ video-embed-thumbnail-generator
2211
+ #: video-embed-thumbnail-generator.php:6029
2212
+ #: video-embed-thumbnail-generator.php:6038
2213
+ msgid "Completely change the look of the video player. %sInstructions here."
2214
+ msgstr "Променете напълно вида на видео плеърът. %sИнструкции."
2215
+
2216
+ # @ video-embed-thumbnail-generator
2217
+ #: video-embed-thumbnail-generator.php:6031
2218
+ msgid ""
2219
+ "These options will only affect Flash playback in Strobe Media Playback video "
2220
+ "elements. They will have no effect on other players."
2221
+ msgstr ""
2222
+ "Тези настройки се отнасят само за изпълняване на Flash съдържание във Strobe "
2223
+ "Media playback видео плеър. Няма да има ефект върху други плеъри."
2224
+
2225
+ # @ video-embed-thumbnail-generator
2226
+ #: video-embed-thumbnail-generator.php:6032
2227
+ msgid "specify whether to autohide the control bar after a few seconds."
2228
+ msgstr ""
2229
+ "изберете дали контролната лента да се скрива автоматично след няколко "
2230
+ "секунди."
2231
+
2232
+ # @ video-embed-thumbnail-generator
2233
+ #: video-embed-thumbnail-generator.php:6033
2234
+ msgid "turns the big play button overlay in the middle of the video on or off."
2235
+ msgstr "Включва/изключва големият бутон за пускане в средата на видеото."
2236
+
2237
+ # @ video-embed-thumbnail-generator
2238
+ #: video-embed-thumbnail-generator.php:6034
2239
+ msgid "I honestly don't know what this is for."
2240
+ msgstr "Честно казано, нямам идея за какво е това."
2241
+
2242
+ # @ video-embed-thumbnail-generator
2243
+ #: video-embed-thumbnail-generator.php:6035
2244
+ msgid ""
2245
+ "If the video display size isn't the same as the video file, this determines "
2246
+ "how the video will be scaled."
2247
+ msgstr ""
2248
+ "Как да бъде преоразмерено видеото, ако размера на плеъра не е същия като "
2249
+ "размера на оригиналния видео файл."
2250
+
2251
+ # @ video-embed-thumbnail-generator
2252
+ #: video-embed-thumbnail-generator.php:6036
2253
+ msgid "#rrggbb"
2254
+ msgstr "#RRGGBB"
2255
+
2256
+ # @ video-embed-thumbnail-generator
2257
+ #: video-embed-thumbnail-generator.php:6036
2258
+ msgid "set the background color to whatever hex code you want."
2259
+ msgstr "сменете цвета на фона"
2260
+
2261
+ # @ video-embed-thumbnail-generator
2262
+ #: video-embed-thumbnail-generator.php:6037
2263
+ msgid "Lets you specify all these flashvars in an XML file."
2264
+ msgstr "Позволява Ви да зададете всички тези променливи в XML файл."
2265
+
2266
+ # @ video-embed-thumbnail-generator
2267
+ #: video-embed-thumbnail-generator.php:6040
2268
+ msgid ""
2269
+ "These options are available for video galleries (options work the same as "
2270
+ "standard WordPress image galleries)"
2271
+ msgstr ""
2272
+ "Тези настройки са налични за видео галериите (работят по същия начин както "
2273
+ "обикновените WordPress галерии)"
2274
+
2275
+ # @ video-embed-thumbnail-generator
2276
+ #: video-embed-thumbnail-generator.php:6041
2277
+ msgid "turns on the gallery"
2278
+ msgstr "включва галерията"
2279
+
2280
+ # @ video-embed-thumbnail-generator
2281
+ #: video-embed-thumbnail-generator.php:6042
2282
+ msgid "width in pixels to display gallery thumbnails"
2283
+ msgstr "ширина в пиксели на картинките в галериите"
2284
+
2285
+ # @ video-embed-thumbnail-generator
2286
+ #: video-embed-thumbnail-generator.php:6043
2287
+ msgid ""
2288
+ "comma separated video attachment IDs. Excludes the videos from the gallery."
2289
+ msgstr ""
2290
+ "ID-та на видео файлове, разделени със запетая. Изключва зададените видеа от "
2291
+ "галерията."
2292
+
2293
+ # @ video-embed-thumbnail-generator
2294
+ #: video-embed-thumbnail-generator.php:6044
2295
+ msgid ""
2296
+ "comma separated video attachment IDs. Includes only these videos in the "
2297
+ "gallery. Please note that include and exclude cannot be used together."
2298
+ msgstr ""
2299
+ "ID-та на видео файлове, разделени със запетая. Включва само избраните видеа "
2300
+ "в галерията. Имайте предвид че 'включване' и 'изключване' не могат да бъдат "
2301
+ "използвани заедно."
2302
+
2303
+ # @ video-embed-thumbnail-generator
2304
+ #: video-embed-thumbnail-generator.php:6045
2305
+ msgid "criteria for sorting the gallery"
2306
+ msgstr "критерий за сортиране на галерията"
2307
+
2308
+ # @ video-embed-thumbnail-generator
2309
+ #: video-embed-thumbnail-generator.php:6046
2310
+ msgid "sort order"
2311
+ msgstr "начин на подреждане"
2312
+
2313
+ # @ video-embed-thumbnail-generator
2314
+ #: video-embed-thumbnail-generator.php:6047
2315
+ msgid ""
2316
+ "post ID to display a gallery made up of videos associated with a different "
2317
+ "post."
2318
+ msgstr ""
2319
+ "ID на публикация, която да съдържа галерия, изградена от видеа, асоцирани с "
2320
+ "различна публикация. "
2321
+
2322
+ # @ video-embed-thumbnail-generator
2323
+ #: video-embed-thumbnail-generator.php:6048
2324
+ msgid ""
2325
+ "either close the pop-up or start playing the next video when the current "
2326
+ "video finishes playing."
2327
+ msgstr ""
2328
+ "Затворете изскачащия прозорец или изпълнете следващото видео след като "
2329
+ "възпроизвеждането завърши."
2330
+
2331
+ # @ Settings page title in admin sidebar
2332
+ #. Plugin Name of the plugin/theme
2333
+ msgid "Video Embed & Thumbnail Generator"
2334
+ msgstr "Video Embed & Thumbnail Generator"
2335
+
2336
+ #. Plugin URI of the plugin/theme
2337
+ msgid ""
2338
+ "http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-"
2339
+ "wordpress-plugin/"
2340
+ msgstr ""
2341
+ "http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-"
2342
+ "wordpress-plugin/"
2343
+
2344
+ #. Description of the plugin/theme
2345
+ msgid ""
2346
+ "Generates thumbnails, HTML5-compliant videos, and embed codes for locally "
2347
+ "hosted videos. Requires FFMPEG or LIBAV for encoding."
2348
+ msgstr ""
2349
+ "Генерира картинки, HTML5-съвместими видеа и кодове за вграждане за локални "
2350
+ "клипове. Нуждае се от FFMPEG или LIBAV за кодиране."
2351
+
2352
+ #. Author of the plugin/theme
2353
+ msgid "Kyle Gilman"
2354
+ msgstr "Kyle Gilman"
2355
+
2356
+ #. Author URI of the plugin/theme
2357
+ msgid "http://www.kylegilman.net/"
2358
+ msgstr "http://www.kylegilman.net/"
languages/video-embed-thumbnail-generator-es_ES.mo ADDED
Binary file
languages/video-embed-thumbnail-generator-es_ES.po ADDED
@@ -0,0 +1,1999 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 Video Embed & Thumbnail Generator
2
+ # This file is distributed under the same license as the Video Embed & Thumbnail Generator package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Video Embed & Thumbnail Generator 4.3.2\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/video-embed-thumbnail-"
7
+ "generator\n"
8
+ "POT-Creation-Date: 2014-07-08 16:27:20+00:00\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2014-07-14 13:21+0100\n"
13
+ "Last-Translator: jelena kovacevic <jecajeca260@gmail.com>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "X-Generator: Poedit 1.5.5\n"
16
+
17
+ #: video-embed-thumbnail-generator.php:207
18
+ msgid "Replace original with H.264"
19
+ msgstr "Reemplazar el original con H.264"
20
+
21
+ #: video-embed-thumbnail-generator.php:353
22
+ msgid "Settings"
23
+ msgstr "Configuración"
24
+
25
+ #: video-embed-thumbnail-generator.php:361
26
+ msgid "Network Settings"
27
+ msgstr "Configuración de red"
28
+
29
+ #: video-embed-thumbnail-generator.php:1126
30
+ msgctxt "please wait"
31
+ msgid "Wait"
32
+ msgstr "Espere"
33
+
34
+ #: video-embed-thumbnail-generator.php:1127
35
+ msgid "Hide video..."
36
+ msgstr "Ocultar vídeo ..."
37
+
38
+ #: video-embed-thumbnail-generator.php:1128
39
+ #: video-embed-thumbnail-generator.php:3707
40
+ msgid "Choose from video..."
41
+ msgstr "Elija vídeo ..."
42
+
43
+ #: video-embed-thumbnail-generator.php:1129
44
+ msgid "Can't load video"
45
+ msgstr "No se puede cargar el vídeo"
46
+
47
+ #: video-embed-thumbnail-generator.php:1130
48
+ msgid "Choose Thumbnail:"
49
+ msgstr "Elija miniatura:"
50
+
51
+ #: video-embed-thumbnail-generator.php:1131
52
+ msgid "Save All Thumbnails"
53
+ msgstr "Guarde todas las miniaturas"
54
+
55
+ #: video-embed-thumbnail-generator.php:1132
56
+ msgid "Saving..."
57
+ msgstr "Guardando..."
58
+
59
+ #: video-embed-thumbnail-generator.php:1133
60
+ msgid "Loading..."
61
+ msgstr "Cargando…"
62
+
63
+ #: video-embed-thumbnail-generator.php:1134
64
+ #: video-embed-thumbnail-generator.php:4344
65
+ msgid "Generate"
66
+ msgstr "Generar"
67
+
68
+ #: video-embed-thumbnail-generator.php:1135
69
+ #: video-embed-thumbnail-generator.php:4345
70
+ msgid "Randomize"
71
+ msgstr "Aleatorizar"
72
+
73
+ #: video-embed-thumbnail-generator.php:1136
74
+ msgid "%s not found"
75
+ msgstr "s no encontrado"
76
+
77
+ #: video-embed-thumbnail-generator.php:1137
78
+ msgid ""
79
+ "Please enter a URL that points to a valid video file. Video sharing sites "
80
+ "are not supported by this plugin.\n"
81
+ "To embed from YouTube, Vimeo, etc, just paste the link directly into the "
82
+ "post window and WordPress will handle the rest."
83
+ msgstr ""
84
+ "Por favor introduzca una URL que apunte a un archivo de vídeo válido. Sitios "
85
+ "de intercambio de video no son compatibles con este plugin. \n"
86
+ "Para incrustar desde YouTube, Vimeo, etc., basta con pegar el enlace "
87
+ "directamente en la ventana del mensaje y WordPress se encargará del resto."
88
+
89
+ #: video-embed-thumbnail-generator.php:1138
90
+ #: video-embed-thumbnail-generator.php:1875
91
+ #: video-embed-thumbnail-generator.php:4344
92
+ #: video-embed-thumbnail-generator.php:4345
93
+ #: video-embed-thumbnail-generator.php:4379
94
+ msgid "Please enter a valid video URL"
95
+ msgstr "Introduce una URL de vídeo válida"
96
+
97
+ #: video-embed-thumbnail-generator.php:1139
98
+ msgid ""
99
+ "You are about to permanently delete the encoded video.\n"
100
+ " 'Cancel' to stop, 'OK' to delete."
101
+ msgstr ""
102
+ "Vas a eliminar permanentemente el video codificado. \n"
103
+ " \"Cancelar\" para detener, 'OK' para borrar."
104
+
105
+ #: video-embed-thumbnail-generator.php:1140
106
+ msgid "Saved."
107
+ msgstr "Guardado."
108
+
109
+ #: video-embed-thumbnail-generator.php:1141
110
+ msgid "Running test..."
111
+ msgstr "Ejecutando la prueba ..."
112
+
113
+ #: video-embed-thumbnail-generator.php:1142
114
+ msgid "FFMPEG or LIBAV required for these functions."
115
+ msgstr "FFMPEG o LIBAV requerido para estas funciones."
116
+
117
+ #: video-embed-thumbnail-generator.php:1143
118
+ msgid ""
119
+ "You are about to set all existing video thumbnails previously generated by "
120
+ "this plugin as the featured images for their posts. There is no 'undo' "
121
+ "button, so proceed at your own risk."
122
+ msgstr ""
123
+ "Usted está a punto de establecer todas las miniaturas de vídeo existentes "
124
+ "previamente generados por este plugin como las imágenes destacadas para sus "
125
+ "puestos. No hay botón de \"deshacer\", así que proceda a su propio riesgo."
126
+
127
+ #: video-embed-thumbnail-generator.php:1144
128
+ msgid "'Cancel' to stop, 'OK' to proceed."
129
+ msgstr "\"Cancelar\" para detener, en 'Aceptar' para continuar."
130
+
131
+ #: video-embed-thumbnail-generator.php:1145
132
+ msgid "Processing..."
133
+ msgstr "Processing ..."
134
+
135
+ #: video-embed-thumbnail-generator.php:1146
136
+ msgid ""
137
+ "You are about to set all existing video thumbnails previously generated by "
138
+ "this plugin as attachments of their posts rather than their associated "
139
+ "videos. Proceed at your own risk."
140
+ msgstr ""
141
+ "Usted está a punto de establecer todas las miniaturas de vídeo existentes "
142
+ "previamente generados por este plugin como archivos adjuntos de sus mensajes "
143
+ "en lugar de sus vídeos asociados. Proceda a su propio riesgo."
144
+
145
+ #: video-embed-thumbnail-generator.php:1147
146
+ msgid ""
147
+ "You are about to set all existing video thumbnails previously generated by "
148
+ "this plugin as attachments of their videos rather than their associated "
149
+ "posts. Proceed at your own risk."
150
+ msgstr ""
151
+ "Usted está a punto de establecer todas las miniaturas de vídeo existentes "
152
+ "previamente generados por este plugin como archivos adjuntos de sus videos "
153
+ "en lugar de sus mensajes asociados. Proceda a su propio riesgopista:."
154
+
155
+ #: video-embed-thumbnail-generator.php:1148
156
+ msgid "Complete"
157
+ msgstr "Completo"
158
+
159
+ #: video-embed-thumbnail-generator.php:1149
160
+ #: video-embed-thumbnail-generator.php:3783
161
+ #: video-embed-thumbnail-generator.php:4371
162
+ msgid "Track type:"
163
+ msgstr "Tipo de Rastreo:"
164
+
165
+ #: video-embed-thumbnail-generator.php:1150
166
+ #: video-embed-thumbnail-generator.php:3774
167
+ #: video-embed-thumbnail-generator.php:4371
168
+ msgid "subtitles"
169
+ msgstr "Subtítulos"
170
+
171
+ #: video-embed-thumbnail-generator.php:1151
172
+ #: video-embed-thumbnail-generator.php:3774
173
+ #: video-embed-thumbnail-generator.php:4371
174
+ msgid "captions"
175
+ msgstr "Subtítulos"
176
+
177
+ #: video-embed-thumbnail-generator.php:1152
178
+ #: video-embed-thumbnail-generator.php:3774
179
+ #: video-embed-thumbnail-generator.php:4371
180
+ msgid "chapters"
181
+ msgstr "Capítulos"
182
+
183
+ #: video-embed-thumbnail-generator.php:1153
184
+ #: video-embed-thumbnail-generator.php:3784
185
+ msgid "Choose a Text File"
186
+ msgstr "Elija un archivo de texto"
187
+
188
+ #: video-embed-thumbnail-generator.php:1154
189
+ #: video-embed-thumbnail-generator.php:3784
190
+ msgid "Set as track source"
191
+ msgstr "Establecer como fuente de rastreo"
192
+
193
+ #: video-embed-thumbnail-generator.php:1155
194
+ #: video-embed-thumbnail-generator.php:2576
195
+ #: video-embed-thumbnail-generator.php:2582
196
+ #: video-embed-thumbnail-generator.php:2588
197
+ #: video-embed-thumbnail-generator.php:2916
198
+ #: video-embed-thumbnail-generator.php:3739
199
+ #: video-embed-thumbnail-generator.php:3784
200
+ msgid "Choose from Library"
201
+ msgstr "Elija desde Biblioteca"
202
+
203
+ #: video-embed-thumbnail-generator.php:1156
204
+ #: video-embed-thumbnail-generator.php:4371
205
+ msgid "Language code:"
206
+ msgstr "Código Idioma:"
207
+
208
+ #: video-embed-thumbnail-generator.php:1157
209
+ msgctxt "noun"
210
+ msgid "Label:"
211
+ msgstr "Etiqueta:"
212
+
213
+ #: video-embed-thumbnail-generator.php:1190
214
+ msgctxt "noun for Google Analytics event"
215
+ msgid "Play Start"
216
+ msgstr "Iniciar reproducción"
217
+
218
+ #: video-embed-thumbnail-generator.php:1191
219
+ msgctxt "noun for Google Analytics event"
220
+ msgid "Complete View"
221
+ msgstr "Vista completa"
222
+
223
+ #: video-embed-thumbnail-generator.php:1192
224
+ msgctxt "button text to play next video"
225
+ msgid "Next"
226
+ msgstr "Siguiente"
227
+
228
+ #: video-embed-thumbnail-generator.php:1193
229
+ msgctxt "button text to play previous video"
230
+ msgid "Previous"
231
+ msgstr "Anterior"
232
+
233
+ #: video-embed-thumbnail-generator.php:1638
234
+ msgid "%s view"
235
+ msgid_plural "%s views"
236
+ msgstr[0] ""
237
+ msgstr[1] ""
238
+
239
+ #: video-embed-thumbnail-generator.php:1643
240
+ msgid "Right-click or ctrl-click on this link to download"
241
+ msgstr "Haga clic derecho o ctrl-clic en este enlace para descargar"
242
+
243
+ #: video-embed-thumbnail-generator.php:1659
244
+ msgctxt "precedes code for embedding video"
245
+ msgid "Embed:"
246
+ msgstr "Insertar:"
247
+
248
+ #: video-embed-thumbnail-generator.php:1880
249
+ msgctxt "ex: FFMPEG not found at /usr/local/bin"
250
+ msgid "%1$s not found at %2$s"
251
+ msgstr "%1$s no encontrado en %2$s"
252
+
253
+ #: video-embed-thumbnail-generator.php:1943
254
+ msgid "Delete Permanently"
255
+ msgstr "Eliminar permanentemente"
256
+
257
+ #: video-embed-thumbnail-generator.php:1955
258
+ msgid "Currently encoding"
259
+ msgstr "Codificando Actualmente"
260
+
261
+ #: video-embed-thumbnail-generator.php:1962
262
+ msgid "Format already exists"
263
+ msgstr "Formato ya existe"
264
+
265
+ #: video-embed-thumbnail-generator.php:1969
266
+ msgid "You don't have permission to encode videos"
267
+ msgstr "Usted no tiene permiso para codificar vídeos"
268
+
269
+ #: video-embed-thumbnail-generator.php:1977
270
+ msgid "Nothing to encode"
271
+ msgstr "Nada para codificar"
272
+
273
+ #: video-embed-thumbnail-generator.php:1981
274
+ msgctxt "Button text"
275
+ msgid "Update"
276
+ msgstr "Actualizar"
277
+
278
+ #: video-embed-thumbnail-generator.php:1984
279
+ msgctxt "Button text"
280
+ msgid "Encode"
281
+ msgstr "Codificar"
282
+
283
+ #: video-embed-thumbnail-generator.php:1990
284
+ msgid ""
285
+ "Generates additional video formats compatible with most mobile & HTML5-"
286
+ "compatible browsers"
287
+ msgstr ""
288
+ "Genera formatos de vídeo adicionales compatibles con los navegadores más "
289
+ "móviles y compatibles con HTML5"
290
+
291
+ #: video-embed-thumbnail-generator.php:2015
292
+ msgctxt "noun, column header"
293
+ msgid "Order"
294
+ msgstr "Orden"
295
+
296
+ #: video-embed-thumbnail-generator.php:2016
297
+ msgctxt "username, column header"
298
+ msgid "User"
299
+ msgstr "Usuario"
300
+
301
+ #: video-embed-thumbnail-generator.php:2017
302
+ msgctxt "noun, column header"
303
+ msgid "Thumbnail"
304
+ msgstr "Miniatura"
305
+
306
+ #: video-embed-thumbnail-generator.php:2018
307
+ msgctxt "noun, column header"
308
+ msgid "File"
309
+ msgstr "Archivo"
310
+
311
+ #: video-embed-thumbnail-generator.php:2019
312
+ msgctxt "noun, column header"
313
+ msgid "Formats"
314
+ msgstr "Formatos"
315
+
316
+ #: video-embed-thumbnail-generator.php:2020
317
+ msgctxt "noun, column header"
318
+ msgid "Actions"
319
+ msgstr "Acciones"
320
+
321
+ #: video-embed-thumbnail-generator.php:2024
322
+ msgctxt "multisite site name, column header"
323
+ msgid "Site"
324
+ msgstr "Sitio"
325
+
326
+ #: video-embed-thumbnail-generator.php:2140
327
+ msgid "Other user's video"
328
+ msgstr "Vídeo de otro usuario"
329
+
330
+ #: video-embed-thumbnail-generator.php:2144
331
+ msgid "Queue is empty"
332
+ msgstr "Cola está vacía"
333
+
334
+ #: video-embed-thumbnail-generator.php:2153
335
+ #: video-embed-thumbnail-generator.php:2160
336
+ msgctxt "Tools page title"
337
+ msgid "Video Embed & Thumbnail Generator Encoding Queue"
338
+ msgstr "Cola para codificación de generador de miniaturas y video incrustado"
339
+
340
+ #: video-embed-thumbnail-generator.php:2153
341
+ msgctxt "Title in admin sidebar"
342
+ msgid "Video Encode Queue"
343
+ msgstr "Cola para codificación de video"
344
+
345
+ #: video-embed-thumbnail-generator.php:2160
346
+ msgctxt "Title in network admin sidebar"
347
+ msgid "Network Video Encode Queue"
348
+ msgstr "Cola para codificación de video en red"
349
+
350
+ #: video-embed-thumbnail-generator.php:2170
351
+ msgid "Video Embed & Thumbnail Generator Encoding Queue"
352
+ msgstr "Cola para codificación de generador de miniaturas y video incrustado"
353
+
354
+ #: video-embed-thumbnail-generator.php:2187
355
+ msgid "Clear All Completed"
356
+ msgstr "Borrar Todo lo Completado"
357
+
358
+ #: video-embed-thumbnail-generator.php:2195
359
+ #: video-embed-thumbnail-generator.php:2320
360
+ msgctxt "Settings page title"
361
+ msgid "Video Embed & Thumbnail Generator"
362
+ msgstr "Generador de miniaturas y video incrustado"
363
+
364
+ #: video-embed-thumbnail-generator.php:2195
365
+ #: video-embed-thumbnail-generator.php:2320
366
+ msgctxt "Settings page title in admin sidebar"
367
+ msgid "Video Embed & Thumbnail Generator"
368
+ msgstr "Generador de miniaturas y video incrustado"
369
+
370
+ #: video-embed-thumbnail-generator.php:2231
371
+ msgid ""
372
+ "Video Embed & Thumbnail Generator network settings reset to default values."
373
+ msgstr ""
374
+ "Ajustes de red de Video Embed & Thumbnail Generator restablecidas a valores "
375
+ "por defecto."
376
+
377
+ #: video-embed-thumbnail-generator.php:2253
378
+ msgid "Path to applications on the server:"
379
+ msgstr "Ruta a aplicaciones en el servidor :"
380
+
381
+ #: video-embed-thumbnail-generator.php:2256
382
+ #: video-embed-thumbnail-generator.php:2486
383
+ msgid "Application for thumbnails & encoding:"
384
+ msgstr "Aplicación para miniaturas y codificación:"
385
+
386
+ #: video-embed-thumbnail-generator.php:2260
387
+ #: video-embed-thumbnail-generator.php:2495
388
+ msgid "Method to fix encoded H.264 headers for streaming:"
389
+ msgstr ""
390
+ "Método para corregir encabezados H.264 codificados para la transmisión:"
391
+
392
+ #: video-embed-thumbnail-generator.php:2264
393
+ #: video-embed-thumbnail-generator.php:2504
394
+ msgid "FFMPEG legacy options:"
395
+ msgstr "Opciones adicionales FFMPEG:"
396
+
397
+ #: video-embed-thumbnail-generator.php:2268
398
+ msgid "Execution:"
399
+ msgstr "Ejecución:"
400
+
401
+ #: video-embed-thumbnail-generator.php:2272
402
+ msgid "User capabilties for new sites:"
403
+ msgstr "Capacidades del usuario para los nuevos sitios:"
404
+
405
+ #: video-embed-thumbnail-generator.php:2276
406
+ msgid "Super Admins only:"
407
+ msgstr "Solo Super Administradores:"
408
+
409
+ #: video-embed-thumbnail-generator.php:2282
410
+ #: video-embed-thumbnail-generator.php:2347
411
+ msgid "Save Changes"
412
+ msgstr "Guardar cambios"
413
+
414
+ #: video-embed-thumbnail-generator.php:2283
415
+ #: video-embed-thumbnail-generator.php:2348
416
+ msgid "Reset Options"
417
+ msgstr "Resetear opciones"
418
+
419
+ #: video-embed-thumbnail-generator.php:2287
420
+ #: video-embed-thumbnail-generator.php:2352
421
+ msgid ""
422
+ "If you're getting some use out of this plugin, please consider donating a "
423
+ "few dollars to support its future development."
424
+ msgstr ""
425
+ "Si usted está consiguiendo un cierto uso de este plugin, por favor, "
426
+ "considere donar unos pocos dólares para apoyar su desarrollo"
427
+
428
+ #: video-embed-thumbnail-generator.php:2315
429
+ msgctxt "FFMPEG settings tab"
430
+ msgid "%s settings tab."
431
+ msgstr "%s pestaña de configuración"
432
+
433
+ #: video-embed-thumbnail-generator.php:2338
434
+ msgctxt "Adjective, tab title"
435
+ msgid "General"
436
+ msgstr "General"
437
+
438
+ #: video-embed-thumbnail-generator.php:2339
439
+ msgctxt "FFMPEG Settings, tab title"
440
+ msgid "%s Settings"
441
+ msgstr "Configuración %s"
442
+
443
+ #: video-embed-thumbnail-generator.php:2447
444
+ msgid "Default Video Playback Settings"
445
+ msgstr "Configuración predeterminada de reproducción de vídeo"
446
+
447
+ #: video-embed-thumbnail-generator.php:2448
448
+ msgid "The following options will only affect Flash playback"
449
+ msgstr "Las siguientes opciones sólo afectarán Reproducción de Flash"
450
+
451
+ #: video-embed-thumbnail-generator.php:2449
452
+ msgid "Plugin Settings"
453
+ msgstr "Configuración Plugin"
454
+
455
+ #: video-embed-thumbnail-generator.php:2450
456
+ msgid "Video Encoding Settings"
457
+ msgstr "Configuración de codificación de Vídeo"
458
+
459
+ #: video-embed-thumbnail-generator.php:2452
460
+ msgid "Default thumbnail:"
461
+ msgstr "Miniaturas por defecto:"
462
+
463
+ #: video-embed-thumbnail-generator.php:2453
464
+ msgid "End of video image:"
465
+ msgstr "Imagen de vídeo final:"
466
+
467
+ #: video-embed-thumbnail-generator.php:2454
468
+ msgid "Watermark overlay:"
469
+ msgstr "Superposición de Marca de Agua"
470
+
471
+ #: video-embed-thumbnail-generator.php:2455
472
+ msgid "Video alignment:"
473
+ msgstr "Alineación del vídeo:"
474
+
475
+ #: video-embed-thumbnail-generator.php:2456
476
+ msgid "Automatically resize videos:"
477
+ msgstr "Cambio de tamaño automático vídeos:"
478
+
479
+ #: video-embed-thumbnail-generator.php:2457
480
+ msgid "Inline videos:"
481
+ msgstr "Vídeos Inline:"
482
+
483
+ #: video-embed-thumbnail-generator.php:2458
484
+ msgid "Max embedded video dimensions:"
485
+ msgstr "Número máximo de dimensiones de vídeo incorporado:"
486
+
487
+ #: video-embed-thumbnail-generator.php:2459
488
+ msgid "Max gallery video dimensions:"
489
+ msgstr "Dimensiones máximas de galería de vídeo:"
490
+
491
+ #: video-embed-thumbnail-generator.php:2460
492
+ msgid "Gallery thumbnail width:"
493
+ msgstr "Ancho Galería de miniaturas:"
494
+
495
+ #: video-embed-thumbnail-generator.php:2461
496
+ msgid "Video controls:"
497
+ msgstr "Controles de vídeo:"
498
+
499
+ #: video-embed-thumbnail-generator.php:2462
500
+ msgid "Autoplay:"
501
+ msgstr "Reproducción automática:"
502
+
503
+ #: video-embed-thumbnail-generator.php:2463
504
+ msgctxt "verb"
505
+ msgid "Loop:"
506
+ msgstr "Repetir:"
507
+
508
+ #: video-embed-thumbnail-generator.php:2464
509
+ msgid "Preload:"
510
+ msgstr "Precarga:"
511
+
512
+ #: video-embed-thumbnail-generator.php:2465
513
+ msgctxt "CSS class for video skin"
514
+ msgid "Skin class:"
515
+ msgstr "Clase de la máscara:"
516
+
517
+ #: video-embed-thumbnail-generator.php:2467
518
+ msgid "Background color:"
519
+ msgstr "Color de fondo:"
520
+
521
+ #: video-embed-thumbnail-generator.php:2468
522
+ msgid "XML configuration file:"
523
+ msgstr "Archivo de configuración XML:"
524
+
525
+ #: video-embed-thumbnail-generator.php:2469
526
+ msgid "Video skin file:"
527
+ msgstr "Archivo de máscara de vídeo:"
528
+
529
+ #: video-embed-thumbnail-generator.php:2470
530
+ msgid "Video stream type:"
531
+ msgstr "Tipo de stream de video:"
532
+
533
+ #: video-embed-thumbnail-generator.php:2471
534
+ msgid "Video scale mode:"
535
+ msgstr "Modo de escala de vídeo:"
536
+
537
+ #: video-embed-thumbnail-generator.php:2472
538
+ msgid "Autohide:"
539
+ msgstr "Ocultar automáticamente:"
540
+
541
+ #: video-embed-thumbnail-generator.php:2473
542
+ msgid "Play button overlay:"
543
+ msgstr "Superposición del Botón de reproducción:"
544
+
545
+ #: video-embed-thumbnail-generator.php:2475
546
+ msgid "Default number of thumbnails to generate:"
547
+ msgstr "Número predeterminado de miniaturas para generar:"
548
+
549
+ #: video-embed-thumbnail-generator.php:2476
550
+ msgid "User capabilities:"
551
+ msgstr "Capacidades de los usuarios:"
552
+
553
+ #: video-embed-thumbnail-generator.php:2477
554
+ msgid "Video security:"
555
+ msgstr "Seguridad del vídeo:"
556
+
557
+ #: video-embed-thumbnail-generator.php:2478
558
+ msgid "Featured image:"
559
+ msgstr "Imagen destacada:"
560
+
561
+ #: video-embed-thumbnail-generator.php:2479
562
+ msgid "Attach thumbnails to:"
563
+ msgstr "Adjuntar miniaturas a:"
564
+
565
+ #: video-embed-thumbnail-generator.php:2480
566
+ msgid "Delete associated attachments:"
567
+ msgstr "Eliminar archivos adjuntos asociados:"
568
+
569
+ #: video-embed-thumbnail-generator.php:2481
570
+ msgid "Video title text HTML formatting:"
571
+ msgstr "Formato HTML del texto de título de vídeo:"
572
+
573
+ #: video-embed-thumbnail-generator.php:2482
574
+ msgid "Attachment page design:"
575
+ msgstr "Visualización de la plantilla adjuntos:"
576
+
577
+ #: video-embed-thumbnail-generator.php:2485
578
+ msgid "Path to applications folder on server:"
579
+ msgstr "Ruta a la carpeta de aplicaciones en el servidor:"
580
+
581
+ #: video-embed-thumbnail-generator.php:2489
582
+ msgid "Enable in-browser thumbnails:"
583
+ msgstr "Activar miniaturas en el navegador:"
584
+
585
+ #: video-embed-thumbnail-generator.php:2490
586
+ msgid "Default video encode formats:"
587
+ msgstr "Formatos de codificación de vídeo por defecto:"
588
+
589
+ #: video-embed-thumbnail-generator.php:2491
590
+ msgid "Do automatically on upload:"
591
+ msgstr "Realice automáticamente al cargar:"
592
+
593
+ #: video-embed-thumbnail-generator.php:2492
594
+ msgid "htaccess login:"
595
+ msgstr "Inicio de sesión htaccess:"
596
+
597
+ #: video-embed-thumbnail-generator.php:2493
598
+ msgid "Add watermark to encoded files:"
599
+ msgstr "Añadir marca de agua a los archivos codificados:"
600
+
601
+ #: video-embed-thumbnail-generator.php:2497
602
+ msgid "Encode quality control method:"
603
+ msgstr "Método de control de calidad de codificación:"
604
+
605
+ #: video-embed-thumbnail-generator.php:2498
606
+ msgid "Constant Rate Factors (CRF):"
607
+ msgstr "Factores constantes de tasa (CRF):"
608
+
609
+ #: video-embed-thumbnail-generator.php:2499
610
+ msgid "Average Bit Rate:"
611
+ msgstr "Tasa de bits promedio:"
612
+
613
+ #: video-embed-thumbnail-generator.php:2500
614
+ msgid "H.264 profile:"
615
+ msgstr "perfil H.264:"
616
+
617
+ #: video-embed-thumbnail-generator.php:2501
618
+ msgid "Audio bit rate:"
619
+ msgstr "Tasa de bits de audio:"
620
+
621
+ #: video-embed-thumbnail-generator.php:2505
622
+ msgctxt "program execution options"
623
+ msgid "Execution:"
624
+ msgstr "Ejecución:"
625
+
626
+ #: video-embed-thumbnail-generator.php:2508
627
+ msgid "Test FFMPEG:"
628
+ msgstr "Prueba FFMPEG:"
629
+
630
+ #: video-embed-thumbnail-generator.php:2530
631
+ #: video-embed-thumbnail-generator.php:3804
632
+ msgid "WordPress Default"
633
+ msgstr "WordPress por defecto"
634
+
635
+ #: video-embed-thumbnail-generator.php:2552
636
+ msgid "(deprecated)"
637
+ msgstr "( desuso)"
638
+
639
+ #: video-embed-thumbnail-generator.php:2554
640
+ msgid "Video player:"
641
+ msgstr "Reproductor de vídeo:"
642
+
643
+ #: video-embed-thumbnail-generator.php:2559
644
+ msgid ""
645
+ "Video.js is the default player. Users running WordPress 3.6 or higher can "
646
+ "choose the WordPress Default Mediaelement.js player which may already be "
647
+ "skinned to match your theme. If the JW Player WordPress plugin is active it "
648
+ "should be available as a video player. In the past this plugin used Adobe's "
649
+ "Strobe Media Playback Flash player, which hasn't been updated since 2011 and "
650
+ "is not recommended. It should still work, but new plugin functions are not "
651
+ "guaranteed to be compatible."
652
+ msgstr ""
653
+ "Video.js es el reproductor predeterminado. Los usuarios que ejecutan "
654
+ "WordPress 3.6 o superior pueden elegir el reproductor Mediaelement.js "
655
+ "WordPress por defecto que puede ya tener una piel para que coincida con su "
656
+ "tema. Si el plugin JW Player WordPress está activo debe estar disponible "
657
+ "como un reproductor de vídeo. En el pasado este plugin utilizaba el "
658
+ "reproductor Adobe's Strobe Media Playback Flash, que no ha sido actualizado "
659
+ "desde 2011 y no se recomienda. Aún debería funcionar, pero las nuevas "
660
+ "funciones del plugin no se garantiza que sea compatible."
661
+
662
+ #: video-embed-thumbnail-generator.php:2563
663
+ msgid "Overlay video title"
664
+ msgstr "Título de vídeo de cubierta"
665
+
666
+ #: video-embed-thumbnail-generator.php:2564
667
+ msgid "Overlay embed code"
668
+ msgstr "Código de inserción de cubierta"
669
+
670
+ #: video-embed-thumbnail-generator.php:2567
671
+ msgid "Show download link"
672
+ msgstr "Mostrar enlace de descarga"
673
+
674
+ #: video-embed-thumbnail-generator.php:2568
675
+ msgid "Show view count"
676
+ msgstr "Mostrar contador de vistas"
677
+
678
+ #: video-embed-thumbnail-generator.php:2576
679
+ #: video-embed-thumbnail-generator.php:3739
680
+ msgid "Choose a Thumbnail"
681
+ msgstr "Elija una miniatura"
682
+
683
+ #: video-embed-thumbnail-generator.php:2576
684
+ #: video-embed-thumbnail-generator.php:3739
685
+ msgid "Set as video thumbnail"
686
+ msgstr "Establecer como miniatura de vídeo"
687
+
688
+ #: video-embed-thumbnail-generator.php:2581
689
+ msgid "Display thumbnail image again when video ends."
690
+ msgstr "Mostrar la miniatura de nuevo cuando el vídeo termina."
691
+
692
+ #: video-embed-thumbnail-generator.php:2582
693
+ msgid "Choose End of Video Image"
694
+ msgstr "Elija imagen de fin de vídeo"
695
+
696
+ #: video-embed-thumbnail-generator.php:2582
697
+ msgid "Set as end of video image"
698
+ msgstr "Establecer como miniatura de vídeo"
699
+
700
+ #: video-embed-thumbnail-generator.php:2583
701
+ msgid "Display alternate image when video ends."
702
+ msgstr "Mostrar la miniatura de nuevo cuando el vídeo termina."
703
+
704
+ #: video-embed-thumbnail-generator.php:2588
705
+ #: video-embed-thumbnail-generator.php:2916
706
+ msgid "Choose a Watermark"
707
+ msgstr "elegir una Marca de Agua"
708
+
709
+ #: video-embed-thumbnail-generator.php:2588
710
+ #: video-embed-thumbnail-generator.php:2916
711
+ msgid "Set as watermark"
712
+ msgstr "conjuntocomo marca de agua"
713
+
714
+ #: video-embed-thumbnail-generator.php:2593
715
+ #: video-embed-thumbnail-generator.php:2918
716
+ msgid "left"
717
+ msgstr "izquierda"
718
+
719
+ #: video-embed-thumbnail-generator.php:2593
720
+ msgid "center"
721
+ msgstr "Centro"
722
+
723
+ #: video-embed-thumbnail-generator.php:2593
724
+ #: video-embed-thumbnail-generator.php:2918
725
+ msgid "right"
726
+ msgstr "Derecha"
727
+
728
+ #: video-embed-thumbnail-generator.php:2604
729
+ msgid "Make video player responsive."
730
+ msgstr "Haga responsivo el reproductor de vídeo"
731
+
732
+ #: video-embed-thumbnail-generator.php:2609
733
+ msgid "Allow other content on the same line as the video."
734
+ msgstr "Permitir otros contenidos en la misma línea que el video"
735
+
736
+ #: video-embed-thumbnail-generator.php:2614
737
+ #: video-embed-thumbnail-generator.php:2620
738
+ #: video-embed-thumbnail-generator.php:3752
739
+ #: video-embed-thumbnail-generator.php:4360
740
+ msgid "Width:"
741
+ msgstr "Ancho:"
742
+
743
+ #: video-embed-thumbnail-generator.php:2614
744
+ #: video-embed-thumbnail-generator.php:2620
745
+ #: video-embed-thumbnail-generator.php:3752
746
+ #: video-embed-thumbnail-generator.php:4360
747
+ msgid "Height:"
748
+ msgstr "Altura:"
749
+
750
+ #: video-embed-thumbnail-generator.php:2615
751
+ msgid "Enlarge lower resolution videos to max width."
752
+ msgstr "Ampliar vídeos de baja resolución al ancho máximo."
753
+
754
+ #: video-embed-thumbnail-generator.php:2615
755
+ msgid ""
756
+ "Usually if a video's resolution is less than the max width, the video player "
757
+ "is set to the actual width of the video. Enabling this will always set the "
758
+ "same width regardless of the quality of the video. When necessary you can "
759
+ "override by setting the dimensions manually."
760
+ msgstr ""
761
+ "Por lo general, si una resolución de vídeo es menor que el ancho máximo, el "
762
+ "reproductor de vídeo está ajustado a la anchura real del vídeo. Al habilitar "
763
+ "esto siempre se establece la misma anchura, independientemente de la calidad "
764
+ "del vídeo. Cuando es necesario, puede anular ajustando las dimensiones de "
765
+ "forma manual."
766
+
767
+ #: video-embed-thumbnail-generator.php:2631
768
+ msgid "docked"
769
+ msgstr "Atracado"
770
+
771
+ #: video-embed-thumbnail-generator.php:2632
772
+ msgid "floating"
773
+ msgstr "Flotante"
774
+
775
+ #: video-embed-thumbnail-generator.php:2633
776
+ #: video-embed-thumbnail-generator.php:2657
777
+ #: video-embed-thumbnail-generator.php:2705
778
+ #: video-embed-thumbnail-generator.php:2794
779
+ #: video-embed-thumbnail-generator.php:2946
780
+ msgid "none"
781
+ msgstr "Ninguno"
782
+
783
+ #: video-embed-thumbnail-generator.php:2644
784
+ msgid "Play automatically when page loads."
785
+ msgstr "Reproducir automáticamente cuando se carga la página."
786
+
787
+ #: video-embed-thumbnail-generator.php:2649
788
+ msgid "Loop to beginning when video ends."
789
+ msgstr "Bucle al inicio cuando termina el video."
790
+
791
+ #: video-embed-thumbnail-generator.php:2655
792
+ msgid "metadata"
793
+ msgstr "metadato"
794
+
795
+ #: video-embed-thumbnail-generator.php:2656
796
+ msgid "auto"
797
+ msgstr "auto"
798
+
799
+ #: video-embed-thumbnail-generator.php:2663
800
+ msgctxt "Suggest not translating the words in quotation marks"
801
+ msgid ""
802
+ "Controls how much of a video to load before the user starts playback. Mobile "
803
+ "browsers never preload any video information. Selecting \"metadata\" will "
804
+ "load the height and width and format information along with a few seconds of "
805
+ "the video in some desktop browsers. \"Auto\" will preload nearly a minute of "
806
+ "video in most desktop browsers. \"None\" will prevent all data from "
807
+ "preloading."
808
+ msgstr ""
809
+ "Controla la cantidad de un vídeo a cargar antes de que el usuario inicie la "
810
+ "reproducción. Navegadores móviles nunca precargan información de vídeo. "
811
+ "Seleccionar \"metadata\" cargará la altura y la anchura y la información de "
812
+ "formato, junto con unos pocos segundos de vídeo en algunos navegadores de "
813
+ "escritorio. \"Auto\" precarga casi un minuto de vídeo en la mayoría de los "
814
+ "navegadores de escritorio. \"No\" evitará que todos los datos se precarguen."
815
+
816
+ #: video-embed-thumbnail-generator.php:2668
817
+ msgid ""
818
+ "Use %s for a nice, circular play button. Leave blank for the default square "
819
+ "play button."
820
+ msgstr ""
821
+ "Utilice %s para un botón bonito, circular para reproducir. Dejar en blanco "
822
+ "para el botón predeterminado cuadrado."
823
+
824
+ #: video-embed-thumbnail-generator.php:2668
825
+ msgid "Or build your own CSS skin."
826
+ msgstr "O construir su propia piel CSS."
827
+
828
+ #: video-embed-thumbnail-generator.php:2683
829
+ msgid "Use %s for a modern, circular play button."
830
+ msgstr "Utilice %s para un botón moderno, circular para reproducir."
831
+
832
+ #: video-embed-thumbnail-generator.php:2683
833
+ msgid "Leave blank for the off-center square play button."
834
+ msgstr "Dejar en blanco para el botón no centrado para reproducir."
835
+
836
+ #: video-embed-thumbnail-generator.php:2689
837
+ msgid "liveOrRecorded"
838
+ msgstr "liveOrRecorded"
839
+
840
+ #: video-embed-thumbnail-generator.php:2690
841
+ msgid "live"
842
+ msgstr "BuzónEstirar"
843
+
844
+ #: video-embed-thumbnail-generator.php:2691
845
+ msgid "recorded"
846
+ msgstr "grabado"
847
+
848
+ #: video-embed-thumbnail-generator.php:2692
849
+ msgid "dvr"
850
+ msgstr "dvr"
851
+
852
+ #: video-embed-thumbnail-generator.php:2704
853
+ msgid "letterbox"
854
+ msgstr "Buzón"
855
+
856
+ #: video-embed-thumbnail-generator.php:2706
857
+ msgid "stretch"
858
+ msgstr "Estirar"
859
+
860
+ #: video-embed-thumbnail-generator.php:2707
861
+ msgid "zoom"
862
+ msgstr "Acercar"
863
+
864
+ #: video-embed-thumbnail-generator.php:2719
865
+ msgid "Autohide controlbar."
866
+ msgstr "Ocultar automáticamente barra de control."
867
+
868
+ #: video-embed-thumbnail-generator.php:2724
869
+ msgid "Overlay play button on poster frame."
870
+ msgstr "Botón de reproducción en el marco del cartel."
871
+
872
+ #: video-embed-thumbnail-generator.php:2736
873
+ msgid "Can make thumbnails"
874
+ msgstr "Puede hacer miniaturas"
875
+
876
+ #: video-embed-thumbnail-generator.php:2736
877
+ msgid "Can encode videos"
878
+ msgstr "Puede codificar videos"
879
+
880
+ #: video-embed-thumbnail-generator.php:2736
881
+ msgid "Can view & modify other users encode queue"
882
+ msgstr "Puede ver y modificar la cola de codificación de otros usuarios"
883
+
884
+ #: video-embed-thumbnail-generator.php:2770
885
+ msgid "Allow users to embed your videos on other sites."
886
+ msgstr "Permitir a los usuarios incrustar sus videos en otros sitios."
887
+
888
+ #: video-embed-thumbnail-generator.php:2771
889
+ msgctxt "\"Open Graph\" is a proper noun and might not need translation"
890
+ msgid "Enable Open Graph video tags"
891
+ msgstr "Habilitar etiquetas de video Open Graph"
892
+
893
+ #: video-embed-thumbnail-generator.php:2771
894
+ msgid ""
895
+ "Facebook and some other social media sites will use these tags to embed the "
896
+ "first video in your post. For the majority of Facebook users who have "
897
+ "enabled secure browsing, your video must be served via https in order to be "
898
+ "embedded directly on the page."
899
+ msgstr ""
900
+ "Facebook y otros sitios de medios sociales van a usar las siguientes "
901
+ "etiquetas para incrustar el primer video en tu mensaje. Para la mayoría de "
902
+ "usuarios de Facebook que han habilitado navegación segura, el vídeo debe ser "
903
+ "servido a través de https para ser incorporado directamente en la página."
904
+
905
+ #: video-embed-thumbnail-generator.php:2772
906
+ msgid "Allow right-clicking on videos."
907
+ msgstr "Permitir clic derecho sobre los vídeos."
908
+
909
+ #: video-embed-thumbnail-generator.php:2772
910
+ msgid ""
911
+ "We can't prevent a user from simply saving the downloaded video file from "
912
+ "the browser's cache, but disabling right-clicking will make it more "
913
+ "difficult for casual users to save your videos."
914
+ msgstr ""
915
+ "No podemos evitar que un usuario simplemente guarde el archivo de vídeo "
916
+ "descargado desde la caché del navegador, pero desactivando el botón derecho "
917
+ "hará que sea más difícil para los usuarios ocasionales guardar sus videos."
918
+
919
+ #: video-embed-thumbnail-generator.php:2777
920
+ msgid "Set generated video thumbnails as featured images."
921
+ msgstr "Establecer miniaturas de vídeo generadas como imágenes destacadas."
922
+
923
+ #: video-embed-thumbnail-generator.php:2777
924
+ msgid ""
925
+ "If your theme uses the featured image meta tag, this will automatically set "
926
+ "a video's parent post's featured image to the most recently saved thumbnail "
927
+ "image."
928
+ msgstr ""
929
+ "Si el tema utiliza la etiqueta meta de la imagen destacada, esto establecerá "
930
+ "automáticamente después la imagen destacada de una publicación padre de un "
931
+ "vídeo a la miniatura guardada más recientemente."
932
+
933
+ #: video-embed-thumbnail-generator.php:2777
934
+ msgctxt "implied \"Set all thumbnails as featured\""
935
+ msgid "Set all as featured"
936
+ msgstr "Establezca todo según lo ofrecido"
937
+
938
+ #: video-embed-thumbnail-generator.php:2777
939
+ msgid ""
940
+ "If you've generated thumbnails before enabling this option, this will set "
941
+ "all existing thumbnails as featured images. Be careful!"
942
+ msgstr ""
943
+ "Si usted ha generado miniaturas antes de habilitar esta opción, esto hará "
944
+ "que todas las miniaturas existentes se establezcan como imágenes destacadas. "
945
+ "¡Tenga cuidado!"
946
+
947
+ #: video-embed-thumbnail-generator.php:2788
948
+ msgid ""
949
+ "This depends on your theme. Thumbnails generated by the plugin can be saved "
950
+ "as children of the video attachment or the post. Some themes use an image "
951
+ "attached to a post instead of the built-in featured image meta tag. Version "
952
+ "3.x of this plugin saved all thumbnails as children of the video."
953
+ msgstr ""
954
+ "Esto depende de su tema. Miniaturas generadas por el plugin se pueden "
955
+ "guardar como hijos del adjunto de video o en la publicación. Algunos temas "
956
+ "usan una imagen adjunta a un mensaje en lugar de la etiqueta meta de la "
957
+ "imagen destacada incorporada. La Versión 3.x de este plugin guardaba todas "
958
+ "las miniaturas como hijos del vídeo."
959
+
960
+ #: video-embed-thumbnail-generator.php:2788
961
+ msgid "Set all parents"
962
+ msgstr "Establecer todos los padres"
963
+
964
+ #: video-embed-thumbnail-generator.php:2788
965
+ msgid ""
966
+ "If you've generated thumbnails before changing this option, this will set "
967
+ "all existing thumbnails as children of your currently selected option."
968
+ msgstr ""
969
+ "Si usted ha generado miniaturas antes de cambiar esta opción, esto "
970
+ "establecerá todas las miniaturas existentes como hijas de la opción "
971
+ "seleccionada actualmente."
972
+
973
+ #: video-embed-thumbnail-generator.php:2795
974
+ msgid "all"
975
+ msgstr "todo"
976
+
977
+ #: video-embed-thumbnail-generator.php:2796
978
+ msgid "encoded videos only"
979
+ msgstr "solo videos codificados"
980
+
981
+ #: video-embed-thumbnail-generator.php:2802
982
+ msgid ""
983
+ "If you delete the original video you can choose to delete all associated "
984
+ "attachments (thumbnails & videos) or keep the thumbnail."
985
+ msgstr ""
986
+ "Si elimina el vídeo original usted puede optar por eliminar todos los "
987
+ "archivos adjuntos asociados (miniaturas y videos) o mantener la vista en "
988
+ "miniatura."
989
+
990
+ #: video-embed-thumbnail-generator.php:2807
991
+ msgid ""
992
+ "HTML tag applied to titles inserted above the video. Examples: %s. "
993
+ "Corresponding closing tags will be applied to the end of the title "
994
+ "automatically."
995
+ msgstr ""
996
+ "Etiqueta HTML aplicada a títulos insertados por encima del vídeo. Ejemplos: "
997
+ "%s. Las etiquetas de cierre correspondientes se aplicarán al final del "
998
+ "título de forma automática."
999
+
1000
+ #: video-embed-thumbnail-generator.php:2812
1001
+ msgid "Match plugin settings"
1002
+ msgstr "Ajustar la configuración del plugin"
1003
+
1004
+ #: video-embed-thumbnail-generator.php:2812
1005
+ msgid "WordPress default"
1006
+ msgstr "Por defecto de WordPress "
1007
+
1008
+ #: video-embed-thumbnail-generator.php:2812
1009
+ msgid "Video only (deprecated)"
1010
+ msgstr "Sólo Video (obsoleto)"
1011
+
1012
+ #: video-embed-thumbnail-generator.php:2818
1013
+ msgid ""
1014
+ "The plugin can filter your media attachment page to display videos using "
1015
+ "your chosen settings, or completely replace your attachment template to show "
1016
+ "only the video. If you were one of the few people using iframe embed codes "
1017
+ "before version 4.0 of this plugin then you should continue to use \"Video "
1018
+ "only\" but otherwise it's not recommended."
1019
+ msgstr ""
1020
+ "El plugin puede filtrar su página de adjuntos de medios de comunicación para "
1021
+ "mostrar videos utilizando la configuración seleccionada, o reemplazar "
1022
+ "completamente la plantilla de adjuntos para mostrar sólo el video. Si usted "
1023
+ "es una de las pocas personas que utilizaban códigos dentro de un iframe "
1024
+ "antes de la versión 4.0 de este plugin, entonces usted debe seguir usando "
1025
+ "\"Video solamente\" pero no se recomienda utilizarlo de otra forma."
1026
+
1027
+ #: video-embed-thumbnail-generator.php:2832
1028
+ msgid ""
1029
+ "This should be the folder where applications are installed on your server, "
1030
+ "not a direct path to an application, so it doesn't usually end with %1$s. "
1031
+ "Example: %2$s."
1032
+ msgstr ""
1033
+ "Esto debería ser la carpeta donde las aplicaciones se instalan en el "
1034
+ "servidor, no un camino directo a una aplicación, por lo que no suelen acabar "
1035
+ "con %1$s. Ejemplo: %2$s"
1036
+
1037
+ #: video-embed-thumbnail-generator.php:2844
1038
+ msgid ""
1039
+ "FFMPEG split into two separate branches in 2011. The new branch is called "
1040
+ "LIBAV and executes using \"avconv\" instead of \"ffmpeg.\" Both are still "
1041
+ "actively developed and FFMPEG frequently incorporates LIBAV features. Debian "
1042
+ "& Ubuntu users probably have LIBAV installed."
1043
+ msgstr ""
1044
+ "FFMPEG se divide en dos ramas separadas en 2011. La nueva rama se llama "
1045
+ "LIBAV y se ejecuta usando \"avconv\" en vez de \"ffmpeg.\" Ambos aún se "
1046
+ "están desarrollando activamente y FFMPEG con frecuencia incorpora "
1047
+ "características LIBAV. Los usuarios de Debian y Ubuntu, probablemente tienen "
1048
+ "LIBAV instalado."
1049
+
1050
+ #: video-embed-thumbnail-generator.php:2850
1051
+ msgid ""
1052
+ "When possible, use the browser's built-in video capabilities to make "
1053
+ "thumbnails instead of %s."
1054
+ msgstr ""
1055
+ "Cuando sea posible, utilice las capacidades de vídeo integradas de su "
1056
+ "navegador para hacer miniaturas en lugar de %s."
1057
+
1058
+ #: video-embed-thumbnail-generator.php:2857
1059
+ msgid "Replace original with same resolution H.264"
1060
+ msgstr "Reemplazar el original con H.264 de la misma resolución"
1061
+
1062
+ #: video-embed-thumbnail-generator.php:2857
1063
+ msgid ""
1064
+ "If you have FFMPEG/LIBAV and the proper libraries installed, you can choose "
1065
+ "to replace your uploaded video with an H.264 video, and also transcode into "
1066
+ "as many as five additional formats depending on the resolution of your "
1067
+ "original source. Different browsers have different playback capabilities. "
1068
+ "Most desktop browsers can play H.264, and all modern mobile devices can play "
1069
+ "at least 480p H.264. If you create multiple H.264 resolutions, the highest "
1070
+ "resolution supported by the device will be served up automatically. The "
1071
+ "plugin will not upconvert your video, so if you upload a 720p video, it will "
1072
+ "not waste your time creating a 1080p version. There was a time when it "
1073
+ "seemed like a good idea to provide OGV or WEBM for some desktop browsers, "
1074
+ "but even Firefox allows H.264 playback on Windows now. I no longer recommend "
1075
+ "encoding OGV or WEBM unless you expect a large number of no-Flash sticklers "
1076
+ "visiting your site."
1077
+ msgstr ""
1078
+ "Si tiene FFMPEG/LIBAV y las bibliotecas adecuadas instaladas, puede optar "
1079
+ "por reemplazar su vídeo subido con un video de H.264, y también "
1080
+ "transcodificar en un máximo de cinco formatos adicionales dependiendo de la "
1081
+ "resolución de su fuente original. Diferentes navegadores tienen diferentes "
1082
+ "capacidades de reproducción. La mayoría de los navegadores de escritorio "
1083
+ "puede reproducir H.264, y todos los dispositivos móviles modernos pueden "
1084
+ "reproducir al menos 480p H.264. Si crea varias resoluciones H.264, la "
1085
+ "resolución más alta admitida por el dispositivo se servirá de forma "
1086
+ "automática. El plugin no convierte el vídeo, por lo que si sube un video de "
1087
+ "720p, no va a perder el tiempo creando una versión 1080p. Hubo un momento en "
1088
+ "que parecía como una buena idea proporcionar OGV o WEBM para algunos "
1089
+ "navegadores de escritorio, pero incluso Firefox permite la reproducción de "
1090
+ "H.264 en Windows ahora. Ya no recomiendo codificar OGV o WEBM a menos que "
1091
+ "usted espera un gran número de rigoristas no-Flash visitando su sitio."
1092
+
1093
+ #: video-embed-thumbnail-generator.php:2858
1094
+ msgid ""
1095
+ "(iPhone 4s+, iPad 2+, modern Android, Windows Phone 8, Chrome, Safari, IE "
1096
+ "9+, Firefox Windows)"
1097
+ msgstr ""
1098
+ "(IPhone 4s +, iPad 2 +, Android moderno, Windows Phone 8, Chrome, Safari, IE "
1099
+ "9 +, Firefox Windows)"
1100
+
1101
+ #: video-embed-thumbnail-generator.php:2859
1102
+ msgid "(iPhone 4+, iPad, most Android, Chrome, Safari, IE 9+, Firefox Windows)"
1103
+ msgstr ""
1104
+ "( iPhone 4 +, iPad, casi todos los Android, Chrome, Safari, IE 9 +, Firefox "
1105
+ "Windows)"
1106
+
1107
+ #: video-embed-thumbnail-generator.php:2880
1108
+ msgid "Generate %1$s thumbnail from %2$s%% of the way through the video."
1109
+ msgid_plural "Generate %1$s thumbnails and set #%2$s as the main image."
1110
+ msgstr[0] ""
1111
+ msgstr[1] ""
1112
+
1113
+ #: video-embed-thumbnail-generator.php:2888
1114
+ msgid "Encode formats selected above."
1115
+ msgstr "Formatos de codificación seleccionados arriba"
1116
+
1117
+ #: video-embed-thumbnail-generator.php:2908
1118
+ msgid "Username:"
1119
+ msgstr "Nombre de Usuario:"
1120
+
1121
+ #: video-embed-thumbnail-generator.php:2909
1122
+ msgid "Password:"
1123
+ msgstr "Contraseña:"
1124
+
1125
+ #: video-embed-thumbnail-generator.php:2909
1126
+ msgid ""
1127
+ "If your videos are htaccess protected, %s will access them using these "
1128
+ "credentials."
1129
+ msgstr ""
1130
+ "Si sus vídeos están protegidos por htaccess,%s accederá a ellos utilizando "
1131
+ "estas credenciales."
1132
+
1133
+ #: video-embed-thumbnail-generator.php:2917
1134
+ msgid "Scale: %s%% of video covered by the watermark."
1135
+ msgstr "Escala: %s%% del vídeo cubierta por la marca de agua."
1136
+
1137
+ #: video-embed-thumbnail-generator.php:2918
1138
+ msgctxt "horizontal center"
1139
+ msgid "center"
1140
+ msgstr "Centro"
1141
+
1142
+ #: video-embed-thumbnail-generator.php:2919
1143
+ msgid "Horizontal align:"
1144
+ msgstr "Alineación horizontal:"
1145
+
1146
+ #: video-embed-thumbnail-generator.php:2926
1147
+ #: video-embed-thumbnail-generator.php:2936
1148
+ msgid "offset"
1149
+ msgstr "offset:"
1150
+
1151
+ #: video-embed-thumbnail-generator.php:2928
1152
+ msgid "Vertical align:"
1153
+ msgstr "Alineación vertical"
1154
+
1155
+ #: video-embed-thumbnail-generator.php:2930
1156
+ msgid "top"
1157
+ msgstr "parte superior"
1158
+
1159
+ #: video-embed-thumbnail-generator.php:2930
1160
+ msgctxt "vertical center"
1161
+ msgid "center"
1162
+ msgstr "central"
1163
+
1164
+ #: video-embed-thumbnail-generator.php:2930
1165
+ msgid "bottom"
1166
+ msgstr "inferior"
1167
+
1168
+ #: video-embed-thumbnail-generator.php:2952
1169
+ msgid ""
1170
+ "By default %1$s places moov atoms at the end of H.264 encoded files, which "
1171
+ "forces the entire file to download before playback can start and can prevent "
1172
+ "Flash players from playing them at all. Since approximately October 2012 "
1173
+ "%1$s can fix the problem at the end of the encoding process by using the "
1174
+ "option `movflags faststart`. This is the easiest and fastest way to correct "
1175
+ "the problem, but older versions of %1$s will not work if you select the "
1176
+ "movflags option. If you can't update to a new version of %1$s, select qt-"
1177
+ "faststart or MP4Box which will run after encoding is finished if they are "
1178
+ "installed on your server."
1179
+ msgstr ""
1180
+ "Por defecto %1$s coloca átomos moov al final de archivos H.264 codificados, "
1181
+ "lo que obliga a todo el archivo a descargar antes de que la reproducción se "
1182
+ "pueda iniciar y se puede evitar que los reproductores Flash los puedan re"
1183
+ "´roducir. Desde aproximadamente en Octubre de 2012 %1$s puede corregir el "
1184
+ "problema al final del proceso de codificación mediante el uso de la opción "
1185
+ "`movflags faststart`. Esta es la forma más fácil y rápida para corregir el "
1186
+ "problema, pero las versiones anteriores de %1$s no funcionarán si se "
1187
+ "selecciona la opción movflags. Si no se puede actualizar a una nueva versión "
1188
+ "de %1$s, seleccione qt-faststart o MP4Box que se ejecutarán después de que "
1189
+ "la codificación termine si están instalados en su servidor."
1190
+
1191
+ #: video-embed-thumbnail-generator.php:2965
1192
+ msgid ""
1193
+ "Constant Rate Factor (CRF) attempts to maintain a particular quality output "
1194
+ "for the entire video and only uses bits the encoder determines are "
1195
+ "necessary. Average Bit Rate is similar to the method used in older versions "
1196
+ "of this plugin. If CRF is selected, WEBM encoding will also use the ABR "
1197
+ "setting to set a max bit rate 25% higher than the ABR. Without a max bit "
1198
+ "rate setting WEBM files are terrible quality."
1199
+ msgstr ""
1200
+ "Constant Rate Factor (CRF) (Factor de Tasa Constante) intenta mantener una "
1201
+ "salida de calidad especial para todo el vídeo y sólo utiliza bits que el "
1202
+ "codificador determina que son necesarios. Velocidad de bits media es similar "
1203
+ "al método utilizado en las versiones anteriores de este plugin. Si se "
1204
+ "selecciona el CRF, la codificación WEBM también utilizará la configuración "
1205
+ "de ABR para establecer una tasa de bits máxima de 25% más alta que el ABR. "
1206
+ "Sin una tasa de bits máxima los archivos de configuración WEBM son de "
1207
+ "terrible calidad."
1208
+
1209
+ #: video-embed-thumbnail-generator.php:2977
1210
+ msgid ""
1211
+ "Lower values are higher quality. 18 is considered visually lossless. Default "
1212
+ "is 23."
1213
+ msgstr ""
1214
+ "Los valores más bajos son de mayor calidad. 18 se considera visualmente sin "
1215
+ "pérdidas. El valor predeterminado es 23."
1216
+
1217
+ #: video-embed-thumbnail-generator.php:2984
1218
+ msgid "Lower values are higher quality. Default is 10."
1219
+ msgstr ""
1220
+ "Los valores más bajos son de mayor calidad. El valor predeterminado es 10."
1221
+
1222
+ #: video-embed-thumbnail-generator.php:2991
1223
+ msgid "Higher values are higher quality. Default is 6."
1224
+ msgstr ""
1225
+ "Los valores más altos son de mayor calidad. El valor predeterminado es 6."
1226
+
1227
+ #: video-embed-thumbnail-generator.php:3003
1228
+ msgid "bits per pixel."
1229
+ msgstr "Bits por píxel."
1230
+
1231
+ #: video-embed-thumbnail-generator.php:3003
1232
+ msgid "Default is 0.1"
1233
+ msgstr "Por defecto es 0.1"
1234
+
1235
+ #: video-embed-thumbnail-generator.php:3019
1236
+ msgctxt "H.264 profile. Might not need translation"
1237
+ msgid "profile"
1238
+ msgstr "Perfil"
1239
+
1240
+ #: video-embed-thumbnail-generator.php:3019
1241
+ msgid ""
1242
+ "Lower profiles will slightly increase file sizes. This mostly depends on "
1243
+ "your need for compatability with Android devices. Main profile seems to work "
1244
+ "on recent phones, although officially Android only supports baseline. High "
1245
+ "profile is not recommended for mobile or Flash compatibility, and anything "
1246
+ "above high is designed for professional video and probably incompatible with "
1247
+ "consumer devices. Older versions of FFMPEG might ignore this setting "
1248
+ "altogether."
1249
+ msgstr ""
1250
+ "Perfiles menores aumentan ligeramente el tamaño de los archivos. Esto "
1251
+ "depende principalmente de su necesidad de compatibilidad con los "
1252
+ "dispositivos Android. Perfil principal parece funcionar en los teléfonos más "
1253
+ "recientes, aunque oficialmente Android sólo es compatible con la línea de "
1254
+ "base. Alto perfil, no se recomienda para la compatibilidad móvil o Flash, y "
1255
+ "cualquier cosa por encima de alto está diseñada para vídeo profesional y "
1256
+ "probablemente incompatible con los dispositivos de consumo. Las versiones "
1257
+ "anteriores de FFMPEG pueden ignorar esta configuración por completo."
1258
+
1259
+ #: video-embed-thumbnail-generator.php:3026
1260
+ msgctxt "H.264 level. Might not need translation"
1261
+ msgid "level"
1262
+ msgstr "Nivel"
1263
+
1264
+ #: video-embed-thumbnail-generator.php:3026
1265
+ msgid ""
1266
+ "3.0 is default. Lower levels will lower maximum bit rates and decoding "
1267
+ "complexity. This mostly depends on your need for compatability with mobile "
1268
+ "devices. Older versions of FFMPEG might ignore this setting altogether."
1269
+ msgstr ""
1270
+ "3.0 es el predeterminado. Los niveles más bajos reducirán las tasas de bits "
1271
+ "máxima y la complejidad de decodificación. Esto depende principalmente de su "
1272
+ "necesidad de compatibilidad con dispositivos móviles. Las versiones "
1273
+ "anteriores de FFMPEG pueden ignorar esta configuración por completo."
1274
+
1275
+ #: video-embed-thumbnail-generator.php:3046
1276
+ msgid "Enable legacy FFMPEG \"-b\" and \"-ba\" bitrate flags."
1277
+ msgstr "Habilitar banderas de bitrato FFMPEG \"b\" y \"-ba\" legacy."
1278
+
1279
+ #: video-embed-thumbnail-generator.php:3046
1280
+ msgid ""
1281
+ "Enable if your installed version of FFMPEG is old enough that you can't use "
1282
+ "the newer -b:v flags (Dreamhost users must turn this on). It may cause newer "
1283
+ "versions of FFMPEG to fail."
1284
+ msgstr ""
1285
+ "Habilitar si la versión instalada de FFMPEG es tan antigua que no puede "
1286
+ "utilizar las banderas –b:v más nuevas (usuarios Dreamhost deben habilitar "
1287
+ "esta función). Puede causar que nuevas versiones de FFMPEG fallen."
1288
+
1289
+ #: video-embed-thumbnail-generator.php:3047
1290
+ msgid "Enable legacy FFMPEG parameters."
1291
+ msgstr "Habilitar parámetros FFMPEG heredados."
1292
+
1293
+ #: video-embed-thumbnail-generator.php:3047
1294
+ msgid ""
1295
+ "Enable if your installed version of FFMPEG is old enough that libx264 "
1296
+ "requires additional configuration to operate (Dreamhost users must turn this "
1297
+ "on). This should help if you can encode WEBM or OGV files but H264/Mobile "
1298
+ "files fail. It could cause newer versions of FFMPEG to fail."
1299
+ msgstr ""
1300
+ "Habilitar si la versión instalada de FFMPEG es tan antigua que libx264 "
1301
+ "requiere una configuración adicional para operar (usuarios Dreamhost deben "
1302
+ "habilitar esta función). Esto debería ayudar si usted puede codificar "
1303
+ "archivos WEBM o OGV pero los archivos H264/Mobile fallan. Podría causar que "
1304
+ "nuevas versiones de ffmpeg para fallen."
1305
+
1306
+ #: video-embed-thumbnail-generator.php:3060
1307
+ msgid "Simultaneous encodes."
1308
+ msgstr "Codificaciones simultáneas."
1309
+
1310
+ #: video-embed-thumbnail-generator.php:3060
1311
+ msgid ""
1312
+ "Increasing the number will allow %1$s to encode more than one file at a "
1313
+ "time, but may lead to %1$s monopolizing system resources."
1314
+ msgstr ""
1315
+ "Aumentar el número permitirá %1$s para codificar más de un archivo a la vez, "
1316
+ "pero pueden dar lugar a %1$s monopolizando los recursos del sistema."
1317
+
1318
+ #: video-embed-thumbnail-generator.php:3067
1319
+ msgctxt "CPU threads. Might not need translating"
1320
+ msgid "threads"
1321
+ msgstr "Hilos"
1322
+
1323
+ #: video-embed-thumbnail-generator.php:3067
1324
+ msgid ""
1325
+ "Default is 1, which limits encoding speed but prevents encoding from using "
1326
+ "too many system resources. Selecting 0 will allow %1$s to optimize the "
1327
+ "number of threads or you can set the number manually. This may lead to %1$s "
1328
+ "monopolizing system resources."
1329
+ msgstr ""
1330
+ "Por defecto es 1, que limita la velocidad de codificación, pero evita a la "
1331
+ "codificación utilizar demasiados recursos del sistema. Seleccionar 0 "
1332
+ "permitirá %1$s para optimizar el número de hilos o puede configurar el "
1333
+ "número manualmente. Esto puede llevar a %1$s a monopolizar los recursos del "
1334
+ "sistema"
1335
+
1336
+ #: video-embed-thumbnail-generator.php:3069
1337
+ msgctxt "execute program"
1338
+ msgid "Run"
1339
+ msgstr "Ejecutar"
1340
+
1341
+ #: video-embed-thumbnail-generator.php:3069
1342
+ msgid ""
1343
+ "Tells %1$s to run at a lower priority to avoid monopolizing system resources."
1344
+ msgstr ""
1345
+ "Dice a %1$s que se ejecute con una prioridad más baja para evitar la "
1346
+ "monopolización de los recursos delsistema."
1347
+
1348
+ #: video-embed-thumbnail-generator.php:3103
1349
+ msgid "%1$s sample %2$s encode command"
1350
+ msgstr "%1$s muestra %2$s comando de codificación"
1351
+
1352
+ #: video-embed-thumbnail-generator.php:3104
1353
+ msgid "%s test output:"
1354
+ msgstr "%s salida de prueba:"
1355
+
1356
+ #: video-embed-thumbnail-generator.php:3104
1357
+ msgid "For help interpreting this output, %s try our Wiki page on Github"
1358
+ msgstr ""
1359
+ "Para ayudar a la interpretación de esta salida,%s, pruebe nuestra página "
1360
+ "Wiki en Github"
1361
+
1362
+ #: video-embed-thumbnail-generator.php:3287
1363
+ msgid ""
1364
+ "%1$s is disabled in PHP settings. You can embed existing videos and make "
1365
+ "thumbnails with compatible browsers, but video encoding will not work. "
1366
+ "Contact your System Administrator to find out if you can enable %1$s."
1367
+ msgstr ""
1368
+ "%1$s está deshabilitado en la configuración de PHP. Puede insertar vídeos "
1369
+ "existentes y crear las miniaturas con los navegadores compatibles, pero la "
1370
+ "codificación de vídeo no funcionará. Póngase en contacto con el "
1371
+ "administrador del sistema para averiguar si se puede habilitar %1$s."
1372
+
1373
+ #: video-embed-thumbnail-generator.php:3295
1374
+ msgid ""
1375
+ "%1$s is not executing correctly at %2$s. You can embed existing videos and "
1376
+ "make thumbnails with compatible browsers, but video encoding is not possible "
1377
+ "without %1$s."
1378
+ msgstr ""
1379
+ "%1$s no se encuentra en %2$s. Puede insertar videos existentes y hacer "
1380
+ "miniaturas con los navegadores compatibles, pero la codificación de vídeo no "
1381
+ "es posible sin %1$s."
1382
+
1383
+ #: video-embed-thumbnail-generator.php:3295
1384
+ msgid "Error message:"
1385
+ msgstr "Mensaje de error:"
1386
+
1387
+ #: video-embed-thumbnail-generator.php:3310
1388
+ msgid "Video Embed & Thumbnail Generator settings reset to default values."
1389
+ msgstr ""
1390
+ "Ajustes de Video Embed & Thumbnail Generator restablecidas a valores por "
1391
+ "defecto."
1392
+
1393
+ #: video-embed-thumbnail-generator.php:3321
1394
+ msgid "You must enter a value for the maximum video width."
1395
+ msgstr "Debe ingresar un valor para el ancho máximo del video."
1396
+
1397
+ #: video-embed-thumbnail-generator.php:3325
1398
+ msgid "You must enter a value for the maximum video height."
1399
+ msgstr "Debe ingresar un valor para la altura máxima del video."
1400
+
1401
+ #: video-embed-thumbnail-generator.php:3329
1402
+ msgid "You must enter a value for the maximum gallery video width."
1403
+ msgstr "Debe ingresar un valor para el ancho máximo de la galería del vídeo."
1404
+
1405
+ #: video-embed-thumbnail-generator.php:3333
1406
+ msgid "You must enter a value for the maximum gallery video height."
1407
+ msgstr "Debe ingresar un valor para la altura máxima de la galería de vídeo."
1408
+
1409
+ #: video-embed-thumbnail-generator.php:3621
1410
+ msgid "Video Stats"
1411
+ msgstr "Estadísticas Vídeo"
1412
+
1413
+ #: video-embed-thumbnail-generator.php:3623
1414
+ msgid "%1$s Starts, %2$s Complete Views"
1415
+ msgstr "%1$s Empieza, %2$s Vistas completas"
1416
+
1417
+ #: video-embed-thumbnail-generator.php:3649
1418
+ msgid ""
1419
+ "%1$s not found at %2$s and unable to load video in browser for thumbnail "
1420
+ "generation."
1421
+ msgstr ""
1422
+ "%1$s no encontrado en %2$s y no puede cargar el video en el navegador para "
1423
+ "la generación de imágenes en miniatura."
1424
+
1425
+ #: video-embed-thumbnail-generator.php:3724
1426
+ msgctxt "Button text. Implied \"Generate thumbnails\""
1427
+ msgid "Generate"
1428
+ msgstr "Generar"
1429
+
1430
+ #: video-embed-thumbnail-generator.php:3725
1431
+ msgctxt "Button text. Implied \"Randomize thumbnail generation\""
1432
+ msgid "Randomize"
1433
+ msgstr "Aleatorizar"
1434
+
1435
+ #: video-embed-thumbnail-generator.php:3726
1436
+ msgid "Force 1st frame thumbnail"
1437
+ msgstr "Forzar el 1er cuadro de la miniatura"
1438
+
1439
+ #: video-embed-thumbnail-generator.php:3728
1440
+ #: video-embed-thumbnail-generator.php:4348
1441
+ msgid "Thumbnail timecode:"
1442
+ msgstr "Código de tiempo de la miniatura:"
1443
+
1444
+ #: video-embed-thumbnail-generator.php:3732
1445
+ msgctxt "Header for thumbnail section"
1446
+ msgid "Thumbnails"
1447
+ msgstr "Miniaturas"
1448
+
1449
+ #: video-embed-thumbnail-generator.php:3740
1450
+ #: video-embed-thumbnail-generator.php:4349
1451
+ msgid "Set thumbnail as featured image"
1452
+ msgstr "Establecer miniatura como imagen destacada"
1453
+
1454
+ #: video-embed-thumbnail-generator.php:3742
1455
+ #: video-embed-thumbnail-generator.php:4354
1456
+ msgid "Thumbnail URL"
1457
+ msgstr "URL de Miniatura"
1458
+
1459
+ #: video-embed-thumbnail-generator.php:3744
1460
+ #: video-embed-thumbnail-generator.php:4356
1461
+ msgid "Leave blank to use %sdefault thumbnail"
1462
+ msgstr "Dejar en blanco para usar miniatura %s por defecto"
1463
+
1464
+ #: video-embed-thumbnail-generator.php:3750
1465
+ msgid "Video Embed Dimensions"
1466
+ msgstr "Dimensiones Incrustación de Video"
1467
+
1468
+ #: video-embed-thumbnail-generator.php:3755
1469
+ msgid "Lock to aspect ratio"
1470
+ msgstr "Bloquear a la relación de aspecto"
1471
+
1472
+ #: video-embed-thumbnail-generator.php:3756
1473
+ #: video-embed-thumbnail-generator.php:4361
1474
+ msgid "Leave blank to use %sdefault dimensions"
1475
+ msgstr "Dejar en blanco para usar %s dimensiones por defecto"
1476
+
1477
+ #: video-embed-thumbnail-generator.php:3761
1478
+ #: video-embed-thumbnail-generator.php:4365
1479
+ msgid "Additional Formats"
1480
+ msgstr "Formatos adicionales"
1481
+
1482
+ #: video-embed-thumbnail-generator.php:3782
1483
+ msgctxt "captions track"
1484
+ msgid "Track"
1485
+ msgstr "Pista"
1486
+
1487
+ #: video-embed-thumbnail-generator.php:3786
1488
+ msgctxt "two-letter code indicating track's language"
1489
+ msgid "Language code:"
1490
+ msgstr "Código de Idioma:"
1491
+
1492
+ #: video-embed-thumbnail-generator.php:3787
1493
+ #: video-embed-thumbnail-generator.php:4371
1494
+ msgid "Label:"
1495
+ msgstr "Etiqueta:"
1496
+
1497
+ #: video-embed-thumbnail-generator.php:3791
1498
+ #: video-embed-thumbnail-generator.php:4370
1499
+ msgid "Subtitles & Captions"
1500
+ msgstr "Subtítulos y capciones"
1501
+
1502
+ #: video-embed-thumbnail-generator.php:3793
1503
+ msgid "Add track"
1504
+ msgstr "Añadir pista"
1505
+
1506
+ #: video-embed-thumbnail-generator.php:3804
1507
+ msgid "Single Video"
1508
+ msgstr "Vídeo Único"
1509
+
1510
+ #: video-embed-thumbnail-generator.php:3804
1511
+ msgid "Video Gallery"
1512
+ msgstr "Galería Vídeo"
1513
+
1514
+ #: video-embed-thumbnail-generator.php:3812
1515
+ msgid "Video Embed Options"
1516
+ msgstr "Opciones Incrustación Video"
1517
+
1518
+ #: video-embed-thumbnail-generator.php:3815
1519
+ msgid "Insert title above video"
1520
+ msgstr "Insertar título vídeo de arriba"
1521
+
1522
+ #: video-embed-thumbnail-generator.php:3817
1523
+ msgid "Insert download link below video"
1524
+ msgstr "Insertar enlace de descarga a continuación"
1525
+
1526
+ #: video-embed-thumbnail-generator.php:3817
1527
+ msgid "Makes it easier for users to download file."
1528
+ msgstr "Hace que sea más fácil para los usuarios descargar el archivo."
1529
+
1530
+ #: video-embed-thumbnail-generator.php:3818
1531
+ msgctxt "verb"
1532
+ msgid "Insert"
1533
+ msgstr "Insertar"
1534
+
1535
+ #: video-embed-thumbnail-generator.php:3851
1536
+ msgid "Gallery Settings (all optional)"
1537
+ msgstr "Configuración de la Galería (todos opcionales)"
1538
+
1539
+ #: video-embed-thumbnail-generator.php:3853
1540
+ msgid "Thumbnail Width"
1541
+ msgstr "Ancho Miniatura"
1542
+
1543
+ #: video-embed-thumbnail-generator.php:3854
1544
+ msgid "Order By"
1545
+ msgstr "Ordenar Por"
1546
+
1547
+ #: video-embed-thumbnail-generator.php:3855
1548
+ msgid "Sort Order"
1549
+ msgstr "Orden de Clasificación"
1550
+
1551
+ #: video-embed-thumbnail-generator.php:3856
1552
+ msgid "Exclude"
1553
+ msgstr "Excluir"
1554
+
1555
+ #: video-embed-thumbnail-generator.php:3857
1556
+ msgid "Include"
1557
+ msgstr "Incluir"
1558
+
1559
+ #: video-embed-thumbnail-generator.php:3858
1560
+ msgid "Post ID"
1561
+ msgstr "Identificación de la publicación"
1562
+
1563
+ #: video-embed-thumbnail-generator.php:4036
1564
+ msgctxt "text appended to newly created thumbnail titles"
1565
+ msgid "thumbnail"
1566
+ msgstr "Miniatura"
1567
+
1568
+ #: video-embed-thumbnail-generator.php:4301
1569
+ msgctxt "Title in \"Add Media\" popup sidebar"
1570
+ msgid "Embed Video from URL"
1571
+ msgstr "Incrustar el vídeo desde la URL"
1572
+
1573
+ #: video-embed-thumbnail-generator.php:4330
1574
+ msgid "Video Title"
1575
+ msgstr "Título del vídeo"
1576
+
1577
+ #: video-embed-thumbnail-generator.php:4332
1578
+ msgid "Add an optional header above the video."
1579
+ msgstr "Añadir una cabecera opcional encima del video."
1580
+
1581
+ #: video-embed-thumbnail-generator.php:4337
1582
+ msgid "Specify the URL of the video file."
1583
+ msgstr "Especifique la dirección URL del archivo de vídeo."
1584
+
1585
+ #: video-embed-thumbnail-generator.php:4341
1586
+ msgid "Thumbnails"
1587
+ msgstr "Miniaturas"
1588
+
1589
+ #: video-embed-thumbnail-generator.php:4343
1590
+ msgid "Number of Thumbnails"
1591
+ msgstr "Número de Miniaturas"
1592
+
1593
+ #: video-embed-thumbnail-generator.php:4346
1594
+ msgid "Force 1st Frame Thumbnail"
1595
+ msgstr "Forzar el 1er Cuadro de la Miniatura"
1596
+
1597
+ #: video-embed-thumbnail-generator.php:4359
1598
+ msgid "Dimensions"
1599
+ msgstr "Dimensiones"
1600
+
1601
+ #: video-embed-thumbnail-generator.php:4360
1602
+ msgid "Lock to Aspect Ratio"
1603
+ msgstr "Bloaquear Relación de aspecto"
1604
+
1605
+ #: video-embed-thumbnail-generator.php:4374
1606
+ msgid "Generate Download Link Below Video"
1607
+ msgstr "Generar Enlace de Descarga Debajo del Vídeo"
1608
+
1609
+ #: video-embed-thumbnail-generator.php:4374
1610
+ msgid "Makes it easier for users to download video file"
1611
+ msgstr "Hace que sea más fácil para los usuarios descargar el archivo de vídeo"
1612
+
1613
+ #: video-embed-thumbnail-generator.php:4379
1614
+ msgid "Insert into Post"
1615
+ msgstr "Inserte en la publicación"
1616
+
1617
+ #: video-embed-thumbnail-generator.php:4433
1618
+ msgctxt "example video"
1619
+ msgid "Sample Video"
1620
+ msgstr "Muestra de video"
1621
+
1622
+ #: video-embed-thumbnail-generator.php:4434
1623
+ msgid "Sample Embed Code"
1624
+ msgstr "Muestra de Código Incrustado"
1625
+
1626
+ #: video-embed-thumbnail-generator.php:4435
1627
+ msgid ""
1628
+ "If text is entered in the attachment's caption field it is displayed here "
1629
+ "automatically."
1630
+ msgstr ""
1631
+ "Si se introduce texto en el campo de título del adjunto, se muestra aquí de "
1632
+ "forma automática."
1633
+
1634
+ #: video-embed-thumbnail-generator.php:4661
1635
+ #: video-embed-thumbnail-generator.php:4800
1636
+ msgid "Can't open movie file."
1637
+ msgstr "No se puede abrir el archivo de película."
1638
+
1639
+ #: video-embed-thumbnail-generator.php:4778
1640
+ msgid "%1$s updated in existing queue entry in position %2$s."
1641
+ msgstr "%1$s actualizad en la cola de entrada en la posición %2$s."
1642
+
1643
+ #: video-embed-thumbnail-generator.php:4779
1644
+ msgid "Video is already queued in position %s."
1645
+ msgstr "El vídeo ya está en la cola en la posición %s."
1646
+
1647
+ #: video-embed-thumbnail-generator.php:4786
1648
+ msgid "Starting"
1649
+ msgstr "Iniciando"
1650
+
1651
+ #: video-embed-thumbnail-generator.php:4787
1652
+ msgid "%1$s added to queue in position %2$s."
1653
+ msgstr "%1$s añadido a la cola en la posición %2$s."
1654
+
1655
+ #: video-embed-thumbnail-generator.php:4791
1656
+ msgid "Nothing to encode."
1657
+ msgstr "Nada para codificar"
1658
+
1659
+ #: video-embed-thumbnail-generator.php:4853
1660
+ msgid ""
1661
+ "Error: %1$s not found. Verify that %1$s is installed at %2$s and check the "
1662
+ "%3$sapplication path plugin setting"
1663
+ msgstr ""
1664
+ "Error: %1$s no encontrado. Verifiqueque %1$s está instalado en %2$s y "
1665
+ "compruebe la configuración de ruta del plugin a la aplicación %3$s."
1666
+
1667
+ #: video-embed-thumbnail-generator.php:4956
1668
+ msgid "%s already encoded"
1669
+ msgstr "%s ya se encuentra codificado"
1670
+
1671
+ #: video-embed-thumbnail-generator.php:4960
1672
+ msgid "%s missing library libx264 required for H.264 encoding"
1673
+ msgstr "%s falta biblioteca libx264 necesaria para la codificación H.264"
1674
+
1675
+ #: video-embed-thumbnail-generator.php:4965
1676
+ msgid "or"
1677
+ msgstr "o"
1678
+
1679
+ #: video-embed-thumbnail-generator.php:4966
1680
+ msgid ""
1681
+ "and missing an AAC encoding library. Please install and enable libx264 and %s"
1682
+ msgstr ""
1683
+ "y falta una biblioteca de codificación AAC.Por favor, instalar y habilitar "
1684
+ "libx264 y %s"
1685
+
1686
+ #: video-embed-thumbnail-generator.php:4970
1687
+ #: video-embed-thumbnail-generator.php:4988
1688
+ msgid "Missing libraries"
1689
+ msgstr "Bibliotecas faltantes"
1690
+
1691
+ #: video-embed-thumbnail-generator.php:4979
1692
+ msgid "Encoding %s"
1693
+ msgstr "Codificando %s"
1694
+
1695
+ #: video-embed-thumbnail-generator.php:4985
1696
+ msgid "%1$s missing library %2$s required for %3$s encoding."
1697
+ msgstr "%1$s biblioteca faltante %2$s necesaria para la codificación %3$s."
1698
+
1699
+ #: video-embed-thumbnail-generator.php:4991
1700
+ msgid "%s already encoded."
1701
+ msgstr "%s ya se encuentra codificada"
1702
+
1703
+ #: video-embed-thumbnail-generator.php:5004
1704
+ msgid "Error: Command 'escapeshellcmd' is disabled on your server."
1705
+ msgstr "Error: Comando 'escapeshellcmd' está deshabilitado en el servidor"
1706
+
1707
+ #: video-embed-thumbnail-generator.php:5189
1708
+ #: video-embed-thumbnail-generator.php:5199
1709
+ msgid "Encoding"
1710
+ msgstr "Codificando"
1711
+
1712
+ #: video-embed-thumbnail-generator.php:5192
1713
+ msgid "Cancel"
1714
+ msgstr "Cancelar"
1715
+
1716
+ #: video-embed-thumbnail-generator.php:5195
1717
+ msgid "Elapsed:"
1718
+ msgstr "Transcurrido:"
1719
+
1720
+ #: video-embed-thumbnail-generator.php:5195
1721
+ msgid "Remaining:"
1722
+ msgstr "Quedan:"
1723
+
1724
+ #: video-embed-thumbnail-generator.php:5195
1725
+ msgctxt "Frames per second"
1726
+ msgid "FPS:"
1727
+ msgstr "CPS:"
1728
+
1729
+ #: video-embed-thumbnail-generator.php:5272
1730
+ #: video-embed-thumbnail-generator.php:5301
1731
+ msgid "Encoding Complete"
1732
+ msgstr "Codificación completa"
1733
+
1734
+ #: video-embed-thumbnail-generator.php:5311
1735
+ msgid "Encoding was canceled."
1736
+ msgstr "Codificación se canceló."
1737
+
1738
+ #: video-embed-thumbnail-generator.php:5322
1739
+ msgid "No log file"
1740
+ msgstr "ningún archivo de registro"
1741
+
1742
+ #: video-embed-thumbnail-generator.php:5329
1743
+ msgid "Error:"
1744
+ msgstr "Error:"
1745
+
1746
+ #: video-embed-thumbnail-generator.php:5341
1747
+ msgid "Waiting..."
1748
+ msgstr "Esperando ..."
1749
+
1750
+ #: video-embed-thumbnail-generator.php:5504
1751
+ msgid "Fixing moov atom for streaming"
1752
+ msgstr "Corregir átomo moov para el streaming"
1753
+
1754
+ #: video-embed-thumbnail-generator.php:5996
1755
+ msgid "Video Embed & Thumbnail Generator Shortcode Reference"
1756
+ msgstr "Referencia Código corto Video Embed & Thumbnail Generator"
1757
+
1758
+ #: video-embed-thumbnail-generator.php:5997
1759
+ msgid "Use these optional attributes in the [KGVID] shortcode:"
1760
+ msgstr "Usar estos atributos opcionales en el código corto [KGVID]:"
1761
+
1762
+ #: video-embed-thumbnail-generator.php:5998
1763
+ msgid "video attachment ID (instead of using a URL)."
1764
+ msgstr "ID video adjunto (en lugar de mediante una dirección URL)."
1765
+
1766
+ #: video-embed-thumbnail-generator.php:5999
1767
+ msgid "number of attached videos to display if no URL or ID is given."
1768
+ msgstr "número de videos adjuntos a mostrar si hay URL o ID es dado."
1769
+
1770
+ #: video-embed-thumbnail-generator.php:6000
1771
+ msgid "criteria for sorting attached videos if no URL or ID is given."
1772
+ msgstr "criterios para clasificar los vídeos adjuntos si no se da el URL o ID."
1773
+
1774
+ #: video-embed-thumbnail-generator.php:6001
1775
+ msgid "sort order."
1776
+ msgstr "orden de clasificación."
1777
+
1778
+ #: video-embed-thumbnail-generator.php:6002
1779
+ msgid "sets the thumbnail."
1780
+ msgstr "establece la miniatura."
1781
+
1782
+ #: video-embed-thumbnail-generator.php:6003
1783
+ msgid "sets the image shown when the video ends."
1784
+ msgstr "establece la imagen que aparece cuando termina el video."
1785
+
1786
+ #: video-embed-thumbnail-generator.php:6007
1787
+ msgid "allow other content on the same line as the video"
1788
+ msgstr "permitir otras contenidos en la misma línea que el vídeo"
1789
+
1790
+ #: video-embed-thumbnail-generator.php:6008
1791
+ msgid "pre-sets the volume for unusually loud videos. Value between 0 and 1."
1792
+ msgstr ""
1793
+ "pre-configura el volumen para videos inusualmente fuertes. Valor entre 0 y 1."
1794
+
1795
+ #: video-embed-thumbnail-generator.php:6009
1796
+ msgid ""
1797
+ "sets the controlbar position. \"Floating\" option only works with Strobe "
1798
+ "Media Playback."
1799
+ msgstr ""
1800
+ "Establece la posición de barra de control. La opción \"Flotante \" sólo "
1801
+ "funciona con Strobe Media Playback."
1802
+
1803
+ #: video-embed-thumbnail-generator.php:6012
1804
+ #: video-embed-thumbnail-generator.php:6013
1805
+ msgid "or %s to disable."
1806
+ msgstr "Ó %s para desactivar."
1807
+
1808
+ #: video-embed-thumbnail-generator.php:6014
1809
+ msgid ""
1810
+ "changes text displayed in the embed code overlay in order to provide a "
1811
+ "custom method for embedding a video or %s to disable."
1812
+ msgstr ""
1813
+ "Cambia el texto que aparece en la superposición de código de inserción con "
1814
+ "el fin de proporcionar un método personalizado para incrustar un vídeo ó %s "
1815
+ "para desactivarlo."
1816
+
1817
+ #: video-embed-thumbnail-generator.php:6015
1818
+ msgid "turns the view count on or off."
1819
+ msgstr "Enciende o apaga el conteo de vistas."
1820
+
1821
+ #: video-embed-thumbnail-generator.php:6016
1822
+ msgid ""
1823
+ "text that is displayed below the video (not subtitles or closed captioning)"
1824
+ msgstr "texto que se muestra debajo del video (no subtítulos o capciones)"
1825
+
1826
+ #: video-embed-thumbnail-generator.php:6017
1827
+ msgid "Used for metadata only."
1828
+ msgstr "Se utiliza sólo para metadatos."
1829
+
1830
+ #: video-embed-thumbnail-generator.php:6018
1831
+ msgid ""
1832
+ "generates a link below the video to make it easier for users to save the "
1833
+ "video file to their computers."
1834
+ msgstr ""
1835
+ "genera un enlace debajo del video para que sea más fácil para los usuarios "
1836
+ "guardar el archivo de vídeo en sus ordenadores."
1837
+
1838
+ #: video-embed-thumbnail-generator.php:6019
1839
+ msgid "allow or disable right-clicking on the video player."
1840
+ msgstr ""
1841
+ "permitir o deshabilitar el botón derecho sobre el reproductor de vídeo."
1842
+
1843
+ #: video-embed-thumbnail-generator.php:6020
1844
+ msgid "allow or disable responsive resizing."
1845
+ msgstr "permitir o deshabilitar el cambio de tamaño responsivo."
1846
+
1847
+ #: video-embed-thumbnail-generator.php:6022
1848
+ msgid "These options will add a subtitle/caption track."
1849
+ msgstr "Estas opciones añaden una pista para subtítulo/capción."
1850
+
1851
+ #: video-embed-thumbnail-generator.php:6023
1852
+ msgid "URL of the WebVTT file."
1853
+ msgstr "URL del archivo WebVTT."
1854
+
1855
+ #: video-embed-thumbnail-generator.php:6025
1856
+ msgid "the track's two-character language code (en, fr, es, etc)"
1857
+ msgstr "Idioma del Código de dos caracteres de la pista (in, fr, es, etc.)"
1858
+
1859
+ #: video-embed-thumbnail-generator.php:6026
1860
+ msgid "text that will be shown to the user when selecting the track."
1861
+ msgstr "el texto que se mostrará al usuario cuando seleccione la pista."
1862
+
1863
+ #: video-embed-thumbnail-generator.php:6028
1864
+ msgid "These options will only affect Video.js playback"
1865
+ msgstr "Estas opciones sólo afectan la reproducción de Video.js"
1866
+
1867
+ #: video-embed-thumbnail-generator.php:6029
1868
+ #: video-embed-thumbnail-generator.php:6038
1869
+ msgid "Completely change the look of the video player. %sInstructions here."
1870
+ msgstr ""
1871
+ "Cambiar completamente el aspecto del reproductor de vídeo. %sInstrucciones "
1872
+ "aquí."
1873
+
1874
+ #: video-embed-thumbnail-generator.php:6031
1875
+ msgid ""
1876
+ "These options will only affect Flash playback in Strobe Media Playback video "
1877
+ "elements. They will have no effect on other players."
1878
+ msgstr ""
1879
+ "Estas opciones sólo afectan la reproducción de Flash en elementos de vídeo "
1880
+ "Strobe Media Playback. Ellas no tendrán ningún efecto sobre otros "
1881
+ "reproductores."
1882
+
1883
+ #: video-embed-thumbnail-generator.php:6032
1884
+ msgid "specify whether to autohide the control bar after a few seconds."
1885
+ msgstr ""
1886
+ "Especificar si se oculta automáticamente la barra de control al cabo de unos "
1887
+ "segundos."
1888
+
1889
+ #: video-embed-thumbnail-generator.php:6033
1890
+ msgid "turns the big play button overlay in the middle of the video on or off."
1891
+ msgstr "Enciende o apaga el overlay del botón jugar en el medio del video."
1892
+
1893
+ #: video-embed-thumbnail-generator.php:6034
1894
+ msgid "I honestly don't know what this is for."
1895
+ msgstr "Sinceramente, no sé para qué es esto."
1896
+
1897
+ #: video-embed-thumbnail-generator.php:6035
1898
+ msgid ""
1899
+ "If the video display size isn't the same as the video file, this determines "
1900
+ "how the video will be scaled."
1901
+ msgstr ""
1902
+ "Si el tamaño de la pantalla de vídeo no es el mismo que el archivo de vídeo, "
1903
+ "esto determina cómo se escalará el video."
1904
+
1905
+ #: video-embed-thumbnail-generator.php:6036
1906
+ msgid "#rrggbb"
1907
+ msgstr "# rrggbb"
1908
+
1909
+ #: video-embed-thumbnail-generator.php:6036
1910
+ msgid "set the background color to whatever hex code you want."
1911
+ msgstr "establezca el color de fondo alo código hex que desee."
1912
+
1913
+ #: video-embed-thumbnail-generator.php:6037
1914
+ msgid "Lets you specify all these flashvars in an XML file."
1915
+ msgstr "Permite especificar todos estos flashvars en un archivo XML."
1916
+
1917
+ #: video-embed-thumbnail-generator.php:6040
1918
+ msgid ""
1919
+ "These options are available for video galleries (options work the same as "
1920
+ "standard WordPress image galleries)"
1921
+ msgstr ""
1922
+ "Estas opciones están disponibles para las galerías de vídeo (las opciones "
1923
+ "funcionan igual que las galerías de imágenes de WordPress estándar)"
1924
+
1925
+ #: video-embed-thumbnail-generator.php:6041
1926
+ msgid "turns on the gallery"
1927
+ msgstr "Enciende la galería"
1928
+
1929
+ #: video-embed-thumbnail-generator.php:6042
1930
+ msgid "width in pixels to display gallery thumbnails"
1931
+ msgstr "anchoen píxeles para mostrar imágenes en miniatura de la galería"
1932
+
1933
+ #: video-embed-thumbnail-generator.php:6043
1934
+ msgid ""
1935
+ "comma separated video attachment IDs. Excludes the videos from the gallery."
1936
+ msgstr ""
1937
+ "IDs de adjuntos de vídeo separados por comas. Excluye los vídeos de la "
1938
+ "galería."
1939
+
1940
+ #: video-embed-thumbnail-generator.php:6044
1941
+ msgid ""
1942
+ "comma separated video attachment IDs. Includes only these videos in the "
1943
+ "gallery. Please note that include and exclude cannot be used together."
1944
+ msgstr ""
1945
+ "IDs de adjuntos de vídeo separados por comas. Incluye sólo estos videos en "
1946
+ "la galería. Tenga en cuenta que incluir y excluir no se pueden utilizar "
1947
+ "juntos."
1948
+
1949
+ #: video-embed-thumbnail-generator.php:6045
1950
+ msgid "criteria for sorting the gallery"
1951
+ msgstr "Criterios para clasificar la galería"
1952
+
1953
+ #: video-embed-thumbnail-generator.php:6046
1954
+ msgid "sort order"
1955
+ msgstr "Orden de la clasificación"
1956
+
1957
+ #: video-embed-thumbnail-generator.php:6047
1958
+ msgid ""
1959
+ "post ID to display a gallery made up of videos associated with a different "
1960
+ "post."
1961
+ msgstr ""
1962
+ "ID del mensaje para mostrar una galería compuesta por vídeos asociados a una "
1963
+ "publicación diferente."
1964
+
1965
+ #: video-embed-thumbnail-generator.php:6048
1966
+ msgid ""
1967
+ "either close the pop-up or start playing the next video when the current "
1968
+ "video finishes playing."
1969
+ msgstr ""
1970
+ "Ya sea cerrar el pop-up o empezar a reproducir el siguiente video cuando el "
1971
+ "vídeo actual termine de reproducirse."
1972
+
1973
+ #. Plugin Name of the plugin/theme
1974
+ msgid "Video Embed & Thumbnail Generator"
1975
+ msgstr "Video Embed & Thumbnail Generator "
1976
+
1977
+ #. Plugin URI of the plugin/theme
1978
+ msgid ""
1979
+ "http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-"
1980
+ "wordpress-plugin/"
1981
+ msgstr ""
1982
+ "http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-"
1983
+ "wordpress-plugin/"
1984
+
1985
+ #. Description of the plugin/theme
1986
+ msgid ""
1987
+ "Generates thumbnails, HTML5-compliant videos, and embed codes for locally "
1988
+ "hosted videos. Requires FFMPEG or LIBAV for encoding."
1989
+ msgstr ""
1990
+ "Genera miniaturas, videos HTML5 compatibles y códigos de incrustación de "
1991
+ "vídeos alojados localmente. Requiere FFMPEG o LIBAV para la codificación."
1992
+
1993
+ #. Author of the plugin/theme
1994
+ msgid "Kyle Gilman"
1995
+ msgstr "Kyle Gilman"
1996
+
1997
+ #. Author URI of the plugin/theme
1998
+ msgid "http://www.kylegilman.net/"
1999
+ msgstr "http://www.kylegilman.net/"
languages/video-embed-thumbnail-generator-fr_FR.mo ADDED
Binary file
languages/video-embed-thumbnail-generator-fr_FR.po ADDED
@@ -0,0 +1,2466 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Video Embed & Thumbnail Generator\n"
4
+ "POT-Creation-Date: 2014-07-09 18:53+0100\n"
5
+ "PO-Revision-Date: 2014-07-09 19:08+0100\n"
6
+ "Last-Translator: Friss <friss.designs@gmail.com>\n"
7
+ "Language-Team: Friss <friss.designs@gmail.com>\n"
8
+ "Language: fr_FR\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.6.6\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
16
+ "X-Poedit-SearchPath-0: ..\n"
17
+
18
+ #: ../languages/video-embed-thumbnail-generator.php:207
19
+ #: ../video-embed-thumbnail-generator.php:207
20
+ msgid "Replace original with H.264"
21
+ msgstr "Remplacer l'original par une version encodée en H.264"
22
+
23
+ #: ../languages/video-embed-thumbnail-generator.php:353
24
+ #: ../video-embed-thumbnail-generator.php:353
25
+ msgid "Settings"
26
+ msgstr "Réglages"
27
+
28
+ #: ../languages/video-embed-thumbnail-generator.php:361
29
+ #: ../video-embed-thumbnail-generator.php:361
30
+ msgid "Network Settings"
31
+ msgstr "Réglages Réseaux"
32
+
33
+ #: ../languages/video-embed-thumbnail-generator.php:1126
34
+ #: ../video-embed-thumbnail-generator.php:1126
35
+ msgctxt "please wait"
36
+ msgid "Wait"
37
+ msgstr "Veuillez Patienter"
38
+
39
+ #: ../languages/video-embed-thumbnail-generator.php:1127
40
+ #: ../video-embed-thumbnail-generator.php:1127
41
+ msgid "Hide video..."
42
+ msgstr "Cacher la vidéo"
43
+
44
+ #: ../languages/video-embed-thumbnail-generator.php:1128
45
+ #: ../languages/video-embed-thumbnail-generator.php:3707
46
+ #: ../video-embed-thumbnail-generator.php:1128
47
+ #: ../video-embed-thumbnail-generator.php:3707
48
+ msgid "Choose from video..."
49
+ msgstr "Choisir depuis les vidéos"
50
+
51
+ #: ../languages/video-embed-thumbnail-generator.php:1129
52
+ #: ../video-embed-thumbnail-generator.php:1129
53
+ msgid "Can't load video"
54
+ msgstr "Impossible de charger la vidéo"
55
+
56
+ #: ../languages/video-embed-thumbnail-generator.php:1130
57
+ #: ../video-embed-thumbnail-generator.php:1130
58
+ msgid "Choose Thumbnail:"
59
+ msgstr "Choix de la vignette"
60
+
61
+ #: ../languages/video-embed-thumbnail-generator.php:1131
62
+ #: ../video-embed-thumbnail-generator.php:1131
63
+ msgid "Save All Thumbnails"
64
+ msgstr "Sauvegarder toutes les vignettes"
65
+
66
+ #: ../languages/video-embed-thumbnail-generator.php:1132
67
+ #: ../video-embed-thumbnail-generator.php:1132
68
+ msgid "Saving..."
69
+ msgstr "En cours de sauvegarde..."
70
+
71
+ #: ../languages/video-embed-thumbnail-generator.php:1133
72
+ #: ../video-embed-thumbnail-generator.php:1133
73
+ msgid "Loading..."
74
+ msgstr "Chargement..."
75
+
76
+ #: ../languages/video-embed-thumbnail-generator.php:1134
77
+ #: ../languages/video-embed-thumbnail-generator.php:4344
78
+ #: ../video-embed-thumbnail-generator.php:1134
79
+ #: ../video-embed-thumbnail-generator.php:4344
80
+ msgid "Generate"
81
+ msgstr "Générer"
82
+
83
+ #: ../languages/video-embed-thumbnail-generator.php:1135
84
+ #: ../languages/video-embed-thumbnail-generator.php:4345
85
+ #: ../video-embed-thumbnail-generator.php:1135
86
+ #: ../video-embed-thumbnail-generator.php:4345
87
+ msgid "Randomize"
88
+ msgstr "Mélanger"
89
+
90
+ #: ../languages/video-embed-thumbnail-generator.php:1136
91
+ #: ../video-embed-thumbnail-generator.php:1136
92
+ #, php-format
93
+ msgid "%s not found"
94
+ msgstr "%s non trouvé"
95
+
96
+ #: ../languages/video-embed-thumbnail-generator.php:1137
97
+ #: ../video-embed-thumbnail-generator.php:1137
98
+ msgid ""
99
+ "Please enter a URL that points to a valid video file. Video sharing sites "
100
+ "are not supported by this plugin.\n"
101
+ "To embed from YouTube, Vimeo, etc, just paste the link directly into the "
102
+ "post window and WordPress will handle the rest."
103
+ msgstr ""
104
+ "Veuillez entrer un URL pointant vers un fichier vidéo valide. Ce plugin ne "
105
+ "prend pas en charge les sites de partage de vidéos.\n"
106
+ "\vAfin d'intégrer une vidéo YouTube, Vimeo, etc... Il vous suffit de copier/"
107
+ "coller le lien de la vidéo directement dans la fenêtre de rédaction de votre "
108
+ "post et Wordpress se charge du reste."
109
+
110
+ #: ../languages/video-embed-thumbnail-generator.php:1138
111
+ #: ../languages/video-embed-thumbnail-generator.php:1875
112
+ #: ../languages/video-embed-thumbnail-generator.php:4344
113
+ #: ../languages/video-embed-thumbnail-generator.php:4345
114
+ #: ../languages/video-embed-thumbnail-generator.php:4379
115
+ #: ../video-embed-thumbnail-generator.php:1138
116
+ #: ../video-embed-thumbnail-generator.php:1875
117
+ #: ../video-embed-thumbnail-generator.php:4344
118
+ #: ../video-embed-thumbnail-generator.php:4345
119
+ #: ../video-embed-thumbnail-generator.php:4379
120
+ msgid "Please enter a valid video URL"
121
+ msgstr "Veuillez entrer une URL valide"
122
+
123
+ #: ../languages/video-embed-thumbnail-generator.php:1139
124
+ #: ../video-embed-thumbnail-generator.php:1139
125
+ msgid ""
126
+ "You are about to permanently delete the encoded video.\n"
127
+ " 'Cancel' to stop, 'OK' to delete."
128
+ msgstr ""
129
+ "Vous êtes sur le point de supprimer définitivement la vidéo encodée.\n"
130
+ "\v'Annuler' pour arrêter, 'OK' pour confirmer."
131
+
132
+ #: ../languages/video-embed-thumbnail-generator.php:1140
133
+ #: ../video-embed-thumbnail-generator.php:1140
134
+ msgid "Saved."
135
+ msgstr "Sauvegardé."
136
+
137
+ #: ../languages/video-embed-thumbnail-generator.php:1141
138
+ #: ../video-embed-thumbnail-generator.php:1141
139
+ msgid "Running test..."
140
+ msgstr "Phase de test en cours..."
141
+
142
+ #: ../languages/video-embed-thumbnail-generator.php:1142
143
+ #: ../video-embed-thumbnail-generator.php:1142
144
+ msgid "FFMPEG or LIBAV required for these functions."
145
+ msgstr "Ces fonctionalités requièrenet les bibliothèques FFMPEG ou LIBAV."
146
+
147
+ #: ../languages/video-embed-thumbnail-generator.php:1143
148
+ #: ../video-embed-thumbnail-generator.php:1143
149
+ msgid ""
150
+ "You are about to set all existing video thumbnails previously generated by "
151
+ "this plugin as the featured images for their posts. There is no 'undo' "
152
+ "button, so proceed at your own risk."
153
+ msgstr ""
154
+ "Toutes les vignettes de vidéo générées par le plugin vont être définies en "
155
+ "tant qu'image à la une pour leur post respectifs. Vous ne pourrez pas "
156
+ "annuler, agissez en connaissance de cause."
157
+
158
+ #: ../languages/video-embed-thumbnail-generator.php:1144
159
+ #: ../video-embed-thumbnail-generator.php:1144
160
+ msgid "'Cancel' to stop, 'OK' to proceed."
161
+ msgstr "'Annuler' pour arrêter, 'OK' pour confirmer."
162
+
163
+ #: ../languages/video-embed-thumbnail-generator.php:1145
164
+ #: ../video-embed-thumbnail-generator.php:1145
165
+ msgid "Processing..."
166
+ msgstr "En cours d'execution..."
167
+
168
+ #: ../languages/video-embed-thumbnail-generator.php:1146
169
+ #: ../video-embed-thumbnail-generator.php:1146
170
+ msgid ""
171
+ "You are about to set all existing video thumbnails previously generated by "
172
+ "this plugin as attachments of their posts rather than their associated "
173
+ "videos. Proceed at your own risk."
174
+ msgstr ""
175
+ "Toutes les vignettes de vidéo générées par le plugin vont être définies en "
176
+ "tant que pièce jointe de leur post respectif au lieu de vidéo associée. "
177
+ "Agissez en connaissance de cause."
178
+
179
+ #: ../languages/video-embed-thumbnail-generator.php:1147
180
+ #: ../video-embed-thumbnail-generator.php:1147
181
+ msgid ""
182
+ "You are about to set all existing video thumbnails previously generated by "
183
+ "this plugin as attachments of their videos rather than their associated "
184
+ "posts. Proceed at your own risk."
185
+ msgstr ""
186
+ "Toutes les vignettes de vidéo générées par le plugin vont être définies en "
187
+ "tant que pièce jointe de leur vidéo respective au lieu de l'être à leurs "
188
+ "post associés. Agissez en connaissance de cause."
189
+
190
+ #: ../languages/video-embed-thumbnail-generator.php:1148
191
+ #: ../video-embed-thumbnail-generator.php:1148
192
+ msgid "Complete"
193
+ msgstr "Terminé"
194
+
195
+ #: ../languages/video-embed-thumbnail-generator.php:1149
196
+ #: ../languages/video-embed-thumbnail-generator.php:3783
197
+ #: ../languages/video-embed-thumbnail-generator.php:4371
198
+ #: ../video-embed-thumbnail-generator.php:1149
199
+ #: ../video-embed-thumbnail-generator.php:3783
200
+ #: ../video-embed-thumbnail-generator.php:4371
201
+ msgid "Track type:"
202
+ msgstr "Type de piste:"
203
+
204
+ #: ../languages/video-embed-thumbnail-generator.php:1150
205
+ #: ../languages/video-embed-thumbnail-generator.php:3774
206
+ #: ../languages/video-embed-thumbnail-generator.php:4371
207
+ #: ../video-embed-thumbnail-generator.php:1150
208
+ #: ../video-embed-thumbnail-generator.php:3774
209
+ #: ../video-embed-thumbnail-generator.php:4371
210
+ msgid "subtitles"
211
+ msgstr "sous-titres"
212
+
213
+ #: ../languages/video-embed-thumbnail-generator.php:1151
214
+ #: ../languages/video-embed-thumbnail-generator.php:3774
215
+ #: ../languages/video-embed-thumbnail-generator.php:4371
216
+ #: ../video-embed-thumbnail-generator.php:1151
217
+ #: ../video-embed-thumbnail-generator.php:3774
218
+ #: ../video-embed-thumbnail-generator.php:4371
219
+ msgid "captions"
220
+ msgstr "légendes"
221
+
222
+ #: ../languages/video-embed-thumbnail-generator.php:1152
223
+ #: ../languages/video-embed-thumbnail-generator.php:3774
224
+ #: ../languages/video-embed-thumbnail-generator.php:4371
225
+ #: ../video-embed-thumbnail-generator.php:1152
226
+ #: ../video-embed-thumbnail-generator.php:3774
227
+ #: ../video-embed-thumbnail-generator.php:4371
228
+ msgid "chapters"
229
+ msgstr "chapitres"
230
+
231
+ #: ../languages/video-embed-thumbnail-generator.php:1153
232
+ #: ../languages/video-embed-thumbnail-generator.php:3784
233
+ #: ../video-embed-thumbnail-generator.php:1153
234
+ #: ../video-embed-thumbnail-generator.php:3784
235
+ msgid "Choose a Text File"
236
+ msgstr "Choix à partir d'un fichier texte"
237
+
238
+ #: ../languages/video-embed-thumbnail-generator.php:1154
239
+ #: ../languages/video-embed-thumbnail-generator.php:3784
240
+ #: ../video-embed-thumbnail-generator.php:1154
241
+ #: ../video-embed-thumbnail-generator.php:3784
242
+ msgid "Set as track source"
243
+ msgstr "Définir en tant que piste par défaut."
244
+
245
+ #: ../languages/video-embed-thumbnail-generator.php:1155
246
+ #: ../languages/video-embed-thumbnail-generator.php:2576
247
+ #: ../languages/video-embed-thumbnail-generator.php:2582
248
+ #: ../languages/video-embed-thumbnail-generator.php:2588
249
+ #: ../languages/video-embed-thumbnail-generator.php:2916
250
+ #: ../languages/video-embed-thumbnail-generator.php:3739
251
+ #: ../languages/video-embed-thumbnail-generator.php:3784
252
+ #: ../video-embed-thumbnail-generator.php:1155
253
+ #: ../video-embed-thumbnail-generator.php:2576
254
+ #: ../video-embed-thumbnail-generator.php:2582
255
+ #: ../video-embed-thumbnail-generator.php:2588
256
+ #: ../video-embed-thumbnail-generator.php:2916
257
+ #: ../video-embed-thumbnail-generator.php:3739
258
+ #: ../video-embed-thumbnail-generator.php:3784
259
+ msgid "Choose from Library"
260
+ msgstr "Choix depuis la bibliothèque"
261
+
262
+ #: ../languages/video-embed-thumbnail-generator.php:1156
263
+ #: ../languages/video-embed-thumbnail-generator.php:4371
264
+ #: ../video-embed-thumbnail-generator.php:1156
265
+ #: ../video-embed-thumbnail-generator.php:4371
266
+ msgid "Language code:"
267
+ msgstr "Code Langue:"
268
+
269
+ #: ../languages/video-embed-thumbnail-generator.php:1157
270
+ #: ../video-embed-thumbnail-generator.php:1157
271
+ msgctxt "noun"
272
+ msgid "Label:"
273
+ msgstr "Label:"
274
+
275
+ #: ../languages/video-embed-thumbnail-generator.php:1190
276
+ #: ../video-embed-thumbnail-generator.php:1190
277
+ msgctxt "noun for Google Analytics event"
278
+ msgid "Play Start"
279
+ msgstr "Lire"
280
+
281
+ #: ../languages/video-embed-thumbnail-generator.php:1191
282
+ #: ../video-embed-thumbnail-generator.php:1191
283
+ msgctxt "noun for Google Analytics event"
284
+ msgid "Complete View"
285
+ msgstr "Vue complète"
286
+
287
+ #: ../languages/video-embed-thumbnail-generator.php:1192
288
+ #: ../video-embed-thumbnail-generator.php:1192
289
+ msgctxt "button text to play next video"
290
+ msgid "Next"
291
+ msgstr "Suivant"
292
+
293
+ #: ../languages/video-embed-thumbnail-generator.php:1193
294
+ #: ../video-embed-thumbnail-generator.php:1193
295
+ msgctxt "button text to play previous video"
296
+ msgid "Previous"
297
+ msgstr "Précèdent"
298
+
299
+ #: ../languages/video-embed-thumbnail-generator.php:1638
300
+ #: ../video-embed-thumbnail-generator.php:1638
301
+ #, php-format
302
+ msgid "%s view"
303
+ msgid_plural "%s views"
304
+ msgstr[0] "%s vue"
305
+ msgstr[1] "%s vues"
306
+
307
+ #: ../languages/video-embed-thumbnail-generator.php:1643
308
+ #: ../video-embed-thumbnail-generator.php:1643
309
+ msgid "Right-click or ctrl-click on this link to download"
310
+ msgstr "'Click-droit' ou 'ctrl-click' sur le lien pour télécharger le fichier"
311
+
312
+ #: ../languages/video-embed-thumbnail-generator.php:1659
313
+ #: ../video-embed-thumbnail-generator.php:1659
314
+ msgctxt "precedes code for embedding video"
315
+ msgid "Embed:"
316
+ msgstr "Intégration:"
317
+
318
+ #: ../languages/video-embed-thumbnail-generator.php:1880
319
+ #: ../video-embed-thumbnail-generator.php:1880
320
+ #, php-format
321
+ msgctxt "ex: FFMPEG not found at /usr/local/bin"
322
+ msgid "%1$s not found at %2$s"
323
+ msgstr "%1$s non trouvé à %2$s"
324
+
325
+ #: ../languages/video-embed-thumbnail-generator.php:1943
326
+ #: ../video-embed-thumbnail-generator.php:1943
327
+ msgid "Delete Permanently"
328
+ msgstr "Supprimer définitivement"
329
+
330
+ #: ../languages/video-embed-thumbnail-generator.php:1955
331
+ #: ../video-embed-thumbnail-generator.php:1955
332
+ msgid "Currently encoding"
333
+ msgstr "En cours d'encodage"
334
+
335
+ #: ../languages/video-embed-thumbnail-generator.php:1962
336
+ #: ../video-embed-thumbnail-generator.php:1962
337
+ msgid "Format already exists"
338
+ msgstr "Ce format existe déjà"
339
+
340
+ #: ../languages/video-embed-thumbnail-generator.php:1969
341
+ #: ../video-embed-thumbnail-generator.php:1969
342
+ msgid "You don't have permission to encode videos"
343
+ msgstr "Vous n'avez pas les permissions pour encoder les vidéos"
344
+
345
+ #: ../languages/video-embed-thumbnail-generator.php:1977
346
+ #: ../video-embed-thumbnail-generator.php:1977
347
+ msgid "Nothing to encode"
348
+ msgstr "Rien à encoder"
349
+
350
+ #: ../languages/video-embed-thumbnail-generator.php:1981
351
+ #: ../video-embed-thumbnail-generator.php:1981
352
+ msgctxt "Button text"
353
+ msgid "Update"
354
+ msgstr "Mise à jour"
355
+
356
+ #: ../languages/video-embed-thumbnail-generator.php:1984
357
+ #: ../video-embed-thumbnail-generator.php:1984
358
+ msgctxt "Button text"
359
+ msgid "Encode"
360
+ msgstr "Encoder"
361
+
362
+ #: ../languages/video-embed-thumbnail-generator.php:1990
363
+ #: ../video-embed-thumbnail-generator.php:1990
364
+ msgid ""
365
+ "Generates additional video formats compatible with most mobile & HTML5-"
366
+ "compatible browsers"
367
+ msgstr ""
368
+ "Générer des vidéos supplémentaires aux formats compatibles avec la plupart "
369
+ "des navigateurs mobiles & HTML5."
370
+
371
+ #: ../languages/video-embed-thumbnail-generator.php:2015
372
+ #: ../video-embed-thumbnail-generator.php:2015
373
+ msgctxt "noun, column header"
374
+ msgid "Order"
375
+ msgstr "Ordre"
376
+
377
+ #: ../languages/video-embed-thumbnail-generator.php:2016
378
+ #: ../video-embed-thumbnail-generator.php:2016
379
+ msgctxt "username, column header"
380
+ msgid "User"
381
+ msgstr "Utilisateur"
382
+
383
+ #: ../languages/video-embed-thumbnail-generator.php:2017
384
+ #: ../video-embed-thumbnail-generator.php:2017
385
+ msgctxt "noun, column header"
386
+ msgid "Thumbnail"
387
+ msgstr "Vignette"
388
+
389
+ #: ../languages/video-embed-thumbnail-generator.php:2018
390
+ #: ../video-embed-thumbnail-generator.php:2018
391
+ msgctxt "noun, column header"
392
+ msgid "File"
393
+ msgstr "Fichier"
394
+
395
+ #: ../languages/video-embed-thumbnail-generator.php:2019
396
+ #: ../video-embed-thumbnail-generator.php:2019
397
+ msgctxt "noun, column header"
398
+ msgid "Formats"
399
+ msgstr "Formats"
400
+
401
+ #: ../languages/video-embed-thumbnail-generator.php:2020
402
+ #: ../video-embed-thumbnail-generator.php:2020
403
+ msgctxt "noun, column header"
404
+ msgid "Actions"
405
+ msgstr "Actions"
406
+
407
+ #: ../languages/video-embed-thumbnail-generator.php:2024
408
+ #: ../video-embed-thumbnail-generator.php:2024
409
+ msgctxt "multisite site name, column header"
410
+ msgid "Site"
411
+ msgstr "Site"
412
+
413
+ #: ../languages/video-embed-thumbnail-generator.php:2140
414
+ #: ../video-embed-thumbnail-generator.php:2140
415
+ msgid "Other user's video"
416
+ msgstr "Autres vidéos de l'utilisateur"
417
+
418
+ #: ../languages/video-embed-thumbnail-generator.php:2144
419
+ #: ../video-embed-thumbnail-generator.php:2144
420
+ msgid "Queue is empty"
421
+ msgstr "La file d'attente est vide"
422
+
423
+ #: ../languages/video-embed-thumbnail-generator.php:2153
424
+ #: ../languages/video-embed-thumbnail-generator.php:2160
425
+ #: ../video-embed-thumbnail-generator.php:2153
426
+ #: ../video-embed-thumbnail-generator.php:2160
427
+ msgctxt "Tools page title"
428
+ msgid "Video Embed & Thumbnail Generator Encoding Queue"
429
+ msgstr "Video Embed & Thumbnail Generator - Encodage en attente"
430
+
431
+ #: ../languages/video-embed-thumbnail-generator.php:2153
432
+ #: ../video-embed-thumbnail-generator.php:2153
433
+ msgctxt "Title in admin sidebar"
434
+ msgid "Video Encode Queue"
435
+ msgstr "File d'attente d'encodage"
436
+
437
+ #: ../languages/video-embed-thumbnail-generator.php:2160
438
+ #: ../video-embed-thumbnail-generator.php:2160
439
+ msgctxt "Title in network admin sidebar"
440
+ msgid "Network Video Encode Queue"
441
+ msgstr "Encodage en attente pour les Vidéos en réseau (déjà en ligne)"
442
+
443
+ #: ../languages/video-embed-thumbnail-generator.php:2170
444
+ #: ../video-embed-thumbnail-generator.php:2170
445
+ msgid "Video Embed & Thumbnail Generator Encoding Queue"
446
+ msgstr "Video Embed & Thumbnail Generator - Encodage en attente"
447
+
448
+ #: ../languages/video-embed-thumbnail-generator.php:2187
449
+ #: ../video-embed-thumbnail-generator.php:2187
450
+ msgid "Clear All Completed"
451
+ msgstr "Retirer de la liste toutes les actions terminées"
452
+
453
+ #: ../languages/video-embed-thumbnail-generator.php:2195
454
+ #: ../languages/video-embed-thumbnail-generator.php:2320
455
+ #: ../video-embed-thumbnail-generator.php:2195
456
+ #: ../video-embed-thumbnail-generator.php:2320
457
+ msgctxt "Settings page title"
458
+ msgid "Video Embed & Thumbnail Generator"
459
+ msgstr "Video Embed & Thumbnail Generator"
460
+
461
+ #: ../languages/video-embed-thumbnail-generator.php:2195
462
+ #: ../languages/video-embed-thumbnail-generator.php:2320
463
+ #: ../video-embed-thumbnail-generator.php:2195
464
+ #: ../video-embed-thumbnail-generator.php:2320
465
+ msgctxt "Settings page title in admin sidebar"
466
+ msgid "Video Embed & Thumbnail Generator"
467
+ msgstr "Video Embed & Thumbnail Generator"
468
+
469
+ #: ../languages/video-embed-thumbnail-generator.php:2231
470
+ #: ../video-embed-thumbnail-generator.php:2231
471
+ msgid ""
472
+ "Video Embed & Thumbnail Generator network settings reset to default values."
473
+ msgstr "Remise par défaut des réglages de Video Embed & Thumbnail Generator."
474
+
475
+ #: ../languages/video-embed-thumbnail-generator.php:2253
476
+ #: ../video-embed-thumbnail-generator.php:2253
477
+ msgid "Path to applications on the server:"
478
+ msgstr "Adresse des application sur le serveur:"
479
+
480
+ #: ../languages/video-embed-thumbnail-generator.php:2256
481
+ #: ../languages/video-embed-thumbnail-generator.php:2486
482
+ #: ../video-embed-thumbnail-generator.php:2256
483
+ #: ../video-embed-thumbnail-generator.php:2486
484
+ msgid "Application for thumbnails & encoding:"
485
+ msgstr "Application pour les vignettes & l'encodage:"
486
+
487
+ #: ../languages/video-embed-thumbnail-generator.php:2260
488
+ #: ../languages/video-embed-thumbnail-generator.php:2495
489
+ #: ../video-embed-thumbnail-generator.php:2260
490
+ #: ../video-embed-thumbnail-generator.php:2495
491
+ msgid "Method to fix encoded H.264 headers for streaming:"
492
+ msgstr "Methode pour adapter les entêtes H.264 pour le streaming:"
493
+
494
+ #: ../languages/video-embed-thumbnail-generator.php:2264
495
+ #: ../languages/video-embed-thumbnail-generator.php:2504
496
+ #: ../video-embed-thumbnail-generator.php:2264
497
+ #: ../video-embed-thumbnail-generator.php:2504
498
+ msgid "FFMPEG legacy options:"
499
+ msgstr "Options d'héritage FFMPEG"
500
+
501
+ #: ../languages/video-embed-thumbnail-generator.php:2268
502
+ #: ../video-embed-thumbnail-generator.php:2268
503
+ msgid "Execution:"
504
+ msgstr "Execution:"
505
+
506
+ #: ../languages/video-embed-thumbnail-generator.php:2272
507
+ #: ../video-embed-thumbnail-generator.php:2272
508
+ msgid "User capabilties for new sites:"
509
+ msgstr "Permissions d'utilisateur pour les nouveau sites:"
510
+
511
+ #: ../languages/video-embed-thumbnail-generator.php:2276
512
+ #: ../video-embed-thumbnail-generator.php:2276
513
+ msgid "Super Admins only:"
514
+ msgstr "Super Admins uniquement:"
515
+
516
+ #: ../languages/video-embed-thumbnail-generator.php:2282
517
+ #: ../languages/video-embed-thumbnail-generator.php:2347
518
+ #: ../video-embed-thumbnail-generator.php:2282
519
+ #: ../video-embed-thumbnail-generator.php:2347
520
+ msgid "Save Changes"
521
+ msgstr "Sauvegarder les changements"
522
+
523
+ #: ../languages/video-embed-thumbnail-generator.php:2283
524
+ #: ../languages/video-embed-thumbnail-generator.php:2348
525
+ #: ../video-embed-thumbnail-generator.php:2283
526
+ #: ../video-embed-thumbnail-generator.php:2348
527
+ msgid "Reset Options"
528
+ msgstr "Revenir aux réglages par défaut"
529
+
530
+ #: ../languages/video-embed-thumbnail-generator.php:2287
531
+ #: ../languages/video-embed-thumbnail-generator.php:2352
532
+ #: ../video-embed-thumbnail-generator.php:2287
533
+ #: ../video-embed-thumbnail-generator.php:2352
534
+ msgid ""
535
+ "If you're getting some use out of this plugin, please consider donating a "
536
+ "few dollars to support its future development."
537
+ msgstr ""
538
+ "Si ce plugin vous est utile dans vos projets, merci d'envisager une donation "
539
+ "de quelques dollars afin de soutenir la poursuite de son développement."
540
+
541
+ #: ../languages/video-embed-thumbnail-generator.php:2315
542
+ #: ../video-embed-thumbnail-generator.php:2315
543
+ #, php-format
544
+ msgctxt "FFMPEG settings tab"
545
+ msgid "%s settings tab."
546
+ msgstr "onglet réglages de %s"
547
+
548
+ #: ../languages/video-embed-thumbnail-generator.php:2338
549
+ #: ../video-embed-thumbnail-generator.php:2338
550
+ msgctxt "Adjective, tab title"
551
+ msgid "General"
552
+ msgstr "Général"
553
+
554
+ #: ../languages/video-embed-thumbnail-generator.php:2339
555
+ #: ../video-embed-thumbnail-generator.php:2339
556
+ #, php-format
557
+ msgctxt "FFMPEG Settings, tab title"
558
+ msgid "%s Settings"
559
+ msgstr "Réglages de %s"
560
+
561
+ #: ../languages/video-embed-thumbnail-generator.php:2447
562
+ #: ../video-embed-thumbnail-generator.php:2447
563
+ msgid "Default Video Playback Settings"
564
+ msgstr "Réglages de la lecture de vidéos par défaut"
565
+
566
+ #: ../languages/video-embed-thumbnail-generator.php:2448
567
+ #: ../video-embed-thumbnail-generator.php:2448
568
+ msgid "The following options will only affect Flash playback"
569
+ msgstr "Les options suivantes ne concernent que les lecteurs flash"
570
+
571
+ #: ../languages/video-embed-thumbnail-generator.php:2449
572
+ #: ../video-embed-thumbnail-generator.php:2449
573
+ msgid "Plugin Settings"
574
+ msgstr "Réglages du plugin"
575
+
576
+ #: ../languages/video-embed-thumbnail-generator.php:2450
577
+ #: ../video-embed-thumbnail-generator.php:2450
578
+ msgid "Video Encoding Settings"
579
+ msgstr "Paramètres d'encodage"
580
+
581
+ #: ../languages/video-embed-thumbnail-generator.php:2452
582
+ #: ../video-embed-thumbnail-generator.php:2452
583
+ msgid "Default thumbnail:"
584
+ msgstr "Vignette par défaut:"
585
+
586
+ #: ../languages/video-embed-thumbnail-generator.php:2453
587
+ #: ../video-embed-thumbnail-generator.php:2453
588
+ msgid "End of video image:"
589
+ msgstr "Image de fin de vidéo:"
590
+
591
+ #: ../languages/video-embed-thumbnail-generator.php:2454
592
+ #: ../video-embed-thumbnail-generator.php:2454
593
+ msgid "Watermark overlay:"
594
+ msgstr "Filigrane en superposition:"
595
+
596
+ #: ../languages/video-embed-thumbnail-generator.php:2455
597
+ #: ../video-embed-thumbnail-generator.php:2455
598
+ msgid "Video alignment:"
599
+ msgstr "Alignement de la vidéo:"
600
+
601
+ #: ../languages/video-embed-thumbnail-generator.php:2456
602
+ #: ../video-embed-thumbnail-generator.php:2456
603
+ msgid "Automatically resize videos:"
604
+ msgstr "Redimesionner les vidéos automatiquement:"
605
+
606
+ #: ../languages/video-embed-thumbnail-generator.php:2457
607
+ #: ../video-embed-thumbnail-generator.php:2457
608
+ msgid "Inline videos:"
609
+ msgstr "Vidéos sur la même ligne:"
610
+
611
+ #: ../languages/video-embed-thumbnail-generator.php:2458
612
+ #: ../video-embed-thumbnail-generator.php:2458
613
+ msgid "Max embedded video dimensions:"
614
+ msgstr "Dimensions maximum de la vidéo:"
615
+
616
+ #: ../languages/video-embed-thumbnail-generator.php:2459
617
+ #: ../video-embed-thumbnail-generator.php:2459
618
+ msgid "Max gallery video dimensions:"
619
+ msgstr "Dimensions maximum de la gallerie vidéo:"
620
+
621
+ #: ../languages/video-embed-thumbnail-generator.php:2460
622
+ #: ../video-embed-thumbnail-generator.php:2460
623
+ msgid "Gallery thumbnail width:"
624
+ msgstr "Largeur de la vignette vidéo pour la gallerie:"
625
+
626
+ #: ../languages/video-embed-thumbnail-generator.php:2461
627
+ #: ../video-embed-thumbnail-generator.php:2461
628
+ msgid "Video controls:"
629
+ msgstr "Contrôles de la vidéo:"
630
+
631
+ #: ../languages/video-embed-thumbnail-generator.php:2462
632
+ #: ../video-embed-thumbnail-generator.php:2462
633
+ msgid "Autoplay:"
634
+ msgstr "Lancement automatique:"
635
+
636
+ #: ../languages/video-embed-thumbnail-generator.php:2463
637
+ #: ../video-embed-thumbnail-generator.php:2463
638
+ msgctxt "verb"
639
+ msgid "Loop:"
640
+ msgstr "En boucle:"
641
+
642
+ #: ../languages/video-embed-thumbnail-generator.php:2464
643
+ #: ../video-embed-thumbnail-generator.php:2464
644
+ msgid "Preload:"
645
+ msgstr "Préchargement:"
646
+
647
+ #: ../languages/video-embed-thumbnail-generator.php:2465
648
+ #: ../video-embed-thumbnail-generator.php:2465
649
+ msgctxt "CSS class for video skin"
650
+ msgid "Skin class:"
651
+ msgstr "Class pour une skin différente:"
652
+
653
+ #: ../languages/video-embed-thumbnail-generator.php:2467
654
+ #: ../video-embed-thumbnail-generator.php:2467
655
+ msgid "Background color:"
656
+ msgstr "Couleur d'arrière plan:"
657
+
658
+ #: ../languages/video-embed-thumbnail-generator.php:2468
659
+ #: ../video-embed-thumbnail-generator.php:2468
660
+ msgid "XML configuration file:"
661
+ msgstr "Fichier XML de configuration:"
662
+
663
+ #: ../languages/video-embed-thumbnail-generator.php:2469
664
+ #: ../video-embed-thumbnail-generator.php:2469
665
+ msgid "Video skin file:"
666
+ msgstr "Fichier pour skin différent:"
667
+
668
+ #: ../languages/video-embed-thumbnail-generator.php:2470
669
+ #: ../video-embed-thumbnail-generator.php:2470
670
+ msgid "Video stream type:"
671
+ msgstr "Type de Streaming:"
672
+
673
+ #: ../languages/video-embed-thumbnail-generator.php:2471
674
+ #: ../video-embed-thumbnail-generator.php:2471
675
+ msgid "Video scale mode:"
676
+ msgstr "Mode de mise à l'échelle de la vidéo:"
677
+
678
+ #: ../languages/video-embed-thumbnail-generator.php:2472
679
+ #: ../video-embed-thumbnail-generator.php:2472
680
+ msgid "Autohide:"
681
+ msgstr "Masquer automatiquement:"
682
+
683
+ #: ../languages/video-embed-thumbnail-generator.php:2473
684
+ #: ../video-embed-thumbnail-generator.php:2473
685
+ msgid "Play button overlay:"
686
+ msgstr "Bouton de lecture en superposition:"
687
+
688
+ #: ../languages/video-embed-thumbnail-generator.php:2475
689
+ #: ../video-embed-thumbnail-generator.php:2475
690
+ msgid "Default number of thumbnails to generate:"
691
+ msgstr "Nombre de vignette à générer par défaut:"
692
+
693
+ #: ../languages/video-embed-thumbnail-generator.php:2476
694
+ #: ../video-embed-thumbnail-generator.php:2476
695
+ msgid "User capabilities:"
696
+ msgstr "Permissions d'utilisateur:"
697
+
698
+ #: ../languages/video-embed-thumbnail-generator.php:2477
699
+ #: ../video-embed-thumbnail-generator.php:2477
700
+ msgid "Video security:"
701
+ msgstr "Sécurité de la vidéo:"
702
+
703
+ #: ../languages/video-embed-thumbnail-generator.php:2478
704
+ #: ../video-embed-thumbnail-generator.php:2478
705
+ msgid "Featured image:"
706
+ msgstr "Image à la une:"
707
+
708
+ #: ../languages/video-embed-thumbnail-generator.php:2479
709
+ #: ../video-embed-thumbnail-generator.php:2479
710
+ msgid "Attach thumbnails to:"
711
+ msgstr "Joindre une pièce jointe à:"
712
+
713
+ #: ../languages/video-embed-thumbnail-generator.php:2480
714
+ #: ../video-embed-thumbnail-generator.php:2480
715
+ msgid "Delete associated attachments:"
716
+ msgstr "Supprimer les pièces jointes associées:"
717
+
718
+ #: ../languages/video-embed-thumbnail-generator.php:2481
719
+ #: ../video-embed-thumbnail-generator.php:2481
720
+ msgid "Video title text HTML formatting:"
721
+ msgstr "Titre des vidéos en HTML:"
722
+
723
+ #: ../languages/video-embed-thumbnail-generator.php:2482
724
+ #: ../video-embed-thumbnail-generator.php:2482
725
+ msgid "Attachment page design:"
726
+ msgstr "Affichage de la template de pièce jointe:"
727
+
728
+ #: ../languages/video-embed-thumbnail-generator.php:2485
729
+ #: ../video-embed-thumbnail-generator.php:2485
730
+ msgid "Path to applications folder on server:"
731
+ msgstr "Chemein vers le dossier des applications sur le serveur:"
732
+
733
+ #: ../languages/video-embed-thumbnail-generator.php:2489
734
+ #: ../video-embed-thumbnail-generator.php:2489
735
+ msgid "Enable in-browser thumbnails:"
736
+ msgstr "Activer les vignettes dans le navigateur:"
737
+
738
+ #: ../languages/video-embed-thumbnail-generator.php:2490
739
+ #: ../video-embed-thumbnail-generator.php:2490
740
+ msgid "Default video encode formats:"
741
+ msgstr "Format d'encodage par défaut:"
742
+
743
+ #: ../languages/video-embed-thumbnail-generator.php:2491
744
+ #: ../video-embed-thumbnail-generator.php:2491
745
+ msgid "Do automatically on upload:"
746
+ msgstr "À faire automatiquement dans la foulée à la suite de l'upload:"
747
+
748
+ #: ../languages/video-embed-thumbnail-generator.php:2492
749
+ #: ../video-embed-thumbnail-generator.php:2492
750
+ msgid "htaccess login:"
751
+ msgstr "Identifiant htaccess:"
752
+
753
+ #: ../languages/video-embed-thumbnail-generator.php:2493
754
+ #: ../video-embed-thumbnail-generator.php:2493
755
+ msgid "Add watermark to encoded files:"
756
+ msgstr "Ajouter un filigrane aux vidéos encodées"
757
+
758
+ #: ../languages/video-embed-thumbnail-generator.php:2497
759
+ #: ../video-embed-thumbnail-generator.php:2497
760
+ msgid "Encode quality control method:"
761
+ msgstr "Methode de controle de qualité d'encodage:"
762
+
763
+ #: ../languages/video-embed-thumbnail-generator.php:2498
764
+ #: ../video-embed-thumbnail-generator.php:2498
765
+ msgid "Constant Rate Factors (CRF):"
766
+ msgstr "Facteurs de taux constant (Constant Rate Factors (CRF)):"
767
+
768
+ #: ../languages/video-embed-thumbnail-generator.php:2499
769
+ #: ../video-embed-thumbnail-generator.php:2499
770
+ msgid "Average Bit Rate:"
771
+ msgstr "Taux de bit moyen (Average Bit Rate):"
772
+
773
+ #: ../languages/video-embed-thumbnail-generator.php:2500
774
+ #: ../video-embed-thumbnail-generator.php:2500
775
+ msgid "H.264 profile:"
776
+ msgstr "Profil H.264:"
777
+
778
+ #: ../languages/video-embed-thumbnail-generator.php:2501
779
+ #: ../video-embed-thumbnail-generator.php:2501
780
+ msgid "Audio bit rate:"
781
+ msgstr "Bitrate audio:"
782
+
783
+ #: ../languages/video-embed-thumbnail-generator.php:2505
784
+ #: ../video-embed-thumbnail-generator.php:2505
785
+ msgctxt "program execution options"
786
+ msgid "Execution:"
787
+ msgstr "Exécution:"
788
+
789
+ #: ../languages/video-embed-thumbnail-generator.php:2508
790
+ #: ../video-embed-thumbnail-generator.php:2508
791
+ msgid "Test FFMPEG:"
792
+ msgstr "Test FFMPEG:"
793
+
794
+ #: ../languages/video-embed-thumbnail-generator.php:2530
795
+ #: ../languages/video-embed-thumbnail-generator.php:3804
796
+ #: ../video-embed-thumbnail-generator.php:2530
797
+ #: ../video-embed-thumbnail-generator.php:3804
798
+ msgid "WordPress Default"
799
+ msgstr "Lecteur WordPress par défaut"
800
+
801
+ #: ../languages/video-embed-thumbnail-generator.php:2552
802
+ #: ../video-embed-thumbnail-generator.php:2552
803
+ msgid "(deprecated)"
804
+ msgstr "(déconseillé)"
805
+
806
+ #: ../languages/video-embed-thumbnail-generator.php:2554
807
+ #: ../video-embed-thumbnail-generator.php:2554
808
+ msgid "Video player:"
809
+ msgstr "Lecteur vidéo:"
810
+
811
+ #: ../languages/video-embed-thumbnail-generator.php:2559
812
+ #: ../video-embed-thumbnail-generator.php:2559
813
+ msgid ""
814
+ "Video.js is the default player. Users running WordPress 3.6 or higher can "
815
+ "choose the WordPress Default Mediaelement.js player which may already be "
816
+ "skinned to match your theme. If the JW Player WordPress plugin is active it "
817
+ "should be available as a video player. In the past this plugin used Adobe's "
818
+ "Strobe Media Playback Flash player, which hasn't been updated since 2011 and "
819
+ "is not recommended. It should still work, but new plugin functions are not "
820
+ "guaranteed to be compatible."
821
+ msgstr ""
822
+ "'Video.js' est le lecteur par défaut. À partir de WordPress 3.6 vous pouvez "
823
+ "utiliser le lecteur de base, Mediaelement.js qui est peut-être déjà "
824
+ "personnalisé aux couleurs de votre thème. Si le plugin WordPress JWPlayer "
825
+ "est activé, il devrait être disponible en tant que lecteur vidéo. "
826
+ "Auparavant, ce plugin utilisait le Strobe Media Playback Flash player "
827
+ "d'Adobe qui n'est plus mis à jour depuis 2011 et du coup il n'est donc pas "
828
+ "recommandé de l'utiliser. Cela devrait tout de même pouvoir fonctionner, "
829
+ "mais les nouvelles fonctionnalités du plugin risquent de ne pas être "
830
+ "compatibles."
831
+
832
+ #: ../languages/video-embed-thumbnail-generator.php:2563
833
+ #: ../video-embed-thumbnail-generator.php:2563
834
+ msgid "Overlay video title"
835
+ msgstr "Titre de la vidéo en superposition"
836
+
837
+ #: ../languages/video-embed-thumbnail-generator.php:2564
838
+ #: ../video-embed-thumbnail-generator.php:2564
839
+ msgid "Overlay embed code"
840
+ msgstr "Code d'intégration superposé"
841
+
842
+ #: ../languages/video-embed-thumbnail-generator.php:2567
843
+ #: ../video-embed-thumbnail-generator.php:2567
844
+ msgid "Show download link"
845
+ msgstr "Afficher le lien de téléchargement"
846
+
847
+ #: ../languages/video-embed-thumbnail-generator.php:2568
848
+ #: ../video-embed-thumbnail-generator.php:2568
849
+ msgid "Show view count"
850
+ msgstr "Afficher le nombre de vues"
851
+
852
+ #: ../languages/video-embed-thumbnail-generator.php:2576
853
+ #: ../languages/video-embed-thumbnail-generator.php:3739
854
+ #: ../video-embed-thumbnail-generator.php:2576
855
+ #: ../video-embed-thumbnail-generator.php:3739
856
+ msgid "Choose a Thumbnail"
857
+ msgstr "Choix d'une vignette"
858
+
859
+ #: ../languages/video-embed-thumbnail-generator.php:2576
860
+ #: ../languages/video-embed-thumbnail-generator.php:3739
861
+ #: ../video-embed-thumbnail-generator.php:2576
862
+ #: ../video-embed-thumbnail-generator.php:3739
863
+ msgid "Set as video thumbnail"
864
+ msgstr "Définir en tant que vignette pour la vidéo"
865
+
866
+ #: ../languages/video-embed-thumbnail-generator.php:2581
867
+ #: ../video-embed-thumbnail-generator.php:2581
868
+ msgid "Display thumbnail image again when video ends."
869
+ msgstr "Afficher la vignette quand la vidéo se termine."
870
+
871
+ #: ../languages/video-embed-thumbnail-generator.php:2582
872
+ #: ../video-embed-thumbnail-generator.php:2582
873
+ msgid "Choose End of Video Image"
874
+ msgstr "Choix d'une image de fin de vidéo"
875
+
876
+ #: ../languages/video-embed-thumbnail-generator.php:2582
877
+ #: ../video-embed-thumbnail-generator.php:2582
878
+ msgid "Set as end of video image"
879
+ msgstr "Définir en tant qu'image de fin de vidéo"
880
+
881
+ #: ../languages/video-embed-thumbnail-generator.php:2583
882
+ #: ../video-embed-thumbnail-generator.php:2583
883
+ msgid "Display alternate image when video ends."
884
+ msgstr "Afficher une des vignettes à la fin de la vidéo."
885
+
886
+ #: ../languages/video-embed-thumbnail-generator.php:2588
887
+ #: ../languages/video-embed-thumbnail-generator.php:2916
888
+ #: ../video-embed-thumbnail-generator.php:2588
889
+ #: ../video-embed-thumbnail-generator.php:2916
890
+ msgid "Choose a Watermark"
891
+ msgstr "Choix d'un filigrane"
892
+
893
+ #: ../languages/video-embed-thumbnail-generator.php:2588
894
+ #: ../languages/video-embed-thumbnail-generator.php:2916
895
+ #: ../video-embed-thumbnail-generator.php:2588
896
+ #: ../video-embed-thumbnail-generator.php:2916
897
+ msgid "Set as watermark"
898
+ msgstr "Définir en tant que filigrane"
899
+
900
+ #: ../languages/video-embed-thumbnail-generator.php:2593
901
+ #: ../languages/video-embed-thumbnail-generator.php:2918
902
+ #: ../video-embed-thumbnail-generator.php:2593
903
+ #: ../video-embed-thumbnail-generator.php:2918
904
+ msgid "left"
905
+ msgstr "gauche"
906
+
907
+ #: ../languages/video-embed-thumbnail-generator.php:2593
908
+ #: ../video-embed-thumbnail-generator.php:2593
909
+ msgid "center"
910
+ msgstr "centre"
911
+
912
+ #: ../languages/video-embed-thumbnail-generator.php:2593
913
+ #: ../languages/video-embed-thumbnail-generator.php:2918
914
+ #: ../video-embed-thumbnail-generator.php:2593
915
+ #: ../video-embed-thumbnail-generator.php:2918
916
+ msgid "right"
917
+ msgstr "droite"
918
+
919
+ #: ../languages/video-embed-thumbnail-generator.php:2604
920
+ #: ../video-embed-thumbnail-generator.php:2604
921
+ msgid "Make video player responsive."
922
+ msgstr "Rendre le lecteur vidéo responsive. (adapté à la taille de l'écran)"
923
+
924
+ #: ../languages/video-embed-thumbnail-generator.php:2609
925
+ #: ../video-embed-thumbnail-generator.php:2609
926
+ msgid "Allow other content on the same line as the video."
927
+ msgstr "Pemettre l'ajout de contenu sur la même ligne que la vidéo."
928
+
929
+ #: ../languages/video-embed-thumbnail-generator.php:2614
930
+ #: ../languages/video-embed-thumbnail-generator.php:2620
931
+ #: ../languages/video-embed-thumbnail-generator.php:3752
932
+ #: ../languages/video-embed-thumbnail-generator.php:4360
933
+ #: ../video-embed-thumbnail-generator.php:2614
934
+ #: ../video-embed-thumbnail-generator.php:2620
935
+ #: ../video-embed-thumbnail-generator.php:3752
936
+ #: ../video-embed-thumbnail-generator.php:4360
937
+ msgid "Width:"
938
+ msgstr "Largeur:"
939
+
940
+ #: ../languages/video-embed-thumbnail-generator.php:2614
941
+ #: ../languages/video-embed-thumbnail-generator.php:2620
942
+ #: ../languages/video-embed-thumbnail-generator.php:3752
943
+ #: ../languages/video-embed-thumbnail-generator.php:4360
944
+ #: ../video-embed-thumbnail-generator.php:2614
945
+ #: ../video-embed-thumbnail-generator.php:2620
946
+ #: ../video-embed-thumbnail-generator.php:3752
947
+ #: ../video-embed-thumbnail-generator.php:4360
948
+ msgid "Height:"
949
+ msgstr "Hauteur:"
950
+
951
+ #: ../languages/video-embed-thumbnail-generator.php:2615
952
+ #: ../video-embed-thumbnail-generator.php:2615
953
+ msgid "Enlarge lower resolution videos to max width."
954
+ msgstr "Agrandir les vidéos de faible résolution à la largeur maximale."
955
+
956
+ #: ../languages/video-embed-thumbnail-generator.php:2615
957
+ #: ../video-embed-thumbnail-generator.php:2615
958
+ msgid ""
959
+ "Usually if a video's resolution is less than the max width, the video player "
960
+ "is set to the actual width of the video. Enabling this will always set the "
961
+ "same width regardless of the quality of the video. When necessary you can "
962
+ "override by setting the dimensions manually."
963
+ msgstr ""
964
+ "Habituellement, dans le cas où la résolution d'une vidéo est inférieure à la "
965
+ "largeur maximum, le lecteur vidéo l'affiche telle quelle. Activer cette "
966
+ "option fera en sorte d'uniformiser la largeur de la vidéo quelle qu'en soit "
967
+ "la qualité. Vous pouvez aussi définir les dimensions manuellement si besoin."
968
+
969
+ #: ../languages/video-embed-thumbnail-generator.php:2631
970
+ #: ../video-embed-thumbnail-generator.php:2631
971
+ msgid "docked"
972
+ msgstr "fixe"
973
+
974
+ #: ../languages/video-embed-thumbnail-generator.php:2632
975
+ #: ../video-embed-thumbnail-generator.php:2632
976
+ msgid "floating"
977
+ msgstr "flottant"
978
+
979
+ #: ../languages/video-embed-thumbnail-generator.php:2633
980
+ #: ../languages/video-embed-thumbnail-generator.php:2657
981
+ #: ../languages/video-embed-thumbnail-generator.php:2705
982
+ #: ../languages/video-embed-thumbnail-generator.php:2794
983
+ #: ../languages/video-embed-thumbnail-generator.php:2946
984
+ #: ../video-embed-thumbnail-generator.php:2633
985
+ #: ../video-embed-thumbnail-generator.php:2657
986
+ #: ../video-embed-thumbnail-generator.php:2705
987
+ #: ../video-embed-thumbnail-generator.php:2794
988
+ #: ../video-embed-thumbnail-generator.php:2946
989
+ msgid "none"
990
+ msgstr "aucune"
991
+
992
+ #: ../languages/video-embed-thumbnail-generator.php:2644
993
+ #: ../video-embed-thumbnail-generator.php:2644
994
+ msgid "Play automatically when page loads."
995
+ msgstr ""
996
+ "Démarrer automatiquement la lecture de la vidéo au chargement de la page."
997
+
998
+ #: ../languages/video-embed-thumbnail-generator.php:2649
999
+ #: ../video-embed-thumbnail-generator.php:2649
1000
+ msgid "Loop to beginning when video ends."
1001
+ msgstr "Répéter la lecture de la vidéo."
1002
+
1003
+ #: ../languages/video-embed-thumbnail-generator.php:2655
1004
+ #: ../video-embed-thumbnail-generator.php:2655
1005
+ msgid "metadata"
1006
+ msgstr "metadata"
1007
+
1008
+ #: ../languages/video-embed-thumbnail-generator.php:2656
1009
+ #: ../video-embed-thumbnail-generator.php:2656
1010
+ msgid "auto"
1011
+ msgstr "auto"
1012
+
1013
+ #: ../languages/video-embed-thumbnail-generator.php:2663
1014
+ #: ../video-embed-thumbnail-generator.php:2663
1015
+ msgctxt "Suggest not translating the words in quotation marks"
1016
+ msgid ""
1017
+ "Controls how much of a video to load before the user starts playback. Mobile "
1018
+ "browsers never preload any video information. Selecting \"metadata\" will "
1019
+ "load the height and width and format information along with a few seconds of "
1020
+ "the video in some desktop browsers. \"Auto\" will preload nearly a minute of "
1021
+ "video in most desktop browsers. \"None\" will prevent all data from "
1022
+ "preloading."
1023
+ msgstr ""
1024
+ "Control du nombre de vidéos à pré charger avant que l'utilisateur démarre le "
1025
+ "lecteur. À noter que les navigateurs mobiles ne préchargent pas les vidéos. "
1026
+ "Le fait de selectionner \"metadata\" chargera les information de dimensions "
1027
+ "de la vidéo et pour certains navigateurs, hors mobiles, quelques secondes de "
1028
+ "la vidéo.\"Auto\" chargera environ une minute de la vidéo dans la plupart "
1029
+ "des navigateurs (hors mobiles). \"Aucun\" empêchechera de pré-charger quoi "
1030
+ "que ce soit."
1031
+
1032
+ #: ../languages/video-embed-thumbnail-generator.php:2668
1033
+ #: ../video-embed-thumbnail-generator.php:2668
1034
+ #, php-format
1035
+ msgid ""
1036
+ "Use %s for a nice, circular play button. Leave blank for the default square "
1037
+ "play button."
1038
+ msgstr ""
1039
+ "Utilisez %s pour un joli boutton de lecture circulaire. Laissez vide pour le "
1040
+ "boutton carré par défaut."
1041
+
1042
+ #: ../languages/video-embed-thumbnail-generator.php:2668
1043
+ #: ../video-embed-thumbnail-generator.php:2668
1044
+ msgid "Or build your own CSS skin."
1045
+ msgstr "Ou bien développez votre propre skin en CSS."
1046
+
1047
+ #: ../languages/video-embed-thumbnail-generator.php:2683
1048
+ #: ../video-embed-thumbnail-generator.php:2683
1049
+ #, php-format
1050
+ msgid "Use %s for a modern, circular play button."
1051
+ msgstr "Utilisez %s pour un boutton lecture moderne et circulaire."
1052
+
1053
+ #: ../languages/video-embed-thumbnail-generator.php:2683
1054
+ #: ../video-embed-thumbnail-generator.php:2683
1055
+ msgid "Leave blank for the off-center square play button."
1056
+ msgstr "Laissez vide pour le boutton de lecture carré désaxé."
1057
+
1058
+ #: ../languages/video-embed-thumbnail-generator.php:2689
1059
+ #: ../video-embed-thumbnail-generator.php:2689
1060
+ msgid "liveOrRecorded"
1061
+ msgstr "direct ou pré-enregistré"
1062
+
1063
+ #: ../languages/video-embed-thumbnail-generator.php:2690
1064
+ #: ../video-embed-thumbnail-generator.php:2690
1065
+ msgid "live"
1066
+ msgstr "direct"
1067
+
1068
+ #: ../languages/video-embed-thumbnail-generator.php:2691
1069
+ #: ../video-embed-thumbnail-generator.php:2691
1070
+ msgid "recorded"
1071
+ msgstr "pré-enregistré"
1072
+
1073
+ #: ../languages/video-embed-thumbnail-generator.php:2692
1074
+ #: ../video-embed-thumbnail-generator.php:2692
1075
+ msgid "dvr"
1076
+ msgstr "dvr"
1077
+
1078
+ #: ../languages/video-embed-thumbnail-generator.php:2704
1079
+ #: ../video-embed-thumbnail-generator.php:2704
1080
+ msgid "letterbox"
1081
+ msgstr "boîte aux lettres (letterbox)"
1082
+
1083
+ #: ../languages/video-embed-thumbnail-generator.php:2706
1084
+ #: ../video-embed-thumbnail-generator.php:2706
1085
+ msgid "stretch"
1086
+ msgstr "étiré"
1087
+
1088
+ #: ../languages/video-embed-thumbnail-generator.php:2707
1089
+ #: ../video-embed-thumbnail-generator.php:2707
1090
+ msgid "zoom"
1091
+ msgstr "zoom"
1092
+
1093
+ #: ../languages/video-embed-thumbnail-generator.php:2719
1094
+ #: ../video-embed-thumbnail-generator.php:2719
1095
+ msgid "Autohide controlbar."
1096
+ msgstr "Masquer automatiquement la barre de controle."
1097
+
1098
+ #: ../languages/video-embed-thumbnail-generator.php:2724
1099
+ #: ../video-embed-thumbnail-generator.php:2724
1100
+ msgid "Overlay play button on poster frame."
1101
+ msgstr "Bouton Play visible en superposition sur l'image de démarrage."
1102
+
1103
+ #: ../languages/video-embed-thumbnail-generator.php:2736
1104
+ #: ../video-embed-thumbnail-generator.php:2736
1105
+ msgid "Can make thumbnails"
1106
+ msgstr "Possibilité de générer des vignettes"
1107
+
1108
+ #: ../languages/video-embed-thumbnail-generator.php:2736
1109
+ #: ../video-embed-thumbnail-generator.php:2736
1110
+ msgid "Can encode videos"
1111
+ msgstr "Possibilité d'encoder"
1112
+
1113
+ #: ../languages/video-embed-thumbnail-generator.php:2736
1114
+ #: ../video-embed-thumbnail-generator.php:2736
1115
+ msgid "Can view & modify other users encode queue"
1116
+ msgstr ""
1117
+ "Possibilité de voir et modifier la file d'attente d'encodage des autres "
1118
+ "utilisateurs"
1119
+
1120
+ #: ../languages/video-embed-thumbnail-generator.php:2770
1121
+ #: ../video-embed-thumbnail-generator.php:2770
1122
+ msgid "Allow users to embed your videos on other sites."
1123
+ msgstr "Permettre aux utilisateurs d'intégrer vos vidéos sur d'autres sites."
1124
+
1125
+ #: ../languages/video-embed-thumbnail-generator.php:2771
1126
+ #: ../video-embed-thumbnail-generator.php:2771
1127
+ msgctxt "\"Open Graph\" is a proper noun and might not need translation"
1128
+ msgid "Enable Open Graph video tags"
1129
+ msgstr "Activer le tag vidéo Open Graph"
1130
+
1131
+ #: ../languages/video-embed-thumbnail-generator.php:2771
1132
+ #: ../video-embed-thumbnail-generator.php:2771
1133
+ msgid ""
1134
+ "Facebook and some other social media sites will use these tags to embed the "
1135
+ "first video in your post. For the majority of Facebook users who have "
1136
+ "enabled secure browsing, your video must be served via https in order to be "
1137
+ "embedded directly on the page."
1138
+ msgstr ""
1139
+ "Facebook et d'autres réseaux sociaux utilisent ces tags pour intégrer les "
1140
+ "vidéos dans les publications. Pour la majorité des utilisateurs de Facebook "
1141
+ "qui ont activé la navigation sécurisée, votre vidéo doit être accessible via "
1142
+ "le protocole https afin de pouvoir être directement intégrée dans leur "
1143
+ "publication Facebook."
1144
+
1145
+ #: ../languages/video-embed-thumbnail-generator.php:2772
1146
+ #: ../video-embed-thumbnail-generator.php:2772
1147
+ msgid "Allow right-clicking on videos."
1148
+ msgstr "Autoriser le click-droit sur les vidéos."
1149
+
1150
+ #: ../languages/video-embed-thumbnail-generator.php:2772
1151
+ #: ../video-embed-thumbnail-generator.php:2772
1152
+ msgid ""
1153
+ "We can't prevent a user from simply saving the downloaded video file from "
1154
+ "the browser's cache, but disabling right-clicking will make it more "
1155
+ "difficult for casual users to save your videos."
1156
+ msgstr ""
1157
+ "Nous ne pouvons pas empêcher un utilisateur de récupérer la vidéo à partir "
1158
+ "du cache du navigateur, mais le fait de désactiver le click-droit "
1159
+ "découragera les utilisateurs occasionnels de procéder ainsi."
1160
+
1161
+ #: ../languages/video-embed-thumbnail-generator.php:2777
1162
+ #: ../video-embed-thumbnail-generator.php:2777
1163
+ msgid "Set generated video thumbnails as featured images."
1164
+ msgstr "Définir la vignette générée en tant qu'image à la une."
1165
+
1166
+ #: ../languages/video-embed-thumbnail-generator.php:2777
1167
+ #: ../video-embed-thumbnail-generator.php:2777
1168
+ msgid ""
1169
+ "If your theme uses the featured image meta tag, this will automatically set "
1170
+ "a video's parent post's featured image to the most recently saved thumbnail "
1171
+ "image."
1172
+ msgstr ""
1173
+ "Si votre thème utilise le meta tag image à la une (Featured Image), cela "
1174
+ "définira automatiquement la vignette la plus récente en tant qu'image à la "
1175
+ "une du post parent de la vidéo."
1176
+
1177
+ #: ../languages/video-embed-thumbnail-generator.php:2777
1178
+ #: ../video-embed-thumbnail-generator.php:2777
1179
+ msgctxt "implied \"Set all thumbnails as featured\""
1180
+ msgid "Set all as featured"
1181
+ msgstr "Définir toutes les vignettes en tant qu'image à la une."
1182
+
1183
+ #: ../languages/video-embed-thumbnail-generator.php:2777
1184
+ #: ../video-embed-thumbnail-generator.php:2777
1185
+ msgid ""
1186
+ "If you've generated thumbnails before enabling this option, this will set "
1187
+ "all existing thumbnails as featured images. Be careful!"
1188
+ msgstr ""
1189
+ "Attention, si vous avez généré des vignettes avant d'activer cette option, "
1190
+ "cela definira toutes les vignettes existantes en tant qu'image à la une."
1191
+
1192
+ #: ../languages/video-embed-thumbnail-generator.php:2788
1193
+ #: ../video-embed-thumbnail-generator.php:2788
1194
+ msgid ""
1195
+ "This depends on your theme. Thumbnails generated by the plugin can be saved "
1196
+ "as children of the video attachment or the post. Some themes use an image "
1197
+ "attached to a post instead of the built-in featured image meta tag. Version "
1198
+ "3.x of this plugin saved all thumbnails as children of the video."
1199
+ msgstr ""
1200
+ "Cela dépends de votre thème. Les vignettes générées par ce plugin peuvent "
1201
+ "être enregistrées comme \"enfant\" de la pièce joint vidéo ou du post. "
1202
+ "Certains thèmes utilisent une image en pièce jointe au lieu du meta tag "
1203
+ "image à la une (featured image). La version 3.x de ce plugin sauvegarde "
1204
+ "toutes les vignettes come \"enfants\" de la vidéo."
1205
+
1206
+ #: ../languages/video-embed-thumbnail-generator.php:2788
1207
+ #: ../video-embed-thumbnail-generator.php:2788
1208
+ msgid "Set all parents"
1209
+ msgstr "Définir tous les parents"
1210
+
1211
+ #: ../languages/video-embed-thumbnail-generator.php:2788
1212
+ #: ../video-embed-thumbnail-generator.php:2788
1213
+ msgid ""
1214
+ "If you've generated thumbnails before changing this option, this will set "
1215
+ "all existing thumbnails as children of your currently selected option."
1216
+ msgstr ""
1217
+ "Si vous avez généré des vignettes avant de modifier cette option, cela va "
1218
+ "définir toutes les vignettes en tant qu'\"enfants\" de votre sélection "
1219
+ "courante."
1220
+
1221
+ #: ../languages/video-embed-thumbnail-generator.php:2795
1222
+ #: ../video-embed-thumbnail-generator.php:2795
1223
+ msgid "all"
1224
+ msgstr "tous"
1225
+
1226
+ #: ../languages/video-embed-thumbnail-generator.php:2796
1227
+ #: ../video-embed-thumbnail-generator.php:2796
1228
+ msgid "encoded videos only"
1229
+ msgstr "Vidéos encodées seulement"
1230
+
1231
+ #: ../languages/video-embed-thumbnail-generator.php:2802
1232
+ #: ../video-embed-thumbnail-generator.php:2802
1233
+ msgid ""
1234
+ "If you delete the original video you can choose to delete all associated "
1235
+ "attachments (thumbnails & videos) or keep the thumbnail."
1236
+ msgstr ""
1237
+ "Si vous avez supprimé la vidéo originale, vous pouvez choisir de supprimer "
1238
+ "toutes les pièces jointes associées (vignettes & videos) ou bien garder les "
1239
+ "vignettes."
1240
+
1241
+ #: ../languages/video-embed-thumbnail-generator.php:2807
1242
+ #: ../video-embed-thumbnail-generator.php:2807
1243
+ #, php-format
1244
+ msgid ""
1245
+ "HTML tag applied to titles inserted above the video. Examples: %s. "
1246
+ "Corresponding closing tags will be applied to the end of the title "
1247
+ "automatically."
1248
+ msgstr ""
1249
+ "Balise HTML appliqué pour les titre insérés au dessus de la vidéo. Example: "
1250
+ "%s. Correspondant à la balise fermante qui sera automatiquement appliquée à "
1251
+ "la fin du titre."
1252
+
1253
+ #: ../languages/video-embed-thumbnail-generator.php:2812
1254
+ #: ../video-embed-thumbnail-generator.php:2812
1255
+ msgid "Match plugin settings"
1256
+ msgstr "Correspondre aux réglages du plugin"
1257
+
1258
+ #: ../languages/video-embed-thumbnail-generator.php:2812
1259
+ #: ../video-embed-thumbnail-generator.php:2812
1260
+ msgid "WordPress default"
1261
+ msgstr "Lecteur WordPress par défaut"
1262
+
1263
+ #: ../languages/video-embed-thumbnail-generator.php:2812
1264
+ #: ../video-embed-thumbnail-generator.php:2812
1265
+ msgid "Video only (deprecated)"
1266
+ msgstr "Vidéo seulement (déconseillé)"
1267
+
1268
+ #: ../languages/video-embed-thumbnail-generator.php:2818
1269
+ #: ../video-embed-thumbnail-generator.php:2818
1270
+ msgid ""
1271
+ "The plugin can filter your media attachment page to display videos using "
1272
+ "your chosen settings, or completely replace your attachment template to show "
1273
+ "only the video. If you were one of the few people using iframe embed codes "
1274
+ "before version 4.0 of this plugin then you should continue to use \"Video "
1275
+ "only\" but otherwise it's not recommended."
1276
+ msgstr ""
1277
+ "Par défaut Wordpress affiche seulement le titre de la vidéo sur la page de "
1278
+ "la pièce jointe. Ce plugin peut modifier votre page pièce jointe en y "
1279
+ "affichant la vidéo, ou bien complétement remplacer votre template pièce "
1280
+ "jointe pour y afficher seulement la vidéo. Si vous faîtes partie de ceux qui "
1281
+ "utilisent les iframes pour intégrer les vidéos depuis une version du plugin "
1282
+ "antérieure à la 4.0 alors vous pouvez continuez d'utiliser \"Video seulement"
1283
+ "\", sinon ce n'est pas recommandé."
1284
+
1285
+ #: ../languages/video-embed-thumbnail-generator.php:2832
1286
+ #: ../video-embed-thumbnail-generator.php:2832
1287
+ #, php-format
1288
+ msgid ""
1289
+ "This should be the folder where applications are installed on your server, "
1290
+ "not a direct path to an application, so it doesn't usually end with %1$s. "
1291
+ "Example: %2$s."
1292
+ msgstr ""
1293
+ "Il s'agit du dossier dans lequel les applications sont installées sur votre "
1294
+ "seveur, et non pas le chemin direct vers une application. Donc cela ne "
1295
+ "devrait pas finir par %1$s. Exemple: %2$s."
1296
+
1297
+ #: ../languages/video-embed-thumbnail-generator.php:2844
1298
+ #: ../video-embed-thumbnail-generator.php:2844
1299
+ msgid ""
1300
+ "FFMPEG split into two separate branches in 2011. The new branch is called "
1301
+ "LIBAV and executes using \"avconv\" instead of \"ffmpeg.\" Both are still "
1302
+ "actively developed and FFMPEG frequently incorporates LIBAV features. Debian "
1303
+ "& Ubuntu users probably have LIBAV installed."
1304
+ msgstr ""
1305
+ "FFMPEG est divisé en deux branches depuis 2011. La nouvelle branches "
1306
+ "s'appelle LIBAV et s'exécute en utilisant \"avconv\" au lieu de \"ffmpeg\". "
1307
+ "Le developpement des deux branches est toujours maintenu activement et "
1308
+ "FFMPEG inclut des fonctionnalité de LIBAV. Les utilisateur Debian & Ubuntu "
1309
+ "ont probablement LIBAV d'installé."
1310
+
1311
+ #: ../languages/video-embed-thumbnail-generator.php:2850
1312
+ #: ../video-embed-thumbnail-generator.php:2850
1313
+ #, php-format
1314
+ msgid ""
1315
+ "When possible, use the browser's built-in video capabilities to make "
1316
+ "thumbnails instead of %s."
1317
+ msgstr ""
1318
+ "Si possible, utiliser les fonctionnalités vidéos natives du navigateur pour "
1319
+ "générer des vignettes au lieu d'utiliser celles de %s."
1320
+
1321
+ #: ../languages/video-embed-thumbnail-generator.php:2857
1322
+ #: ../video-embed-thumbnail-generator.php:2857
1323
+ msgid "Replace original with same resolution H.264"
1324
+ msgstr "Remplace l'original avec la même résolution H.264"
1325
+
1326
+ #: ../languages/video-embed-thumbnail-generator.php:2857
1327
+ #: ../video-embed-thumbnail-generator.php:2857
1328
+ msgid ""
1329
+ "If you have FFMPEG/LIBAV and the proper libraries installed, you can choose "
1330
+ "to replace your uploaded video with an H.264 video, and also transcode into "
1331
+ "as many as five additional formats depending on the resolution of your "
1332
+ "original source. Different browsers have different playback capabilities. "
1333
+ "Most desktop browsers can play H.264, and all modern mobile devices can play "
1334
+ "at least 480p H.264. If you create multiple H.264 resolutions, the highest "
1335
+ "resolution supported by the device will be served up automatically. The "
1336
+ "plugin will not upconvert your video, so if you upload a 720p video, it will "
1337
+ "not waste your time creating a 1080p version. There was a time when it "
1338
+ "seemed like a good idea to provide OGV or WEBM for some desktop browsers, "
1339
+ "but even Firefox allows H.264 playback on Windows now. I no longer recommend "
1340
+ "encoding OGV or WEBM unless you expect a large number of no-Flash sticklers "
1341
+ "visiting your site."
1342
+ msgstr ""
1343
+ "Si vous avez FFMPEG ou LIBAV ainsi que les bibliothèque appropriées "
1344
+ "installées, vous pouvez alors choisir de remplacer la vidéo uploadée par une "
1345
+ "vidéo encodée en H.264 et aussi la déclinée dans cinq formats additionnels "
1346
+ "selon la résolution originale de la vidéo source. Selon les navigateurs, les "
1347
+ "fonctions de lecture varient. La plupart des navigateur d'ordinateur de "
1348
+ "bureau ou portable peuvent lire le format H.264, et tous les terminaux "
1349
+ "mobiles peuvent au moins lire le H.264 en 480p. Si vous créez plusieurs "
1350
+ "fichier H.264 à différentes résolutions, la résolution la plus haute "
1351
+ "supporté par l'appareil sera chargée automatiquement. Le plugin ne peut pas "
1352
+ "améliorer la qualité des vidéos, donc si par exemple vous uploader une vidéo "
1353
+ "en 720p, ce n'est pas la peine de perdre du temps et de l'espace à la "
1354
+ "convertir en 1080p. À une époque, il était bien vu d'avoir une version OGV "
1355
+ "ou WEBM pour certain navigateurs, mais de nos jours, même Firefox peut lire "
1356
+ "du H.264. Du coup nous ne recommandons plus d'encoder les vidéos dans ce "
1357
+ "formats à moins de viser une audience anti flash player."
1358
+
1359
+ #: ../languages/video-embed-thumbnail-generator.php:2858
1360
+ #: ../video-embed-thumbnail-generator.php:2858
1361
+ msgid ""
1362
+ "(iPhone 4s+, iPad 2+, modern Android, Windows Phone 8, Chrome, Safari, IE "
1363
+ "9+, Firefox Windows)"
1364
+ msgstr ""
1365
+ "(iPhone 4s+, iPad 2+, modern Android, Windows Phone 8, Chrome, Safari, IE "
1366
+ "9+, Firefox Windows)"
1367
+
1368
+ #: ../languages/video-embed-thumbnail-generator.php:2859
1369
+ #: ../video-embed-thumbnail-generator.php:2859
1370
+ msgid "(iPhone 4+, iPad, most Android, Chrome, Safari, IE 9+, Firefox Windows)"
1371
+ msgstr ""
1372
+ "(iPhone 4+, iPad, most Android, Chrome, Safari, IE 9+, Firefox Windows)"
1373
+
1374
+ #: ../languages/video-embed-thumbnail-generator.php:2880
1375
+ #: ../video-embed-thumbnail-generator.php:2880
1376
+ #, php-format
1377
+ msgid "Generate %1$s thumbnail from %2$s%% of the way through the video."
1378
+ msgid_plural "Generate %1$s thumbnails and set #%2$s as the main image."
1379
+ msgstr[0] "Génèrer %1$s vignette à partir de %2$s%% de la vidéo."
1380
+ msgstr[1] ""
1381
+ "Génèrer %1$s vignettes et définir la %2$s ème comme image principale."
1382
+
1383
+ #: ../languages/video-embed-thumbnail-generator.php:2888
1384
+ #: ../video-embed-thumbnail-generator.php:2888
1385
+ msgid "Encode formats selected above."
1386
+ msgstr "Encoder aux formats selectionnés ci dessus."
1387
+
1388
+ #: ../languages/video-embed-thumbnail-generator.php:2908
1389
+ #: ../video-embed-thumbnail-generator.php:2908
1390
+ msgid "Username:"
1391
+ msgstr "Nom d'utilisateur:"
1392
+
1393
+ #: ../languages/video-embed-thumbnail-generator.php:2909
1394
+ #: ../video-embed-thumbnail-generator.php:2909
1395
+ msgid "Password:"
1396
+ msgstr "Mot de passe:"
1397
+
1398
+ #: ../languages/video-embed-thumbnail-generator.php:2909
1399
+ #: ../video-embed-thumbnail-generator.php:2909
1400
+ #, php-format
1401
+ msgid ""
1402
+ "If your videos are htaccess protected, %s will access them using these "
1403
+ "credentials."
1404
+ msgstr ""
1405
+ "Si vos vidéos sont protégées par un fichier htaccess, %s y aura accès en "
1406
+ "utilisant ces identifiants."
1407
+
1408
+ #: ../languages/video-embed-thumbnail-generator.php:2917
1409
+ #: ../video-embed-thumbnail-generator.php:2917
1410
+ #, php-format
1411
+ msgid "Scale: %s%% of video covered by the watermark."
1412
+ msgstr "Echelle: %s%% de la vidéo couverte par le filigrane."
1413
+
1414
+ #: ../languages/video-embed-thumbnail-generator.php:2918
1415
+ #: ../video-embed-thumbnail-generator.php:2918
1416
+ msgctxt "horizontal center"
1417
+ msgid "center"
1418
+ msgstr "centre"
1419
+
1420
+ #: ../languages/video-embed-thumbnail-generator.php:2919
1421
+ #: ../video-embed-thumbnail-generator.php:2919
1422
+ msgid "Horizontal align:"
1423
+ msgstr "Alignement Horizontal"
1424
+
1425
+ #: ../languages/video-embed-thumbnail-generator.php:2926
1426
+ #: ../languages/video-embed-thumbnail-generator.php:2936
1427
+ #: ../video-embed-thumbnail-generator.php:2926
1428
+ #: ../video-embed-thumbnail-generator.php:2936
1429
+ msgid "offset"
1430
+ msgstr "offset"
1431
+
1432
+ #: ../languages/video-embed-thumbnail-generator.php:2928
1433
+ #: ../video-embed-thumbnail-generator.php:2928
1434
+ msgid "Vertical align:"
1435
+ msgstr "Alignement Vertical"
1436
+
1437
+ #: ../languages/video-embed-thumbnail-generator.php:2930
1438
+ #: ../video-embed-thumbnail-generator.php:2930
1439
+ msgid "top"
1440
+ msgstr "haut"
1441
+
1442
+ #: ../languages/video-embed-thumbnail-generator.php:2930
1443
+ #: ../video-embed-thumbnail-generator.php:2930
1444
+ msgctxt "vertical center"
1445
+ msgid "center"
1446
+ msgstr "centre"
1447
+
1448
+ #: ../languages/video-embed-thumbnail-generator.php:2930
1449
+ #: ../video-embed-thumbnail-generator.php:2930
1450
+ msgid "bottom"
1451
+ msgstr "bas"
1452
+
1453
+ #: ../languages/video-embed-thumbnail-generator.php:2952
1454
+ #: ../video-embed-thumbnail-generator.php:2952
1455
+ #, php-format
1456
+ msgid ""
1457
+ "By default %1$s places moov atoms at the end of H.264 encoded files, which "
1458
+ "forces the entire file to download before playback can start and can prevent "
1459
+ "Flash players from playing them at all. Since approximately October 2012 "
1460
+ "%1$s can fix the problem at the end of the encoding process by using the "
1461
+ "option `movflags faststart`. This is the easiest and fastest way to correct "
1462
+ "the problem, but older versions of %1$s will not work if you select the "
1463
+ "movflags option. If you can't update to a new version of %1$s, select qt-"
1464
+ "faststart or MP4Box which will run after encoding is finished if they are "
1465
+ "installed on your server."
1466
+ msgstr ""
1467
+ "Par défaut %1s place le moov atom à la fin du fichier encodé en H.264, ce "
1468
+ "qui force le fichier à être télécharger en entier avant de pouvoir lancer la "
1469
+ "lecture et cela peut même faire bugger le flash player. Depuis "
1470
+ "approximativement octobre 2012 %1$s peut régler le problème à la fin du "
1471
+ "processus d'encodage grâce à l'option 'movflags faststart'. C'est la façon "
1472
+ "la plus simple et la plus rapide pour corriger ce défaut, mais les version "
1473
+ "plus vieilles de %1$s ne fonctionneront pas si vous selectionnez l'option "
1474
+ "movflags. Si vous ne pouvez pas mettre à jour vers une nouvelle version de "
1475
+ "%1$s, slectionnez alors qt-faststart ou MP4Box qui se lanceront après la fin "
1476
+ "de l'encodage s'ils sont installé sur votre serveur."
1477
+
1478
+ #: ../languages/video-embed-thumbnail-generator.php:2965
1479
+ #: ../video-embed-thumbnail-generator.php:2965
1480
+ msgid ""
1481
+ "Constant Rate Factor (CRF) attempts to maintain a particular quality output "
1482
+ "for the entire video and only uses bits the encoder determines are "
1483
+ "necessary. Average Bit Rate is similar to the method used in older versions "
1484
+ "of this plugin. If CRF is selected, WEBM encoding will also use the ABR "
1485
+ "setting to set a max bit rate 25% higher than the ABR. Without a max bit "
1486
+ "rate setting WEBM files are terrible quality."
1487
+ msgstr ""
1488
+ "Le Constant Rate Factor (CRF) tente de maintenir une certain qualité de "
1489
+ "sortie pour la vidéo dans son intégralité et utilise seulement les bits que "
1490
+ "l'encodur détermine comme étant necessaires. L'Average Bit Rate (ABR) est "
1491
+ "similaire à la méthode utilisée dans les versions précèdentes du plugin. Si "
1492
+ "CRF est selectionné, l'encodage WEBM utilisera alors le réglage ABR pour "
1493
+ "obtenir un bitrate 25% supérieur à celui de l'ABR. Sans un bitrate maximum, "
1494
+ "le format WEBM offre une qualité désastreuse."
1495
+
1496
+ #: ../languages/video-embed-thumbnail-generator.php:2977
1497
+ #: ../video-embed-thumbnail-generator.php:2977
1498
+ msgid ""
1499
+ "Lower values are higher quality. 18 is considered visually lossless. Default "
1500
+ "is 23."
1501
+ msgstr ""
1502
+ "Plus les valeurs sont faibles meilleure est la qualité. 18 est considéré "
1503
+ "comme visuellement sans perte. 23 est la valeur par défaut."
1504
+
1505
+ #: ../languages/video-embed-thumbnail-generator.php:2984
1506
+ #: ../video-embed-thumbnail-generator.php:2984
1507
+ msgid "Lower values are higher quality. Default is 10."
1508
+ msgstr ""
1509
+ "Plus les valeurs sont faibles meilleure est la qualité. 10 est la valeur par "
1510
+ "défaut."
1511
+
1512
+ #: ../languages/video-embed-thumbnail-generator.php:2991
1513
+ #: ../video-embed-thumbnail-generator.php:2991
1514
+ msgid "Higher values are higher quality. Default is 6."
1515
+ msgstr ""
1516
+ "Plus les valeures sont hautes, meilleure est la qualité. 6 est la valeur par "
1517
+ "défaut."
1518
+
1519
+ #: ../languages/video-embed-thumbnail-generator.php:3003
1520
+ #: ../video-embed-thumbnail-generator.php:3003
1521
+ msgid "bits per pixel."
1522
+ msgstr "bits par pixel."
1523
+
1524
+ #: ../languages/video-embed-thumbnail-generator.php:3003
1525
+ #: ../video-embed-thumbnail-generator.php:3003
1526
+ msgid "Default is 0.1"
1527
+ msgstr "0.1 est la valeur par défaut."
1528
+
1529
+ #: ../languages/video-embed-thumbnail-generator.php:3019
1530
+ #: ../video-embed-thumbnail-generator.php:3019
1531
+ msgctxt "H.264 profile. Might not need translation"
1532
+ msgid "profile"
1533
+ msgstr "profil"
1534
+
1535
+ #: ../languages/video-embed-thumbnail-generator.php:3019
1536
+ #: ../video-embed-thumbnail-generator.php:3019
1537
+ msgid ""
1538
+ "Lower profiles will slightly increase file sizes. This mostly depends on "
1539
+ "your need for compatability with Android devices. Main profile seems to work "
1540
+ "on recent phones, although officially Android only supports baseline. High "
1541
+ "profile is not recommended for mobile or Flash compatibility, and anything "
1542
+ "above high is designed for professional video and probably incompatible with "
1543
+ "consumer devices. Older versions of FFMPEG might ignore this setting "
1544
+ "altogether."
1545
+ msgstr ""
1546
+ "Les profils les plus bas augmenterons de manière significative la taille du "
1547
+ "fichier. Cela dépend surtout de votre besoin de compatibilité avec les "
1548
+ "appareil Android. Les profgils principaux semblent fonctionner sur les "
1549
+ "téléphones récents, bien qu'officiellement Android supporte seulement les "
1550
+ "profils basiques. Les profils eélevé ne sont pas recommandés pour les "
1551
+ "appareils mobile ou pour une compatibilité flash, et tous les profils au "
1552
+ "dessus sont fait pour une utilisation professionnelle et certainement "
1553
+ "incompatible avec les appareil grand public. Les vieille version d'FFMPEG "
1554
+ "ignoreront certainement ces profils."
1555
+
1556
+ #: ../languages/video-embed-thumbnail-generator.php:3026
1557
+ #: ../video-embed-thumbnail-generator.php:3026
1558
+ msgctxt "H.264 level. Might not need translation"
1559
+ msgid "level"
1560
+ msgstr "level"
1561
+
1562
+ #: ../languages/video-embed-thumbnail-generator.php:3026
1563
+ #: ../video-embed-thumbnail-generator.php:3026
1564
+ msgid ""
1565
+ "3.0 is default. Lower levels will lower maximum bit rates and decoding "
1566
+ "complexity. This mostly depends on your need for compatability with mobile "
1567
+ "devices. Older versions of FFMPEG might ignore this setting altogether."
1568
+ msgstr ""
1569
+ "3.0 est la valeur par défaut. Des niveau plus faibles réduiront le bitrate "
1570
+ "maximumet la complexité de décodage. Cela dépend surtout de votre besoin de "
1571
+ "compatibilité avec les appareils mobiles. Les vieille version d'FFMPEG "
1572
+ "risquent d'ignorer ces réglages."
1573
+
1574
+ #: ../languages/video-embed-thumbnail-generator.php:3046
1575
+ #: ../video-embed-thumbnail-generator.php:3046
1576
+ msgid "Enable legacy FFMPEG \"-b\" and \"-ba\" bitrate flags."
1577
+ msgstr "Activer l'héritage FFMPEG \"-b\" et \"-ba\" bitrate flags."
1578
+
1579
+ #: ../languages/video-embed-thumbnail-generator.php:3046
1580
+ #: ../video-embed-thumbnail-generator.php:3046
1581
+ msgid ""
1582
+ "Enable if your installed version of FFMPEG is old enough that you can't use "
1583
+ "the newer -b:v flags (Dreamhost users must turn this on). It may cause newer "
1584
+ "versions of FFMPEG to fail."
1585
+ msgstr ""
1586
+ "À activer si votre version de FFMPEG installée est assez vieille pour ne pas "
1587
+ "supporter les nouveaux -b:v flags (Les utilisateur avec un serveur Dreamhost "
1588
+ "doivent activer cette option). Sinon cela peut entrainer des bugs sur les "
1589
+ "version plus récente d'FFMPEG."
1590
+
1591
+ #: ../languages/video-embed-thumbnail-generator.php:3047
1592
+ #: ../video-embed-thumbnail-generator.php:3047
1593
+ msgid "Enable legacy FFMPEG parameters."
1594
+ msgstr "Activer l'héritage des paramètres FFMPEG."
1595
+
1596
+ #: ../languages/video-embed-thumbnail-generator.php:3047
1597
+ #: ../video-embed-thumbnail-generator.php:3047
1598
+ msgid ""
1599
+ "Enable if your installed version of FFMPEG is old enough that libx264 "
1600
+ "requires additional configuration to operate (Dreamhost users must turn this "
1601
+ "on). This should help if you can encode WEBM or OGV files but H264/Mobile "
1602
+ "files fail. It could cause newer versions of FFMPEG to fail."
1603
+ msgstr ""
1604
+ "À activer si votre version d'FFMPEG est assez vieille si bien que libx264 "
1605
+ "requière une configuration pout fonctionner (Les utilisateurs Dreamhost "
1606
+ "doivent activer ça). Cela devrait aider si vous encoder des fichier WEBM ou "
1607
+ "OGV, en revanche ça ne marchera pas pour les H264/Mobiles. Cela peut faire "
1608
+ "bugger les version récentes d'FFMPEG."
1609
+
1610
+ #: ../languages/video-embed-thumbnail-generator.php:3060
1611
+ #: ../video-embed-thumbnail-generator.php:3060
1612
+ msgid "Simultaneous encodes."
1613
+ msgstr "Encodages simultanés."
1614
+
1615
+ #: ../languages/video-embed-thumbnail-generator.php:3060
1616
+ #: ../video-embed-thumbnail-generator.php:3060
1617
+ #, php-format
1618
+ msgid ""
1619
+ "Increasing the number will allow %1$s to encode more than one file at a "
1620
+ "time, but may lead to %1$s monopolizing system resources."
1621
+ msgstr ""
1622
+ "Augmenter le nombre permettra à %1$s d'encoder plus un fichier à la fois, "
1623
+ "mais peut conduire %1$s à monopoliser les ressources systèmes."
1624
+
1625
+ #: ../languages/video-embed-thumbnail-generator.php:3067
1626
+ #: ../video-embed-thumbnail-generator.php:3067
1627
+ msgctxt "CPU threads. Might not need translating"
1628
+ msgid "threads"
1629
+ msgstr "threads"
1630
+
1631
+ #: ../languages/video-embed-thumbnail-generator.php:3067
1632
+ #: ../video-embed-thumbnail-generator.php:3067
1633
+ #, php-format
1634
+ msgid ""
1635
+ "Default is 1, which limits encoding speed but prevents encoding from using "
1636
+ "too many system resources. Selecting 0 will allow %1$s to optimize the "
1637
+ "number of threads or you can set the number manually. This may lead to %1$s "
1638
+ "monopolizing system resources."
1639
+ msgstr ""
1640
+ "La valeur par défaut est 1 ce qui limite la vitesse d'encodage mais empêche "
1641
+ "l'encodage de pomper trop de ressources. Le fait de selectionner 0 permettra "
1642
+ "à %1$s d'optimiser le nombre de threads. Vous pouvez aussi définir le nombre "
1643
+ "manuellement. Cela peut conduire %1$s à monopoliser les ressources système."
1644
+
1645
+ #: ../languages/video-embed-thumbnail-generator.php:3069
1646
+ #: ../video-embed-thumbnail-generator.php:3069
1647
+ msgctxt "execute program"
1648
+ msgid "Run"
1649
+ msgstr "Exécuter"
1650
+
1651
+ #: ../languages/video-embed-thumbnail-generator.php:3069
1652
+ #: ../video-embed-thumbnail-generator.php:3069
1653
+ #, php-format
1654
+ msgid ""
1655
+ "Tells %1$s to run at a lower priority to avoid monopolizing system resources."
1656
+ msgstr ""
1657
+ "Faire que %1$s s'exécute en priorité basse pour éviter de monopoliser les "
1658
+ "ressources système."
1659
+
1660
+ #: ../languages/video-embed-thumbnail-generator.php:3103
1661
+ #: ../video-embed-thumbnail-generator.php:3103
1662
+ #, php-format
1663
+ msgid "%1$s sample %2$s encode command"
1664
+ msgstr "Sample de %1$s avec commande d'encodage %2$s "
1665
+
1666
+ #: ../languages/video-embed-thumbnail-generator.php:3104
1667
+ #: ../video-embed-thumbnail-generator.php:3104
1668
+ #, php-format
1669
+ msgid "%s test output:"
1670
+ msgstr "%s test de sortie"
1671
+
1672
+ #: ../languages/video-embed-thumbnail-generator.php:3104
1673
+ #: ../video-embed-thumbnail-generator.php:3104
1674
+ #, php-format
1675
+ msgid "For help interpreting this output, %s try our Wiki page on Github"
1676
+ msgstr ""
1677
+ "Pour obtenir de l'aide afin d'interprêter cette sortie, %s essayez de "
1678
+ "consulter notre wiki sur Github"
1679
+
1680
+ #: ../languages/video-embed-thumbnail-generator.php:3287
1681
+ #: ../video-embed-thumbnail-generator.php:3287
1682
+ #, php-format
1683
+ msgid ""
1684
+ "%1$s is disabled in PHP settings. You can embed existing videos and make "
1685
+ "thumbnails with compatible browsers, but video encoding will not work. "
1686
+ "Contact your System Administrator to find out if you can enable %1$s."
1687
+ msgstr ""
1688
+ "%1$s est désactiver dans la configuration de PHP. Vous pouvez intégrer des "
1689
+ "vidéos existantes et générer des vignettes avec les navigateurs compatibles, "
1690
+ "mais l'encodage ne fonctionnera pas. Contactez votre administrateur système "
1691
+ "pour voir comment activer %1$s."
1692
+
1693
+ #: ../languages/video-embed-thumbnail-generator.php:3295
1694
+ #: ../video-embed-thumbnail-generator.php:3295
1695
+ #, php-format
1696
+ msgid ""
1697
+ "%1$s is not executing correctly at %2$s. You can embed existing videos and "
1698
+ "make thumbnails with compatible browsers, but video encoding is not possible "
1699
+ "without %1$s."
1700
+ msgstr ""
1701
+ "%1$s n'a pas été trouvé dans %2$s. Vous pouvez intégrer des vidéos et "
1702
+ "générer des vignettes avec les navigateurs compatibles, mais l'encodage "
1703
+ "n'est pas possible sans %1$s."
1704
+
1705
+ #: ../languages/video-embed-thumbnail-generator.php:3295
1706
+ #: ../video-embed-thumbnail-generator.php:3295
1707
+ msgid "Error message:"
1708
+ msgstr "Erreur:"
1709
+
1710
+ #: ../languages/video-embed-thumbnail-generator.php:3310
1711
+ #: ../video-embed-thumbnail-generator.php:3310
1712
+ msgid "Video Embed & Thumbnail Generator settings reset to default values."
1713
+ msgstr "Remise par défaut des réglages de Video Embed & Thumbnail Generator."
1714
+
1715
+ #: ../languages/video-embed-thumbnail-generator.php:3321
1716
+ #: ../video-embed-thumbnail-generator.php:3321
1717
+ msgid "You must enter a value for the maximum video width."
1718
+ msgstr "Vous devez entrer une valeur pour la largeur maximum de la vidéo."
1719
+
1720
+ #: ../languages/video-embed-thumbnail-generator.php:3325
1721
+ #: ../video-embed-thumbnail-generator.php:3325
1722
+ msgid "You must enter a value for the maximum video height."
1723
+ msgstr "Vous devez entrer une valeur pour la hauteur maximum de la vidéo."
1724
+
1725
+ #: ../languages/video-embed-thumbnail-generator.php:3329
1726
+ #: ../video-embed-thumbnail-generator.php:3329
1727
+ msgid "You must enter a value for the maximum gallery video width."
1728
+ msgstr ""
1729
+ "Vous devez entrer une valeur pour la largeur maximum de la gallerie vidéo."
1730
+
1731
+ #: ../languages/video-embed-thumbnail-generator.php:3333
1732
+ #: ../video-embed-thumbnail-generator.php:3333
1733
+ msgid "You must enter a value for the maximum gallery video height."
1734
+ msgstr ""
1735
+ "Vous devez entrer une valeur pour la hauteur maximum de la gallerie vidéo."
1736
+
1737
+ #: ../languages/video-embed-thumbnail-generator.php:3621
1738
+ #: ../video-embed-thumbnail-generator.php:3621
1739
+ msgid "Video Stats"
1740
+ msgstr "Statistiques des vidéos"
1741
+
1742
+ #: ../languages/video-embed-thumbnail-generator.php:3623
1743
+ #: ../video-embed-thumbnail-generator.php:3623
1744
+ #, php-format
1745
+ msgid "%1$s Starts, %2$s Complete Views"
1746
+ msgstr "%1$s démarrages, %2$s vues complètes"
1747
+
1748
+ #: ../languages/video-embed-thumbnail-generator.php:3649
1749
+ #: ../video-embed-thumbnail-generator.php:3649
1750
+ #, php-format
1751
+ msgid ""
1752
+ "%1$s not found at %2$s and unable to load video in browser for thumbnail "
1753
+ "generation."
1754
+ msgstr ""
1755
+ "%1$s n'a pas été trouvé dans at %2$s impossible de charger la vidéo dans le "
1756
+ "navigateur pour génèrer des vignettes."
1757
+
1758
+ #: ../languages/video-embed-thumbnail-generator.php:3724
1759
+ #: ../video-embed-thumbnail-generator.php:3724
1760
+ msgctxt "Button text. Implied \"Generate thumbnails\""
1761
+ msgid "Generate"
1762
+ msgstr "Génèrer"
1763
+
1764
+ #: ../languages/video-embed-thumbnail-generator.php:3725
1765
+ #: ../video-embed-thumbnail-generator.php:3725
1766
+ msgctxt "Button text. Implied \"Randomize thumbnail generation\""
1767
+ msgid "Randomize"
1768
+ msgstr "Classer dans un ordre aléatoire"
1769
+
1770
+ #: ../languages/video-embed-thumbnail-generator.php:3726
1771
+ #: ../video-embed-thumbnail-generator.php:3726
1772
+ msgid "Force 1st frame thumbnail"
1773
+ msgstr "Forcer la 1ère image à devenir la vignette"
1774
+
1775
+ #: ../languages/video-embed-thumbnail-generator.php:3728
1776
+ #: ../languages/video-embed-thumbnail-generator.php:4348
1777
+ #: ../video-embed-thumbnail-generator.php:3728
1778
+ #: ../video-embed-thumbnail-generator.php:4348
1779
+ msgid "Thumbnail timecode:"
1780
+ msgstr "Timecode de la vignette:"
1781
+
1782
+ #: ../languages/video-embed-thumbnail-generator.php:3732
1783
+ #: ../video-embed-thumbnail-generator.php:3732
1784
+ msgctxt "Header for thumbnail section"
1785
+ msgid "Thumbnails"
1786
+ msgstr "Vignettes"
1787
+
1788
+ #: ../languages/video-embed-thumbnail-generator.php:3740
1789
+ #: ../languages/video-embed-thumbnail-generator.php:4349
1790
+ #: ../video-embed-thumbnail-generator.php:3740
1791
+ #: ../video-embed-thumbnail-generator.php:4349
1792
+ msgid "Set thumbnail as featured image"
1793
+ msgstr "Définir la vignette en tant qu'image à la une"
1794
+
1795
+ #: ../languages/video-embed-thumbnail-generator.php:3742
1796
+ #: ../languages/video-embed-thumbnail-generator.php:4354
1797
+ #: ../video-embed-thumbnail-generator.php:3742
1798
+ #: ../video-embed-thumbnail-generator.php:4354
1799
+ msgid "Thumbnail URL"
1800
+ msgstr "URL de la vignette"
1801
+
1802
+ #: ../languages/video-embed-thumbnail-generator.php:3744
1803
+ #: ../languages/video-embed-thumbnail-generator.php:4356
1804
+ #: ../video-embed-thumbnail-generator.php:3744
1805
+ #: ../video-embed-thumbnail-generator.php:4356
1806
+ #, php-format
1807
+ msgid "Leave blank to use %sdefault thumbnail"
1808
+ msgstr "Laisser vide pour utiliser la vignette par défaut de %s"
1809
+
1810
+ #: ../languages/video-embed-thumbnail-generator.php:3750
1811
+ #: ../video-embed-thumbnail-generator.php:3750
1812
+ msgid "Video Embed Dimensions"
1813
+ msgstr "Dimensions de la vidéo à intégrer"
1814
+
1815
+ #: ../languages/video-embed-thumbnail-generator.php:3755
1816
+ #: ../video-embed-thumbnail-generator.php:3755
1817
+ msgid "Lock to aspect ratio"
1818
+ msgstr "Maintenir le rapport proportionnel"
1819
+
1820
+ #: ../languages/video-embed-thumbnail-generator.php:3756
1821
+ #: ../languages/video-embed-thumbnail-generator.php:4361
1822
+ #: ../video-embed-thumbnail-generator.php:3756
1823
+ #: ../video-embed-thumbnail-generator.php:4361
1824
+ #, php-format
1825
+ msgid "Leave blank to use %sdefault dimensions"
1826
+ msgstr "Laisser vide pour utiliser les dimension par défaut de %s"
1827
+
1828
+ #: ../languages/video-embed-thumbnail-generator.php:3761
1829
+ #: ../languages/video-embed-thumbnail-generator.php:4365
1830
+ #: ../video-embed-thumbnail-generator.php:3761
1831
+ #: ../video-embed-thumbnail-generator.php:4365
1832
+ msgid "Additional Formats"
1833
+ msgstr "Formats additonnels"
1834
+
1835
+ #: ../languages/video-embed-thumbnail-generator.php:3782
1836
+ #: ../video-embed-thumbnail-generator.php:3782
1837
+ msgctxt "captions track"
1838
+ msgid "Track"
1839
+ msgstr "Piste"
1840
+
1841
+ #: ../languages/video-embed-thumbnail-generator.php:3786
1842
+ #: ../video-embed-thumbnail-generator.php:3786
1843
+ msgctxt "two-letter code indicating track's language"
1844
+ msgid "Language code:"
1845
+ msgstr "Code de langue:"
1846
+
1847
+ #: ../languages/video-embed-thumbnail-generator.php:3787
1848
+ #: ../languages/video-embed-thumbnail-generator.php:4371
1849
+ #: ../video-embed-thumbnail-generator.php:3787
1850
+ #: ../video-embed-thumbnail-generator.php:4371
1851
+ msgid "Label:"
1852
+ msgstr "Label:"
1853
+
1854
+ #: ../languages/video-embed-thumbnail-generator.php:3791
1855
+ #: ../languages/video-embed-thumbnail-generator.php:4370
1856
+ #: ../video-embed-thumbnail-generator.php:3791
1857
+ #: ../video-embed-thumbnail-generator.php:4370
1858
+ msgid "Subtitles & Captions"
1859
+ msgstr "Sous-titres & Légendes"
1860
+
1861
+ #: ../languages/video-embed-thumbnail-generator.php:3793
1862
+ #: ../video-embed-thumbnail-generator.php:3793
1863
+ msgid "Add track"
1864
+ msgstr "Ajouter une piste"
1865
+
1866
+ #: ../languages/video-embed-thumbnail-generator.php:3804
1867
+ #: ../video-embed-thumbnail-generator.php:3804
1868
+ msgid "Single Video"
1869
+ msgstr "Vidéo unique"
1870
+
1871
+ #: ../languages/video-embed-thumbnail-generator.php:3804
1872
+ #: ../video-embed-thumbnail-generator.php:3804
1873
+ msgid "Video Gallery"
1874
+ msgstr "Gallerie Vidéo"
1875
+
1876
+ #: ../languages/video-embed-thumbnail-generator.php:3812
1877
+ #: ../video-embed-thumbnail-generator.php:3812
1878
+ msgid "Video Embed Options"
1879
+ msgstr "Option de la vidéo à intégrer"
1880
+
1881
+ #: ../languages/video-embed-thumbnail-generator.php:3815
1882
+ #: ../video-embed-thumbnail-generator.php:3815
1883
+ msgid "Insert title above video"
1884
+ msgstr "Inserer un titre au dessus de la vidéo"
1885
+
1886
+ #: ../languages/video-embed-thumbnail-generator.php:3817
1887
+ #: ../video-embed-thumbnail-generator.php:3817
1888
+ msgid "Insert download link below video"
1889
+ msgstr "Insérer un lien de téléchargement sous la vidéo"
1890
+
1891
+ #: ../languages/video-embed-thumbnail-generator.php:3817
1892
+ #: ../video-embed-thumbnail-generator.php:3817
1893
+ msgid "Makes it easier for users to download file."
1894
+ msgstr "Rend le téléchargement plus facile pour les utilisateurs."
1895
+
1896
+ #: ../languages/video-embed-thumbnail-generator.php:3818
1897
+ #: ../video-embed-thumbnail-generator.php:3818
1898
+ msgctxt "verb"
1899
+ msgid "Insert"
1900
+ msgstr "Type d'insertion"
1901
+
1902
+ #: ../languages/video-embed-thumbnail-generator.php:3851
1903
+ #: ../video-embed-thumbnail-generator.php:3851
1904
+ msgid "Gallery Settings (all optional)"
1905
+ msgstr "Réglages de la gallerie (facultatif)"
1906
+
1907
+ #: ../languages/video-embed-thumbnail-generator.php:3853
1908
+ #: ../video-embed-thumbnail-generator.php:3853
1909
+ msgid "Thumbnail Width"
1910
+ msgstr "Largeur des vignettes"
1911
+
1912
+ #: ../languages/video-embed-thumbnail-generator.php:3854
1913
+ #: ../video-embed-thumbnail-generator.php:3854
1914
+ msgid "Order By"
1915
+ msgstr "Classer par"
1916
+
1917
+ #: ../languages/video-embed-thumbnail-generator.php:3855
1918
+ #: ../video-embed-thumbnail-generator.php:3855
1919
+ msgid "Sort Order"
1920
+ msgstr "Trier par"
1921
+
1922
+ #: ../languages/video-embed-thumbnail-generator.php:3856
1923
+ #: ../video-embed-thumbnail-generator.php:3856
1924
+ msgid "Exclude"
1925
+ msgstr "Exclure"
1926
+
1927
+ #: ../languages/video-embed-thumbnail-generator.php:3857
1928
+ #: ../video-embed-thumbnail-generator.php:3857
1929
+ msgid "Include"
1930
+ msgstr "Inclure"
1931
+
1932
+ #: ../languages/video-embed-thumbnail-generator.php:3858
1933
+ #: ../video-embed-thumbnail-generator.php:3858
1934
+ msgid "Post ID"
1935
+ msgstr "Post ID"
1936
+
1937
+ #: ../languages/video-embed-thumbnail-generator.php:4036
1938
+ #: ../video-embed-thumbnail-generator.php:4036
1939
+ msgctxt "text appended to newly created thumbnail titles"
1940
+ msgid "thumbnail"
1941
+ msgstr "vignette"
1942
+
1943
+ #: ../languages/video-embed-thumbnail-generator.php:4301
1944
+ #: ../video-embed-thumbnail-generator.php:4301
1945
+ msgctxt "Title in \"Add Media\" popup sidebar"
1946
+ msgid "Embed Video from URL"
1947
+ msgstr "Intégrer une vidéo à partir d'une URL"
1948
+
1949
+ #: ../languages/video-embed-thumbnail-generator.php:4330
1950
+ #: ../video-embed-thumbnail-generator.php:4330
1951
+ msgid "Video Title"
1952
+ msgstr "Titre de la vidéo"
1953
+
1954
+ #: ../languages/video-embed-thumbnail-generator.php:4332
1955
+ #: ../video-embed-thumbnail-generator.php:4332
1956
+ msgid "Add an optional header above the video."
1957
+ msgstr "Ajoute un titre au dessus de la vidéo (facultatif)."
1958
+
1959
+ #: ../languages/video-embed-thumbnail-generator.php:4337
1960
+ #: ../video-embed-thumbnail-generator.php:4337
1961
+ msgid "Specify the URL of the video file."
1962
+ msgstr "Spécifier l'URL du fichier vidéo."
1963
+
1964
+ #: ../languages/video-embed-thumbnail-generator.php:4341
1965
+ #: ../video-embed-thumbnail-generator.php:4341
1966
+ msgid "Thumbnails"
1967
+ msgstr "Vignettes"
1968
+
1969
+ #: ../languages/video-embed-thumbnail-generator.php:4343
1970
+ #: ../video-embed-thumbnail-generator.php:4343
1971
+ msgid "Number of Thumbnails"
1972
+ msgstr "Nombre de vignettes"
1973
+
1974
+ #: ../languages/video-embed-thumbnail-generator.php:4346
1975
+ #: ../video-embed-thumbnail-generator.php:4346
1976
+ msgid "Force 1st Frame Thumbnail"
1977
+ msgstr "Forcer la 1re image à devenir vignette"
1978
+
1979
+ #: ../languages/video-embed-thumbnail-generator.php:4359
1980
+ #: ../video-embed-thumbnail-generator.php:4359
1981
+ msgid "Dimensions"
1982
+ msgstr "Diemensions"
1983
+
1984
+ #: ../languages/video-embed-thumbnail-generator.php:4360
1985
+ #: ../video-embed-thumbnail-generator.php:4360
1986
+ msgid "Lock to Aspect Ratio"
1987
+ msgstr "Maintenir l'aspect proportionnel"
1988
+
1989
+ #: ../languages/video-embed-thumbnail-generator.php:4374
1990
+ #: ../video-embed-thumbnail-generator.php:4374
1991
+ msgid "Generate Download Link Below Video"
1992
+ msgstr "Génèrer un lien de téléchargement sous la vidéo"
1993
+
1994
+ #: ../languages/video-embed-thumbnail-generator.php:4374
1995
+ #: ../video-embed-thumbnail-generator.php:4374
1996
+ msgid "Makes it easier for users to download video file"
1997
+ msgstr "Rend le téléchargement plus facile pour les utilisateurs."
1998
+
1999
+ #: ../languages/video-embed-thumbnail-generator.php:4379
2000
+ #: ../video-embed-thumbnail-generator.php:4379
2001
+ msgid "Insert into Post"
2002
+ msgstr "Insérer dans un post"
2003
+
2004
+ #: ../languages/video-embed-thumbnail-generator.php:4433
2005
+ #: ../video-embed-thumbnail-generator.php:4433
2006
+ msgctxt "example video"
2007
+ msgid "Sample Video"
2008
+ msgstr "Exemple de vidéo"
2009
+
2010
+ #: ../languages/video-embed-thumbnail-generator.php:4434
2011
+ #: ../video-embed-thumbnail-generator.php:4434
2012
+ msgid "Sample Embed Code"
2013
+ msgstr "Exemple de code d'intégration"
2014
+
2015
+ #: ../languages/video-embed-thumbnail-generator.php:4435
2016
+ #: ../video-embed-thumbnail-generator.php:4435
2017
+ msgid ""
2018
+ "If text is entered in the attachment's caption field it is displayed here "
2019
+ "automatically."
2020
+ msgstr ""
2021
+ "Si du texte est entré dans le champs de légende de la vidéo en pièce jointe, "
2022
+ "il sera affiché ici automatiquement."
2023
+
2024
+ #: ../languages/video-embed-thumbnail-generator.php:4661
2025
+ #: ../languages/video-embed-thumbnail-generator.php:4800
2026
+ #: ../video-embed-thumbnail-generator.php:4661
2027
+ #: ../video-embed-thumbnail-generator.php:4800
2028
+ msgid "Can't open movie file."
2029
+ msgstr "Impossible d'ouvrir le fichier vidéo."
2030
+
2031
+ #: ../languages/video-embed-thumbnail-generator.php:4778
2032
+ #: ../video-embed-thumbnail-generator.php:4778
2033
+ #, php-format
2034
+ msgid "%1$s updated in existing queue entry in position %2$s."
2035
+ msgstr "%1$s mis à jour dans la file d'attente en position %2$s."
2036
+
2037
+ #: ../languages/video-embed-thumbnail-generator.php:4779
2038
+ #: ../video-embed-thumbnail-generator.php:4779
2039
+ #, php-format
2040
+ msgid "Video is already queued in position %s."
2041
+ msgstr "La vidéo est déjà dans la file d'attente en position %s."
2042
+
2043
+ #: ../languages/video-embed-thumbnail-generator.php:4786
2044
+ #: ../video-embed-thumbnail-generator.php:4786
2045
+ msgid "Starting"
2046
+ msgstr "Démarrage"
2047
+
2048
+ #: ../languages/video-embed-thumbnail-generator.php:4787
2049
+ #: ../video-embed-thumbnail-generator.php:4787
2050
+ #, php-format
2051
+ msgid "%1$s added to queue in position %2$s."
2052
+ msgstr "%1$s a été ajouté à la file d'attente en position %2$s."
2053
+
2054
+ #: ../languages/video-embed-thumbnail-generator.php:4791
2055
+ #: ../video-embed-thumbnail-generator.php:4791
2056
+ msgid "Nothing to encode."
2057
+ msgstr "Rien à encoder."
2058
+
2059
+ #: ../languages/video-embed-thumbnail-generator.php:4853
2060
+ #: ../video-embed-thumbnail-generator.php:4853
2061
+ #, php-format
2062
+ msgid ""
2063
+ "Error: %1$s not found. Verify that %1$s is installed at %2$s and check the "
2064
+ "%3$sapplication path plugin setting"
2065
+ msgstr ""
2066
+ "Erreur: %1$s non trouvé. Verifiez que %2$s soit installé dans %2$s ainsi que "
2067
+ "le paramétrage du chemin de l'application %3$s."
2068
+
2069
+ #: ../languages/video-embed-thumbnail-generator.php:4956
2070
+ #: ../video-embed-thumbnail-generator.php:4956
2071
+ #, php-format
2072
+ msgid "%s already encoded"
2073
+ msgstr "%s déjà encodé"
2074
+
2075
+ #: ../languages/video-embed-thumbnail-generator.php:4960
2076
+ #: ../video-embed-thumbnail-generator.php:4960
2077
+ #, php-format
2078
+ msgid "%s missing library libx264 required for H.264 encoding"
2079
+ msgstr "%s a besoin de la bibliothèque libx264 requise pour l'encodage H.264"
2080
+
2081
+ #: ../languages/video-embed-thumbnail-generator.php:4965
2082
+ #: ../video-embed-thumbnail-generator.php:4965
2083
+ msgid "or"
2084
+ msgstr "ou"
2085
+
2086
+ #: ../languages/video-embed-thumbnail-generator.php:4966
2087
+ #: ../video-embed-thumbnail-generator.php:4966
2088
+ #, php-format
2089
+ msgid ""
2090
+ "and missing an AAC encoding library. Please install and enable libx264 and %s"
2091
+ msgstr ""
2092
+ "et a aussi besoin de la bibliothèque d'encodage AAC. Veuillez installer et "
2093
+ "activer libx264 et %s"
2094
+
2095
+ #: ../languages/video-embed-thumbnail-generator.php:4970
2096
+ #: ../languages/video-embed-thumbnail-generator.php:4988
2097
+ #: ../video-embed-thumbnail-generator.php:4970
2098
+ #: ../video-embed-thumbnail-generator.php:4988
2099
+ msgid "Missing libraries"
2100
+ msgstr "Bibliothèques manquantes"
2101
+
2102
+ #: ../languages/video-embed-thumbnail-generator.php:4979
2103
+ #: ../video-embed-thumbnail-generator.php:4979
2104
+ #, php-format
2105
+ msgid "Encoding %s"
2106
+ msgstr "Encodage %s"
2107
+
2108
+ #: ../languages/video-embed-thumbnail-generator.php:4985
2109
+ #: ../video-embed-thumbnail-generator.php:4985
2110
+ #, php-format
2111
+ msgid "%1$s missing library %2$s required for %3$s encoding."
2112
+ msgstr ""
2113
+ "%1$s a besoin de la bibliothèque manquante %2$s, requise pour encoder %3$s."
2114
+
2115
+ #: ../languages/video-embed-thumbnail-generator.php:4991
2116
+ #: ../video-embed-thumbnail-generator.php:4991
2117
+ #, php-format
2118
+ msgid "%s already encoded."
2119
+ msgstr "%s déjà encodé."
2120
+
2121
+ #: ../languages/video-embed-thumbnail-generator.php:5004
2122
+ #: ../video-embed-thumbnail-generator.php:5004
2123
+ msgid "Error: Command 'escapeshellcmd' is disabled on your server."
2124
+ msgstr "Erreur: La commande 'escapeshellcmd' est désactivée sur votre server."
2125
+
2126
+ #: ../languages/video-embed-thumbnail-generator.php:5189
2127
+ #: ../languages/video-embed-thumbnail-generator.php:5199
2128
+ #: ../video-embed-thumbnail-generator.php:5189
2129
+ #: ../video-embed-thumbnail-generator.php:5199
2130
+ msgid "Encoding"
2131
+ msgstr "Encodage"
2132
+
2133
+ #: ../languages/video-embed-thumbnail-generator.php:5192
2134
+ #: ../video-embed-thumbnail-generator.php:5192
2135
+ msgid "Cancel"
2136
+ msgstr "Annuler"
2137
+
2138
+ #: ../languages/video-embed-thumbnail-generator.php:5195
2139
+ #: ../video-embed-thumbnail-generator.php:5195
2140
+ msgid "Elapsed:"
2141
+ msgstr "Ecoulé:"
2142
+
2143
+ #: ../languages/video-embed-thumbnail-generator.php:5195
2144
+ #: ../video-embed-thumbnail-generator.php:5195
2145
+ msgid "Remaining:"
2146
+ msgstr "Restant:"
2147
+
2148
+ #: ../languages/video-embed-thumbnail-generator.php:5195
2149
+ #: ../video-embed-thumbnail-generator.php:5195
2150
+ msgctxt "Frames per second"
2151
+ msgid "FPS:"
2152
+ msgstr "FPS:"
2153
+
2154
+ #: ../languages/video-embed-thumbnail-generator.php:5272
2155
+ #: ../languages/video-embed-thumbnail-generator.php:5301
2156
+ #: ../video-embed-thumbnail-generator.php:5272
2157
+ #: ../video-embed-thumbnail-generator.php:5301
2158
+ msgid "Encoding Complete"
2159
+ msgstr "Encodage terminé"
2160
+
2161
+ #: ../languages/video-embed-thumbnail-generator.php:5311
2162
+ #: ../video-embed-thumbnail-generator.php:5311
2163
+ msgid "Encoding was canceled."
2164
+ msgstr "L'encodage a été annulé."
2165
+
2166
+ #: ../languages/video-embed-thumbnail-generator.php:5322
2167
+ #: ../video-embed-thumbnail-generator.php:5322
2168
+ msgid "No log file"
2169
+ msgstr "Pas de fichier log"
2170
+
2171
+ #: ../languages/video-embed-thumbnail-generator.php:5329
2172
+ #: ../video-embed-thumbnail-generator.php:5329
2173
+ msgid "Error:"
2174
+ msgstr "Erreur:"
2175
+
2176
+ #: ../languages/video-embed-thumbnail-generator.php:5341
2177
+ #: ../video-embed-thumbnail-generator.php:5341
2178
+ msgid "Waiting..."
2179
+ msgstr "Attente..."
2180
+
2181
+ #: ../languages/video-embed-thumbnail-generator.php:5504
2182
+ #: ../video-embed-thumbnail-generator.php:5504
2183
+ msgid "Fixing moov atom for streaming"
2184
+ msgstr "Ajustement de moov atom pour le streaming"
2185
+
2186
+ #: ../languages/video-embed-thumbnail-generator.php:5996
2187
+ #: ../video-embed-thumbnail-generator.php:5996
2188
+ msgid "Video Embed & Thumbnail Generator Shortcode Reference"
2189
+ msgstr "Video Embed & Thumbnail Generator - Réfèrence des Shortcodes"
2190
+
2191
+ #: ../languages/video-embed-thumbnail-generator.php:5997
2192
+ #: ../video-embed-thumbnail-generator.php:5997
2193
+ msgid "Use these optional attributes in the [KGVID] shortcode:"
2194
+ msgstr "Utilisez ces attributs optionnels dans le shortcode [KGVID]:"
2195
+
2196
+ #: ../languages/video-embed-thumbnail-generator.php:5998
2197
+ #: ../video-embed-thumbnail-generator.php:5998
2198
+ msgid "video attachment ID (instead of using a URL)."
2199
+ msgstr "ID de la pièce jointe vidéo (au lieu d'utiliser une URL)"
2200
+
2201
+ #: ../languages/video-embed-thumbnail-generator.php:5999
2202
+ #: ../video-embed-thumbnail-generator.php:5999
2203
+ msgid "number of attached videos to display if no URL or ID is given."
2204
+ msgstr ""
2205
+ "nombre de vidéos en pièces jointes à afficher si aucune URL ni ID n'est "
2206
+ "fourni."
2207
+
2208
+ #: ../languages/video-embed-thumbnail-generator.php:6000
2209
+ #: ../video-embed-thumbnail-generator.php:6000
2210
+ msgid "criteria for sorting attached videos if no URL or ID is given."
2211
+ msgstr ""
2212
+ "critère de tri pour les pièces jointes vidéos si aucun URL ni ID n'est "
2213
+ "fourni."
2214
+
2215
+ #: ../languages/video-embed-thumbnail-generator.php:6001
2216
+ #: ../video-embed-thumbnail-generator.php:6001
2217
+ msgid "sort order."
2218
+ msgstr "ordre de tri."
2219
+
2220
+ #: ../languages/video-embed-thumbnail-generator.php:6002
2221
+ #: ../video-embed-thumbnail-generator.php:6002
2222
+ msgid "sets the thumbnail."
2223
+ msgstr "définie la vignette."
2224
+
2225
+ #: ../languages/video-embed-thumbnail-generator.php:6003
2226
+ #: ../video-embed-thumbnail-generator.php:6003
2227
+ msgid "sets the image shown when the video ends."
2228
+ msgstr "définie l'image suivante à la fin de la vidéo."
2229
+
2230
+ #: ../languages/video-embed-thumbnail-generator.php:6007
2231
+ #: ../video-embed-thumbnail-generator.php:6007
2232
+ msgid "allow other content on the same line as the video"
2233
+ msgstr ""
2234
+ "permettre l'ajoute de contenu suplémentaire sur la même ligne que la vidéo"
2235
+
2236
+ #: ../languages/video-embed-thumbnail-generator.php:6008
2237
+ #: ../video-embed-thumbnail-generator.php:6008
2238
+ msgid "pre-sets the volume for unusually loud videos. Value between 0 and 1."
2239
+ msgstr ""
2240
+ "pré réglage du volume pour les vidéos inhabituellement fortes. Valeur entre "
2241
+ "0 et 1."
2242
+
2243
+ #: ../languages/video-embed-thumbnail-generator.php:6009
2244
+ #: ../video-embed-thumbnail-generator.php:6009
2245
+ msgid ""
2246
+ "sets the controlbar position. \"Floating\" option only works with Strobe "
2247
+ "Media Playback."
2248
+ msgstr ""
2249
+ "définie la position de la bar de control. L'option \"Flottant\" ne marche "
2250
+ "qu'avec le Strobe Media Playback."
2251
+
2252
+ #: ../languages/video-embed-thumbnail-generator.php:6012
2253
+ #: ../languages/video-embed-thumbnail-generator.php:6013
2254
+ #: ../video-embed-thumbnail-generator.php:6012
2255
+ #: ../video-embed-thumbnail-generator.php:6013
2256
+ #, php-format
2257
+ msgid "or %s to disable."
2258
+ msgstr "ou %s pour désactiver."
2259
+
2260
+ #: ../languages/video-embed-thumbnail-generator.php:6014
2261
+ #: ../video-embed-thumbnail-generator.php:6014
2262
+ #, php-format
2263
+ msgid ""
2264
+ "changes text displayed in the embed code overlay in order to provide a "
2265
+ "custom method for embedding a video or %s to disable."
2266
+ msgstr ""
2267
+ "change le texte affiché dans le code d'intégration afin de fournir une "
2268
+ "méthode personnalisée pour intégrer une vidéo ou %s pour désactiver."
2269
+
2270
+ #: ../languages/video-embed-thumbnail-generator.php:6015
2271
+ #: ../video-embed-thumbnail-generator.php:6015
2272
+ msgid "turns the view count on or off."
2273
+ msgstr "activer ou non le comptabilisation des vues."
2274
+
2275
+ #: ../languages/video-embed-thumbnail-generator.php:6016
2276
+ #: ../video-embed-thumbnail-generator.php:6016
2277
+ msgid ""
2278
+ "text that is displayed below the video (not subtitles or closed captioning)"
2279
+ msgstr ""
2280
+ "le texte qui est affiché en dessous de la vidéo (pas les sous-titres ni la "
2281
+ "légende)"
2282
+
2283
+ #: ../languages/video-embed-thumbnail-generator.php:6017
2284
+ #: ../video-embed-thumbnail-generator.php:6017
2285
+ msgid "Used for metadata only."
2286
+ msgstr "Utilisé pour les metadata seulement."
2287
+
2288
+ #: ../languages/video-embed-thumbnail-generator.php:6018
2289
+ #: ../video-embed-thumbnail-generator.php:6018
2290
+ msgid ""
2291
+ "generates a link below the video to make it easier for users to save the "
2292
+ "video file to their computers."
2293
+ msgstr ""
2294
+ "génère un lien sous la vidéo pour rendre plus aisé le téléchargement du "
2295
+ "fichier vidéo pour l'utilisateur."
2296
+
2297
+ #: ../languages/video-embed-thumbnail-generator.php:6019
2298
+ #: ../video-embed-thumbnail-generator.php:6019
2299
+ msgid "allow or disable right-clicking on the video player."
2300
+ msgstr "permettre ou interdire le click-droit sur la lecteur vidéo."
2301
+
2302
+ #: ../languages/video-embed-thumbnail-generator.php:6020
2303
+ #: ../video-embed-thumbnail-generator.php:6020
2304
+ msgid "allow or disable responsive resizing."
2305
+ msgstr ""
2306
+ "activer ou désactiver le redimmensionnement responsive (adataptation à la "
2307
+ "taille de l'écran)"
2308
+
2309
+ #: ../languages/video-embed-thumbnail-generator.php:6022
2310
+ #: ../video-embed-thumbnail-generator.php:6022
2311
+ msgid "These options will add a subtitle/caption track."
2312
+ msgstr "Ces options ajoutent un piste de sous-titres/légende."
2313
+
2314
+ #: ../languages/video-embed-thumbnail-generator.php:6023
2315
+ #: ../video-embed-thumbnail-generator.php:6023
2316
+ msgid "URL of the WebVTT file."
2317
+ msgstr "URL du fichier WebVTT."
2318
+
2319
+ #: ../languages/video-embed-thumbnail-generator.php:6025
2320
+ #: ../video-embed-thumbnail-generator.php:6025
2321
+ msgid "the track's two-character language code (en, fr, es, etc)"
2322
+ msgstr "Le code language de la piste (en, fr, es etc...)"
2323
+
2324
+ #: ../languages/video-embed-thumbnail-generator.php:6026
2325
+ #: ../video-embed-thumbnail-generator.php:6026
2326
+ msgid "text that will be shown to the user when selecting the track."
2327
+ msgstr ""
2328
+ "le text qui sera affiché à l'utilisateur quand il selectionnera la piste."
2329
+
2330
+ #: ../languages/video-embed-thumbnail-generator.php:6028
2331
+ #: ../video-embed-thumbnail-generator.php:6028
2332
+ msgid "These options will only affect Video.js playback"
2333
+ msgstr "Ces options affecteront seulement Video.js"
2334
+
2335
+ #: ../languages/video-embed-thumbnail-generator.php:6029
2336
+ #: ../languages/video-embed-thumbnail-generator.php:6038
2337
+ #: ../video-embed-thumbnail-generator.php:6029
2338
+ #: ../video-embed-thumbnail-generator.php:6038
2339
+ #, php-format
2340
+ msgid "Completely change the look of the video player. %sInstructions here."
2341
+ msgstr ""
2342
+ "Changer complétement l'apparence du lecteur vidéo. Les instructions de %s "
2343
+ "sont ici."
2344
+
2345
+ #: ../languages/video-embed-thumbnail-generator.php:6031
2346
+ #: ../video-embed-thumbnail-generator.php:6031
2347
+ msgid ""
2348
+ "These options will only affect Flash playback in Strobe Media Playback video "
2349
+ "elements. They will have no effect on other players."
2350
+ msgstr ""
2351
+ "Ces options affectent uniquement le playback Flash dans les éléments Strobe "
2352
+ "Media Playback. Ils n'auront pas d'incidences sur les autres lecteurs."
2353
+
2354
+ #: ../languages/video-embed-thumbnail-generator.php:6032
2355
+ #: ../video-embed-thumbnail-generator.php:6032
2356
+ msgid "specify whether to autohide the control bar after a few seconds."
2357
+ msgstr ""
2358
+ "spécifiez s'il faut masquer automatiquement la barre de control après "
2359
+ "quelques secondes."
2360
+
2361
+ #: ../languages/video-embed-thumbnail-generator.php:6033
2362
+ #: ../video-embed-thumbnail-generator.php:6033
2363
+ msgid "turns the big play button overlay in the middle of the video on or off."
2364
+ msgstr ""
2365
+ "mets le gros boutton \"lire\" au millieu de la vidéo sur on ou sur off."
2366
+
2367
+ #: ../languages/video-embed-thumbnail-generator.php:6034
2368
+ #: ../video-embed-thumbnail-generator.php:6034
2369
+ msgid "I honestly don't know what this is for."
2370
+ msgstr "En toute honnêteté, je ne sais pas ce dont il s'agit."
2371
+
2372
+ #: ../languages/video-embed-thumbnail-generator.php:6035
2373
+ #: ../video-embed-thumbnail-generator.php:6035
2374
+ msgid ""
2375
+ "If the video display size isn't the same as the video file, this determines "
2376
+ "how the video will be scaled."
2377
+ msgstr ""
2378
+ "Si la taille d'affichage de la vidéo n'est pas la même que celle du fichier "
2379
+ "vidéo, cela détermine comment la vidéo va être mise à l'échelle."
2380
+
2381
+ #: ../languages/video-embed-thumbnail-generator.php:6036
2382
+ #: ../video-embed-thumbnail-generator.php:6036
2383
+ msgid "#rrggbb"
2384
+ msgstr "Code hexadécimal de type #rrggbb"
2385
+
2386
+ #: ../languages/video-embed-thumbnail-generator.php:6036
2387
+ #: ../video-embed-thumbnail-generator.php:6036
2388
+ msgid "set the background color to whatever hex code you want."
2389
+ msgstr ""
2390
+ "définie la couleur d'arrière plan selon le code hexdécimal de votre choix."
2391
+
2392
+ #: ../languages/video-embed-thumbnail-generator.php:6037
2393
+ #: ../video-embed-thumbnail-generator.php:6037
2394
+ msgid "Lets you specify all these flashvars in an XML file."
2395
+ msgstr "Vous laisse spécifier toutes ces flashvars dans un fichier XML."
2396
+
2397
+ #: ../languages/video-embed-thumbnail-generator.php:6040
2398
+ #: ../video-embed-thumbnail-generator.php:6040
2399
+ msgid ""
2400
+ "These options are available for video galleries (options work the same as "
2401
+ "standard WordPress image galleries)"
2402
+ msgstr ""
2403
+ "Ces options sont disponibles pour les galleries vidéos (les options "
2404
+ "fonctionnent de la même façon que les galleries WordPress standards)"
2405
+
2406
+ #: ../languages/video-embed-thumbnail-generator.php:6041
2407
+ #: ../video-embed-thumbnail-generator.php:6041
2408
+ msgid "turns on the gallery"
2409
+ msgstr "active la gallerie"
2410
+
2411
+ #: ../languages/video-embed-thumbnail-generator.php:6042
2412
+ #: ../video-embed-thumbnail-generator.php:6042
2413
+ msgid "width in pixels to display gallery thumbnails"
2414
+ msgstr "largeur en pixels pour afficher la gallery de vignettes"
2415
+
2416
+ #: ../languages/video-embed-thumbnail-generator.php:6043
2417
+ #: ../video-embed-thumbnail-generator.php:6043
2418
+ msgid ""
2419
+ "comma separated video attachment IDs. Excludes the videos from the gallery."
2420
+ msgstr ""
2421
+ "IDs des vidéos en pièces jointes séparées par des virgules. Exclue les "
2422
+ "vidéos de la gallery."
2423
+
2424
+ #: ../languages/video-embed-thumbnail-generator.php:6044
2425
+ #: ../video-embed-thumbnail-generator.php:6044
2426
+ msgid ""
2427
+ "comma separated video attachment IDs. Includes only these videos in the "
2428
+ "gallery. Please note that include and exclude cannot be used together."
2429
+ msgstr ""
2430
+ "IDs des vidéos en pièces jointes séparées par des virgules. Inclue seulement "
2431
+ "ces vidéos dans la gallery. Notez que les fonctionnalités d'inclusion et "
2432
+ "d'exclusion ne peuvent être utilisées en même temps."
2433
+
2434
+ #: ../languages/video-embed-thumbnail-generator.php:6045
2435
+ #: ../video-embed-thumbnail-generator.php:6045
2436
+ msgid "criteria for sorting the gallery"
2437
+ msgstr "critères de tri de la gallerie"
2438
+
2439
+ #: ../languages/video-embed-thumbnail-generator.php:6046
2440
+ #: ../video-embed-thumbnail-generator.php:6046
2441
+ msgid "sort order"
2442
+ msgstr "ordre de tri"
2443
+
2444
+ #: ../languages/video-embed-thumbnail-generator.php:6047
2445
+ #: ../video-embed-thumbnail-generator.php:6047
2446
+ msgid ""
2447
+ "post ID to display a gallery made up of videos associated with a different "
2448
+ "post."
2449
+ msgstr ""
2450
+ "ID du post pour afficher une gallerie constituée de vidéos associées à un "
2451
+ "post différent."
2452
+
2453
+ #: ../languages/video-embed-thumbnail-generator.php:6048
2454
+ #: ../video-embed-thumbnail-generator.php:6048
2455
+ msgid ""
2456
+ "either close the pop-up or start playing the next video when the current "
2457
+ "video finishes playing."
2458
+ msgstr ""
2459
+ "fermeture du popup ou démarrage de la vidéo suivante dès que la vidéo "
2460
+ "courante touche à sa fin."
2461
+
2462
+ #~ msgid "Video title (WP default)"
2463
+ #~ msgstr "Titre de la Vidéo (par défaut)"
2464
+
2465
+ #~ msgid "Video in existing template"
2466
+ #~ msgstr "Vidéo dans un template existant"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: kylegilman
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=kylegilman@gmail.com&item_name=Video%20Embed%20And%20Thumbnail%20Generator%20Plugin%20Donation
4
  Tags: video, video player, video gallery, html5, shortcode, thumbnail, preview, poster, ffmpeg, libav, embed, mobile, webm, ogg, h.264, h264, responsive, mp4, jwplayer
5
  Requires at least: 3.5
6
- Tested up to: 3.9
7
- Stable tag: 4.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -25,7 +25,7 @@ You have the option to use a few different video players:
25
 
26
  <em>The Strobe Media Playback option hasn't been updated since 2011 and is not recommended, but I'm keeping it around for longtime users of this plugin who don't want to change. Most features of the plugin will work when using Strobe Media Playback, but new features will not be tested with it. Selecting Strobe Media Playback will default to a Flash video player if you're using a Flash-compatible file (flv, f4v, mp4, mov, or m4v). Otherwise it will use the Video.js player as a fallback.</em>
27
 
28
- No matter which player you use, the video will resize on the fly to fit the container it's in. There is no need to use FitVids.js and in fact FitVids.js will break responsive resizing for some players if it's running on your site.
29
 
30
  You can also use the plugin to create a popup video gallery. The shortcode uses options similar to the WordPress image gallery shortcode. In its simplest form use the code `[KGVID gallery="true"]` to create a gallery of all videos attached to the post. Thumbnail size and video popup size can be set on the plugin settings page or in the shortcode.
31
 
@@ -145,6 +145,8 @@ Most of the time your video doesn't play because it's not encoded in the right f
145
 
146
  Use <a href="http://mediaarea.net/en/MediaInfo">MediaInfo</a> to get really detailed information about your media files.
147
 
 
 
148
  = Why does my video have to download completely before it starts playing? =
149
 
150
  mp4/m4v/mov files have something called a moov atom that gives the video player information about the content of the video (dimensions, duration, codecs, etc). Depending on the program you used to make your video, the moov atom can be at the beginning or the end of the file. Most video players will wait until they find the moov atom before starting playback. Otherwise it doesn't know how to display the information it's downloading. If it's at the beginning of the file, playback starts very soon after the user hits the play button. If it's at the end of the file, the whole video has to download before playback starts.
@@ -212,6 +214,22 @@ Enter the username & password in the plugin settings "FFMPEG Settings" tab, or u
212
 
213
  == Changelog ==
214
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  = 4.3.1 - April 8, 2014 =
216
  * Fixed errors when activating plugin for the first time and saving settings page in non-multisite installations.
217
  * Updated Video.js to version 4.5.1
@@ -494,7 +512,7 @@ Enter the username & password in the plugin settings "FFMPEG Settings" tab, or u
494
  * Removed swfobject.js from the plugin package. Now using the one included with WordPress. WordPress 3.3.2 contains a security fix for swfobject.js and the plugin will use the fixed version if you have upgraded WordPress (which is highly recommended).
495
  * Added setting to customize the formatting of titles inserted by the plugin.
496
  * Added settings to display a custom image when videos end instead of the first frame of the video (Flash only).
497
- * Fixed problem with embedded FLV files giving message "Argument Error Invalid parameter passed to method" when loading poster images.
498
 
499
  = 2.0.5 - April 20, 2012 =
500
  * Fixed "Wrong datatype for second argument" error on line 339 and subsequent automatic replacement of original videos with Mobile/H.264 versions whether they exist or not.
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=kylegilman@gmail.com&item_name=Video%20Embed%20And%20Thumbnail%20Generator%20Plugin%20Donation
4
  Tags: video, video player, video gallery, html5, shortcode, thumbnail, preview, poster, ffmpeg, libav, embed, mobile, webm, ogg, h.264, h264, responsive, mp4, jwplayer
5
  Requires at least: 3.5
6
+ Tested up to: 4.0
7
+ Stable tag: 4.3.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
25
 
26
  <em>The Strobe Media Playback option hasn't been updated since 2011 and is not recommended, but I'm keeping it around for longtime users of this plugin who don't want to change. Most features of the plugin will work when using Strobe Media Playback, but new features will not be tested with it. Selecting Strobe Media Playback will default to a Flash video player if you're using a Flash-compatible file (flv, f4v, mp4, mov, or m4v). Otherwise it will use the Video.js player as a fallback.</em>
27
 
28
+ No matter which player you use, the video will resize on the fly to fit the container it's in. There is no need to use FitVids.js and in fact FitVids.js will break playback for some players.
29
 
30
  You can also use the plugin to create a popup video gallery. The shortcode uses options similar to the WordPress image gallery shortcode. In its simplest form use the code `[KGVID gallery="true"]` to create a gallery of all videos attached to the post. Thumbnail size and video popup size can be set on the plugin settings page or in the shortcode.
31
 
145
 
146
  Use <a href="http://mediaarea.net/en/MediaInfo">MediaInfo</a> to get really detailed information about your media files.
147
 
148
+ If your theme loads FitVids.js, it will break playback in Firefox. If you can figure out how to prevent your theme from loading FitVids.js you will not miss it.
149
+
150
  = Why does my video have to download completely before it starts playing? =
151
 
152
  mp4/m4v/mov files have something called a moov atom that gives the video player information about the content of the video (dimensions, duration, codecs, etc). Depending on the program you used to make your video, the moov atom can be at the beginning or the end of the file. Most video players will wait until they find the moov atom before starting playback. Otherwise it doesn't know how to display the information it's downloading. If it's at the beginning of the file, playback starts very soon after the user hits the play button. If it's at the end of the file, the whole video has to download before playback starts.
214
 
215
  == Changelog ==
216
 
217
+ = 4.3.2 - July 15, 2014 =
218
+ * Updated Video.js to version 4.6.4
219
+ * Added Spanish, French, and Bulgarian translations.
220
+ * Added ability to send advanced configuration attributes to JW Player. Any attributes added to the [KGVID] shortcode will be passed on without change.
221
+ * Added multisite option to restrict FFMPEG settings access to super admins only.
222
+ * Added better error reporting when FFMPEG isn't executing.
223
+ * Added subtitles/captions fields to "Embed Video from URL" tab.
224
+ * Added allowfullscreen to iframe embed codes.
225
+ * Added fitvidsignore class to Video.js videos to help defeat FitVids.js-induced playback problems.
226
+ * Added contentUrl schema.org metadata.
227
+ * Fixed some gettext calls for translation.
228
+ * Fixed bug that set alternate resolution H.264 videos to type "video/h264" instead of "video/mp4".
229
+ * Fixed bug that incorrectly added "Other user's video" to video encode queue entries.
230
+ * Fixed missing help icons on settings pages.
231
+ * Fixed bug that disabled aspect ratio locking in the "Embed Video from URL" tab.
232
+
233
  = 4.3.1 - April 8, 2014 =
234
  * Fixed errors when activating plugin for the first time and saving settings page in non-multisite installations.
235
  * Updated Video.js to version 4.5.1
512
  * Removed swfobject.js from the plugin package. Now using the one included with WordPress. WordPress 3.3.2 contains a security fix for swfobject.js and the plugin will use the fixed version if you have upgraded WordPress (which is highly recommended).
513
  * Added setting to customize the formatting of titles inserted by the plugin.
514
  * Added settings to display a custom image when videos end instead of the first frame of the video (Flash only).
515
+ * Fixed problem with embedded FLV files giving message "Argument Error - Invalid parameter passed to method" when loading poster images.
516
 
517
  = 2.0.5 - April 20, 2012 =
518
  * Fixed "Wrong datatype for second argument" error on line 339 and subsequent automatic replacement of original videos with Mobile/H.264 versions whether they exist or not.
video-embed-thumbnail-generator.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Video Embed & Thumbnail Generator
4
  Plugin URI: http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-wordpress-plugin/
5
  Description: Generates thumbnails, HTML5-compliant videos, and embed codes for locally hosted videos. Requires FFMPEG or LIBAV for encoding.
6
- Version: 4.3.1
7
  Author: Kyle Gilman
8
  Author URI: http://www.kylegilman.net/
9
  Text Domain: video-embed-thumbnail-generator
@@ -38,6 +38,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
38
  7) Includes code adapted from Jean-Marc Amiaud's "Replace WordPress default media icon with preview image"
39
  Website: http://www.amiaud.org/tag/video/
40
 
 
 
 
 
 
41
  */
42
 
43
  if ( ! defined( 'ABSPATH' ) )
@@ -49,7 +54,7 @@ function kgvid_default_options_fn() {
49
  $edit_others_capable = kgvid_check_if_capable('edit_others_posts');
50
 
51
  $options = array(
52
- "version" => 4.301,
53
  "embed_method" => "Video.js",
54
  "jw_player_id" => "",
55
  "template" => false,
@@ -144,6 +149,7 @@ function kgvid_default_options_fn() {
144
  function kgvid_default_network_options() {
145
 
146
  $default_options = kgvid_default_options_fn();
 
147
  $network_options = array(
148
  'app_path' => $default_options['app_path'],
149
  'video_app' => $default_options['video_app'],
@@ -154,6 +160,7 @@ function kgvid_default_network_options() {
154
  'threads' => $default_options['threads'],
155
  'ffmpeg_exists' => $default_options['ffmpeg_exists'],
156
  'default_capabilities' => $default_options['capabilities'],
 
157
  'simultaneous_encodes' => $default_options['simultaneous_encodes']
158
  );
159
 
@@ -564,7 +571,7 @@ function kgvid_check_ffmpeg_exists($options, $save) {
564
  if (function_exists('escapeshellcmd')) {
565
  $exec_enabled = true;
566
  $test_path = rtrim($options['app_path'], '/');
567
- $cmd = escapeshellcmd($test_path.'/'.$options['video_app'].' -i "'.plugin_dir_path(__FILE__).'images/sample-video-h264.mp4" -vframes 1 -f mjpeg '.$uploads['path'].'/ffmpeg_exists_test.jpg');
568
  exec ( $cmd, $output, $returnvalue );
569
  }
570
  else { $function = "ESCAPESHELLCMD"; }
@@ -576,7 +583,7 @@ function kgvid_check_ffmpeg_exists($options, $save) {
576
  if ( !file_exists($uploads['path'].'/ffmpeg_exists_test.jpg') ) { //if FFMPEG has not executed successfully
577
  $test_path = substr($test_path, 0, -strlen($options['video_app'])-1 );
578
  $cmd = escapeshellcmd($test_path.'/'.$options['video_app'].' -i "'.plugin_dir_path(__FILE__).'images/sample-video-h264.mp4" -vframes 1 -f mjpeg '.$uploads['path'].'/ffmpeg_exists_test.jpg');
579
- exec ( $cmd, $output, $returnvalue );
580
  }
581
 
582
  if ( file_exists($uploads['path'].'/ffmpeg_exists_test.jpg') ) { //FFMEG has executed successfully
@@ -599,11 +606,10 @@ function kgvid_check_ffmpeg_exists($options, $save) {
599
 
600
  }
601
 
602
- $output_output = implode("/n", $output);
603
  $arr = array (
604
  "exec_enabled"=>$exec_enabled,
605
  "ffmpeg_exists"=>$ffmpeg_exists,
606
- "output"=>$output_output,
607
  "function"=>$function,
608
  "app_path"=>$options['app_path']
609
  );
@@ -1105,7 +1111,7 @@ function kgvid_video_embed_enqueue_scripts() {
1105
 
1106
  //Video.js styles
1107
  if ( $options['embed_method'] == "Video.js" || $options['embed_method'] == "Strobe Media Playback" ) {
1108
- wp_enqueue_style( 'video-js', plugins_url("", __FILE__).'/video-js/video-js.css', '', '4.5.1' );
1109
  wp_enqueue_style( 'video-js-kg-skin', plugins_url("", __FILE__).'/video-js/kg-video-js-skin.css', '', $options['version'] );
1110
  }
1111
 
@@ -1178,7 +1184,9 @@ function kgvid_video_embed_print_scripts() {
1178
  $options = kgvid_get_options();
1179
 
1180
  wp_register_script( 'kgvid_video_embed', plugins_url("/js/kgvid_video_embed.js", __FILE__), array('jquery'), $options['version'], true );
1181
- wp_register_script( 'video-js', plugins_url("", __FILE__).'/video-js/video.js', '', '4.5.1', true );
 
 
1182
  wp_register_script( 'simplemodal', plugins_url("/js/jquery.simplemodal.1.4.5.min.js", __FILE__), '', '1.4.5', true );
1183
 
1184
  wp_localize_script( 'kgvid_video_embed', 'kgvid_ajax_object', array( 'ajaxurl' => admin_url( 'admin-ajax.php', is_ssl() ? 'admin' : 'http' ), 'ajax_nonce' => wp_create_nonce('kgvid_frontend_nonce') ) ); // setting ajaxurl
@@ -1220,9 +1228,9 @@ function kgvid_video_embed_print_scripts() {
1220
  }
1221
  add_action('wp_head', 'kgvid_video_embed_print_scripts', 99);
1222
 
1223
- function kgvid_print_vidojs_footer() { //called by the shortcode if Video.js is used
1224
 
1225
- echo '<script type="text/javascript">if(typeof videojs !== "undefined") { videojs.options.flash.swf = "'.plugins_url("", __FILE__).'/video-js/video-js.swf?4.4.0"; }</script>'."\n";
1226
 
1227
  }
1228
 
@@ -1278,7 +1286,7 @@ function kgvid_shortcode_atts($atts) {
1278
  'track_srclang' => substr(get_bloginfo('language'), 0, 2),
1279
  'track_src' => '',
1280
  'track_label' => get_bloginfo('language')
1281
- ), $atts);
1282
 
1283
  $checkbox_convert = array ( "autohide", "endofvideooverlaysame", "playbutton", "loop", "autoplay", "title", "embedcode", "view_count", "inline", "resize", "downloadlink");
1284
  foreach ( $checkbox_convert as $query ) {
@@ -1307,7 +1315,7 @@ function KGVID_shortcode($atts, $content = ''){
1307
 
1308
  if ( $options['embed_method'] != "WordPress Default" ) {
1309
  wp_enqueue_script( 'video-js' );
1310
- add_action('wp_footer', 'kgvid_print_vidojs_footer', 99);
1311
  }
1312
 
1313
  if ( $options['embed_method'] == "Strobe Media Playback" ) {
@@ -1323,6 +1331,15 @@ function KGVID_shortcode($atts, $content = ''){
1323
 
1324
  if ( $query_atts["gallery"] != "true" ) { //if this is not a pop-up gallery
1325
 
 
 
 
 
 
 
 
 
 
1326
  if ( empty($content) ) {
1327
  if ( !empty($query_atts["id"]) ) {
1328
  $id_array[0] = $query_atts["id"];
@@ -1364,6 +1381,7 @@ function KGVID_shortcode($atts, $content = ''){
1364
  $query_atts = kgvid_shortcode_atts($atts); //reset values so they can be different with multiple videos
1365
  $content = $original_content;
1366
  $sources = array();
 
1367
 
1368
  $compatible = array("flv", "f4v", "mp4", "mov", "m4v", "ogv", "ogg", "webm");
1369
  $h264compatible = array("mp4", "mov", "m4v");
@@ -1379,8 +1397,10 @@ function KGVID_shortcode($atts, $content = ''){
1379
  $encodevideo_info = kgvid_encodevideo_info($content, $id);
1380
  $attachment_info = get_post( $id );
1381
 
 
 
 
1382
  if ( empty($atts['width']) ) {
1383
- $dimensions = kgvid_set_video_dimensions($id);
1384
  $query_atts['width'] = $dimensions['width'];
1385
  $query_atts['height'] = $dimensions['height'];
1386
  }
@@ -1423,7 +1443,7 @@ function KGVID_shortcode($atts, $content = ''){
1423
 
1424
  $video_formats = kgvid_video_formats();
1425
  unset($video_formats['fullres']);
1426
- $video_formats['original'] = array( "type" => $moviefiletype, "name" => "Full" );
1427
 
1428
  if ( in_array($moviefiletype, $compatible) ) {
1429
  $encodevideo_info["original_exists"] = true;
@@ -1452,11 +1472,12 @@ function KGVID_shortcode($atts, $content = ''){
1452
  }
1453
 
1454
  $code .= '<div id="kgvid_'.$div_suffix.'_wrapper" class="kgvid_wrapper'.$aligncode.'">'."\n\t\t\t";
1455
- $code .= '<div id="video_'.$div_suffix.'_div" class="kgvid_videodiv" data-id="'.$div_suffix.'" itemscope itemtype="http://schema.org/VideoObject">';
1456
- if ( $query_atts["poster"] != '' ) { $code .= '<meta itemprop="thumbnailURL" content="'.esc_attr($query_atts["poster"]).'" />'; }
1457
  if ( !empty($id) ) { $schema_embedURL = site_url('/')."?attachment_id=".$id."&amp;kgvid_video_embed[enable]=true"; }
1458
  else { $schema_embedURL = $content; }
1459
- $code .= '<meta itemprop="embedURL" content="'.esc_attr($schema_embedURL).'" />';
 
1460
 
1461
  if ( !empty($query_atts['title']) ) { $code .= '<meta itemprop="name" content="'.esc_attr($query_atts['title']).'" />'; }
1462
  if ( !empty($query_atts['description']) ) { $description = $query_atts['description']; }
@@ -1487,7 +1508,6 @@ function KGVID_shortcode($atts, $content = ''){
1487
 
1488
  if ( $options['embed_method'] == "WordPress Default" ) {
1489
  $wp_shortcode = "[video ";
1490
- $mp4already = false;
1491
  $sources_hack = "";
1492
  foreach ($video_formats as $format => $format_stats) {
1493
  if ( $format != "original" && $encodevideo_info[$format."url"] == $content ) { unset($sources['original']); }
@@ -1528,14 +1548,7 @@ function KGVID_shortcode($atts, $content = ''){
1528
 
1529
  if ( class_exists('JWP6_Shortcode') ) {
1530
 
1531
- $jw_video_formats = array( 'mobile' => '480p',
1532
- '720' => '720p',
1533
- '1080' => '1080p',
1534
- 'original' => 'Full',
1535
- 'webm' => 'WEBM',
1536
- 'ogg' => 'OGV'
1537
- );
1538
- foreach ($jw_video_formats as $format => $name) {
1539
  if ( $format != "original" && $encodevideo_info[$format."url"] == $content ) { unset($sources['original']); }
1540
  if ( $encodevideo_info[$format."_exists"] ) {
1541
  $sources[$format] = '{ file:\''.esc_attr($encodevideo_info[$format."url"]).'\', label:\''.$name.'\'';
@@ -1554,6 +1567,8 @@ function KGVID_shortcode($atts, $content = ''){
1554
  }
1555
  }
1556
 
 
 
1557
  $jw_shortcode = "[jwplayer ";
1558
  $jw_shortcode .= 'sources="'.implode(',', $sources).'" ';
1559
  $jw_shortcode .= 'tracks="'.implode(',', $jw_tracks).'" ';
@@ -1567,6 +1582,13 @@ function KGVID_shortcode($atts, $content = ''){
1567
  if ( !empty($jw_player_config) ) { $jw_shortcode .= ' player="'.$options['jw_player_id'].'" '; }
1568
  }
1569
 
 
 
 
 
 
 
 
1570
  $jw_shortcode = trim($jw_shortcode);
1571
  $jw_shortcode .= ']';
1572
 
@@ -1584,9 +1606,23 @@ function KGVID_shortcode($atts, $content = ''){
1584
 
1585
  if ( $options['embed_method'] == "Video.js" || $options['embed_method'] == "Strobe Media Playback" ) {
1586
 
 
 
1587
  foreach ($video_formats as $format => $format_stats) {
1588
  if ( $format != "original" && $encodevideo_info[$format."url"] == $content ) { unset($sources['original']); }
1589
- if ( $encodevideo_info[$format."_exists"] ) { $sources[$format] = "\t\t\t\t\t".'<source src="'.esc_attr($encodevideo_info[$format."url"]).'" type="video/'.$format_stats['type'].'">'."\n"; }
 
 
 
 
 
 
 
 
 
 
 
 
1590
  }
1591
 
1592
  $code .= '<video id="video_'.$div_suffix.'" ';
@@ -1596,7 +1632,7 @@ function KGVID_shortcode($atts, $content = ''){
1596
  $code .= 'preload="'.$options['preload'].'" ';
1597
  if ( $query_atts["poster"] != '' ) { $code .= 'poster="'.esc_attr($query_atts["poster"]).'" '; }
1598
  $code .= 'width="'.$query_atts["width"].'" height="'.esc_attr($query_atts["height"]).'"';
1599
- $code .= ' class="'.esc_attr('video-js '.$options['js_skin']).'" data-setup=\'{}\'';
1600
  $code .= ">\n";
1601
 
1602
  $code .= implode("", $sources); //add the <source> tags created earlier
@@ -1633,7 +1669,7 @@ function KGVID_shortcode($atts, $content = ''){
1633
  if ( $query_atts['embedcode'] != "false" ) {
1634
  if ( $query_atts['embedcode'] == "true" ) { $iframeurl = site_url('/')."?attachment_id=".$id."&amp;kgvid_video_embed[enable]=true"; }
1635
  else { $iframeurl = $query_atts['embedcode']; }
1636
- $iframecode = "<iframe src='".$iframeurl."' frameborder='0' scrolling='no' width='".esc_attr($query_atts['width'])."' height='".esc_attr($query_atts["height"])."'></iframe>";
1637
  $code .= "\t\t\t\t<div id=\"video_".$div_suffix."_embed\" class=\"kgvid_share\"><span>"._x('Embed:', 'precedes code for embedding video', 'video-embed-thumbnail-generator')." </span><input type=\"text\" value=\"".esc_attr($iframecode)."\" onClick=\"this.select();\"></div>\n";
1638
  }
1639
  if ( $query_atts['title'] != "false" && $options['embed_method'] != "JW Player" ) {
@@ -1659,6 +1695,10 @@ function KGVID_shortcode($atts, $content = ''){
1659
  'right_click' => $query_atts['right_click']
1660
  );
1661
 
 
 
 
 
1662
  if ( $options['embed_method'] == "Strobe Media Playback" && $flash_settings['flash_source_found'] ) {
1663
 
1664
  $video_variables['swfurl'] = plugins_url('', __FILE__)."/flash/StrobeMediaPlayback.swf";
@@ -2109,10 +2149,11 @@ function kgvid_generate_queue_table( $scope = 'site' ) {
2109
 
2110
  }//end if current user can see this stuff
2111
 
2112
- if ( (is_network_admin() || 'network' == $scope) && $blog_id ) { restore_current_blog(); }
2113
-
2114
  else { $html .= "<td colspan='".strval($total_columns-1)."'><strong class='kgvid_queue_message'>".__("Other user's video", 'video-embed-thumbnail-generator')."</strong></td>"; }
2115
  $html .= "</td></tr>\n";
 
 
 
2116
  }
2117
  }
2118
  else { $html = "\t<tr><td colspan='".strval($total_columns)."'><strong class='kgvid_queue_message'>".__('Queue is empty', 'video-embed-thumbnail-generator')."</strong></td></tr>\n"; }
@@ -2166,7 +2207,7 @@ function kgvid_FFMPEG_Queue_Page() {
2166
  }
2167
 
2168
  function kgvid_add_network_settings_page() {
2169
- add_submenu_page('settings.php', _x('Video Embed & Thumbnail Generator', 'Settings page title', 'video-embed-thumbnail-generator'), __('Video Embed & Thumbnail Generator', 'Settings page title in admin sidebar', 'video-embed-thumbnail-generator'), 'manage_network_options', __FILE__, 'kgvid_network_settings_page' );
2170
  }
2171
  add_action('network_admin_menu', 'kgvid_add_network_settings_page');
2172
 
@@ -2246,6 +2287,10 @@ function kgvid_network_settings_page() {
2246
  <th scope='row'><label><?php _e('User capabilties for new sites:', 'video-embed-thumbnail-generator'); ?></label></th>
2247
  <td><?php kgvid_user_roles_callback('network'); ?></td>
2248
  </tr>
 
 
 
 
2249
  </tbody>
2250
  </table>
2251
  <p class='submit'>
@@ -2253,7 +2298,7 @@ function kgvid_network_settings_page() {
2253
  <?php submit_button(__('Reset Options', 'video-embed-thumbnail-generator'), 'secondary', 'video-embed-thumbnail-generator-reset', false); ?>
2254
  </p>
2255
  </form>
2256
- <div class="kgvid-blue-box">
2257
  <span><?php _e('If you\'re getting some use out of this plugin, please consider donating a few dollars to support its future development.', 'video-embed-thumbnail-generator') ?></span>
2258
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
2259
  <input type="hidden" name="cmd" value="_donations">
@@ -2279,14 +2324,22 @@ function kgvid_network_settings_page() {
2279
  <?php
2280
  }
2281
 
 
 
 
 
 
 
 
2282
  function kgvid_add_settings_page() {
2283
- add_options_page( _x('Video Embed & Thumbnail Generator', 'Settings page title', 'video-embed-thumbnail-generator'), __('Video Embed & Thumbnail Generator', 'Settings page title in admin sidebar', 'video-embed-thumbnail-generator'), 'manage_options', __FILE__, 'kgvid_settings_page' );
2284
  }
2285
  add_action('admin_menu', 'kgvid_add_settings_page');
2286
 
2287
  function kgvid_settings_page() {
2288
  wp_enqueue_media();
2289
  $options = kgvid_get_options();
 
2290
  $video_app = $options['video_app'];
2291
  if ( $video_app == "avconv" ) { $video_app = "libav"; }
2292
  ?>
@@ -2294,7 +2347,7 @@ function kgvid_settings_page() {
2294
  <div class="icon32" id="icon-options-general"><br></div>
2295
  <h2>Video Embed & Thumbnail Generator</h2>
2296
  <?php if ( !is_multisite()
2297
- || ( function_exists( 'is_plugin_active_for_network' ) && is_plugin_active_for_network( plugin_basename(__FILE__) ) && $options['ffmpeg_exists'] == "on" )
2298
  ) { ?>
2299
  <h2 class="nav-tab-wrapper">
2300
  <a href="#" id="general_tab" class="nav-tab" onclick="kgvid_switch_settings_tab('general');"><?php _ex('General', 'Adjective, tab title', 'video-embed-thumbnail-generator') ?></a>
@@ -2310,7 +2363,7 @@ function kgvid_settings_page() {
2310
  <?php submit_button(__('Reset Options', 'video-embed-thumbnail-generator'), 'secondary', 'video-embed-thumbnail-generator-reset', false); ?>
2311
  </p>
2312
  </form>
2313
- <div class="kgvid-blue-box">
2314
  <span><?php _e('If you\'re getting some use out of this plugin, please consider donating a few dollars to support its future development.', 'video-embed-thumbnail-generator') ?></span>
2315
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
2316
  <input type="hidden" name="cmd" value="_donations">
@@ -2362,7 +2415,17 @@ function kgvid_video_embed_options_init() {
2362
  }
2363
  update_site_option('kgvid_video_embed_network_options', $network_options);
2364
 
2365
- }//end setting network options
 
 
 
 
 
 
 
 
 
 
2366
 
2367
  $network_queue = get_site_option('kgvid_video_embed_queue');
2368
 
@@ -2431,7 +2494,7 @@ function kgvid_video_embed_options_init() {
2431
  add_settings_field('thumb_parent', __('Attach thumbnails to:', 'video-embed-thumbnail-generator'), 'kgvid_thumb_parent_callback', __FILE__, 'kgvid_video_embed_plugin_settings', array( 'label_for' => 'thumb_parent' ) );
2432
  add_settings_field('delete_children', __('Delete associated attachments:', 'video-embed-thumbnail-generator'), 'kgvid_delete_children_callback', __FILE__, 'kgvid_video_embed_plugin_settings', array( 'label_for' => 'delete_children' ) );
2433
  add_settings_field('titlecode', __('Video title text HTML formatting:', 'video-embed-thumbnail-generator'), 'kgvid_titlecode_callback', __FILE__, 'kgvid_video_embed_plugin_settings', array( 'label_for' => 'titlecode' ) );
2434
- add_settings_field('template', __('Attachment template display:', 'video-embed-thumbnail-generator'), 'kgvid_template_callback', __FILE__, 'kgvid_video_embed_plugin_settings', array( 'label_for' => 'template' ) );
2435
 
2436
  if ( !is_plugin_active_for_network( plugin_basename(__FILE__) ) ) {
2437
  add_settings_field('app_path', __('Path to applications folder on server:', 'video-embed-thumbnail-generator'), 'kgvid_app_path_callback', __FILE__, 'kgvid_video_embed_encode_settings', array( 'label_for' => 'app_path' ) );
@@ -2508,7 +2571,7 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2508
  $selected = ($options['embed_method']==$value) ? 'selected="selected"' : '';
2509
  echo "<option value='$value' $selected>$name</option>";
2510
  }
2511
- echo "</select> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('Video.js is the default player. Users running WordPress 3.6 or higher can choose the WordPress Default Mediaelement.js player which may already be skinned to match your theme. If the JW Player WordPress plugin is active it should be available as a video player. In the past this plugin used Adobe\'s Strobe Media Playback Flash player, which hasn\'t been updated since 2011 and is not recommended. It should still work, but new plugin functions are not guaranteed to be compatible.', 'video-embed-thumbnail-generator')."</span></a>".$jw_player_select."</td></tr></tbody></table>\n";
2512
 
2513
  $sampleheight = intval($options['height']) + 50;
2514
  echo "<div class='kgvid_setting_nearvid' style='width:".$options['width']."px;'>";
@@ -2564,7 +2627,7 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2564
  function kgvid_dimensions_callback() {
2565
  $options = kgvid_get_options();
2566
  echo __('Width:', 'video-embed-thumbnail-generator')." <input class='small-text affects_player' id='width' name='kgvid_video_embed_options[width]' type='text' value='".$options['width']."' /> ".__('Height:', 'video-embed-thumbnail-generator')." <input class='small-text affects_player' id='height' name='kgvid_video_embed_options[height]' type='text' value='".$options['height']."' /> ";
2567
- echo "<input ".checked( $options['minimum_width'], "on", false )." id='minimum_width' name='kgvid_video_embed_options[minimum_width]' type='checkbox' /> <label for='minimum_width'>".__('Enlarge lower resolution videos to max width.', 'video-embed-thumbnail-generator')."</label> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('Usually if a video\'s resolution is less than the max width, the video player is set to the actual width of the video. Enabling this will always set the same width regardless of the quality of the video. When necessary you can override by setting the dimensions manually.', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2568
  }
2569
 
2570
  function kgvid_gallery_dimensions_callback() {
@@ -2612,7 +2675,7 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2612
  $selected = ($options['preload']==$value) ? 'selected="selected"' : '';
2613
  echo "<option value='$value' $selected>$name</option>";
2614
  }
2615
- echo "</select><a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>"._x('Controls how much of a video to load before the user starts playback. Mobile browsers never preload any video information. Selecting "metadata" will load the height and width and format information along with a few seconds of the video in some desktop browsers. "Auto" will preload nearly a minute of video in most desktop browsers. "None" will prevent all data from preloading.', 'Suggest not translating the words in quotation marks', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2616
  }
2617
 
2618
  function kgvid_js_skin_callback() {
@@ -2720,13 +2783,13 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2720
  if ( $options['embeddable'] != "on" ) { $embed_disabled = " disabled='disabled'"; }
2721
  else { $embed_disabled = ""; }
2722
  echo "<input class='affects_player' ".checked( $options['embeddable'], "on", false )." id='embeddable' name='kgvid_video_embed_options[embeddable]' type='checkbox' onclick='kgvid_embeddable_switch(this.checked);' /> <label for='embeddable'>".__('Allow users to embed your videos on other sites.', 'video-embed-thumbnail-generator')."</label><br />";
2723
- echo "<input ".checked( $options['open_graph'], "on", false )." id='open_graph' name='kgvid_video_embed_options[open_graph]' type='checkbox'".$embed_disabled." /> <label for='open_graph'>"._x('Enable Open Graph video tags', '"Open Graph" is a proper noun and might not need translation', 'video-embed-thumbnail-generator')."</label><a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('Facebook and some other social media sites will use these tags to embed the first video in your post. For the majority of Facebook users who have enabled secure browsing, your video must be served via https in order to be embedded directly on the page.', 'video-embed-thumbnail-generator')."</span></a><br />";
2724
- echo "<input class='affects_player' ".checked( $options['right_click'], "on", false )." id='right_click' name='kgvid_video_embed_options[right_click]' type='checkbox' /> <label for='right_click'>".__('Allow right-clicking on videos.', 'video-embed-thumbnail-generator')."</label> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('We can\'t prevent a user from simply saving the downloaded video file from the browser\'s cache, but disabling right-clicking will make it more difficult for casual users to save your videos.', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2725
  }
2726
 
2727
  function kgvid_featured_callback() {
2728
  $options = kgvid_get_options();
2729
- echo "<input ".checked( $options['featured'], "on", false )." id='featured' name='kgvid_video_embed_options[featured]' type='checkbox' /> <label for='featured'>".__('Set generated video thumbnails as featured images.', 'video-embed-thumbnail-generator')."</label> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('If your theme uses the featured image meta tag, this will automatically set a video\'s parent post\'s featured image to the most recently saved thumbnail image.', 'video-embed-thumbnail-generator')."</span></a><br /> <a class='button-secondary' href='javascript:void(0);' onclick='kgvid_set_all_featured();'>"._x('Set all as featured', 'implied "Set all thumbnails as featured"', 'video-embed-thumbnail-generator')."</a> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('If you\'ve generated thumbnails before enabling this option, this will set all existing thumbnails as featured images. Be careful!', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2730
  }
2731
 
2732
  function kgvid_thumb_parent_callback() {
@@ -2737,7 +2800,7 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2737
  $selected = ($options['thumb_parent']==$item) ? 'selected="selected"' : '';
2738
  echo "<option value='$item' $selected>$item</option>";
2739
  }
2740
- echo "</select> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('This depends on your theme. Thumbnails generated by the plugin can be saved as children of the video attachment or the post. Some themes use an image attached to a post instead of the built-in featured image meta tag. Version 3.x of this plugin saved all thumbnails as children of the video.', 'video-embed-thumbnail-generator')."</span></a><br /> <a class='button-secondary' href='javascript:void(0);' onclick='kgvid_switch_parents();'>".__('Set all parents', 'video-embed-thumbnail-generator')."</a> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('If you\'ve generated thumbnails before changing this option, this will set all existing thumbnails as children of your currently selected option.', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2741
  }
2742
 
2743
  function kgvid_delete_children_callback() {
@@ -2751,23 +2814,23 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2751
  $selected = ($options['delete_children']==$value) ? 'selected="selected"' : '';
2752
  echo "<option value='$value' $selected>$name</option>";
2753
  }
2754
- echo "</select> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('If you delete the original video you can choose to delete all associated attachments (thumbnails & videos) or keep the thumbnail.', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2755
  }
2756
 
2757
  function kgvid_titlecode_callback() {
2758
  $options = kgvid_get_options();
2759
- echo "<input class='regular-text code' id='titlecode' name='kgvid_video_embed_options[titlecode]' type='text' value='".htmlentities(stripslashes($options['titlecode']))."' /> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".sprintf( __('HTML tag applied to titles inserted above the video. Examples: %s. Corresponding closing tags will be applied to the end of the title automatically.', 'video-embed-thumbnail-generator'), "&lt;strong&gt;, &lt;em&gt;, &lt;H2&gt;, &lt;span class='videotitle'&gt;")."</span></a>\n\t";
2760
  }
2761
 
2762
  function kgvid_template_callback() {
2763
  $options = kgvid_get_options();
2764
- $items = array(__("Video title (WP default)", 'video-embed-thumbnail-generator')=>"none", __("Video in existing template", 'video-embed-thumbnail-generator')=>"gentle", __("Video only (deprecated)", 'video-embed-thumbnail-generator')=>"old");
2765
  echo "<select id='template' name='kgvid_video_embed_options[template]'>";
2766
  foreach($items as $name => $value) {
2767
  $selected = ($options['template']==$value) ? 'selected="selected"' : '';
2768
  echo "<option value='$value' $selected>$name</option>";
2769
  }
2770
- echo "</select> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('By default WordPress only displays a video\'s title on the attachment page. This plugin can filter your attachment page to display the video, or completely replace your attachment template to show only the video. If you were one of the few people using iframe embed codes before version 4.0 of this plugin then you should continue to use "Video only" but otherwise it\'s not recommended.', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2771
  }
2772
 
2773
  function kgvid_encode_settings_section_callback() {
@@ -2781,7 +2844,7 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2781
  function kgvid_app_path_callback() {
2782
  $options = kgvid_get_options();
2783
  //if ( is_plugin_active_for_network( plugin_basename(__FILE__) ) ) { $options = get_site_option( 'kgvid_video_embed_network_options' ); }
2784
- echo "<input class='affects_ffmpeg regular-text code' id='app_path' data-ffmpeg_exists='".$options['ffmpeg_exists']."' name='kgvid_video_embed_options[app_path]' type='text' value='".$options['app_path']."' /><a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."//wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".sprintf( __('This should be the folder where applications are installed on your server, not a direct path to an application, so it doesn\'t usually end with %1$s. Example: %2$s.', 'video-embed-thumbnail-generator'), "<code><strong class='video_app_name'>".strtoupper($options['video_app'])."</strong></code>", "<code>/usr/local/bin</code>" )."\n\t";
2785
  }
2786
 
2787
  function kgvid_video_app_callback() {
@@ -2793,7 +2856,7 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2793
  $selected = ($options['video_app']==$value) ? 'selected="selected"' : '';
2794
  echo "<option value='$value' $selected>$name</option>";
2795
  }
2796
- echo "</select> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('FFMPEG split into two separate branches in 2011. The new branch is called LIBAV and executes using "avconv" instead of "ffmpeg." Both are still actively developed and FFMPEG frequently incorporates LIBAV features. Debian & Ubuntu users probably have LIBAV installed.', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2797
  }
2798
 
2799
  function kgvid_browser_thumbnails_callback() {
@@ -2806,7 +2869,7 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2806
  function kgvid_encode_formats_callback() {
2807
  $options = kgvid_get_options();
2808
  echo "<div class='kgvid_video_app_required'>";
2809
- echo "<input ".checked( $options['encode_fullres'], "on", false )." id='encode_fullres' name='kgvid_video_embed_options[encode_fullres]' type='checkbox' /> <label for='encode_fullres'>".__('Replace original with same resolution H.264', 'video-embed-thumbnail-generator')."</label> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."//wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('If you have FFMPEG/LIBAV and the proper libraries installed, you can choose to replace your uploaded video with an H.264 video, and also transcode into as many as five additional formats depending on the resolution of your original source. Different browsers have different playback capabilities. Most desktop browsers can play H.264, and all modern mobile devices can play at least 480p H.264. If you create multiple H.264 resolutions, the highest resolution supported by the device will be served up automatically. The plugin will not upconvert your video, so if you upload a 720p video, it will not waste your time creating a 1080p version. There was a time when it seemed like a good idea to provide OGV or WEBM for some desktop browsers, but even Firefox allows H.264 playback on Windows now. I no longer recommend encoding OGV or WEBM unless you expect a large number of no-Flash sticklers visiting your site.', 'video-embed-thumbnail-generator')."</span></a><br />";
2810
  echo "<input ".checked( $options['encode_1080'], "on", false )." id='encode_1080' name='kgvid_video_embed_options[encode_1080]' type='checkbox' /> <label for='encode_1080'>1080p H.264 <small><em>".__('(iPhone 4s+, iPad 2+, modern Android, Windows Phone 8, Chrome, Safari, IE 9+, Firefox Windows)', 'video-embed-thumbnail-generator')."</em></small></label><br />";
2811
  echo "<input ".checked( $options['encode_720'], "on", false )." id='encode_720' name='kgvid_video_embed_options[encode_720]' type='checkbox' /> <label for='encode_720'>720p H.264 <small><em>".__('(iPhone 4+, iPad, most Android, Chrome, Safari, IE 9+, Firefox Windows)', 'video-embed-thumbnail-generator')."</em></small></label><br />";
2812
  echo "<input ".checked( $options['encode_mobile'], "on", false )." id='encode_mobile' name='kgvid_video_embed_options[encode_mobile]' type='checkbox' /> <label for='encode_mobile'>480p H.264 <small><em>(iOS, Android, Windows Phone 7, Chrome, Safari, IE 9+, Firefox Windows)</em></small></label><br />";
@@ -2858,7 +2921,7 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2858
  $options = kgvid_get_options();
2859
  echo "<div class='kgvid_video_app_required'>";
2860
  echo "<table class='kgvid_htaccess'><tbody><tr><td>".__('Username:', 'video-embed-thumbnail-generator')."</td><td><input class='regular-text affects_ffmpeg' id='htaccess_login' name='kgvid_video_embed_options[htaccess_login]' type='text' value='".$options['htaccess_login']."' /></td></tr>";
2861
- echo "<tr><td>".__('Password:', 'video-embed-thumbnail-generator')."</td><td><input class='regular-text affects_ffmpeg' id='htaccess_password' name='kgvid_video_embed_options[htaccess_password]' type='text' value='".$options['htaccess_password']."' /> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".sprintf( __('If your videos are htaccess protected, %s will access them using these credentials.', 'video-embed-thumbnail-generator'), "<strong class='video_app_name'>".strtoupper($options['video_app'])."</strong>" )."</span></a></td></tr></tbody></table>";
2862
  echo "</div>\n\t";
2863
  }
2864
 
@@ -2901,7 +2964,7 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2901
  $selected = ($options['moov']==$value) ? 'selected="selected"' : '';
2902
  echo "<option value='$value' $selected>$name</option>";
2903
  }
2904
- echo "</select> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".sprintf( __('By default %1$s places moov atoms at the end of H.264 encoded files, which forces the entire file to download before playback can start and can prevent Flash players from playing them at all. Since approximately October 2012 %1$s can fix the problem at the end of the encoding process by using the option `movflags faststart`. This is the easiest and fastest way to correct the problem, but older versions of %1$s will not work if you select the movflags option. If you can\'t update to a new version of %1$s, select qt-faststart or MP4Box which will run after encoding is finished if they are installed on your server.', 'video-embed-thumbnail-generator'), "<strong class='video_app_name'>".strtoupper($options['video_app'])."</strong>")."</span></a>";
2905
  echo "</div>\n\t";
2906
  }
2907
 
@@ -2914,7 +2977,7 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2914
  $selected = ($options['rate_control']==$value) ? 'selected="selected"' : '';
2915
  echo "<option value='$value' $selected>$name</option>";
2916
  }
2917
- echo "</select> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('Constant Rate Factor (CRF) attempts to maintain a particular quality output for the entire video and only uses bits the encoder determines are necessary. Average Bit Rate is similar to the method used in older versions of this plugin. If CRF is selected, WEBM encoding will also use the ABR setting to set a max bit rate 25% higher than the ABR. Without a max bit rate setting WEBM files are terrible quality.', 'video-embed-thumbnail-generator')."</span></a>";
2918
  echo "</div>\n\t";
2919
  }
2920
 
@@ -2926,21 +2989,21 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2926
  $selected = ($options['h264_CRF']==$i) ? 'selected="selected"' : '';
2927
  echo "<option value='".$i."' $selected>".$i."</option>";
2928
  }
2929
- echo "</select> H.264 <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('Lower values are higher quality. 18 is considered visually lossless. Default is 23.', 'video-embed-thumbnail-generator')."</span></a><br />";
2930
 
2931
  echo "<select id='webm_CRF' name='kgvid_video_embed_options[webm_CRF]' class='affects_ffmpeg'>";
2932
  for ($i = 4; $i <= 63; $i++ ) {
2933
  $selected = ($options['webm_CRF']==$i) ? 'selected="selected"' : '';
2934
  echo "<option value='".$i."' $selected>".$i."</option>";
2935
  }
2936
- echo "</select> WEBM <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('Lower values are higher quality. Default is 10.', 'video-embed-thumbnail-generator')."</span></a><br />\n\t";
2937
 
2938
  echo "<select id='ogv_CRF' name='kgvid_video_embed_options[ogv_CRF]' class='affects_ffmpeg'>";
2939
  for ($i = 1; $i <= 10; $i++ ) {
2940
  $selected = ($options['ogv_CRF']==$i) ? 'selected="selected"' : '';
2941
  echo "<option value='".$i."' $selected>".$i."</option>";
2942
  }
2943
- echo "</select> OGV (qscale) <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('Higher values are higher quality. Default is 6.', 'video-embed-thumbnail-generator')."</span></a>";
2944
  echo "</div>\n\t";
2945
  }
2946
 
@@ -2952,7 +3015,7 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2952
  $selected = ($options['bitrate_multiplier']==strval($i)) ? 'selected="selected"' : '';
2953
  echo "<option value='$i' $selected>$i</option>";
2954
  }
2955
- echo "</select> ".__('bits per pixel.', 'video-embed-thumbnail-generator')." <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('Default is 0.1', 'video-embed-thumbnail-generator')."</span></a><br />";
2956
  echo "<span class='kgvid_gray_text'>1080p = <span id='1080_bitrate'>".round(floatval($options['bitrate_multiplier'])*1920*1080*30/1024)."</span> kbps<br />";
2957
  echo "720p = <span id='720_bitrate'>".round(floatval($options['bitrate_multiplier'])*1280*720*30/1024)."</span> kbps<br />";
2958
  echo "480p = <span id='360_bitrate'>".round(floatval($options['bitrate_multiplier'])*640*360*30/1024)."</span> kbps</span>";
@@ -2968,14 +3031,14 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2968
  $selected = ($options['h264_profile']==$item) ? 'selected="selected"' : '';
2969
  echo "<option value='$item' $selected>$item</option>";
2970
  }
2971
- echo "</select> "._x('profile', 'H.264 profile. Might not need translation', 'video-embed-thumbnail-generator')." <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('Lower profiles will slightly increase file sizes. This mostly depends on your need for compatability with Android devices. Main profile seems to work on recent phones, although officially Android only supports baseline. High profile is not recommended for mobile or Flash compatibility, and anything above high is designed for professional video and probably incompatible with consumer devices. Older versions of FFMPEG might ignore this setting altogether.', 'video-embed-thumbnail-generator')."</span></a><br />";
2972
  echo "<select id='h264_level' name='kgvid_video_embed_options[h264_level]' class='affects_ffmpeg'>";
2973
  $items = array("none", "1", "1.1", "1.2", "1.3", "2", "2.1", "2.2", "3", "3.1", "3.2", "4", "4.1", "4.2", "5", "5.1");
2974
  foreach($items as $item) {
2975
  $selected = ($options['h264_level']==$item) ? 'selected="selected"' : '';
2976
  echo "<option value='$item' $selected>$item</option>";
2977
  }
2978
- echo "</select> "._x('level', 'H.264 level. Might not need translation', 'video-embed-thumbnail-generator')." <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('3.0 is default. Lower levels will lower maximum bit rates and decoding complexity. This mostly depends on your need for compatability with mobile devices. Older versions of FFMPEG might ignore this setting altogether.', 'video-embed-thumbnail-generator')."</span></a>";
2979
  echo "</div>\n\t";
2980
  }
2981
 
@@ -2995,8 +3058,8 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
2995
  function kgvid_ffmpeg_options_callback() {
2996
  $options = kgvid_get_options();
2997
  echo "<div class='kgvid_video_app_required'>";
2998
- echo "<input class='affects_ffmpeg' onchange='if(jQuery(\"#ffmpeg_vpre\").attr(\"checked\")==\"checked\"){jQuery(\"#video_bitrate_flag\").attr(\"checked\", \"checked\");}' ".checked( $options['video_bitrate_flag'], "on", false )." id='video_bitrate_flag' name='kgvid_video_embed_options[video_bitrate_flag]' type='checkbox' /> <label for='video_bitrate_flag'>".__('Enable legacy FFMPEG "-b" and "-ba" bitrate flags.', 'video-embed-thumbnail-generator')."</label> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('Enable if your installed version of FFMPEG is old enough that you can\'t use the newer -b:v flags (Dreamhost users must turn this on). It may cause newer versions of FFMPEG to fail.', 'video-embed-thumbnail-generator')."</span></a><br />
2999
- <input class='affects_ffmpeg' onchange='if(jQuery(\"#ffmpeg_vpre\").attr(\"checked\")==\"checked\"){jQuery(\"#video_bitrate_flag\").attr(\"checked\", \"checked\");}' ".checked( $options['ffmpeg_vpre'], "on", false )." id='ffmpeg_vpre' name='kgvid_video_embed_options[ffmpeg_vpre]' type='checkbox' /> <label for='ffmpeg_vpre'>".__('Enable legacy FFMPEG parameters.', 'video-embed-thumbnail-generator')."</label> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".__('Enable if your installed version of FFMPEG is old enough that libx264 requires additional configuration to operate (Dreamhost users must turn this on). This should help if you can encode WEBM or OGV files but H264/Mobile files fail. It could cause newer versions of FFMPEG to fail.', 'video-embed-thumbnail-generator')."</span></a>";
3000
  echo "</div>\n\t";
3001
  }
3002
 
@@ -3009,16 +3072,16 @@ add_action('admin_init', 'kgvid_video_embed_options_init' );
3009
  $selected = ($options['simultaneous_encodes']==$i) ? 'selected="selected"' : '';
3010
  echo "<option value='".$i."' $selected>".$i."</option>";
3011
  }
3012
- echo "</select> ".__('Simultaneous encodes.', 'video-embed-thumbnail-generator')." <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".sprintf( __('Increasing the number will allow %1$s to encode more than one file at a time, but may lead to %1$s monopolizing system resources.', 'video-embed-thumbnail-generator'), "<strong class='video_app_name'>".strtoupper($options['video_app'])."</strong>" )."</span></a><br />";
3013
 
3014
  echo "<select id='threads' name='kgvid_video_embed_options[threads]' class='affects_ffmpeg'>";
3015
  for ($i = 0; $i <= 16; $i++ ) {
3016
  $selected = ($options['threads']==$i) ? 'selected="selected"' : '';
3017
  echo "<option value='".$i."' $selected>".$i."</option>";
3018
  }
3019
- echo "</select> "._x('threads', 'CPU threads. Might not need translating', 'video-embed-thumbnail-generator')." <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".sprintf( __('Default is 1, which limits encoding speed but prevents encoding from using too many system resources. Selecting 0 will allow %1$s to optimize the number of threads or you can set the number manually. This may lead to %1$s monopolizing system resources.', 'video-embed-thumbnail-generator'), "<strong class='video_app_name'>".strtoupper($options['video_app'])."</strong>" )."</span></a><br />";
3020
 
3021
- echo "<input ".checked( $options['nice'], "on", false )." id='nice' name='kgvid_video_embed_options[nice]' class='affects_ffmpeg' type='checkbox' /> <label for='nice'>"._x('Run', 'execute program', 'video-embed-thumbnail-generator')." <code>nice</code>.</label> <a class='kgvid_tooltip' href='javascript:void(0);'><img src='".network_site_url()."/wp-includes/images/blank.gif'><span class='kgvid_tooltip_classic'>".sprintf( __('Tells %1$s to run at a lower priority to avoid monopolizing system resources.', 'video-embed-thumbnail-generator'), "<strong class='video_app_name'>".strtoupper($options['video_app'])."</strong>" )."</span></a>";
3022
  echo "</div>";
3023
 
3024
  }
@@ -3240,7 +3303,11 @@ function kgvid_validate_ffmpeg_settings($input) {
3240
  $input['ffmpeg_exists'] = "notinstalled";
3241
  }
3242
  elseif ( $ffmpeg_info['ffmpeg_exists'] == false ) {
3243
- add_settings_error( __FILE__, "ffmpeg-disabled", sprintf( __('%1$s not found at %2$s. You can embed existing videos and make thumbnails with compatible browsers, but video encoding is not possible without %1$s.', 'video-embed-thumbnail-generator'), strtoupper($input['video_app']), $input['app_path'] ), "updated");
 
 
 
 
3244
  $input['ffmpeg_exists'] = "notinstalled";
3245
  }
3246
 
@@ -3343,8 +3410,6 @@ function kgvid_ajax_save_settings() {
3343
  $validated_options = kgvid_video_embed_options_validate($all_settings['kgvid_video_embed_options']);
3344
  $options_updated = update_option('kgvid_video_embed_options', $validated_options);
3345
 
3346
-
3347
-
3348
  if ( $validated_options['ffmpeg_exists'] == "on" ) {
3349
  $movie_info = kgvid_get_video_dimensions(plugin_dir_url(__FILE__)."images/sample-video-h264.mp4");
3350
  $uploads = wp_upload_dir();
@@ -3654,7 +3719,7 @@ display: inline-block;">Loading thumbnail...</span></div>';
3654
 
3655
  if ( $img_editor_works ) {
3656
  $choose_from_video_content = '<div style="display:none;" class="kgvid_thumbnail_box kgvid-tabs-content" id="thumb-video-'.$post->ID.'-container">
3657
- <div class="kgvid-reveal-thumb-video" onclick="kgvid_reveal_thumb_video('.$post->ID.')" id="show-thumb-video-'.$post->ID.'"><span class="kgvid-right-arrow"></span><span class="kgvid-show-video">Choose from video...</span></div>
3658
  <div style="display:none;" id="thumb-video-'.$post->ID.'-player">
3659
  <video crossorigin preload="metadata" class="kgvid-thumb-video" width="200" data-allowed="'.$options['browser_thumbnails'].'" onloadedmetadata="kgvid_thumb_video_loaded(\''.$post->ID.'\');" id="thumb-video-'.$post->ID.'" controls>'.
3660
  implode("\n", $sources).'
@@ -4307,7 +4372,7 @@ function kgvid_media_embedurl_process() {
4307
  </tr>
4308
  <tr>
4309
  <th valign="top" scope="row" class="label"><span class="alignleft"><label for="attachments-singleurl-kgflashmediaplayer-width"><?php _e('Dimensions', 'video-embed-thumbnail-generator') ?></label></span></th>
4310
- <td class="field"><?php _e('Width:', 'video-embed-thumbnail-generator') ?> <input name="attachments[singleurl][kgflashmediaplayer-width]" type="text" value="<?php echo $maxwidth; ?>" id="attachments-singleurl-kgflashmediaplayer-width" type="text" class="kgvid_50_width" onchange="kgvid_set_dimension('singleurl', 'height', this.value);" onkeyup="kgvid_set_dimension('singleurl', 'height', this.value);"> <?php _e('Height:', 'video-embed-thumbnail-generator') ?> <input name="attachments[singleurl][kgflashmediaplayer-height]" id="attachments-singleurl-kgflashmediaplayer-height" type="text" value="<?php echo $maxheight; ?>" class="kgvid_50_width" onchange="kgvid_set_dimension('singleurl', 'width', this.value);" onkeyup="kgvid-set-dimension('singleurl', 'width', this.value);"> <input type="checkbox" name="attachments[singleurl][kgflashmediaplayer-lockaspect]" id="attachments-singleurl-kgflashmediaplayer-lockaspect" onclick="kgvid_set_aspect('singleurl', this.checked);" checked> <label for="attachments-singleurl-kgflashmediaplayer-lockaspect"><small><?php _e('Lock to Aspect Ratio', 'video-embed-thumbnail-generator') ?></small></label>
4311
  <p class="help"><small><?php printf( __('Leave blank to use %sdefault dimensions', 'video-embed-thumbnail-generator'), '<a href="options-general.php?page=video-embed-thumbnail-generator/video-embed-thumbnail-generator.php" target="_blank">' ) ?></a>.</small></p></td>
4312
  </tr>
4313
  <?php if ( current_user_can('encode_videos') ) { ?>
@@ -4316,6 +4381,9 @@ function kgvid_media_embedurl_process() {
4316
  <td><?php echo $checkboxes['checkboxes']; ?></td>
4317
  </tr>
4318
  <?php } ?>
 
 
 
4319
  <tr>
4320
  <th valign="top" scope="row" class="label"><span class="alignleft"><label>Options</span></label></th>
4321
  <td><input type="checkbox" <?php echo checked( $options["downloadlink"], "on", false ); ?> name="downloadlink" id="downloadlink" value="true" class="field" /><label for="downloadlink"><?php _e('Generate Download Link Below Video', 'video-embed-thumbnail-generator') ?><br /><small></em><?php _e('Makes it easier for users to download video file', 'video-embed-thumbnail-generator') ?></em></small></label></td>
@@ -4626,16 +4694,17 @@ function kgvid_enqueue_videos($postID, $movieurl, $encode_checked, $parent_id) {
4626
  $h264extensions = array("mp4", "m4v", "mov");
4627
  $video_formats = kgvid_video_formats();
4628
  $sanitized_url = kgvid_sanitize_url($movieurl);
4629
- //$movieurl = esc_url_raw(str_replace(" ", "%20", $movieurl));
4630
  $movieurl = $sanitized_url['movieurl'];
4631
  $movieurl = str_replace("https://", "http://", $movieurl);
4632
  $movie_info = kgvid_get_video_dimensions($movieurl);
 
4633
 
4634
  if ($movie_info['worked'] == true) { //if FFMPEG was able to open the file
4635
 
4636
  $movie_width = $movie_info['width'];
4637
  $movie_height = $movie_info['height'];
4638
- if ( get_post_type($postID) == "attachment" ) {
 
4639
  update_post_meta($postID, '_kgflashmediaplayer-actualwidth', $movie_width);
4640
  update_post_meta($postID, '_kgflashmediaplayer-actualheight', $movie_height);
4641
  update_post_meta($postID, '_kgflashmediaplayer-duration', $movie_info['duration']);
@@ -4674,8 +4743,8 @@ function kgvid_enqueue_videos($postID, $movieurl, $encode_checked, $parent_id) {
4674
  if ( empty($parent_id) ) { $parent_id = get_post($postID)->post_parent; }
4675
 
4676
  $queue_entry = array (
4677
- 'attachmentID'=>$postID,
4678
- 'parent_id'=>$parent_id,
4679
  'movieurl' => $movieurl,
4680
  'encode_formats'=> $encode_formats,
4681
  'movie_info' => $movie_info
@@ -4796,7 +4865,7 @@ function kgvid_callffmpeg() {
4796
  if ( $action == "submit" && current_user_can('make_video_thumbnails') ) { kgivd_save_singleurl_poster($parent_id, $poster, $movieurl, $set_featured); }
4797
  }
4798
  else {
4799
- $thumbnaildisplaycode = '<strong>'.sprintf( __('Error: %1$s not found. Verify that %1$s is installed at %2$s and check the %3$sapplication path plugin setting', 'video-embed-thumbnail-generator'), strtoupper($options["video_app"]), strtoupper($options["app_path"]), '<a href="options-general.php?page=video-embed-thumbnail-generator/video-embed-thumbnail-generator.php">' ).'</a>.</strong>' ;
4800
  $arr = array ( "thumbnaildisplaycode"=>$thumbnaildisplaycode, "embed_display"=>$thumbnaildisplaycode, "lastthumbnumber"=>"break" );
4801
  echo json_encode($arr);
4802
  }//no ffmpeg
3
  Plugin Name: Video Embed & Thumbnail Generator
4
  Plugin URI: http://www.kylegilman.net/2011/01/18/video-embed-thumbnail-generator-wordpress-plugin/
5
  Description: Generates thumbnails, HTML5-compliant videos, and embed codes for locally hosted videos. Requires FFMPEG or LIBAV for encoding.
6
+ Version: 4.3.2
7
  Author: Kyle Gilman
8
  Author URI: http://www.kylegilman.net/
9
  Text Domain: video-embed-thumbnail-generator
38
  7) Includes code adapted from Jean-Marc Amiaud's "Replace WordPress default media icon with preview image"
39
  Website: http://www.amiaud.org/tag/video/
40
 
41
+ =Translators=
42
+ Spanish: Andrew Kurtis, Webhostinghub http://www.webhostinghub.com/
43
+ French: F.R. "Friss" Ferry, friss.designs@gmail.com
44
+ Bulgarian: Emil Georgiev, svinqvmraka@gmail.com
45
+
46
  */
47
 
48
  if ( ! defined( 'ABSPATH' ) )
54
  $edit_others_capable = kgvid_check_if_capable('edit_others_posts');
55
 
56
  $options = array(
57
+ "version" => 4.302,
58
  "embed_method" => "Video.js",
59
  "jw_player_id" => "",
60
  "template" => false,
149
  function kgvid_default_network_options() {
150
 
151
  $default_options = kgvid_default_options_fn();
152
+
153
  $network_options = array(
154
  'app_path' => $default_options['app_path'],
155
  'video_app' => $default_options['video_app'],
160
  'threads' => $default_options['threads'],
161
  'ffmpeg_exists' => $default_options['ffmpeg_exists'],
162
  'default_capabilities' => $default_options['capabilities'],
163
+ 'superadmin_only_ffmpeg_settings' => false,
164
  'simultaneous_encodes' => $default_options['simultaneous_encodes']
165
  );
166
 
571
  if (function_exists('escapeshellcmd')) {
572
  $exec_enabled = true;
573
  $test_path = rtrim($options['app_path'], '/');
574
+ $cmd = escapeshellcmd($test_path.'/'.$options['video_app'].' -i "'.plugin_dir_path(__FILE__).'images/sample-video-h264.mp4" -vframes 1 -f mjpeg '.$uploads['path'].'/ffmpeg_exists_test.jpg').' 2>&1';
575
  exec ( $cmd, $output, $returnvalue );
576
  }
577
  else { $function = "ESCAPESHELLCMD"; }
583
  if ( !file_exists($uploads['path'].'/ffmpeg_exists_test.jpg') ) { //if FFMPEG has not executed successfully
584
  $test_path = substr($test_path, 0, -strlen($options['video_app'])-1 );
585
  $cmd = escapeshellcmd($test_path.'/'.$options['video_app'].' -i "'.plugin_dir_path(__FILE__).'images/sample-video-h264.mp4" -vframes 1 -f mjpeg '.$uploads['path'].'/ffmpeg_exists_test.jpg');
586
+ exec ( $cmd );
587
  }
588
 
589
  if ( file_exists($uploads['path'].'/ffmpeg_exists_test.jpg') ) { //FFMEG has executed successfully
606
 
607
  }
608
 
 
609
  $arr = array (
610
  "exec_enabled"=>$exec_enabled,
611
  "ffmpeg_exists"=>$ffmpeg_exists,
612
+ "output"=>$output,
613
  "function"=>$function,
614
  "app_path"=>$options['app_path']
615
  );
1111
 
1112
  //Video.js styles
1113
  if ( $options['embed_method'] == "Video.js" || $options['embed_method'] == "Strobe Media Playback" ) {
1114
+ wp_enqueue_style( 'video-js', plugins_url("", __FILE__).'/video-js/video-js.css', '', '4.6.4' );
1115
  wp_enqueue_style( 'video-js-kg-skin', plugins_url("", __FILE__).'/video-js/kg-video-js-skin.css', '', $options['version'] );
1116
  }
1117
 
1184
  $options = kgvid_get_options();
1185
 
1186
  wp_register_script( 'kgvid_video_embed', plugins_url("/js/kgvid_video_embed.js", __FILE__), array('jquery'), $options['version'], true );
1187
+ wp_register_script( 'video-js', plugins_url("", __FILE__).'/video-js/video.js', '', '4.6.4', true );
1188
+ //wp_register_script( 'video-js-resolutions', plugins_url("", __FILE__).'/video-js/resolutions/video-js-resolutions.js', array('video-js'), $options['version'], true );
1189
+ //wp_register_script( 'video-quality-selector', plugins_url("", __FILE__).'/video-js/video-quality-selector/video-quality-selector.js', array('video-js'), $options['version'], true );
1190
  wp_register_script( 'simplemodal', plugins_url("/js/jquery.simplemodal.1.4.5.min.js", __FILE__), '', '1.4.5', true );
1191
 
1192
  wp_localize_script( 'kgvid_video_embed', 'kgvid_ajax_object', array( 'ajaxurl' => admin_url( 'admin-ajax.php', is_ssl() ? 'admin' : 'http' ), 'ajax_nonce' => wp_create_nonce('kgvid_frontend_nonce') ) ); // setting ajaxurl
1228
  }
1229
  add_action('wp_head', 'kgvid_video_embed_print_scripts', 99);
1230
 
1231
+ function kgvid_print_videojs_footer() { //called by the shortcode if Video.js is used
1232
 
1233
+ echo '<script type="text/javascript">if(typeof videojs !== "undefined") { videojs.options.flash.swf = "'.plugins_url("", __FILE__).'/video-js/video-js.swf?4.4.1"; }</script>'."\n";
1234
 
1235
  }
1236
 
1286
  'track_srclang' => substr(get_bloginfo('language'), 0, 2),
1287
  'track_src' => '',
1288
  'track_label' => get_bloginfo('language')
1289
+ ), $atts, 'KGVID');
1290
 
1291
  $checkbox_convert = array ( "autohide", "endofvideooverlaysame", "playbutton", "loop", "autoplay", "title", "embedcode", "view_count", "inline", "resize", "downloadlink");
1292
  foreach ( $checkbox_convert as $query ) {
1315
 
1316
  if ( $options['embed_method'] != "WordPress Default" ) {
1317
  wp_enqueue_script( 'video-js' );
1318
+ add_action('wp_footer', 'kgvid_print_videojs_footer', 99);
1319
  }
1320
 
1321
  if ( $options['embed_method'] == "Strobe Media Playback" ) {
1331
 
1332
  if ( $query_atts["gallery"] != "true" ) { //if this is not a pop-up gallery
1333
 
1334
+ $video_format_labels = array(
1335
+ 'mobile' => '480p',
1336
+ '720' => '720p',
1337
+ '1080' => '1080p',
1338
+ 'original' => 'Full',
1339
+ 'webm' => 'WEBM',
1340
+ 'ogg' => 'OGV'
1341
+ );
1342
+
1343
  if ( empty($content) ) {
1344
  if ( !empty($query_atts["id"]) ) {
1345
  $id_array[0] = $query_atts["id"];
1381
  $query_atts = kgvid_shortcode_atts($atts); //reset values so they can be different with multiple videos
1382
  $content = $original_content;
1383
  $sources = array();
1384
+ $mp4already = false;
1385
 
1386
  $compatible = array("flv", "f4v", "mp4", "mov", "m4v", "ogv", "ogg", "webm");
1387
  $h264compatible = array("mp4", "mov", "m4v");
1397
  $encodevideo_info = kgvid_encodevideo_info($content, $id);
1398
  $attachment_info = get_post( $id );
1399
 
1400
+ $dimensions = kgvid_set_video_dimensions($id);
1401
+ $video_format_labels['original'] = $dimensions['actualheight'].'p';
1402
+
1403
  if ( empty($atts['width']) ) {
 
1404
  $query_atts['width'] = $dimensions['width'];
1405
  $query_atts['height'] = $dimensions['height'];
1406
  }
1443
 
1444
  $video_formats = kgvid_video_formats();
1445
  unset($video_formats['fullres']);
1446
+ $video_formats = array('original' => array( "type" => $moviefiletype, "name" => "Full" ) ) + $video_formats;
1447
 
1448
  if ( in_array($moviefiletype, $compatible) ) {
1449
  $encodevideo_info["original_exists"] = true;
1472
  }
1473
 
1474
  $code .= '<div id="kgvid_'.$div_suffix.'_wrapper" class="kgvid_wrapper'.$aligncode.'">'."\n\t\t\t";
1475
+ $code .= '<div id="video_'.$div_suffix.'_div" class="fitvidsignore kgvid_videodiv" data-id="'.$div_suffix.'" itemscope itemtype="http://schema.org/VideoObject">';
1476
+ if ( $query_atts["poster"] != '' ) { $code .= '<meta itemprop="thumbnailUrl" content="'.esc_attr($query_atts["poster"]).'" />'; }
1477
  if ( !empty($id) ) { $schema_embedURL = site_url('/')."?attachment_id=".$id."&amp;kgvid_video_embed[enable]=true"; }
1478
  else { $schema_embedURL = $content; }
1479
+ $code .= '<meta itemprop="embedUrl" content="'.esc_attr($schema_embedURL).'" />';
1480
+ $code .= '<meta itemprop="contentUrl" content="'.$content.'" />';
1481
 
1482
  if ( !empty($query_atts['title']) ) { $code .= '<meta itemprop="name" content="'.esc_attr($query_atts['title']).'" />'; }
1483
  if ( !empty($query_atts['description']) ) { $description = $query_atts['description']; }
1508
 
1509
  if ( $options['embed_method'] == "WordPress Default" ) {
1510
  $wp_shortcode = "[video ";
 
1511
  $sources_hack = "";
1512
  foreach ($video_formats as $format => $format_stats) {
1513
  if ( $format != "original" && $encodevideo_info[$format."url"] == $content ) { unset($sources['original']); }
1548
 
1549
  if ( class_exists('JWP6_Shortcode') ) {
1550
 
1551
+ foreach ($video_format_labels as $format => $name) {
 
 
 
 
 
 
 
1552
  if ( $format != "original" && $encodevideo_info[$format."url"] == $content ) { unset($sources['original']); }
1553
  if ( $encodevideo_info[$format."_exists"] ) {
1554
  $sources[$format] = '{ file:\''.esc_attr($encodevideo_info[$format."url"]).'\', label:\''.$name.'\'';
1567
  }
1568
  }
1569
 
1570
+
1571
+
1572
  $jw_shortcode = "[jwplayer ";
1573
  $jw_shortcode .= 'sources="'.implode(',', $sources).'" ';
1574
  $jw_shortcode .= 'tracks="'.implode(',', $jw_tracks).'" ';
1582
  if ( !empty($jw_player_config) ) { $jw_shortcode .= ' player="'.$options['jw_player_id'].'" '; }
1583
  }
1584
 
1585
+ $jw_config_options = array_diff($atts, $query_atts); //whatever isn't a KGVID attribute could be a JWPLAYER attribute
1586
+ if ( !empty($jw_config_options) && is_array($jw_config_options) ) {
1587
+ foreach ( $jw_config_options as $jw_param => $jw_setting ) {
1588
+ $jw_shortcode .= ' '.$jw_param.'="'.$jw_setting.'" ';
1589
+ }
1590
+ }
1591
+
1592
  $jw_shortcode = trim($jw_shortcode);
1593
  $jw_shortcode .= ']';
1594
 
1606
 
1607
  if ( $options['embed_method'] == "Video.js" || $options['embed_method'] == "Strobe Media Playback" ) {
1608
 
1609
+ $enable_resolutions_plugin = false;
1610
+
1611
  foreach ($video_formats as $format => $format_stats) {
1612
  if ( $format != "original" && $encodevideo_info[$format."url"] == $content ) { unset($sources['original']); }
1613
+ if ( $encodevideo_info[$format."_exists"] ) {
1614
+ $mime_type = wp_check_filetype($encodevideo_info[$format."url"]);
1615
+ $sources[$format] = "\t\t\t\t\t".'<source src="'.esc_attr($encodevideo_info[$format."url"]).'" type="'.$mime_type['type'].'"';
1616
+ /* if ( $format_stats['type'] == 'mp4' ) {
1617
+ $sources[$format] .= ' data-res="'.$video_format_labels[$format].'"';
1618
+ if ( $mp4already ) { //there is more than one resolution available
1619
+ wp_enqueue_script( 'video-js-resolutions' );
1620
+ $enable_resolutions_plugin = true;
1621
+ }
1622
+ $mp4already = true;
1623
+ } */
1624
+ $sources[$format] .= '>'."\n";
1625
+ }
1626
  }
1627
 
1628
  $code .= '<video id="video_'.$div_suffix.'" ';
1632
  $code .= 'preload="'.$options['preload'].'" ';
1633
  if ( $query_atts["poster"] != '' ) { $code .= 'poster="'.esc_attr($query_atts["poster"]).'" '; }
1634
  $code .= 'width="'.$query_atts["width"].'" height="'.esc_attr($query_atts["height"]).'"';
1635
+ $code .= ' class="fitvidsignore '.esc_attr('video-js '.$options['js_skin']).'" data-setup=\'{}\'';
1636
  $code .= ">\n";
1637
 
1638
  $code .= implode("", $sources); //add the <source> tags created earlier
1669
  if ( $query_atts['embedcode'] != "false" ) {
1670
  if ( $query_atts['embedcode'] == "true" ) { $iframeurl = site_url('/')."?attachment_id=".$id."&amp;kgvid_video_embed[enable]=true"; }
1671
  else { $iframeurl = $query_atts['embedcode']; }
1672
+ $iframecode = "<iframe allowfullscreen src='".$iframeurl."' frameborder='0' scrolling='no' width='".esc_attr($query_atts['width'])."' height='".esc_attr($query_atts["height"])."'></iframe>";
1673
  $code .= "\t\t\t\t<div id=\"video_".$div_suffix."_embed\" class=\"kgvid_share\"><span>"._x('Embed:', 'precedes code for embedding video', 'video-embed-thumbnail-generator')." </span><input type=\"text\" value=\"".esc_attr($iframecode)."\" onClick=\"this.select();\"></div>\n";
1674
  }
1675
  if ( $query_atts['title'] != "false" && $options['embed_method'] != "JW Player" ) {
1695
  'right_click' => $query_atts['right_click']
1696
  );
1697
 
1698
+ if ( $options['embed_method'] == "Video.js" ) {
1699
+ $video_variables['resolutions_plugin'] = $enable_resolutions_plugin;
1700
+ }
1701
+
1702
  if ( $options['embed_method'] == "Strobe Media Playback" && $flash_settings['flash_source_found'] ) {
1703
 
1704
  $video_variables['swfurl'] = plugins_url('', __FILE__)."/flash/StrobeMediaPlayback.swf";
2149
 
2150
  }//end if current user can see this stuff
2151
 
 
 
2152
  else { $html .= "<td colspan='".strval($total_columns-1)."'><strong class='kgvid_queue_message'>".__("Other user's video", 'video-embed-thumbnail-generator')."</strong></td>"; }
2153
  $html .= "</td></tr>\n";
2154
+
2155
+ if ( (is_network_admin() || 'network' == $scope) && $blog_id ) { restore_current_blog(); }
2156
+
2157
  }
2158
  }
2159
  else { $html = "\t<tr><td colspan='".strval($total_columns)."'><strong class='kgvid_queue_message'>".__('Queue is empty', 'video-embed-thumbnail-generator')."</strong></td></tr>\n"; }
2207
  }
2208
 
2209
  function kgvid_add_network_settings_page() {
2210
+ add_submenu_page('settings.php', _x('Video Embed & Thumbnail Generator', 'Settings page title', 'video-embed-thumbnail-generator'), _x('Video Embed & Thumbnail Generator', 'Settings page title in admin sidebar', 'video-embed-thumbnail-generator'), 'manage_network_options', __FILE__, 'kgvid_network_settings_page' );
2211
  }
2212
  add_action('network_admin_menu', 'kgvid_add_network_settings_page');
2213
 
2287
  <th scope='row'><label><?php _e('User capabilties for new sites:', 'video-embed-thumbnail-generator'); ?></label></th>
2288
  <td><?php kgvid_user_roles_callback('network'); ?></td>
2289
  </tr>
2290
+ <tr>
2291
+ <th scope='row'><label><?php _e('Super Admins only:', 'video-embed-thumbnail-generator'); ?></label></th>
2292
+ <td><?php kgvid_superadmin_capabilities_callback(); ?></td>
2293
+ </tr>
2294
  </tbody>
2295
  </table>
2296
  <p class='submit'>
2298
  <?php submit_button(__('Reset Options', 'video-embed-thumbnail-generator'), 'secondary', 'video-embed-thumbnail-generator-reset', false); ?>
2299
  </p>
2300
  </form>
2301
+ <div class="kgvid-donate-box wp-core-ui wp-ui-highlight">
2302
  <span><?php _e('If you\'re getting some use out of this plugin, please consider donating a few dollars to support its future development.', 'video-embed-thumbnail-generator') ?></span>
2303
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
2304
  <input type="hidden" name="cmd" value="_donations">
2324
  <?php
2325
  }
2326
 
2327
+ function kgvid_superadmin_capabilities_callback() {
2328
+
2329
+ $network_options = get_site_option('kgvid_video_embed_network_options');
2330
+ echo "<input ".checked( $network_options['superadmin_only_ffmpeg_settings'], "on", false )." id='superadmin_only_ffmpeg_settings' name='kgvid_video_embed_options[superadmin_only_ffmpeg_settings]' type='checkbox' /> <label for='superadmin_only_ffmpeg_settings'>".sprintf( _x('%s settings tab.', 'FFMPEG settings tab', 'video-embed-thumbnail-generator'), "<strong class='video_app_name'>".strtoupper($network_options['video_app'])."</strong>" )."</label> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__( sprintf( 'Only Super admins will be allowed to view and modify %s settings.', "<strong class='video_app_name'>".strtoupper($network_options['video_app'])."</strong>" ), 'video-embed-thumbnail-generator' )."</span></a>\n\t";
2331
+
2332
+ }
2333
+
2334
  function kgvid_add_settings_page() {
2335
+ add_options_page( _x('Video Embed & Thumbnail Generator', 'Settings page title', 'video-embed-thumbnail-generator'), _x('Video Embed & Thumbnail Generator', 'Settings page title in admin sidebar', 'video-embed-thumbnail-generator'), 'manage_options', __FILE__, 'kgvid_settings_page' );
2336
  }
2337
  add_action('admin_menu', 'kgvid_add_settings_page');
2338
 
2339
  function kgvid_settings_page() {
2340
  wp_enqueue_media();
2341
  $options = kgvid_get_options();
2342
+ $network_options = get_site_option('kgvid_video_embed_network_options');
2343
  $video_app = $options['video_app'];
2344
  if ( $video_app == "avconv" ) { $video_app = "libav"; }
2345
  ?>
2347
  <div class="icon32" id="icon-options-general"><br></div>
2348
  <h2>Video Embed & Thumbnail Generator</h2>
2349
  <?php if ( !is_multisite()
2350
+ || ( function_exists( 'is_plugin_active_for_network' ) && is_plugin_active_for_network( plugin_basename(__FILE__) ) && $options['ffmpeg_exists'] == "on" && is_array($network_options) && (is_super_admin() || $network_options['superadmin_only_ffmpeg_settings'] == false) )
2351
  ) { ?>
2352
  <h2 class="nav-tab-wrapper">
2353
  <a href="#" id="general_tab" class="nav-tab" onclick="kgvid_switch_settings_tab('general');"><?php _ex('General', 'Adjective, tab title', 'video-embed-thumbnail-generator') ?></a>
2363
  <?php submit_button(__('Reset Options', 'video-embed-thumbnail-generator'), 'secondary', 'video-embed-thumbnail-generator-reset', false); ?>
2364
  </p>
2365
  </form>
2366
+ <div class="kgvid-donate-box wp-core-ui wp-ui-highlight">
2367
  <span><?php _e('If you\'re getting some use out of this plugin, please consider donating a few dollars to support its future development.', 'video-embed-thumbnail-generator') ?></span>
2368
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
2369
  <input type="hidden" name="cmd" value="_donations">
2415
  }
2416
  update_site_option('kgvid_video_embed_network_options', $network_options);
2417
 
2418
+ }//end setting initial network options
2419
+ else { //network options introduced in version 4.3 exist already
2420
+
2421
+ if ( !array_key_exists('superadmin_only_ffmpeg_settings', $network_options) ) {
2422
+ $default_network_options = kgvid_default_network_options();
2423
+ $network_options['superadmin_only_ffmpeg_settings'] = $default_network_options['superadmin_only_ffmpeg_settings'];
2424
+ update_site_option('kgvid_video_embed_network_options', $network_options);
2425
+ }
2426
+
2427
+ }
2428
+
2429
 
2430
  $network_queue = get_site_option('kgvid_video_embed_queue');
2431
 
2494
  add_settings_field('thumb_parent', __('Attach thumbnails to:', 'video-embed-thumbnail-generator'), 'kgvid_thumb_parent_callback', __FILE__, 'kgvid_video_embed_plugin_settings', array( 'label_for' => 'thumb_parent' ) );
2495
  add_settings_field('delete_children', __('Delete associated attachments:', 'video-embed-thumbnail-generator'), 'kgvid_delete_children_callback', __FILE__, 'kgvid_video_embed_plugin_settings', array( 'label_for' => 'delete_children' ) );
2496
  add_settings_field('titlecode', __('Video title text HTML formatting:', 'video-embed-thumbnail-generator'), 'kgvid_titlecode_callback', __FILE__, 'kgvid_video_embed_plugin_settings', array( 'label_for' => 'titlecode' ) );
2497
+ add_settings_field('template', __('Attachment page design:', 'video-embed-thumbnail-generator'), 'kgvid_template_callback', __FILE__, 'kgvid_video_embed_plugin_settings', array( 'label_for' => 'template' ) );
2498
 
2499
  if ( !is_plugin_active_for_network( plugin_basename(__FILE__) ) ) {
2500
  add_settings_field('app_path', __('Path to applications folder on server:', 'video-embed-thumbnail-generator'), 'kgvid_app_path_callback', __FILE__, 'kgvid_video_embed_encode_settings', array( 'label_for' => 'app_path' ) );
2571
  $selected = ($options['embed_method']==$value) ? 'selected="selected"' : '';
2572
  echo "<option value='$value' $selected>$name</option>";
2573
  }
2574
+ echo "</select> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('Video.js is the default player. Users running WordPress 3.6 or higher can choose the WordPress Default Mediaelement.js player which may already be skinned to match your theme. If the JW Player WordPress plugin is active it should be available as a video player. In the past this plugin used Adobe\'s Strobe Media Playback Flash player, which hasn\'t been updated since 2011 and is not recommended. It should still work, but new plugin functions are not guaranteed to be compatible.', 'video-embed-thumbnail-generator')."</span></a>".$jw_player_select."</td></tr></tbody></table>\n";
2575
 
2576
  $sampleheight = intval($options['height']) + 50;
2577
  echo "<div class='kgvid_setting_nearvid' style='width:".$options['width']."px;'>";
2627
  function kgvid_dimensions_callback() {
2628
  $options = kgvid_get_options();
2629
  echo __('Width:', 'video-embed-thumbnail-generator')." <input class='small-text affects_player' id='width' name='kgvid_video_embed_options[width]' type='text' value='".$options['width']."' /> ".__('Height:', 'video-embed-thumbnail-generator')." <input class='small-text affects_player' id='height' name='kgvid_video_embed_options[height]' type='text' value='".$options['height']."' /> ";
2630
+ echo "<input ".checked( $options['minimum_width'], "on", false )." id='minimum_width' name='kgvid_video_embed_options[minimum_width]' type='checkbox' /> <label for='minimum_width'>".__('Enlarge lower resolution videos to max width.', 'video-embed-thumbnail-generator')."</label> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('Usually if a video\'s resolution is less than the max width, the video player is set to the actual width of the video. Enabling this will always set the same width regardless of the quality of the video. When necessary you can override by setting the dimensions manually.', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2631
  }
2632
 
2633
  function kgvid_gallery_dimensions_callback() {
2675
  $selected = ($options['preload']==$value) ? 'selected="selected"' : '';
2676
  echo "<option value='$value' $selected>$name</option>";
2677
  }
2678
+ echo "</select><a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>"._x('Controls how much of a video to load before the user starts playback. Mobile browsers never preload any video information. Selecting "metadata" will load the height and width and format information along with a few seconds of the video in some desktop browsers. "Auto" will preload nearly a minute of video in most desktop browsers. "None" will prevent all data from preloading.', 'Suggest not translating the words in quotation marks', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2679
  }
2680
 
2681
  function kgvid_js_skin_callback() {
2783
  if ( $options['embeddable'] != "on" ) { $embed_disabled = " disabled='disabled'"; }
2784
  else { $embed_disabled = ""; }
2785
  echo "<input class='affects_player' ".checked( $options['embeddable'], "on", false )." id='embeddable' name='kgvid_video_embed_options[embeddable]' type='checkbox' onclick='kgvid_embeddable_switch(this.checked);' /> <label for='embeddable'>".__('Allow users to embed your videos on other sites.', 'video-embed-thumbnail-generator')."</label><br />";
2786
+ echo "<input ".checked( $options['open_graph'], "on", false )." id='open_graph' name='kgvid_video_embed_options[open_graph]' type='checkbox'".$embed_disabled." /> <label for='open_graph'>"._x('Enable Open Graph video tags', '"Open Graph" is a proper noun and might not need translation', 'video-embed-thumbnail-generator')."</label><a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('Facebook and some other social media sites will use these tags to embed the first video in your post. For the majority of Facebook users who have enabled secure browsing, your video must be served via https in order to be embedded directly on the page.', 'video-embed-thumbnail-generator')."</span></a><br />";
2787
+ echo "<input class='affects_player' ".checked( $options['right_click'], "on", false )." id='right_click' name='kgvid_video_embed_options[right_click]' type='checkbox' /> <label for='right_click'>".__('Allow right-clicking on videos.', 'video-embed-thumbnail-generator')."</label> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('We can\'t prevent a user from simply saving the downloaded video file from the browser\'s cache, but disabling right-clicking will make it more difficult for casual users to save your videos.', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2788
  }
2789
 
2790
  function kgvid_featured_callback() {
2791
  $options = kgvid_get_options();
2792
+ echo "<input ".checked( $options['featured'], "on", false )." id='featured' name='kgvid_video_embed_options[featured]' type='checkbox' /> <label for='featured'>".__('Set generated video thumbnails as featured images.', 'video-embed-thumbnail-generator')."</label> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('If your theme uses the featured image meta tag, this will automatically set a video\'s parent post\'s featured image to the most recently saved thumbnail image.', 'video-embed-thumbnail-generator')."</span></a><br /> <a class='button-secondary' href='javascript:void(0);' onclick='kgvid_set_all_featured();'>"._x('Set all as featured', 'implied "Set all thumbnails as featured"', 'video-embed-thumbnail-generator')."</a> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('If you\'ve generated thumbnails before enabling this option, this will set all existing thumbnails as featured images. Be careful!', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2793
  }
2794
 
2795
  function kgvid_thumb_parent_callback() {
2800
  $selected = ($options['thumb_parent']==$item) ? 'selected="selected"' : '';
2801
  echo "<option value='$item' $selected>$item</option>";
2802
  }
2803
+ echo "</select> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('This depends on your theme. Thumbnails generated by the plugin can be saved as children of the video attachment or the post. Some themes use an image attached to a post instead of the built-in featured image meta tag. Version 3.x of this plugin saved all thumbnails as children of the video.', 'video-embed-thumbnail-generator')."</span></a><br /> <a class='button-secondary' href='javascript:void(0);' onclick='kgvid_switch_parents();'>".__('Set all parents', 'video-embed-thumbnail-generator')."</a> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('If you\'ve generated thumbnails before changing this option, this will set all existing thumbnails as children of your currently selected option.', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2804
  }
2805
 
2806
  function kgvid_delete_children_callback() {
2814
  $selected = ($options['delete_children']==$value) ? 'selected="selected"' : '';
2815
  echo "<option value='$value' $selected>$name</option>";
2816
  }
2817
+ echo "</select> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('If you delete the original video you can choose to delete all associated attachments (thumbnails & videos) or keep the thumbnail.', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2818
  }
2819
 
2820
  function kgvid_titlecode_callback() {
2821
  $options = kgvid_get_options();
2822
+ echo "<input class='regular-text code' id='titlecode' name='kgvid_video_embed_options[titlecode]' type='text' value='".htmlentities(stripslashes($options['titlecode']))."' /> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".sprintf( __('HTML tag applied to titles inserted above the video. Examples: %s. Corresponding closing tags will be applied to the end of the title automatically.', 'video-embed-thumbnail-generator'), "&lt;strong&gt;, &lt;em&gt;, &lt;H2&gt;, &lt;span class='videotitle'&gt;")."</span></a>\n\t";
2823
  }
2824
 
2825
  function kgvid_template_callback() {
2826
  $options = kgvid_get_options();
2827
+ $items = array(__("Match plugin settings", 'video-embed-thumbnail-generator')=>"gentle", __("WordPress default", 'video-embed-thumbnail-generator')=>"none", __("Video only (deprecated)", 'video-embed-thumbnail-generator')=>"old");
2828
  echo "<select id='template' name='kgvid_video_embed_options[template]'>";
2829
  foreach($items as $name => $value) {
2830
  $selected = ($options['template']==$value) ? 'selected="selected"' : '';
2831
  echo "<option value='$value' $selected>$name</option>";
2832
  }
2833
+ echo "</select> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('The plugin can filter your media attachment page to display videos using your chosen settings, or completely replace your attachment template to show only the video. If you were one of the few people using iframe embed codes before version 4.0 of this plugin then you should continue to use "Video only" but otherwise it\'s not recommended.', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2834
  }
2835
 
2836
  function kgvid_encode_settings_section_callback() {
2844
  function kgvid_app_path_callback() {
2845
  $options = kgvid_get_options();
2846
  //if ( is_plugin_active_for_network( plugin_basename(__FILE__) ) ) { $options = get_site_option( 'kgvid_video_embed_network_options' ); }
2847
+ echo "<input class='affects_ffmpeg regular-text code' id='app_path' data-ffmpeg_exists='".$options['ffmpeg_exists']."' name='kgvid_video_embed_options[app_path]' type='text' value='".$options['app_path']."' /><a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".sprintf( __('This should be the folder where applications are installed on your server, not a direct path to an application, so it doesn\'t usually end with %1$s. Example: %2$s.', 'video-embed-thumbnail-generator'), "<code><strong class='video_app_name'>".strtoupper($options['video_app'])."</strong></code>", "<code>/usr/local/bin</code>" )."\n\t";
2848
  }
2849
 
2850
  function kgvid_video_app_callback() {
2856
  $selected = ($options['video_app']==$value) ? 'selected="selected"' : '';
2857
  echo "<option value='$value' $selected>$name</option>";
2858
  }
2859
+ echo "</select> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('FFMPEG split into two separate branches in 2011. The new branch is called LIBAV and executes using "avconv" instead of "ffmpeg." Both are still actively developed and FFMPEG frequently incorporates LIBAV features. Debian & Ubuntu users probably have LIBAV installed.', 'video-embed-thumbnail-generator')."</span></a>\n\t";
2860
  }
2861
 
2862
  function kgvid_browser_thumbnails_callback() {
2869
  function kgvid_encode_formats_callback() {
2870
  $options = kgvid_get_options();
2871
  echo "<div class='kgvid_video_app_required'>";
2872
+ echo "<input ".checked( $options['encode_fullres'], "on", false )." id='encode_fullres' name='kgvid_video_embed_options[encode_fullres]' type='checkbox' /> <label for='encode_fullres'>".__('Replace original with same resolution H.264', 'video-embed-thumbnail-generator')."</label> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('If you have FFMPEG/LIBAV and the proper libraries installed, you can choose to replace your uploaded video with an H.264 video, and also transcode into as many as five additional formats depending on the resolution of your original source. Different browsers have different playback capabilities. Most desktop browsers can play H.264, and all modern mobile devices can play at least 480p H.264. If you create multiple H.264 resolutions, the highest resolution supported by the device will be served up automatically. The plugin will not upconvert your video, so if you upload a 720p video, it will not waste your time creating a 1080p version. There was a time when it seemed like a good idea to provide OGV or WEBM for some desktop browsers, but even Firefox allows H.264 playback on Windows now. I no longer recommend encoding OGV or WEBM unless you expect a large number of no-Flash sticklers visiting your site.', 'video-embed-thumbnail-generator')."</span></a><br />";
2873
  echo "<input ".checked( $options['encode_1080'], "on", false )." id='encode_1080' name='kgvid_video_embed_options[encode_1080]' type='checkbox' /> <label for='encode_1080'>1080p H.264 <small><em>".__('(iPhone 4s+, iPad 2+, modern Android, Windows Phone 8, Chrome, Safari, IE 9+, Firefox Windows)', 'video-embed-thumbnail-generator')."</em></small></label><br />";
2874
  echo "<input ".checked( $options['encode_720'], "on", false )." id='encode_720' name='kgvid_video_embed_options[encode_720]' type='checkbox' /> <label for='encode_720'>720p H.264 <small><em>".__('(iPhone 4+, iPad, most Android, Chrome, Safari, IE 9+, Firefox Windows)', 'video-embed-thumbnail-generator')."</em></small></label><br />";
2875
  echo "<input ".checked( $options['encode_mobile'], "on", false )." id='encode_mobile' name='kgvid_video_embed_options[encode_mobile]' type='checkbox' /> <label for='encode_mobile'>480p H.264 <small><em>(iOS, Android, Windows Phone 7, Chrome, Safari, IE 9+, Firefox Windows)</em></small></label><br />";
2921
  $options = kgvid_get_options();
2922
  echo "<div class='kgvid_video_app_required'>";
2923
  echo "<table class='kgvid_htaccess'><tbody><tr><td>".__('Username:', 'video-embed-thumbnail-generator')."</td><td><input class='regular-text affects_ffmpeg' id='htaccess_login' name='kgvid_video_embed_options[htaccess_login]' type='text' value='".$options['htaccess_login']."' /></td></tr>";
2924
+ echo "<tr><td>".__('Password:', 'video-embed-thumbnail-generator')."</td><td><input class='regular-text affects_ffmpeg' id='htaccess_password' name='kgvid_video_embed_options[htaccess_password]' type='text' value='".$options['htaccess_password']."' /> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".sprintf( __('If your videos are htaccess protected, %s will access them using these credentials.', 'video-embed-thumbnail-generator'), "<strong class='video_app_name'>".strtoupper($options['video_app'])."</strong>" )."</span></a></td></tr></tbody></table>";
2925
  echo "</div>\n\t";
2926
  }
2927
 
2964
  $selected = ($options['moov']==$value) ? 'selected="selected"' : '';
2965
  echo "<option value='$value' $selected>$name</option>";
2966
  }
2967
+ echo "</select> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".sprintf( __('By default %1$s places moov atoms at the end of H.264 encoded files, which forces the entire file to download before playback can start and can prevent Flash players from playing them at all. Since approximately October 2012 %1$s can fix the problem at the end of the encoding process by using the option `movflags faststart`. This is the easiest and fastest way to correct the problem, but older versions of %1$s will not work if you select the movflags option. If you can\'t update to a new version of %1$s, select qt-faststart or MP4Box which will run after encoding is finished if they are installed on your server.', 'video-embed-thumbnail-generator'), "<strong class='video_app_name'>".strtoupper($options['video_app'])."</strong>")."</span></a>";
2968
  echo "</div>\n\t";
2969
  }
2970
 
2977
  $selected = ($options['rate_control']==$value) ? 'selected="selected"' : '';
2978
  echo "<option value='$value' $selected>$name</option>";
2979
  }
2980
+ echo "</select> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('Constant Rate Factor (CRF) attempts to maintain a particular quality output for the entire video and only uses bits the encoder determines are necessary. Average Bit Rate is similar to the method used in older versions of this plugin. If CRF is selected, WEBM encoding will also use the ABR setting to set a max bit rate 25% higher than the ABR. Without a max bit rate setting WEBM files are terrible quality.', 'video-embed-thumbnail-generator')."</span></a>";
2981
  echo "</div>\n\t";
2982
  }
2983
 
2989
  $selected = ($options['h264_CRF']==$i) ? 'selected="selected"' : '';
2990
  echo "<option value='".$i."' $selected>".$i."</option>";
2991
  }
2992
+ echo "</select> H.264 <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('Lower values are higher quality. 18 is considered visually lossless. Default is 23.', 'video-embed-thumbnail-generator')."</span></a><br />";
2993
 
2994
  echo "<select id='webm_CRF' name='kgvid_video_embed_options[webm_CRF]' class='affects_ffmpeg'>";
2995
  for ($i = 4; $i <= 63; $i++ ) {
2996
  $selected = ($options['webm_CRF']==$i) ? 'selected="selected"' : '';
2997
  echo "<option value='".$i."' $selected>".$i."</option>";
2998
  }
2999
+ echo "</select> WEBM <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('Lower values are higher quality. Default is 10.', 'video-embed-thumbnail-generator')."</span></a><br />\n\t";
3000
 
3001
  echo "<select id='ogv_CRF' name='kgvid_video_embed_options[ogv_CRF]' class='affects_ffmpeg'>";
3002
  for ($i = 1; $i <= 10; $i++ ) {
3003
  $selected = ($options['ogv_CRF']==$i) ? 'selected="selected"' : '';
3004
  echo "<option value='".$i."' $selected>".$i."</option>";
3005
  }
3006
+ echo "</select> OGV (qscale) <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('Higher values are higher quality. Default is 6.', 'video-embed-thumbnail-generator')."</span></a>";
3007
  echo "</div>\n\t";
3008
  }
3009
 
3015
  $selected = ($options['bitrate_multiplier']==strval($i)) ? 'selected="selected"' : '';
3016
  echo "<option value='$i' $selected>$i</option>";
3017
  }
3018
+ echo "</select> ".__('bits per pixel.', 'video-embed-thumbnail-generator')." <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('Default is 0.1', 'video-embed-thumbnail-generator')."</span></a><br />";
3019
  echo "<span class='kgvid_gray_text'>1080p = <span id='1080_bitrate'>".round(floatval($options['bitrate_multiplier'])*1920*1080*30/1024)."</span> kbps<br />";
3020
  echo "720p = <span id='720_bitrate'>".round(floatval($options['bitrate_multiplier'])*1280*720*30/1024)."</span> kbps<br />";
3021
  echo "480p = <span id='360_bitrate'>".round(floatval($options['bitrate_multiplier'])*640*360*30/1024)."</span> kbps</span>";
3031
  $selected = ($options['h264_profile']==$item) ? 'selected="selected"' : '';
3032
  echo "<option value='$item' $selected>$item</option>";
3033
  }
3034
+ echo "</select> "._x('profile', 'H.264 profile. Might not need translation', 'video-embed-thumbnail-generator')." <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('Lower profiles will slightly increase file sizes. This mostly depends on your need for compatability with Android devices. Main profile seems to work on recent phones, although officially Android only supports baseline. High profile is not recommended for mobile or Flash compatibility, and anything above high is designed for professional video and probably incompatible with consumer devices. Older versions of FFMPEG might ignore this setting altogether.', 'video-embed-thumbnail-generator')."</span></a><br />";
3035
  echo "<select id='h264_level' name='kgvid_video_embed_options[h264_level]' class='affects_ffmpeg'>";
3036
  $items = array("none", "1", "1.1", "1.2", "1.3", "2", "2.1", "2.2", "3", "3.1", "3.2", "4", "4.1", "4.2", "5", "5.1");
3037
  foreach($items as $item) {
3038
  $selected = ($options['h264_level']==$item) ? 'selected="selected"' : '';
3039
  echo "<option value='$item' $selected>$item</option>";
3040
  }
3041
+ echo "</select> "._x('level', 'H.264 level. Might not need translation', 'video-embed-thumbnail-generator')." <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('3.0 is default. Lower levels will lower maximum bit rates and decoding complexity. This mostly depends on your need for compatability with mobile devices. Older versions of FFMPEG might ignore this setting altogether.', 'video-embed-thumbnail-generator')."</span></a>";
3042
  echo "</div>\n\t";
3043
  }
3044
 
3058
  function kgvid_ffmpeg_options_callback() {
3059
  $options = kgvid_get_options();
3060
  echo "<div class='kgvid_video_app_required'>";
3061
+ echo "<input class='affects_ffmpeg' onchange='if(jQuery(\"#ffmpeg_vpre\").attr(\"checked\")==\"checked\"){jQuery(\"#video_bitrate_flag\").attr(\"checked\", \"checked\");}' ".checked( $options['video_bitrate_flag'], "on", false )." id='video_bitrate_flag' name='kgvid_video_embed_options[video_bitrate_flag]' type='checkbox' /> <label for='video_bitrate_flag'>".__('Enable legacy FFMPEG "-b" and "-ba" bitrate flags.', 'video-embed-thumbnail-generator')."</label> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('Enable if your installed version of FFMPEG is old enough that you can\'t use the newer -b:v flags (Dreamhost users must turn this on). It may cause newer versions of FFMPEG to fail.', 'video-embed-thumbnail-generator')."</span></a><br />
3062
+ <input class='affects_ffmpeg' onchange='if(jQuery(\"#ffmpeg_vpre\").attr(\"checked\")==\"checked\"){jQuery(\"#video_bitrate_flag\").attr(\"checked\", \"checked\");}' ".checked( $options['ffmpeg_vpre'], "on", false )." id='ffmpeg_vpre' name='kgvid_video_embed_options[ffmpeg_vpre]' type='checkbox' /> <label for='ffmpeg_vpre'>".__('Enable legacy FFMPEG parameters.', 'video-embed-thumbnail-generator')."</label> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".__('Enable if your installed version of FFMPEG is old enough that libx264 requires additional configuration to operate (Dreamhost users must turn this on). This should help if you can encode WEBM or OGV files but H264/Mobile files fail. It could cause newer versions of FFMPEG to fail.', 'video-embed-thumbnail-generator')."</span></a>";
3063
  echo "</div>\n\t";
3064
  }
3065
 
3072
  $selected = ($options['simultaneous_encodes']==$i) ? 'selected="selected"' : '';
3073
  echo "<option value='".$i."' $selected>".$i."</option>";
3074
  }
3075
+ echo "</select> ".__('Simultaneous encodes.', 'video-embed-thumbnail-generator')." <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".sprintf( __('Increasing the number will allow %1$s to encode more than one file at a time, but may lead to %1$s monopolizing system resources.', 'video-embed-thumbnail-generator'), "<strong class='video_app_name'>".strtoupper($options['video_app'])."</strong>" )."</span></a><br />";
3076
 
3077
  echo "<select id='threads' name='kgvid_video_embed_options[threads]' class='affects_ffmpeg'>";
3078
  for ($i = 0; $i <= 16; $i++ ) {
3079
  $selected = ($options['threads']==$i) ? 'selected="selected"' : '';
3080
  echo "<option value='".$i."' $selected>".$i."</option>";
3081
  }
3082
+ echo "</select> "._x('threads', 'CPU threads. Might not need translating', 'video-embed-thumbnail-generator')." <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".sprintf( __('Default is 1, which limits encoding speed but prevents encoding from using too many system resources. Selecting 0 will allow %1$s to optimize the number of threads or you can set the number manually. This may lead to %1$s monopolizing system resources.', 'video-embed-thumbnail-generator'), "<strong class='video_app_name'>".strtoupper($options['video_app'])."</strong>" )."</span></a><br />";
3083
 
3084
+ echo "<input ".checked( $options['nice'], "on", false )." id='nice' name='kgvid_video_embed_options[nice]' class='affects_ffmpeg' type='checkbox' /> <label for='nice'>"._x('Run', 'execute program', 'video-embed-thumbnail-generator')." <code>nice</code>.</label> <a class='kgvid_tooltip wp-ui-text-highlight' href='javascript:void(0);'><span class='kgvid_tooltip_classic'>".sprintf( __('Tells %1$s to run at a lower priority to avoid monopolizing system resources.', 'video-embed-thumbnail-generator'), "<strong class='video_app_name'>".strtoupper($options['video_app'])."</strong>" )."</span></a>";
3085
  echo "</div>";
3086
 
3087
  }
3303
  $input['ffmpeg_exists'] = "notinstalled";
3304
  }
3305
  elseif ( $ffmpeg_info['ffmpeg_exists'] == false ) {
3306
+
3307
+ $textarea = '';
3308
+ if ( count($ffmpeg_info['output']) > 2 ) { $textarea = '<br /><textarea rows="3" cols="70" disabled style="resize: none;">'.implode($ffmpeg_info['output'], "\n").'</textarea>'; }
3309
+
3310
+ add_settings_error( __FILE__, "ffmpeg-disabled", sprintf( __('%1$s is not executing correctly at %2$s. You can embed existing videos and make thumbnails with compatible browsers, but video encoding is not possible without %1$s.', 'video-embed-thumbnail-generator'), strtoupper($input['video_app']), $input['app_path'] ).'<br /><br />'.__('Error message:', 'video-embed-thumbnail-generator').' '.implode(array_slice($ffmpeg_info['output'], -2, 2), " ").$textarea, "updated");
3311
  $input['ffmpeg_exists'] = "notinstalled";
3312
  }
3313
 
3410
  $validated_options = kgvid_video_embed_options_validate($all_settings['kgvid_video_embed_options']);
3411
  $options_updated = update_option('kgvid_video_embed_options', $validated_options);
3412
 
 
 
3413
  if ( $validated_options['ffmpeg_exists'] == "on" ) {
3414
  $movie_info = kgvid_get_video_dimensions(plugin_dir_url(__FILE__)."images/sample-video-h264.mp4");
3415
  $uploads = wp_upload_dir();
3719
 
3720
  if ( $img_editor_works ) {
3721
  $choose_from_video_content = '<div style="display:none;" class="kgvid_thumbnail_box kgvid-tabs-content" id="thumb-video-'.$post->ID.'-container">
3722
+ <div class="kgvid-reveal-thumb-video" onclick="kgvid_reveal_thumb_video('.$post->ID.')" id="show-thumb-video-'.$post->ID.'"><span class="kgvid-right-arrow"></span><span class="kgvid-show-video">'.__('Choose from video...', 'video-embed-thumbnail-generator').'</span></div>
3723
  <div style="display:none;" id="thumb-video-'.$post->ID.'-player">
3724
  <video crossorigin preload="metadata" class="kgvid-thumb-video" width="200" data-allowed="'.$options['browser_thumbnails'].'" onloadedmetadata="kgvid_thumb_video_loaded(\''.$post->ID.'\');" id="thumb-video-'.$post->ID.'" controls>'.
3725
  implode("\n", $sources).'
4372
  </tr>
4373
  <tr>
4374
  <th valign="top" scope="row" class="label"><span class="alignleft"><label for="attachments-singleurl-kgflashmediaplayer-width"><?php _e('Dimensions', 'video-embed-thumbnail-generator') ?></label></span></th>
4375
+ <td class="field"><?php _e('Width:', 'video-embed-thumbnail-generator') ?> <input name="attachments[singleurl][kgflashmediaplayer-width]" type="text" value="<?php echo $maxwidth; ?>" id="attachments-singleurl-kgflashmediaplayer-width" type="text" class="kgvid_50_width" onchange="kgvid_set_dimension('singleurl', 'height', this.value);" onkeyup="kgvid_set_dimension('singleurl', 'height', this.value);"> <?php _e('Height:', 'video-embed-thumbnail-generator') ?> <input name="attachments[singleurl][kgflashmediaplayer-height]" id="attachments-singleurl-kgflashmediaplayer-height" type="text" value="<?php echo $maxheight; ?>" class="kgvid_50_width" onchange="kgvid_set_dimension('singleurl', 'width', this.value);" onkeyup="kgvid-set-dimension('singleurl', 'width', this.value);"> <input type="checkbox" name="attachments[singleurl][kgflashmediaplayer-lockaspect]" id="attachments-singleurl-kgflashmediaplayer-lockaspect" onclick="kgvid_set_aspect('singleurl', this.checked);" checked> <label id="singleurl-lockaspect-label" for="attachments-singleurl-kgflashmediaplayer-lockaspect"><small><?php _e('Lock to Aspect Ratio', 'video-embed-thumbnail-generator') ?></small></label>
4376
  <p class="help"><small><?php printf( __('Leave blank to use %sdefault dimensions', 'video-embed-thumbnail-generator'), '<a href="options-general.php?page=video-embed-thumbnail-generator/video-embed-thumbnail-generator.php" target="_blank">' ) ?></a>.</small></p></td>
4377
  </tr>
4378
  <?php if ( current_user_can('encode_videos') ) { ?>
4381
  <td><?php echo $checkboxes['checkboxes']; ?></td>
4382
  </tr>
4383
  <?php } ?>
4384
+ <tr>
4385
+ <th valign="top" scope="row" class="label"><span class="alignleft"><label><?php _e('Subtitles & Captions', 'video-embed-thumbnail-generator') ?></span></label></th>
4386
+ <td><div id="kgflashmediaplayer-singleurl-trackdiv" class="kgvid_thumbnail_box kgvid_track_box"><?php _e('Track type:', 'video-embed-thumbnail-generator') ?><select name="attachments[singleurl][kgflashmediaplayer-track][kind]" id="attachments-singleurl-kgflashmediaplayer-track_kind"><option value="subtitles"><?php _e('subtitles', 'video-embed-thumbnail-generator') ?></option><option value="captions"><?php _e('captions', 'video-embed-thumbnail-generator') ?></option><option value="chapters"><?php _e('chapters', 'video-embed-thumbnail-generator') ?></option></select><br />URL: <input name="attachments[singleurl][kgflashmediaplayer-track][src]" id="attachments-singleurl-kgflashmediaplayer-track_src" type="text" value="" class="text"><br /><?php _e('Language code:', 'video-embed-thumbnail-generator') ?> <input name="attachments[singleurl][kgflashmediaplayer-track][srclang]" id="attachments-singleurl-kgflashmediaplayer-track_srclang" type="text" value="" maxlength="2" style="width:40px;"><br /><?php _e('Label:', 'video-embed-thumbnail-generator') ?> <input name="attachments[singleurl][kgflashmediaplayer-track][label]" id="attachments-singleurl-kgflashmediaplayer-track_label" type="text" value="" class="text"></div></td>
4387
  <tr>
4388
  <th valign="top" scope="row" class="label"><span class="alignleft"><label>Options</span></label></th>
4389
  <td><input type="checkbox" <?php echo checked( $options["downloadlink"], "on", false ); ?> name="downloadlink" id="downloadlink" value="true" class="field" /><label for="downloadlink"><?php _e('Generate Download Link Below Video', 'video-embed-thumbnail-generator') ?><br /><small></em><?php _e('Makes it easier for users to download video file', 'video-embed-thumbnail-generator') ?></em></small></label></td>
4694
  $h264extensions = array("mp4", "m4v", "mov");
4695
  $video_formats = kgvid_video_formats();
4696
  $sanitized_url = kgvid_sanitize_url($movieurl);
 
4697
  $movieurl = $sanitized_url['movieurl'];
4698
  $movieurl = str_replace("https://", "http://", $movieurl);
4699
  $movie_info = kgvid_get_video_dimensions($movieurl);
4700
+ $filepath = "";
4701
 
4702
  if ($movie_info['worked'] == true) { //if FFMPEG was able to open the file
4703
 
4704
  $movie_width = $movie_info['width'];
4705
  $movie_height = $movie_info['height'];
4706
+
4707
+ if ( get_post_type($postID) == "attachment" ) { //if the video is in the database
4708
  update_post_meta($postID, '_kgflashmediaplayer-actualwidth', $movie_width);
4709
  update_post_meta($postID, '_kgflashmediaplayer-actualheight', $movie_height);
4710
  update_post_meta($postID, '_kgflashmediaplayer-duration', $movie_info['duration']);
4743
  if ( empty($parent_id) ) { $parent_id = get_post($postID)->post_parent; }
4744
 
4745
  $queue_entry = array (
4746
+ 'attachmentID' => $postID,
4747
+ 'parent_id' => $parent_id,
4748
  'movieurl' => $movieurl,
4749
  'encode_formats'=> $encode_formats,
4750
  'movie_info' => $movie_info
4865
  if ( $action == "submit" && current_user_can('make_video_thumbnails') ) { kgivd_save_singleurl_poster($parent_id, $poster, $movieurl, $set_featured); }
4866
  }
4867
  else {
4868
+ $thumbnaildisplaycode = '<strong>'.sprintf( __('Error: %1$s not found. Verify that %1$s is installed at %2$s and check the %3$sapplication path plugin setting', 'video-embed-thumbnail-generator'), strtoupper($options["video_app"]), $options["app_path"], '<a href="options-general.php?page=video-embed-thumbnail-generator/video-embed-thumbnail-generator.php">' ).'</a>.</strong>' ;
4869
  $arr = array ( "thumbnaildisplaycode"=>$thumbnaildisplaycode, "embed_display"=>$thumbnaildisplaycode, "lastthumbnumber"=>"break" );
4870
  echo json_encode($arr);
4871
  }//no ffmpeg
video-js/font/vjs.eot CHANGED
Binary file
video-js/font/vjs.svg CHANGED
@@ -1,65 +1,28 @@
1
  <?xml version="1.0" standalone="no"?>
2
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
  <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>
5
- This is a custom SVG font generated by IcoMoon.
6
- <iconset grid="16"></iconset>
7
- </metadata>
8
  <defs>
9
- <font id="VideoJS" horiz-adv-x="512" >
10
- <font-face units-per-em="512" ascent="480" descent="-32" />
11
- <missing-glyph horiz-adv-x="512" />
12
- <glyph class="hidden" unicode="&#xf000;" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
13
- <glyph unicode="&#xe002;" d="M 64,416L 224,416L 224,32L 64,32zM 288,416L 448,416L 448,32L 288,32z" />
14
- <glyph unicode="&#xe003;" d="M 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
15
- <glyph unicode="&#xe004;" d="M 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
16
- c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
17
- c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
18
- <glyph unicode="&#xe005;" d="M 359.765,64.235c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.372-9.372,24.568,0,33.941
19
- c 65.503,65.503, 65.503,172.085,0,237.588c-9.372,9.373-9.372,24.569,0,33.941c 9.372,9.371, 24.569,9.372, 33.941,0
20
- C 417.532,335.938, 440,281.696, 440,224c0-57.695-22.468-111.938-63.265-152.735C 372.049,66.578, 365.907,64.235, 359.765,64.235zM 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
21
- c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
22
- c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
23
- <glyph unicode="&#xe006;" d="M 445.020,18.98c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.373-9.372,24.568,0,33.941
24
- C 471.868,103.771, 496.001,162.030, 496.001,224c0,61.969-24.133,120.229-67.952,164.049c-9.372,9.373-9.372,24.569,0,33.941
25
- c 9.372,9.372, 24.569,9.372, 33.941,0c 52.885-52.886, 82.011-123.2, 82.011-197.99c0-74.791-29.126-145.104-82.011-197.99
26
- C 457.304,21.323, 451.162,18.98, 445.020,18.98zM 359.765,64.235c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.372-9.372,24.568,0,33.941
27
- c 65.503,65.503, 65.503,172.085,0,237.588c-9.372,9.373-9.372,24.569,0,33.941c 9.372,9.371, 24.569,9.372, 33.941,0
28
- C 417.532,335.938, 440,281.696, 440,224c0-57.695-22.468-111.938-63.265-152.735C 372.049,66.578, 365.907,64.235, 359.765,64.235zM 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
29
- c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
30
- c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" horiz-adv-x="544" />
31
- <glyph unicode="&#xe007;" d="M 256,480L 96,224L 256-32L 416,224 z" />
32
- <glyph unicode="&#xe008;" d="M 0,480 L 687.158,480 L 687.158-35.207 L 0-35.207 L 0,480 z M 622.731,224.638 C 621.878,314.664 618.46,353.922 597.131,381.656 C 593.291,387.629 586.038,391.042 580.065,395.304 C 559.158,410.669 460.593,416.211 346.247,416.211 C 231.896,416.211 128.642,410.669 108.162,395.304 C 101.762,391.042 94.504,387.629 90.242,381.656 C 69.331,353.922 66.349,314.664 65.069,224.638 C 66.349,134.607 69.331,95.353 90.242,67.62 C 94.504,61.22 101.762,58.233 108.162,53.967 C 128.642,38.18 231.896,33.060 346.247,32.207 C 460.593,33.060 559.158,38.18 580.065,53.967 C 586.038,58.233 593.291,61.22 597.131,67.62 C 618.46,95.353 621.878,134.607 622.731,224.638 z M 331.179,247.952 C 325.389,318.401 287.924,359.905 220.901,359.905 C 159.672,359.905 111.54,304.689 111.54,215.965 C 111.54,126.859 155.405,71.267 227.907,71.267 C 285.79,71.267 326.306,113.916 332.701,184.742 L 263.55,184.742 C 260.81,158.468 249.843,138.285 226.69,138.285 C 190.136,138.285 183.435,174.462 183.435,212.92 C 183.435,265.854 198.665,292.886 223.951,292.886 C 246.492,292.886 260.81,276.511 262.939,247.952 L 331.179,247.952 z M 570.013,247.952 C 564.228,318.401 526.758,359.905 459.74,359.905 C 398.507,359.905 350.379,304.689 350.379,215.965 C 350.379,126.859 394.244,71.267 466.746,71.267 C 524.625,71.267 565.14,113.916 571.536,184.742 L 502.384,184.742 C 499.649,158.468 488.682,138.285 465.529,138.285 C 428.971,138.285 422.27,174.462 422.27,212.92 C 422.27,265.854 437.504,292.886 462.785,292.886 C 485.327,292.886 499.649,276.511 501.778,247.952 L 570.013,247.952 z " horiz-adv-x="687.158" />
33
- <glyph unicode="&#xe009;" d="M 64,416L 448,416L 448,32L 64,32z" />
34
- <glyph unicode="&#xe00a;" d="M 192,416A64,64 12780 1 1 320,416A64,64 12780 1 1 192,416zM 327.765,359.765A64,64 12780 1 1 455.765,359.765A64,64 12780 1 1 327.765,359.765zM 416,224A32,32 12780 1 1 480,224A32,32 12780 1 1 416,224zM 359.765,88.235A32,32 12780 1 1 423.765,88.23500000000001A32,32 12780 1 1 359.765,88.23500000000001zM 224.001,32A32,32 12780 1 1 288.001,32A32,32 12780 1 1 224.001,32zM 88.236,88.235A32,32 12780 1 1 152.236,88.23500000000001A32,32 12780 1 1 88.236,88.23500000000001zM 72.236,359.765A48,48 12780 1 1 168.236,359.765A48,48 12780 1 1 72.236,359.765zM 28,224A36,36 12780 1 1 100,224A36,36 12780 1 1 28,224z" />
35
- <glyph unicode="&#xe00b;" d="M 224,192 L 224-16 L 144,64 L 48-32 L 0,16 L 96,112 L 16,192 ZM 512,432 L 416,336 L 496,256 L 288,256 L 288,464 L 368,384 L 464,480 Z" />
36
- <glyph unicode="&#xe00c;" d="M 256,448 C 397.385,448 512,354.875 512,240 C 512,125.124 397.385,32 256,32 C 242.422,32 229.095,32.867 216.088,34.522 C 161.099-20.467 95.463-30.328 32-31.776 L 32-18.318 C 66.268-1.529 96,29.052 96,64 C 96,68.877 95.621,73.665 94.918,78.348 C 37.020,116.48 0,174.725 0,240 C 0,354.875 114.615,448 256,448 Z" />
37
- <glyph unicode="&#xe00d;" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 256,352
38
- c 70.692,0, 128-57.308, 128-128s-57.308-128-128-128s-128,57.308-128,128S 185.308,352, 256,352z M 408.735,71.265
39
- C 367.938,30.468, 313.695,8, 256,8c-57.696,0-111.938,22.468-152.735,63.265C 62.468,112.062, 40,166.304, 40,224
40
- c0,57.695, 22.468,111.938, 63.265,152.735l 33.941-33.941c0,0,0,0,0,0c-65.503-65.503-65.503-172.085,0-237.588
41
- C 168.937,73.475, 211.125,56, 256,56c 44.874,0, 87.062,17.475, 118.794,49.206c 65.503,65.503, 65.503,172.084,0,237.588l 33.941,33.941
42
- C 449.532,335.938, 472,281.695, 472,224C 472,166.304, 449.532,112.062, 408.735,71.265z" />
43
- <glyph unicode="&#xe01e;" d="M 512,224c-0.639,33.431-7.892,66.758-21.288,97.231c-13.352,30.5-32.731,58.129-56.521,80.96
44
- c-23.776,22.848-51.972,40.91-82.492,52.826C 321.197,466.979, 288.401,472.693, 256,472c-32.405-0.641-64.666-7.687-94.167-20.678
45
- c-29.524-12.948-56.271-31.735-78.367-54.788c-22.112-23.041-39.58-50.354-51.093-79.899C 20.816,287.104, 15.309,255.375, 16,224
46
- c 0.643-31.38, 7.482-62.574, 20.067-91.103c 12.544-28.55, 30.738-54.414, 53.055-75.774c 22.305-21.377, 48.736-38.252, 77.307-49.36
47
- C 194.988-3.389, 225.652-8.688, 256-8c 30.354,0.645, 60.481,7.277, 88.038,19.457c 27.575,12.141, 52.558,29.74, 73.183,51.322
48
- c 20.641,21.57, 36.922,47.118, 47.627,74.715c 6.517,16.729, 10.94,34.2, 13.271,51.899c 0.623-0.036, 1.249-0.060, 1.881-0.060
49
- c 17.673,0, 32,14.326, 32,32c0,0.898-0.047,1.786-0.119,2.666L 512,223.999 z M 461.153,139.026c-11.736-26.601-28.742-50.7-49.589-70.59
50
- c-20.835-19.905-45.5-35.593-72.122-45.895C 312.828,12.202, 284.297,7.315, 256,8c-28.302,0.649-56.298,6.868-81.91,18.237
51
- c-25.625,11.333-48.842,27.745-67.997,47.856c-19.169,20.099-34.264,43.882-44.161,69.529C 51.997,169.264, 47.318,196.729, 48,224
52
- c 0.651,27.276, 6.664,54.206, 17.627,78.845c 10.929,24.65, 26.749,46.985, 46.123,65.405c 19.365,18.434, 42.265,32.935, 66.937,42.428
53
- C 203.356,420.208, 229.755,424.681, 256,424c 26.25-0.653, 52.114-6.459, 75.781-17.017c 23.676-10.525, 45.128-25.751, 62.812-44.391
54
- c 17.698-18.629, 31.605-40.647, 40.695-64.344C 444.412,274.552, 448.679,249.219, 448,224l 0.119,0 c-0.072-0.88-0.119-1.768-0.119-2.666
55
- c0-16.506, 12.496-30.087, 28.543-31.812C 473.431,172.111, 468.278,155.113, 461.153,139.026z" />
56
- <glyph unicode="&#xe01f;" d="M 256,480 C 116.626,480 3.271,368.619 0.076,230.013 C 3.036,350.945 94.992,448 208,448 C 322.875,448 416,347.712 416,224 C 416,197.49 437.49,176 464,176 C 490.51,176 512,197.49 512,224 C 512,365.385 397.385,480 256,480 ZM 256-32 C 395.374-32 508.729,79.381 511.924,217.987 C 508.964,97.055 417.008,0 304,0 C 189.125,0 96,100.288 96,224 C 96,250.51 74.51,272 48,272 C 21.49,272 0,250.51 0,224 C 0,82.615 114.615-32 256-32 Z" />
57
- <glyph unicode="&#xe00e;" d="M 432,128c-22.58,0-42.96-9.369-57.506-24.415L 158.992,211.336C 159.649,215.462, 160,219.689, 160,224
58
- s-0.351,8.538-1.008,12.663l 215.502,107.751C 389.040,329.369, 409.42,320, 432,320c 44.183,0, 80,35.817, 80,80S 476.183,480, 432,480
59
- s-80-35.817-80-80c0-4.311, 0.352-8.538, 1.008-12.663L 137.506,279.585C 122.96,294.63, 102.58,304, 80,304c-44.183,0-80-35.818-80-80
60
- c0-44.184, 35.817-80, 80-80c 22.58,0, 42.96,9.369, 57.506,24.414l 215.502-107.751C 352.352,56.538, 352,52.311, 352,48
61
- c0-44.184, 35.817-80, 80-80s 80,35.816, 80,80C 512,92.182, 476.183,128, 432,128z" />
62
- <glyph unicode="&#xe001;" d="M 96,416L 416,224L 96,32 z" />
63
- <glyph unicode="&#xe000;" d="M 512,480 L 512,272 L 432,352 L 336,256 L 288,304 L 384,400 L 304,480 ZM 224,144 L 128,48 L 208-32 L 0-32 L 0,176 L 80,96 L 176,192 Z" />
64
- <glyph unicode="&#x20;" horiz-adv-x="256" />
65
  </font></defs></svg>
1
  <?xml version="1.0" standalone="no"?>
2
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
  <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Generated by IcoMoon</metadata>
 
 
 
5
  <defs>
6
+ <font id="icomoon" horiz-adv-x="1024">
7
+ <font-face units-per-em="1024" ascent="960" descent="-64" />
8
+ <missing-glyph horiz-adv-x="1024" />
9
+ <glyph unicode="&#x20;" d="" horiz-adv-x="512" />
10
+ <glyph unicode="&#xe000;" d="M1024 960v-416l-160 160-192-192-96 96 192 192-160 160zM448 288l-192-192 160-160h-416v416l160-160 192 192z" />
11
+ <glyph unicode="&#xe001;" d="M192 832l640-384-640-384z" />
12
+ <glyph unicode="&#xe002;" d="M128 832h320v-768h-320zM576 832h320v-768h-320z" />
13
+ <glyph unicode="&#xe003;" d="M401.332 881.332c25.668 25.668 46.668 16.968 46.668-19.332v-828c0-36.3-21-44.998-46.668-19.33l-241.332 241.33h-160v384h160l241.332 241.332z" />
14
+ <glyph unicode="&#xe004;" d="M549.020 218.98c-12.286 0-24.568 4.686-33.942 14.058-18.746 18.746-18.746 49.136 0 67.882 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882 18.746 18.744 49.136 18.744 67.882 0 118.53-118.53 118.53-311.392 0-429.922-9.372-9.37-21.656-14.056-33.94-14.056zM401.332 881.332c25.668 25.668 46.668 16.968 46.668-19.332v-828c0-36.3-21-44.998-46.668-19.33l-241.332 241.33h-160v384h160l241.332 241.332z" />
15
+ <glyph unicode="&#xe005;" d="M719.53 128.47c-12.286 0-24.568 4.686-33.942 14.058-18.744 18.744-18.744 49.136 0 67.882 131.006 131.006 131.006 344.17 0 475.176-18.744 18.746-18.744 49.138 0 67.882 18.744 18.742 49.138 18.744 67.882 0 81.594-81.592 126.53-190.076 126.53-305.468 0-115.39-44.936-223.876-126.53-305.47-9.372-9.374-21.656-14.060-33.94-14.060zM549.020 218.98c-12.286 0-24.568 4.686-33.942 14.058-18.746 18.746-18.746 49.136 0 67.882 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882 18.746 18.744 49.136 18.744 67.882 0 118.53-118.53 118.53-311.392 0-429.922-9.372-9.37-21.656-14.056-33.94-14.056zM401.332 881.332c25.668 25.668 46.668 16.968 46.668-19.332v-828c0-36.3-21-44.998-46.668-19.33l-241.332 241.33h-160v384h160l241.332 241.332z" />
16
+ <glyph unicode="&#xe006;" d="M890.040 37.96c-12.286 0-24.568 4.686-33.942 14.058-18.744 18.746-18.744 49.136 0 67.882 87.638 87.642 135.904 204.16 135.904 328.1 0 123.938-48.266 240.458-135.904 328.098-18.744 18.746-18.744 49.138 0 67.882 18.744 18.744 49.138 18.744 67.882 0 105.77-105.772 164.022-246.4 164.022-395.98 0-149.582-58.252-290.208-164.022-395.98-9.372-9.374-21.656-14.060-33.94-14.060zM719.53 128.47c-12.286 0-24.568 4.686-33.942 14.058-18.744 18.744-18.744 49.136 0 67.882 131.006 131.006 131.006 344.17 0 475.176-18.744 18.746-18.744 49.138 0 67.882 18.744 18.742 49.138 18.744 67.882 0 81.594-81.592 126.53-190.076 126.53-305.468 0-115.39-44.936-223.876-126.53-305.47-9.372-9.374-21.656-14.060-33.94-14.060zM549.020 218.98c-12.286 0-24.568 4.686-33.942 14.058-18.746 18.746-18.746 49.136 0 67.882 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882 18.746 18.744 49.136 18.744 67.882 0 118.53-118.53 118.53-311.392 0-429.922-9.372-9.37-21.656-14.056-33.94-14.056zM401.332 881.332c25.668 25.668 46.668 16.968 46.668-19.332v-828c0-36.3-21-44.998-46.668-19.33l-241.332 241.33h-160v384h160l241.332 241.332z" horiz-adv-x="1088" />
17
+ <glyph unicode="&#xe007;" d="M512 960l-320-512 320-512 320 512z" />
18
+ <glyph unicode="&#xe008;" d="M0 960h1374.316v-1030.414h-1374.316v1030.414zM1245.462 449.276c-1.706 180.052-8.542 258.568-51.2 314.036-7.68 11.946-22.186 18.772-34.132 27.296-41.814 30.73-238.944 41.814-467.636 41.814-228.702 0-435.21-11.084-476.17-41.814-12.8-8.524-27.316-15.35-35.84-27.296-41.822-55.468-47.786-133.984-50.346-314.036 2.56-180.062 8.524-258.57 50.346-314.036 8.524-12.8 23.040-18.774 35.84-27.306 40.96-31.574 247.468-41.814 476.17-43.52 228.692 1.706 425.822 11.946 467.636 43.52 11.946 8.532 26.452 14.506 34.132 27.306 42.658 55.466 49.494 133.974 51.2 314.036zM662.358 495.904c-11.58 140.898-86.51 223.906-220.556 223.906-122.458 0-218.722-110.432-218.722-287.88 0-178.212 87.73-289.396 232.734-289.396 115.766 0 196.798 85.298 209.588 226.95h-138.302c-5.48-52.548-27.414-92.914-73.72-92.914-73.108 0-86.51 72.354-86.51 149.27 0 105.868 30.46 159.932 81.032 159.932 45.082 0 73.718-32.75 77.976-89.868h136.48zM1140.026 495.904c-11.57 140.898-86.51 223.906-220.546 223.906-122.466 0-218.722-110.432-218.722-287.88 0-178.212 87.73-289.396 232.734-289.396 115.758 0 196.788 85.298 209.58 226.95h-138.304c-5.47-52.548-27.404-92.914-73.71-92.914-73.116 0-86.518 72.354-86.518 149.27 0 105.868 30.468 159.932 81.030 159.932 45.084 0 73.728-32.75 77.986-89.868h136.47z" horiz-adv-x="1374" />
19
+ <glyph unicode="&#xe009;" d="M128 832h768v-768h-768z" />
20
+ <glyph unicode="&#xe00a;" d="M384 832c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128-70.692 0-128-57.308-128-128zM655.53 719.53c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128-70.692 0-128-57.308-128-128zM832 448c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64zM719.53 176.47c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64zM448.002 64c0 0 0 0 0 0 0-35.346 28.654-64 64-64 35.346 0 64 28.654 64 64 0 0 0 0 0 0 0 0 0 0 0 0 0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64s0 0 0 0zM176.472 176.47c0 0 0 0 0 0 0-35.346 28.654-64 64-64 35.346 0 64 28.654 64 64 0 0 0 0 0 0 0 0 0 0 0 0 0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64s0 0 0 0zM144.472 719.53c0 0 0 0 0 0 0-53.019 42.981-96 96-96 53.019 0 96 42.981 96 96 0 0 0 0 0 0 0 0 0 0 0 0 0 53.019-42.981 96-96 96-53.019 0-96-42.981-96-96s0 0 0 0zM56 448c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72-39.765 0-72-32.235-72-72z" />
21
+ <glyph unicode="&#xe00b;" d="M448 384v-416l-160 160-192-192-96 96 192 192-160 160zM1024 864l-192-192 160-160h-416v416l160-160 192 192z" />
22
+ <glyph unicode="&#xe00c;" d="M512 896c282.77 0 512-186.25 512-416 0-229.752-229.23-416-512-416-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" />
23
+ <glyph unicode="&#xe00d;" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 704c141.384 0 256-114.616 256-256s-114.616-256-256-256-256 114.616-256 256 114.616 256 256 256zM817.47 142.53c-81.594-81.594-190.080-126.53-305.47-126.53-115.392 0-223.876 44.936-305.47 126.53-81.594 81.594-126.53 190.078-126.53 305.47 0 115.39 44.936 223.876 126.53 305.47l67.882-67.882c0 0 0 0 0 0-131.006-131.006-131.006-344.17 0-475.176 63.462-63.462 147.838-98.412 237.588-98.412 89.748 0 174.124 34.95 237.588 98.412 131.006 131.006 131.006 344.168 0 475.176l67.882 67.882c81.594-81.594 126.53-190.080 126.53-305.47 0-115.392-44.936-223.876-126.53-305.47z" />
24
+ <glyph unicode="&#xe00e;" d="M864 256c-45.16 0-85.92-18.738-115.012-48.83l-431.004 215.502c1.314 8.252 2.016 16.706 2.016 25.328s-0.702 17.076-2.016 25.326l431.004 215.502c29.092-30.090 69.852-48.828 115.012-48.828 88.366 0 160 71.634 160 160s-71.634 160-160 160-160-71.634-160-160c0-8.622 0.704-17.076 2.016-25.326l-431.004-215.504c-29.092 30.090-69.852 48.83-115.012 48.83-88.366 0-160-71.636-160-160 0-88.368 71.634-160 160-160 45.16 0 85.92 18.738 115.012 48.828l431.004-215.502c-1.312-8.25-2.016-16.704-2.016-25.326 0-88.368 71.634-160 160-160s160 71.632 160 160c0 88.364-71.634 160-160 160z" />
25
+ <glyph unicode="&#xe01e;" d="M1024 448c-1.278 66.862-15.784 133.516-42.576 194.462-26.704 61-65.462 116.258-113.042 161.92-47.552 45.696-103.944 81.82-164.984 105.652-61.004 23.924-126.596 35.352-191.398 33.966-64.81-1.282-129.332-15.374-188.334-41.356-59.048-25.896-112.542-63.47-156.734-109.576-44.224-46.082-79.16-100.708-102.186-159.798-23.114-59.062-34.128-122.52-32.746-185.27 1.286-62.76 14.964-125.148 40.134-182.206 25.088-57.1 61.476-108.828 106.11-151.548 44.61-42.754 97.472-76.504 154.614-98.72 57.118-22.304 118.446-32.902 179.142-31.526 60.708 1.29 120.962 14.554 176.076 38.914 55.15 24.282 105.116 59.48 146.366 102.644 41.282 43.14 73.844 94.236 95.254 149.43 13.034 33.458 21.88 68.4 26.542 103.798 1.246-0.072 2.498-0.12 3.762-0.12 35.346 0 64 28.652 64 64 0 1.796-0.094 3.572-0.238 5.332h0.238zM922.306 278.052c-23.472-53.202-57.484-101.4-99.178-141.18-41.67-39.81-91-71.186-144.244-91.79-53.228-20.678-110.29-30.452-166.884-29.082-56.604 1.298-112.596 13.736-163.82 36.474-51.25 22.666-97.684 55.49-135.994 95.712-38.338 40.198-68.528 87.764-88.322 139.058-19.87 51.284-29.228 106.214-27.864 160.756 1.302 54.552 13.328 108.412 35.254 157.69 21.858 49.3 53.498 93.97 92.246 130.81 38.73 36.868 84.53 65.87 133.874 84.856 49.338 19.060 102.136 28.006 154.626 26.644 52.5-1.306 104.228-12.918 151.562-34.034 47.352-21.050 90.256-51.502 125.624-88.782 35.396-37.258 63.21-81.294 81.39-128.688 18.248-47.392 26.782-98.058 25.424-148.496h0.238c-0.144-1.76-0.238-3.536-0.238-5.332 0-33.012 24.992-60.174 57.086-63.624-6.224-34.822-16.53-68.818-30.78-100.992z" />
26
+ <glyph unicode="&#xe01f;" d="M512 960c-278.748 0-505.458-222.762-511.848-499.974 5.92 241.864 189.832 435.974 415.848 435.974 229.75 0 416-200.576 416-448 0-53.020 42.98-96 96-96 53.020 0 96 42.98 96 96 0 282.77-229.23 512-512 512zM512-64c278.748 0 505.458 222.762 511.848 499.974-5.92-241.864-189.832-435.974-415.848-435.974-229.75 0-416 200.576-416 448 0 53.020-42.98 96-96 96-53.020 0-96-42.98-96-96 0-282.77 229.23-512 512-512z" />
27
+ <glyph unicode="&#xe600;" d="M1024 351.906v192.188l-146.774 24.462c-5.958 18.132-13.222 35.668-21.694 52.5l86.454 121.034-135.896 135.898-120.826-86.304c-16.91 8.554-34.538 15.888-52.768 21.902l-24.402 146.414h-192.188l-24.402-146.416c-18.23-6.014-35.858-13.348-52.766-21.902l-120.828 86.304-135.898-135.898 86.454-121.036c-8.47-16.83-15.734-34.366-21.692-52.498l-146.774-24.46v-192.188l147.118-24.52c5.96-17.968 13.21-35.348 21.642-52.030l-86.748-121.448 135.898-135.896 121.654 86.894c16.602-8.35 33.89-15.528 51.764-21.434l24.578-147.472h192.188l24.578 147.474c17.874 5.906 35.162 13.084 51.766 21.432l121.652-86.892 135.896 135.896-86.744 121.446c8.432 16.682 15.678 34.062 21.64 52.032l147.118 24.518zM512 320c-70.692 0-128 57.306-128 128 0 70.692 57.308 128 128 128 70.694 0 128-57.308 128-128 0-70.694-57.306-128-128-128z" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  </font></defs></svg>
video-js/font/vjs.ttf CHANGED
Binary file
video-js/font/vjs.woff CHANGED
Binary file
video-js/kg-video-js-skin.css CHANGED
@@ -1,15 +1,3 @@
1
- /*!
2
- Video.js Default Styles (http://videojs.com)
3
- Version 4.2.0
4
- Create your own skin at http://designer.videojs.com
5
- */
6
- /* SKIN
7
- ================================================================================
8
- The main class name for all skin-specific styles. To make your own skin,
9
- replace all occurances of 'vjs-default-skin' with a new name. Then add your new
10
- skin name to your video tag instead of the default skin.
11
- e.g. <video class="video-js my-skin-name">
12
- */
13
  .kg-video-js-skin {
14
  color: #cccccc;
15
  }
@@ -318,6 +306,25 @@ fonts to show/hide properly.
318
  .kg-video-js-skin .vjs-seek-handle:before {
319
  padding-top: 0.1em /* Minor adjustment */;
320
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  /* Time Display
322
  --------------------------------------------------------------------------------
323
  */
@@ -388,7 +395,7 @@ easily in the skin designer. http://designer.videojs.com/
388
  -webkit-border-radius: 100px;
389
  -moz-border-radius: 100px;
390
  border-radius: 100px;
391
- /* box-shadow
392
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
393
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
394
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
@@ -419,7 +426,7 @@ easily in the skin designer. http://designer.videojs.com/
419
  /* IE8 needs a non-glow hover state */
420
  background-color: #505050;
421
  background-color: rgba(50, 50, 50, 0.75);
422
- /* box-shadow
423
  -webkit-box-shadow: 0 0 3em #ffffff;
424
  -moz-box-shadow: 0 0 3em #ffffff;
425
  box-shadow: 0 0 3em #ffffff;
@@ -763,6 +770,46 @@ body.vjs-full-window {
763
  opacity: 1;
764
  visibility: visible;
765
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
766
  /* -----------------------------------------------------------------------------
767
  The original source of this file lives at
768
  https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
 
 
 
 
 
 
 
 
 
 
 
 
1
  .kg-video-js-skin {
2
  color: #cccccc;
3
  }
306
  .kg-video-js-skin .vjs-seek-handle:before {
307
  padding-top: 0.1em /* Minor adjustment */;
308
  }
309
+ /* Live Mode
310
+ --------------------------------------------------------------------------------
311
+ */
312
+ .kg-video-js-skin.vjs-live .vjs-time-controls,
313
+ .kg-video-js-skin.vjs-live .vjs-time-divider,
314
+ .kg-video-js-skin.vjs-live .vjs-progress-control {
315
+ display: none;
316
+ }
317
+ .kg-video-js-skin.vjs-live .vjs-live-display {
318
+ display: block;
319
+ }
320
+ /* Live Display
321
+ --------------------------------------------------------------------------------
322
+ */
323
+ .kg-video-js-skin .vjs-live-display {
324
+ display: none;
325
+ font-size: 1em;
326
+ line-height: 3em;
327
+ }
328
  /* Time Display
329
  --------------------------------------------------------------------------------
330
  */
395
  -webkit-border-radius: 100px;
396
  -moz-border-radius: 100px;
397
  border-radius: 100px;
398
+ /* box-shadow
399
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
400
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
401
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
426
  /* IE8 needs a non-glow hover state */
427
  background-color: #505050;
428
  background-color: rgba(50, 50, 50, 0.75);
429
+ /* box-shadow
430
  -webkit-box-shadow: 0 0 3em #ffffff;
431
  -moz-box-shadow: 0 0 3em #ffffff;
432
  box-shadow: 0 0 3em #ffffff;
770
  opacity: 1;
771
  visibility: visible;
772
  }
773
+
774
+
775
+
776
+
777
+ /* Resolutions
778
+ -------------------------------------------------------------------------------- */
779
+
780
+ @font-face{
781
+ font-family: 'VideoJS-Resolutions';
782
+ src: url('resolutions/Font/fonts/VideoJS-Resolutions.eot');
783
+ src: url('resolutions/Font/fonts/VideoJS-Resolutions.eot?#iefix') format('embedded-opentype'),
784
+ url('resolutions/Font/fonts/VideoJS-Resolutions.woff') format('woff'),
785
+ url('resolutions/Font/fonts/VideoJS-Resolutions.ttf') format('truetype');
786
+ font-weight: normal;
787
+ font-style: normal;
788
+ }
789
+
790
+ .kg-video-js-skin .vjs-resolutions-button {
791
+ width: 5em;
792
+ cursor: pointer !important;
793
+ }
794
+
795
+ /* Resolutions Icon */
796
+
797
+ .kg-video-js-skin .vjs-resolutions-button .vjs-control-content:before {
798
+ font-family: VideoJS-Resolutions;
799
+ font-size: 1.5em;
800
+ line-height: 2em;
801
+ content: "\e000"; /* Gear icon */
802
+ width: 17px;
803
+ height: 17px;
804
+ margin: 0.5em auto 0;
805
+ }
806
+
807
+ .kg-video-js-skin .vjs-control-content:hover:before {
808
+ text-shadow: 0em 0em 1em #FFF;
809
+ }
810
+
811
+
812
+
813
  /* -----------------------------------------------------------------------------
814
  The original source of this file lives at
815
  https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
video-js/video-js.css CHANGED
@@ -1,5 +1,5 @@
1
  /*!
2
  Video.js Default Styles (http://videojs.com)
3
- Version 4.5.1
4
  Create your own skin at http://designer.videojs.com
5
- */.vjs-default-skin{color:#ccc}@font-face{font-family:VideoJS;src:url(font/vjs.eot);src:url(font/vjs.eot?#iefix) format('embedded-opentype'),url(font/vjs.woff) format('woff'),url(font/vjs.ttf) format('truetype');font-weight:400;font-style:normal}.vjs-default-skin .vjs-slider{outline:0;position:relative;cursor:pointer;padding:0;background-color:#333;background-color:rgba(51,51,51,.9)}.vjs-default-skin .vjs-slider:focus{-webkit-box-shadow:0 0 2em #fff;-moz-box-shadow:0 0 2em #fff;box-shadow:0 0 2em #fff}.vjs-default-skin .vjs-slider-handle{position:absolute;left:0;top:0}.vjs-default-skin .vjs-slider-handle:before{content:"\e009";font-family:VideoJS;font-size:1em;line-height:1;text-align:center;text-shadow:0 0 1em #fff;position:absolute;top:0;left:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.vjs-default-skin .vjs-control-bar{display:none;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#07141e;background-color:rgba(7,20,30,.7)}.vjs-default-skin.vjs-has-started .vjs-control-bar{display:block;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{display:block;visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-default-skin.vjs-controls-disabled .vjs-control-bar{display:none}.vjs-default-skin.vjs-using-native-controls .vjs-control-bar{display:none}@media \0screen{.vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}}.vjs-default-skin .vjs-control{outline:0;position:relative;float:left;text-align:center;margin:0;padding:0;height:3em;width:4em}.vjs-default-skin .vjs-control:before{font-family:VideoJS;font-size:1.5em;line-height:2;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.5)}.vjs-default-skin .vjs-control:focus:before,.vjs-default-skin .vjs-control:hover:before{text-shadow:0 0 1em #fff}.vjs-default-skin .vjs-control:focus{}.vjs-default-skin .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-default-skin .vjs-play-control{width:5em;cursor:pointer}.vjs-default-skin .vjs-play-control:before{content:"\e001"}.vjs-default-skin.vjs-playing .vjs-play-control:before{content:"\e002"}.vjs-default-skin .vjs-mute-control,.vjs-default-skin .vjs-volume-menu-button{cursor:pointer;float:right}.vjs-default-skin .vjs-mute-control:before,.vjs-default-skin .vjs-volume-menu-button:before{content:"\e006"}.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before{content:"\e003"}.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before{content:"\e004"}.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before{content:"\e005"}.vjs-default-skin .vjs-volume-control{width:5em;float:right}.vjs-default-skin .vjs-volume-bar{width:5em;height:.6em;margin:1.1em auto 0}.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content{height:2.9em}.vjs-default-skin .vjs-volume-level{position:absolute;top:0;left:0;height:.5em;background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat}.vjs-default-skin .vjs-volume-bar .vjs-volume-handle{width:.5em;height:.5em}.vjs-default-skin .vjs-volume-handle:before{font-size:.9em;top:-.2em;left:-.2em;width:1em;height:1em}.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content{width:6em;left:-4em}.vjs-default-skin .vjs-progress-control{position:absolute;left:0;right:0;width:auto;font-size:.3em;height:1em;top:-1em;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-default-skin:hover .vjs-progress-control{font-size:.9em;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s}.vjs-default-skin .vjs-progress-holder{height:100%}.vjs-default-skin .vjs-progress-holder .vjs-play-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress{position:absolute;display:block;height:100%;margin:0;padding:0;left:0;top:0}.vjs-default-skin .vjs-play-progress{background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat}.vjs-default-skin .vjs-load-progress{background:#646464;background:rgba(255,255,255,.4)}.vjs-default-skin .vjs-seek-handle{width:1.5em;height:100%}.vjs-default-skin .vjs-seek-handle:before{padding-top:.1em}.vjs-default-skin .vjs-time-controls{font-size:1em;line-height:3em}.vjs-default-skin .vjs-current-time{float:left}.vjs-default-skin .vjs-duration{float:left}.vjs-default-skin .vjs-remaining-time{display:none;float:left}.vjs-time-divider{float:left;line-height:3em}.vjs-default-skin .vjs-fullscreen-control{width:3.8em;cursor:pointer;float:right}.vjs-default-skin .vjs-fullscreen-control:before{content:"\e000"}.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before{content:"\e00b"}.vjs-default-skin .vjs-big-play-button{left:.5em;top:.5em;font-size:3em;display:block;z-index:2;position:absolute;width:4em;height:2.6em;text-align:center;vertical-align:middle;cursor:pointer;opacity:1;background-color:#07141e;background-color:rgba(7,20,30,.7);border:.1em solid #3b4249;-webkit-border-radius:.8em;-moz-border-radius:.8em;border-radius:.8em;-webkit-box-shadow:0 0 1em rgba(255,255,255,.25);-moz-box-shadow:0 0 1em rgba(255,255,255,.25);box-shadow:0 0 1em rgba(255,255,255,.25);-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button{left:50%;margin-left:-2.1em;top:50%;margin-top:-1.4000000000000001em}.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button{display:none}.vjs-default-skin.vjs-has-started .vjs-big-play-button{display:none}.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-default-skin:hover .vjs-big-play-button,.vjs-default-skin .vjs-big-play-button:focus{outline:0;border-color:#fff;background-color:#505050;background-color:rgba(50,50,50,.75);-webkit-box-shadow:0 0 3em #fff;-moz-box-shadow:0 0 3em #fff;box-shadow:0 0 3em #fff;-webkit-transition:all 0s;-moz-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-default-skin .vjs-big-play-button:before{content:"\e001";font-family:VideoJS;line-height:2.6em;text-shadow:.05em .05em .1em #000;text-align:center;position:absolute;left:0;width:100%;height:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;font-size:4em;line-height:1;width:1em;height:1em;margin-left:-.5em;margin-top:-.5em;opacity:.75;-webkit-animation:spin 1.5s infinite linear;-moz-animation:spin 1.5s infinite linear;-o-animation:spin 1.5s infinite linear;animation:spin 1.5s infinite linear}.vjs-default-skin .vjs-loading-spinner:before{content:"\e01e";font-family:VideoJS;position:absolute;top:0;left:0;width:1em;height:1em;text-align:center;text-shadow:0 0 .1em #000}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.vjs-default-skin .vjs-menu-button{float:right;cursor:pointer}.vjs-default-skin .vjs-menu{display:none;position:absolute;bottom:0;left:0;width:0;height:0;margin-bottom:3em;border-left:2em solid transparent;border-right:2em solid transparent;border-top:1.55em solid #000;border-top-color:rgba(7,40,50,.5)}.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;position:absolute;width:10em;bottom:1.5em;max-height:15em;overflow:auto;left:-5em;background-color:#07141e;background-color:rgba(7,20,30,.7);-webkit-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);-moz-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);box-shadow:-.2em -.2em .3em rgba(255,255,255,.2)}.vjs-default-skin .vjs-menu-button:hover .vjs-menu{display:block}.vjs-default-skin .vjs-menu-button ul li{list-style:none;margin:0;padding:.3em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-default-skin .vjs-menu-button ul li.vjs-selected{background-color:#000}.vjs-default-skin .vjs-menu-button ul li:focus,.vjs-default-skin .vjs-menu-button ul li:hover,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover{outline:0;color:#111;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-default-skin .vjs-subtitles-button:before{content:"\e00c"}.vjs-default-skin .vjs-captions-button:before{content:"\e008"}.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before{-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js{background-color:#000;position:relative;padding:0;font-size:10px;vertical-align:middle;font-weight:400;font-style:normal;font-family:Arial,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js:-moz-full-screen{position:absolute}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0;width:100%!important;height:100%!important;_position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-poster{background-repeat:no-repeat;background-position:50% 50%;background-size:contain;cursor:pointer;height:100%;margin:0;padding:0;position:relative;width:100%}.vjs-poster img{display:block;margin:0 auto;max-height:100%;padding:0;width:100%}.video-js.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-text-track-display{text-align:center;position:absolute;bottom:4em;left:1em;right:1em}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{display:none;font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.video-js .vjs-subtitles{color:#fff}.video-js .vjs-captions{color:#fc6}.vjs-tt-cue{display:block}.vjs-default-skin .vjs-hidden{display:none}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}
1
  /*!
2
  Video.js Default Styles (http://videojs.com)
3
+ Version 4.6.4
4
  Create your own skin at http://designer.videojs.com
5
+ */.vjs-default-skin{color:#ccc}@font-face{font-family:VideoJS;src:url(font/vjs.eot);src:url(font/vjs.eot?#iefix) format('embedded-opentype'),url(font/vjs.woff) format('woff'),url(font/vjs.ttf) format('truetype');font-weight:400;font-style:normal}.vjs-default-skin .vjs-slider{outline:0;position:relative;cursor:pointer;padding:0;background-color:#333;background-color:rgba(51,51,51,.9)}.vjs-default-skin .vjs-slider:focus{-webkit-box-shadow:0 0 2em #fff;-moz-box-shadow:0 0 2em #fff;box-shadow:0 0 2em #fff}.vjs-default-skin .vjs-slider-handle{position:absolute;left:0;top:0}.vjs-default-skin .vjs-slider-handle:before{content:"\e009";font-family:VideoJS;font-size:1em;line-height:1;text-align:center;text-shadow:0 0 1em #fff;position:absolute;top:0;left:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.vjs-default-skin .vjs-control-bar{display:none;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#07141e;background-color:rgba(7,20,30,.7)}.vjs-default-skin.vjs-has-started .vjs-control-bar{display:block;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{display:block;visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-default-skin.vjs-controls-disabled .vjs-control-bar{display:none}.vjs-default-skin.vjs-using-native-controls .vjs-control-bar{display:none}.vjs-default-skin.vjs-error .vjs-control-bar{display:none}@media \0screen{.vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}}.vjs-default-skin .vjs-control{outline:0;position:relative;float:left;text-align:center;margin:0;padding:0;height:3em;width:4em}.vjs-default-skin .vjs-control:before{font-family:VideoJS;font-size:1.5em;line-height:2;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.5)}.vjs-default-skin .vjs-control:focus:before,.vjs-default-skin .vjs-control:hover:before{text-shadow:0 0 1em #fff}.vjs-default-skin .vjs-control:focus{}.vjs-default-skin .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-default-skin .vjs-play-control{width:5em;cursor:pointer}.vjs-default-skin .vjs-play-control:before{content:"\e001"}.vjs-default-skin.vjs-playing .vjs-play-control:before{content:"\e002"}.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value{font-size:1.5em;line-height:2;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.5)}.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content{width:4em;left:-2em;list-style:none}.vjs-default-skin .vjs-mute-control,.vjs-default-skin .vjs-volume-menu-button{cursor:pointer;float:right}.vjs-default-skin .vjs-mute-control:before,.vjs-default-skin .vjs-volume-menu-button:before{content:"\e006"}.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before{content:"\e003"}.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before{content:"\e004"}.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before{content:"\e005"}.vjs-default-skin .vjs-volume-control{width:5em;float:right}.vjs-default-skin .vjs-volume-bar{width:5em;height:.6em;margin:1.1em auto 0}.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content{height:2.9em}.vjs-default-skin .vjs-volume-level{position:absolute;top:0;left:0;height:.5em;width:100%;background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat}.vjs-default-skin .vjs-volume-bar .vjs-volume-handle{width:.5em;height:.5em;left:4.5em}.vjs-default-skin .vjs-volume-handle:before{font-size:.9em;top:-.2em;left:-.2em;width:1em;height:1em}.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content{width:6em;left:-4em}.vjs-default-skin .vjs-progress-control{position:absolute;left:0;right:0;width:auto;font-size:.3em;height:1em;top:-1em;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-default-skin:hover .vjs-progress-control{font-size:.9em;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s}.vjs-default-skin .vjs-progress-holder{height:100%}.vjs-default-skin .vjs-progress-holder .vjs-play-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0;left:0;top:0}.vjs-default-skin .vjs-play-progress{background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat}.vjs-default-skin .vjs-load-progress{background:#646464;background:rgba(255,255,255,.4)}.vjs-default-skin .vjs-seek-handle{width:1.5em;height:100%}.vjs-default-skin .vjs-seek-handle:before{padding-top:.1em}.vjs-default-skin.vjs-live .vjs-time-controls,.vjs-default-skin.vjs-live .vjs-time-divider,.vjs-default-skin.vjs-live .vjs-progress-control{display:none}.vjs-default-skin.vjs-live .vjs-live-display{display:block}.vjs-default-skin .vjs-live-display{display:none;font-size:1em;line-height:3em}.vjs-default-skin .vjs-time-controls{font-size:1em;line-height:3em}.vjs-default-skin .vjs-current-time{float:left}.vjs-default-skin .vjs-duration{float:left}.vjs-default-skin .vjs-remaining-time{display:none;float:left}.vjs-time-divider{float:left;line-height:3em}.vjs-default-skin .vjs-fullscreen-control{width:3.8em;cursor:pointer;float:right}.vjs-default-skin .vjs-fullscreen-control:before{content:"\e000"}.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before{content:"\e00b"}.vjs-default-skin .vjs-big-play-button{left:.5em;top:.5em;font-size:3em;display:block;z-index:2;position:absolute;width:4em;height:2.6em;text-align:center;vertical-align:middle;cursor:pointer;opacity:1;background-color:#07141e;background-color:rgba(7,20,30,.7);border:.1em solid #3b4249;-webkit-border-radius:.8em;-moz-border-radius:.8em;border-radius:.8em;-webkit-box-shadow:0 0 1em rgba(255,255,255,.25);-moz-box-shadow:0 0 1em rgba(255,255,255,.25);box-shadow:0 0 1em rgba(255,255,255,.25);-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button{left:50%;margin-left:-2.1em;top:50%;margin-top:-1.4000000000000001em}.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button{display:none}.vjs-default-skin.vjs-has-started .vjs-big-play-button{display:none}.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-default-skin:hover .vjs-big-play-button,.vjs-default-skin .vjs-big-play-button:focus{outline:0;border-color:#fff;background-color:#505050;background-color:rgba(50,50,50,.75);-webkit-box-shadow:0 0 3em #fff;-moz-box-shadow:0 0 3em #fff;box-shadow:0 0 3em #fff;-webkit-transition:all 0s;-moz-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-default-skin .vjs-big-play-button:before{content:"\e001";font-family:VideoJS;line-height:2.6em;text-shadow:.05em .05em .1em #000;text-align:center;position:absolute;left:0;width:100%;height:100%}.vjs-error .vjs-big-play-button{display:none}.vjs-error-display{display:none}.vjs-error .vjs-error-display{display:block;position:absolute;left:0;top:0;width:100%;height:100%}.vjs-error .vjs-error-display:before{content:'X';font-family:Arial;font-size:4em;color:#666;line-height:1;text-shadow:.05em .05em .1em #000;text-align:center;vertical-align:middle;position:absolute;top:50%;margin-top:-.5em;width:100%}.vjs-error-display div{position:absolute;font-size:1.4em;text-align:center;bottom:1em;right:1em;left:1em}.vjs-error-display a,.vjs-error-display a:visited{color:#F4A460}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;font-size:4em;line-height:1;width:1em;height:1em;margin-left:-.5em;margin-top:-.5em;opacity:.75;-webkit-animation:spin 1.5s infinite linear;-moz-animation:spin 1.5s infinite linear;-o-animation:spin 1.5s infinite linear;animation:spin 1.5s infinite linear}.video-js.vjs-error .vjs-loading-spinner{display:none!important;-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}.vjs-default-skin .vjs-loading-spinner:before{content:"\e01e";font-family:VideoJS;position:absolute;top:0;left:0;width:1em;height:1em;text-align:center;text-shadow:0 0 .1em #000}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.vjs-default-skin .vjs-menu-button{float:right;cursor:pointer}.vjs-default-skin .vjs-menu{display:none;position:absolute;bottom:0;left:0;width:0;height:0;margin-bottom:3em;border-left:2em solid transparent;border-right:2em solid transparent;border-top:1.55em solid #000;border-top-color:rgba(7,40,50,.5)}.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;position:absolute;width:10em;bottom:1.5em;max-height:15em;overflow:auto;left:-5em;background-color:#07141e;background-color:rgba(7,20,30,.7);-webkit-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);-moz-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);box-shadow:-.2em -.2em .3em rgba(255,255,255,.2)}.vjs-default-skin .vjs-menu-button:hover .vjs-menu{display:block}.vjs-default-skin .vjs-menu-button ul li{list-style:none;margin:0;padding:.3em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-default-skin .vjs-menu-button ul li.vjs-selected{background-color:#000}.vjs-default-skin .vjs-menu-button ul li:focus,.vjs-default-skin .vjs-menu-button ul li:hover,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover{outline:0;color:#111;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-default-skin .vjs-subtitles-button:before{content:"\e00c"}.vjs-default-skin .vjs-captions-button:before{content:"\e008"}.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before{-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js{background-color:#000;position:relative;padding:0;font-size:10px;vertical-align:middle;font-weight:400;font-style:normal;font-family:Arial,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js:-moz-full-screen{position:absolute}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0;width:100%!important;height:100%!important;_position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-poster{background-repeat:no-repeat;background-position:50% 50%;background-size:contain;cursor:pointer;height:100%;margin:0;padding:0;position:relative;width:100%}.vjs-poster img{display:block;margin:0 auto;max-height:100%;padding:0;width:100%}.video-js.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-text-track-display{text-align:center;position:absolute;bottom:4em;left:1em;right:1em}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{display:none;font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.video-js .vjs-subtitles{color:#fff}.video-js .vjs-captions{color:#fc6}.vjs-tt-cue{display:block}.vjs-default-skin .vjs-hidden{display:none}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#ccc;background-color:#333;font-size:18px;font-family:Arial,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#F4A460}
video-js/video-js.swf CHANGED
Binary file
video-js/video.js CHANGED
@@ -1,138 +1,148 @@
1
- /*! Video.js v4.5.1 Copyright 2014 Brightcove, Inc. https://github.com/videojs/video.js/blob/master/LICENSE */
2
- (function() {var b=void 0,f=!0,h=null,l=!1;function m(){return function(){}}function p(a){return function(){return this[a]}}function q(a){return function(){return a}}var t;document.createElement("video");document.createElement("audio");document.createElement("track");function u(a,c,d){if("string"===typeof a){0===a.indexOf("#")&&(a=a.slice(1));if(u.va[a])return u.va[a];a=u.u(a)}if(!a||!a.nodeName)throw new TypeError("The element or ID supplied is not valid. (videojs)");return a.player||new u.Player(a,c,d)}
3
- var videojs=u;window.Wd=window.Xd=u;u.Rb="4.5";u.Fc="https:"==document.location.protocol?"https://":"http://";u.options={techOrder:["html5","flash"],html5:{},flash:{},width:300,height:150,defaultVolume:0,children:{mediaLoader:{},posterImage:{},textTrackDisplay:{},loadingSpinner:{},bigPlayButton:{},controlBar:{}},notSupportedMessage:'Sorry, no compatible source and playback technology were found for this video. Try using another browser like <a href="http://bit.ly/ccMUEC">Chrome</a> or download the latest <a href="http://adobe.ly/mwfN1">Adobe Flash Player</a>.'};
4
- "GENERATED_CDN_VSN"!==u.Rb&&(videojs.options.flash.swf=u.Fc+"vjs.zencdn.net/"+u.Rb+"/video-js.swf");u.va={};"function"===typeof define&&define.amd?define([],function(){return videojs}):"object"===typeof exports&&"object"===typeof module&&(module.exports=videojs);u.ka=u.CoreObject=m();
5
- u.ka.extend=function(a){var c,d;a=a||{};c=a.init||a.j||this.prototype.init||this.prototype.j||m();d=function(){c.apply(this,arguments)};d.prototype=u.l.create(this.prototype);d.prototype.constructor=d;d.extend=u.ka.extend;d.create=u.ka.create;for(var e in a)a.hasOwnProperty(e)&&(d.prototype[e]=a[e]);return d};u.ka.create=function(){var a=u.l.create(this.prototype);this.apply(a,arguments);return a};
6
- u.d=function(a,c,d){var e=u.getData(a);e.z||(e.z={});e.z[c]||(e.z[c]=[]);d.s||(d.s=u.s++);e.z[c].push(d);e.V||(e.disabled=l,e.V=function(c){if(!e.disabled){c=u.ic(c);var d=e.z[c.type];if(d)for(var d=d.slice(0),k=0,r=d.length;k<r&&!c.pc();k++)d[k].call(a,c)}});1==e.z[c].length&&(document.addEventListener?a.addEventListener(c,e.V,l):document.attachEvent&&a.attachEvent("on"+c,e.V))};
7
- u.o=function(a,c,d){if(u.mc(a)){var e=u.getData(a);if(e.z)if(c){var g=e.z[c];if(g){if(d){if(d.s)for(e=0;e<g.length;e++)g[e].s===d.s&&g.splice(e--,1)}else e.z[c]=[];u.ec(a,c)}}else for(g in e.z)c=g,e.z[c]=[],u.ec(a,c)}};u.ec=function(a,c){var d=u.getData(a);0===d.z[c].length&&(delete d.z[c],document.removeEventListener?a.removeEventListener(c,d.V,l):document.detachEvent&&a.detachEvent("on"+c,d.V));u.zb(d.z)&&(delete d.z,delete d.V,delete d.disabled);u.zb(d)&&u.uc(a)};
8
- u.ic=function(a){function c(){return f}function d(){return l}if(!a||!a.Ab){var e=a||window.event;a={};for(var g in e)"layerX"!==g&&("layerY"!==g&&"keyboardEvent.keyLocation"!==g)&&("returnValue"==g&&e.preventDefault||(a[g]=e[g]));a.target||(a.target=a.srcElement||document);a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;a.preventDefault=function(){e.preventDefault&&e.preventDefault();a.returnValue=l;a.fd=c;a.defaultPrevented=f};a.fd=d;a.defaultPrevented=l;a.stopPropagation=function(){e.stopPropagation&&
9
- e.stopPropagation();a.cancelBubble=f;a.Ab=c};a.Ab=d;a.stopImmediatePropagation=function(){e.stopImmediatePropagation&&e.stopImmediatePropagation();a.pc=c;a.stopPropagation()};a.pc=d;if(a.clientX!=h){g=document.documentElement;var j=document.body;a.pageX=a.clientX+(g&&g.scrollLeft||j&&j.scrollLeft||0)-(g&&g.clientLeft||j&&j.clientLeft||0);a.pageY=a.clientY+(g&&g.scrollTop||j&&j.scrollTop||0)-(g&&g.clientTop||j&&j.clientTop||0)}a.which=a.charCode||a.keyCode;a.button!=h&&(a.button=a.button&1?0:a.button&
10
- 4?1:a.button&2?2:0)}return a};u.k=function(a,c){var d=u.mc(a)?u.getData(a):{},e=a.parentNode||a.ownerDocument;"string"===typeof c&&(c={type:c,target:a});c=u.ic(c);d.V&&d.V.call(a,c);if(e&&!c.Ab()&&c.bubbles!==l)u.k(e,c);else if(!e&&!c.defaultPrevented&&(d=u.getData(c.target),c.target[c.type])){d.disabled=f;if("function"===typeof c.target[c.type])c.target[c.type]();d.disabled=l}return!c.defaultPrevented};
11
- u.U=function(a,c,d){function e(){u.o(a,c,e);d.apply(this,arguments)}e.s=d.s=d.s||u.s++;u.d(a,c,e)};var v=Object.prototype.hasOwnProperty;u.e=function(a,c){var d,e;d=document.createElement(a||"div");for(e in c)v.call(c,e)&&(-1!==e.indexOf("aria-")||"role"==e?d.setAttribute(e,c[e]):d[e]=c[e]);return d};u.Z=function(a){return a.charAt(0).toUpperCase()+a.slice(1)};u.l={};u.l.create=Object.create||function(a){function c(){}c.prototype=a;return new c};
12
- u.l.ra=function(a,c,d){for(var e in a)v.call(a,e)&&c.call(d||this,e,a[e])};u.l.B=function(a,c){if(!c)return a;for(var d in c)v.call(c,d)&&(a[d]=c[d]);return a};u.l.Wc=function(a,c){var d,e,g;a=u.l.copy(a);for(d in c)v.call(c,d)&&(e=a[d],g=c[d],a[d]=u.l.Na(e)&&u.l.Na(g)?u.l.Wc(e,g):c[d]);return a};u.l.copy=function(a){return u.l.B({},a)};u.l.Na=function(a){return!!a&&"object"===typeof a&&"[object Object]"===a.toString()&&a.constructor===Object};
13
- u.bind=function(a,c,d){function e(){return c.apply(a,arguments)}c.s||(c.s=u.s++);e.s=d?d+"_"+c.s:c.s;return e};u.pa={};u.s=1;u.expando="vdata"+(new Date).getTime();u.getData=function(a){var c=a[u.expando];c||(c=a[u.expando]=u.s++,u.pa[c]={});return u.pa[c]};u.mc=function(a){a=a[u.expando];return!(!a||u.zb(u.pa[a]))};u.uc=function(a){var c=a[u.expando];if(c){delete u.pa[c];try{delete a[u.expando]}catch(d){a.removeAttribute?a.removeAttribute(u.expando):a[u.expando]=h}}};
14
- u.zb=function(a){for(var c in a)if(a[c]!==h)return l;return f};u.n=function(a,c){-1==(" "+a.className+" ").indexOf(" "+c+" ")&&(a.className=""===a.className?c:a.className+" "+c)};u.t=function(a,c){var d,e;if(-1!=a.className.indexOf(c)){d=a.className.split(" ");for(e=d.length-1;0<=e;e--)d[e]===c&&d.splice(e,1);a.className=d.join(" ")}};u.F=u.e("video");u.J=navigator.userAgent;u.Kc=/iPhone/i.test(u.J);u.Jc=/iPad/i.test(u.J);u.Lc=/iPod/i.test(u.J);u.Ic=u.Kc||u.Jc||u.Lc;var aa=u,w;var x=u.J.match(/OS (\d+)_/i);
15
- w=x&&x[1]?x[1]:b;aa.Kd=w;u.Hc=/Android/i.test(u.J);var ba=u,y;var z=u.J.match(/Android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i),A,B;z?(A=z[1]&&parseFloat(z[1]),B=z[2]&&parseFloat(z[2]),y=A&&B?parseFloat(z[1]+"."+z[2]):A?A:h):y=h;ba.Qb=y;u.Mc=u.Hc&&/webkit/i.test(u.J)&&2.3>u.Qb;u.Ub=/Firefox/i.test(u.J);u.Ld=/Chrome/i.test(u.J);u.$b=!!("ontouchstart"in window||window.Gc&&document instanceof window.Gc);
16
- u.wb=function(a){var c,d,e,g;c={};if(a&&a.attributes&&0<a.attributes.length){d=a.attributes;for(var j=d.length-1;0<=j;j--){e=d[j].name;g=d[j].value;if("boolean"===typeof a[e]||-1!==",autoplay,controls,loop,muted,default,".indexOf(","+e+","))g=g!==h?f:l;c[e]=g}}return c};
17
- u.Pd=function(a,c){var d="";document.defaultView&&document.defaultView.getComputedStyle?d=document.defaultView.getComputedStyle(a,"").getPropertyValue(c):a.currentStyle&&(d=a["client"+c.substr(0,1).toUpperCase()+c.substr(1)]+"px");return d};u.yb=function(a,c){c.firstChild?c.insertBefore(a,c.firstChild):c.appendChild(a)};u.Nb={};u.u=function(a){0===a.indexOf("#")&&(a=a.slice(1));return document.getElementById(a)};
18
- u.ta=function(a,c){c=c||a;var d=Math.floor(a%60),e=Math.floor(a/60%60),g=Math.floor(a/3600),j=Math.floor(c/60%60),k=Math.floor(c/3600);if(isNaN(a)||Infinity===a)g=e=d="-";g=0<g||0<k?g+":":"";return g+(((g||10<=j)&&10>e?"0"+e:e)+":")+(10>d?"0"+d:d)};u.Sc=function(){document.body.focus();document.onselectstart=q(l)};u.Ed=function(){document.onselectstart=q(f)};u.trim=function(a){return(a+"").replace(/^\s+|\s+$/g,"")};u.round=function(a,c){c||(c=0);return Math.round(a*Math.pow(10,c))/Math.pow(10,c)};
19
- u.sb=function(a,c){return{length:1,start:function(){return a},end:function(){return c}}};
20
- u.get=function(a,c,d){var e,g;"undefined"===typeof XMLHttpRequest&&(window.XMLHttpRequest=function(){try{return new window.ActiveXObject("Msxml2.XMLHTTP.6.0")}catch(a){}try{return new window.ActiveXObject("Msxml2.XMLHTTP.3.0")}catch(c){}try{return new window.ActiveXObject("Msxml2.XMLHTTP")}catch(d){}throw Error("This browser does not support XMLHttpRequest.");});g=new XMLHttpRequest;try{g.open("GET",a)}catch(j){d(j)}e=0===a.indexOf("file:")||0===window.location.href.indexOf("file:")&&-1===a.indexOf("http");
21
- g.onreadystatechange=function(){4===g.readyState&&(200===g.status||e&&0===g.status?c(g.responseText):d&&d())};try{g.send()}catch(k){d&&d(k)}};u.wd=function(a){try{var c=window.localStorage||l;c&&(c.volume=a)}catch(d){22==d.code||1014==d.code?u.log("LocalStorage Full (VideoJS)",d):18==d.code?u.log("LocalStorage not allowed (VideoJS)",d):u.log("LocalStorage Error (VideoJS)",d)}};u.kc=function(a){a.match(/^https?:\/\//)||(a=u.e("div",{innerHTML:'<a href="'+a+'">x</a>'}).firstChild.href);return a};
22
- u.log=function(){u.log.history=u.log.history||[];u.log.history.push(arguments);window.console&&window.console.log(Array.prototype.slice.call(arguments))};u.cd=function(a){var c,d;a.getBoundingClientRect&&a.parentNode&&(c=a.getBoundingClientRect());if(!c)return{left:0,top:0};a=document.documentElement;d=document.body;return{left:u.round(c.left+(window.pageXOffset||d.scrollLeft)-(a.clientLeft||d.clientLeft||0)),top:u.round(c.top+(window.pageYOffset||d.scrollTop)-(a.clientTop||d.clientTop||0))}};
23
- u.ja={};u.ja.Eb=function(a,c){var d,e,g;a=u.l.copy(a);for(d in c)c.hasOwnProperty(d)&&(e=a[d],g=c[d],a[d]=u.l.Na(e)&&u.l.Na(g)?u.ja.Eb(e,g):c[d]);return a};
24
- u.b=u.ka.extend({j:function(a,c,d){this.c=a;this.h=u.l.copy(this.h);c=this.options(c);this.R=c.id||(c.el&&c.el.id?c.el.id:a.id()+"_component_"+u.s++);this.ld=c.name||h;this.a=c.el||this.e();this.K=[];this.Ja={};this.Ka={};this.nc();this.I(d);if(c.vc!==l){var e,g;e=u.bind(this.C(),this.C().reportUserActivity);this.d("touchstart",function(){e();clearInterval(g);g=setInterval(e,250)});a=function(){e();clearInterval(g)};this.d("touchmove",e);this.d("touchend",a);this.d("touchcancel",a)}}});t=u.b.prototype;
25
- t.dispose=function(){this.k({type:"dispose",bubbles:l});if(this.K)for(var a=this.K.length-1;0<=a;a--)this.K[a].dispose&&this.K[a].dispose();this.Ka=this.Ja=this.K=h;this.o();this.a.parentNode&&this.a.parentNode.removeChild(this.a);u.uc(this.a);this.a=h};t.c=f;t.C=p("c");t.options=function(a){return a===b?this.h:this.h=u.ja.Eb(this.h,a)};t.e=function(a,c){return u.e(a,c)};t.u=p("a");t.La=function(){return this.G||this.a};t.id=p("R");t.name=p("ld");t.children=p("K");t.ed=function(a){return this.Ja[a]};
26
- t.fa=function(a){return this.Ka[a]};t.Y=function(a,c){var d,e;"string"===typeof a?(e=a,c=c||{},d=c.componentClass||u.Z(e),c.name=e,d=new window.videojs[d](this.c||this,c)):d=a;this.K.push(d);"function"===typeof d.id&&(this.Ja[d.id()]=d);(e=e||d.name&&d.name())&&(this.Ka[e]=d);"function"===typeof d.el&&d.el()&&this.La().appendChild(d.el());return d};
27
- t.removeChild=function(a){"string"===typeof a&&(a=this.fa(a));if(a&&this.K){for(var c=l,d=this.K.length-1;0<=d;d--)if(this.K[d]===a){c=f;this.K.splice(d,1);break}c&&(this.Ja[a.id]=h,this.Ka[a.name]=h,(c=a.u())&&c.parentNode===this.La()&&this.La().removeChild(a.u()))}};t.nc=function(){var a=this.h;if(a&&a.children){var c=this;u.l.ra(a.children,function(a,e){e!==l&&!e.loadEvent&&(c[a]=c.Y(a,e))})}};t.Q=q("");t.d=function(a,c){u.d(this.a,a,u.bind(this,c));return this};
28
- t.o=function(a,c){u.o(this.a,a,c);return this};t.U=function(a,c){u.U(this.a,a,u.bind(this,c));return this};t.k=function(a,c){u.k(this.a,a,c);return this};t.I=function(a){a&&(this.aa?a.call(this):(this.Ua===b&&(this.Ua=[]),this.Ua.push(a)));return this};t.za=function(){this.aa=f;var a=this.Ua;if(a&&0<a.length){for(var c=0,d=a.length;c<d;c++)a[c].call(this);this.Ua=[];this.k("ready")}};t.n=function(a){u.n(this.a,a);return this};t.t=function(a){u.t(this.a,a);return this};
29
- t.show=function(){this.a.style.display="block";return this};t.D=function(){this.a.style.display="none";return this};function C(a){a.t("vjs-lock-showing")}t.disable=function(){this.D();this.show=m()};t.width=function(a,c){return E(this,"width",a,c)};t.height=function(a,c){return E(this,"height",a,c)};t.Yc=function(a,c){return this.width(a,f).height(c)};
30
- function E(a,c,d,e){if(d!==b)return a.a.style[c]=-1!==(""+d).indexOf("%")||-1!==(""+d).indexOf("px")?d:"auto"===d?"":d+"px",e||a.k("resize"),a;if(!a.a)return 0;d=a.a.style[c];e=d.indexOf("px");return-1!==e?parseInt(d.slice(0,e),10):parseInt(a.a["offset"+u.Z(c)],10)}
31
- u.q=u.b.extend({j:function(a,c){u.b.call(this,a,c);var d=l;this.d("touchstart",function(a){a.preventDefault();d=f});this.d("touchmove",function(){d=l});var e=this;this.d("touchend",function(a){d&&e.p(a);a.preventDefault()});this.d("click",this.p);this.d("focus",this.Qa);this.d("blur",this.Pa)}});t=u.q.prototype;
32
- t.e=function(a,c){c=u.l.B({className:this.Q(),innerHTML:'<div class="vjs-control-content"><span class="vjs-control-text">'+(this.oa||"Need Text")+"</span></div>",role:"button","aria-live":"polite",tabIndex:0},c);return u.b.prototype.e.call(this,a,c)};t.Q=function(){return"vjs-control "+u.b.prototype.Q.call(this)};t.p=m();t.Qa=function(){u.d(document,"keyup",u.bind(this,this.ba))};t.ba=function(a){if(32==a.which||13==a.which)a.preventDefault(),this.p()};
33
- t.Pa=function(){u.o(document,"keyup",u.bind(this,this.ba))};u.O=u.b.extend({j:function(a,c){u.b.call(this,a,c);this.Rc=this.fa(this.h.barName);this.handle=this.fa(this.h.handleName);a.d(this.sc,u.bind(this,this.update));this.d("mousedown",this.Ra);this.d("touchstart",this.Ra);this.d("focus",this.Qa);this.d("blur",this.Pa);this.d("click",this.p);this.c.d("controlsvisible",u.bind(this,this.update));a.I(u.bind(this,this.update));this.P={}}});t=u.O.prototype;
34
- t.e=function(a,c){c=c||{};c.className+=" vjs-slider";c=u.l.B({role:"slider","aria-valuenow":0,"aria-valuemin":0,"aria-valuemax":100,tabIndex:0},c);return u.b.prototype.e.call(this,a,c)};t.Ra=function(a){a.preventDefault();u.Sc();this.P.move=u.bind(this,this.Gb);this.P.end=u.bind(this,this.Hb);u.d(document,"mousemove",this.P.move);u.d(document,"mouseup",this.P.end);u.d(document,"touchmove",this.P.move);u.d(document,"touchend",this.P.end);this.Gb(a)};
35
- t.Hb=function(){u.Ed();u.o(document,"mousemove",this.P.move,l);u.o(document,"mouseup",this.P.end,l);u.o(document,"touchmove",this.P.move,l);u.o(document,"touchend",this.P.end,l);this.update()};t.update=function(){if(this.a){var a,c=this.xb(),d=this.handle,e=this.Rc;isNaN(c)&&(c=0);a=c;if(d){a=this.a.offsetWidth;var g=d.u().offsetWidth;a=g?g/a:0;c*=1-a;a=c+a/2;d.u().style.left=u.round(100*c,2)+"%"}e.u().style.width=u.round(100*a,2)+"%"}};
36
- function F(a,c){var d,e,g,j;d=a.a;e=u.cd(d);j=g=d.offsetWidth;d=a.handle;if(a.h.Gd)return j=e.top,e=c.changedTouches?c.changedTouches[0].pageY:c.pageY,d&&(d=d.u().offsetHeight,j+=d/2,g-=d),Math.max(0,Math.min(1,(j-e+g)/g));g=e.left;e=c.changedTouches?c.changedTouches[0].pageX:c.pageX;d&&(d=d.u().offsetWidth,g+=d/2,j-=d);return Math.max(0,Math.min(1,(e-g)/j))}t.Qa=function(){u.d(document,"keyup",u.bind(this,this.ba))};
37
- t.ba=function(a){37==a.which?(a.preventDefault(),this.yc()):39==a.which&&(a.preventDefault(),this.zc())};t.Pa=function(){u.o(document,"keyup",u.bind(this,this.ba))};t.p=function(a){a.stopImmediatePropagation();a.preventDefault()};u.W=u.b.extend();u.W.prototype.defaultValue=0;u.W.prototype.e=function(a,c){c=c||{};c.className+=" vjs-slider-handle";c=u.l.B({innerHTML:'<span class="vjs-control-text">'+this.defaultValue+"</span>"},c);return u.b.prototype.e.call(this,"div",c)};u.la=u.b.extend();
38
- function ca(a,c){a.Y(c);c.d("click",u.bind(a,function(){C(this)}))}u.la.prototype.e=function(){var a=this.options().Uc||"ul";this.G=u.e(a,{className:"vjs-menu-content"});a=u.b.prototype.e.call(this,"div",{append:this.G,className:"vjs-menu"});a.appendChild(this.G);u.d(a,"click",function(a){a.preventDefault();a.stopImmediatePropagation()});return a};u.N=u.q.extend({j:function(a,c){u.q.call(this,a,c);this.selected(c.selected)}});
39
- u.N.prototype.e=function(a,c){return u.q.prototype.e.call(this,"li",u.l.B({className:"vjs-menu-item",innerHTML:this.h.label},c))};u.N.prototype.p=function(){this.selected(f)};u.N.prototype.selected=function(a){a?(this.n("vjs-selected"),this.a.setAttribute("aria-selected",f)):(this.t("vjs-selected"),this.a.setAttribute("aria-selected",l))};
40
- u.S=u.q.extend({j:function(a,c){u.q.call(this,a,c);this.ua=this.Ma();this.Y(this.ua);this.L&&0===this.L.length&&this.D();this.d("keyup",this.ba);this.a.setAttribute("aria-haspopup",f);this.a.setAttribute("role","button")}});t=u.S.prototype;t.na=l;t.Ma=function(){var a=new u.la(this.c);this.options().title&&a.u().appendChild(u.e("li",{className:"vjs-menu-title",innerHTML:u.Z(this.A),Cd:-1}));if(this.L=this.createItems())for(var c=0;c<this.L.length;c++)ca(a,this.L[c]);return a};t.qa=m();
41
- t.Q=function(){return this.className+" vjs-menu-button "+u.q.prototype.Q.call(this)};t.Qa=m();t.Pa=m();t.p=function(){this.U("mouseout",u.bind(this,function(){C(this.ua);this.a.blur()}));this.na?G(this):H(this)};t.ba=function(a){a.preventDefault();32==a.which||13==a.which?this.na?G(this):H(this):27==a.which&&this.na&&G(this)};function H(a){a.na=f;a.ua.n("vjs-lock-showing");a.a.setAttribute("aria-pressed",f);a.L&&0<a.L.length&&a.L[0].u().focus()}
42
- function G(a){a.na=l;C(a.ua);a.a.setAttribute("aria-pressed",l)}
43
- u.Player=u.b.extend({j:function(a,c,d){this.M=a;a.id=a.id||"vjs_video_"+u.s++;c=u.l.B(da(a),c);this.v={};this.tc=c.poster;this.rb=c.controls;a.controls=l;c.vc=l;u.b.call(this,this,c,d);this.controls()?this.n("vjs-controls-enabled"):this.n("vjs-controls-disabled");this.U("play",function(a){u.k(this.a,{type:"firstplay",target:this.a})||(a.preventDefault(),a.stopPropagation(),a.stopImmediatePropagation())});this.d("ended",this.md);this.d("play",this.Jb);this.d("firstplay",this.nd);this.d("pause",this.Ib);
44
- this.d("progress",this.pd);this.d("durationchange",this.qc);this.d("error",this.Fb);this.d("fullscreenchange",this.od);u.va[this.R]=this;c.plugins&&u.l.ra(c.plugins,function(a,c){this[a](c)},this);var e,g,j,k;e=u.bind(this,this.reportUserActivity);this.d("mousedown",function(){e();clearInterval(g);g=setInterval(e,250)});this.d("mousemove",e);this.d("mouseup",function(){e();clearInterval(g)});this.d("keydown",e);this.d("keyup",e);j=setInterval(u.bind(this,function(){this.ia&&(this.ia=l,this.userActive(f),
45
- clearTimeout(k),k=setTimeout(u.bind(this,function(){this.ia||this.userActive(l)}),2E3))}),250);this.d("dispose",function(){clearInterval(j);clearTimeout(k)})}});t=u.Player.prototype;t.h=u.options;t.dispose=function(){this.k("dispose");this.o("dispose");u.va[this.R]=h;this.M&&this.M.player&&(this.M.player=h);this.a&&this.a.player&&(this.a.player=h);clearInterval(this.Ta);this.wa();this.i&&this.i.dispose();u.b.prototype.dispose.call(this)};
46
- function da(a){var c={sources:[],tracks:[]};u.l.B(c,u.wb(a));if(a.hasChildNodes()){var d,e,g,j;a=a.childNodes;g=0;for(j=a.length;g<j;g++)d=a[g],e=d.nodeName.toLowerCase(),"source"===e?c.sources.push(u.wb(d)):"track"===e&&c.tracks.push(u.wb(d))}return c}
47
- t.e=function(){var a=this.a=u.b.prototype.e.call(this,"div"),c=this.M;c.removeAttribute("width");c.removeAttribute("height");if(c.hasChildNodes()){var d,e,g,j,k;d=c.childNodes;e=d.length;for(k=[];e--;)g=d[e],j=g.nodeName.toLowerCase(),"track"===j&&k.push(g);for(d=0;d<k.length;d++)c.removeChild(k[d])}a.id=c.id;a.className=c.className;c.id+="_html5_api";c.className="vjs-tech";c.player=a.player=this;this.n("vjs-paused");this.width(this.h.width,f);this.height(this.h.height,f);c.parentNode&&c.parentNode.insertBefore(a,
48
- c);u.yb(c,a);return a};
49
- function I(a,c,d){a.i&&(a.aa=l,a.i.dispose(),a.Cb&&(a.Cb=l,clearInterval(a.Ta)),a.Db&&J(a),a.i=l);"Html5"!==c&&a.M&&(u.g.gc(a.M),a.M=h);a.xa=c;a.aa=l;var e=u.l.B({source:d,parentEl:a.a},a.h[c.toLowerCase()]);d&&(d.src==a.v.src&&0<a.v.currentTime&&(e.startTime=a.v.currentTime),a.v.src=d.src);a.i=new window.videojs[c](a,e);a.i.I(function(){this.c.za();if(!this.m.progressEvents){var a=this.c;a.Cb=f;a.Ta=setInterval(u.bind(a,function(){this.v.mb<this.buffered().end(0)?this.k("progress"):1==this.bufferedPercent()&&
50
- (clearInterval(this.Ta),this.k("progress"))}),500);a.i.U("progress",function(){this.m.progressEvents=f;var a=this.c;a.Cb=l;clearInterval(a.Ta)})}this.m.timeupdateEvents||(a=this.c,a.Db=f,a.d("play",a.Cc),a.d("pause",a.wa),a.i.U("timeupdate",function(){this.m.timeupdateEvents=f;J(this.c)}))})}function J(a){a.Db=l;a.wa();a.o("play",a.Cc);a.o("pause",a.wa)}t.Cc=function(){this.fc&&this.wa();this.fc=setInterval(u.bind(this,function(){this.k("timeupdate")}),250)};t.wa=function(){clearInterval(this.fc)};
51
- t.Jb=function(){u.t(this.a,"vjs-paused");u.n(this.a,"vjs-playing")};t.nd=function(){this.h.starttime&&this.currentTime(this.h.starttime);this.n("vjs-has-started")};t.Ib=function(){u.t(this.a,"vjs-playing");u.n(this.a,"vjs-paused")};t.pd=function(){1==this.bufferedPercent()&&this.k("loadedalldata")};t.md=function(){this.h.loop&&(this.currentTime(0),this.play())};t.qc=function(){var a=K(this,"duration");a&&this.duration(a)};t.od=function(){this.isFullScreen()?this.n("vjs-fullscreen"):this.t("vjs-fullscreen")};
52
- t.Fb=function(a){u.log("Video Error",a)};function L(a,c,d){if(a.i&&!a.i.aa)a.i.I(function(){this[c](d)});else try{a.i[c](d)}catch(e){throw u.log(e),e;}}function K(a,c){if(a.i&&a.i.aa)try{return a.i[c]()}catch(d){throw a.i[c]===b?u.log("Video.js: "+c+" method not defined for "+a.xa+" playback technology.",d):"TypeError"==d.name?(u.log("Video.js: "+c+" unavailable on "+a.xa+" playback technology element.",d),a.i.aa=l):u.log(d),d;}}t.play=function(){L(this,"play");return this};
53
- t.pause=function(){L(this,"pause");return this};t.paused=function(){return K(this,"paused")===l?l:f};t.currentTime=function(a){return a!==b?(L(this,"setCurrentTime",a),this.Db&&this.k("timeupdate"),this):this.v.currentTime=K(this,"currentTime")||0};t.duration=function(a){if(a!==b)return this.v.duration=parseFloat(a),this;this.v.duration===b&&this.qc();return this.v.duration||0};
54
- t.buffered=function(){var a=K(this,"buffered"),c=a.length-1,d=this.v.mb=this.v.mb||0;a&&(0<=c&&a.end(c)!==d)&&(d=a.end(c),this.v.mb=d);return u.sb(0,d)};t.bufferedPercent=function(){return this.duration()?this.buffered().end(0)/this.duration():0};t.volume=function(a){if(a!==b)return a=Math.max(0,Math.min(1,parseFloat(a))),this.v.volume=a,L(this,"setVolume",a),u.wd(a),this;a=parseFloat(K(this,"volume"));return isNaN(a)?1:a};
55
- t.muted=function(a){return a!==b?(L(this,"setMuted",a),this):K(this,"muted")||l};t.Wa=function(){return K(this,"supportsFullScreen")||l};t.oc=l;t.isFullScreen=function(a){return a!==b?(this.oc=a,this):this.oc};
56
- t.requestFullScreen=function(){var a=u.Nb.requestFullScreen;this.isFullScreen(f);a?(u.d(document,a.ub,u.bind(this,function(c){this.isFullScreen(document[a.isFullScreen]);this.isFullScreen()===l&&u.o(document,a.ub,arguments.callee);this.k("fullscreenchange")})),this.a[a.wc]()):this.i.Wa()?L(this,"enterFullScreen"):(this.gd=f,this.Zc=document.documentElement.style.overflow,u.d(document,"keydown",u.bind(this,this.jc)),document.documentElement.style.overflow="hidden",u.n(document.body,"vjs-full-window"),
57
- this.k("enterFullWindow"),this.k("fullscreenchange"));return this};t.cancelFullScreen=function(){var a=u.Nb.requestFullScreen;this.isFullScreen(l);if(a)document[a.ob]();else this.i.Wa()?L(this,"exitFullScreen"):(M(this),this.k("fullscreenchange"));return this};t.jc=function(a){27===a.keyCode&&(this.isFullScreen()===f?this.cancelFullScreen():M(this))};
58
- function M(a){a.gd=l;u.o(document,"keydown",a.jc);document.documentElement.style.overflow=a.Zc;u.t(document.body,"vjs-full-window");a.k("exitFullWindow")}
59
- t.src=function(a){if(a===b)return K(this,"src");if(a instanceof Array){var c;a:{c=a;for(var d=0,e=this.h.techOrder;d<e.length;d++){var g=u.Z(e[d]),j=window.videojs[g];if(j.isSupported())for(var k=0,r=c;k<r.length;k++){var n=r[k];if(j.canPlaySource(n)){c={source:n,i:g};break a}}}c=l}c?(a=c.source,c=c.i,c==this.xa?this.src(a):I(this,c,a)):(this.a.appendChild(u.e("p",{innerHTML:this.options().notSupportedMessage})),this.za())}else a instanceof Object?window.videojs[this.xa].canPlaySource(a)?this.src(a.src):
60
- this.src([a]):(this.v.src=a,this.aa?(L(this,"src",a),"auto"==this.h.preload&&this.load(),this.h.autoplay&&this.play()):this.I(function(){this.src(a)}));return this};t.load=function(){L(this,"load");return this};t.currentSrc=function(){return K(this,"currentSrc")||this.v.src||""};t.Sa=function(a){return a!==b?(L(this,"setPreload",a),this.h.preload=a,this):K(this,"preload")};t.autoplay=function(a){return a!==b?(L(this,"setAutoplay",a),this.h.autoplay=a,this):K(this,"autoplay")};
61
- t.loop=function(a){return a!==b?(L(this,"setLoop",a),this.h.loop=a,this):K(this,"loop")};t.poster=function(a){if(a===b)return this.tc;this.tc=a;L(this,"setPoster",a);this.k("posterchange")};t.controls=function(a){return a!==b?(a=!!a,this.rb!==a&&((this.rb=a)?(this.t("vjs-controls-disabled"),this.n("vjs-controls-enabled"),this.k("controlsenabled")):(this.t("vjs-controls-enabled"),this.n("vjs-controls-disabled"),this.k("controlsdisabled"))),this):this.rb};u.Player.prototype.Pb;t=u.Player.prototype;
62
- t.usingNativeControls=function(a){return a!==b?(a=!!a,this.Pb!==a&&((this.Pb=a)?(this.n("vjs-using-native-controls"),this.k("usingnativecontrols")):(this.t("vjs-using-native-controls"),this.k("usingcustomcontrols"))),this):this.Pb};t.error=function(){return K(this,"error")};t.ended=function(){return K(this,"ended")};t.seeking=function(){return K(this,"seeking")};t.ia=f;t.reportUserActivity=function(){this.ia=f};t.Ob=f;
63
- t.userActive=function(a){return a!==b?(a=!!a,a!==this.Ob&&((this.Ob=a)?(this.ia=f,this.t("vjs-user-inactive"),this.n("vjs-user-active"),this.k("useractive")):(this.ia=l,this.i&&this.i.U("mousemove",function(a){a.stopPropagation();a.preventDefault()}),this.t("vjs-user-active"),this.n("vjs-user-inactive"),this.k("userinactive"))),this):this.Ob};var N,O,P;P=document.createElement("div");O={};
64
- P.Md!==b?(O.wc="requestFullscreen",O.ob="exitFullscreen",O.ub="fullscreenchange",O.isFullScreen="fullScreen"):(document.mozCancelFullScreen?(N="moz",O.isFullScreen=N+"FullScreen"):(N="webkit",O.isFullScreen=N+"IsFullScreen"),P[N+"RequestFullScreen"]&&(O.wc=N+"RequestFullScreen",O.ob=N+"CancelFullScreen"),O.ub=N+"fullscreenchange");document[O.ob]&&(u.Nb.requestFullScreen=O);u.Da=u.b.extend();
65
- u.Da.prototype.h={Rd:"play",children:{playToggle:{},currentTimeDisplay:{},timeDivider:{},durationDisplay:{},remainingTimeDisplay:{},progressControl:{},fullscreenToggle:{},volumeControl:{},muteToggle:{}}};u.Da.prototype.e=function(){return u.e("div",{className:"vjs-control-bar"})};u.Xb=u.q.extend({j:function(a,c){u.q.call(this,a,c);a.d("play",u.bind(this,this.Jb));a.d("pause",u.bind(this,this.Ib))}});t=u.Xb.prototype;t.oa="Play";t.Q=function(){return"vjs-play-control "+u.q.prototype.Q.call(this)};
66
- t.p=function(){this.c.paused()?this.c.play():this.c.pause()};t.Jb=function(){u.t(this.a,"vjs-paused");u.n(this.a,"vjs-playing");this.a.children[0].children[0].innerHTML="Pause"};t.Ib=function(){u.t(this.a,"vjs-playing");u.n(this.a,"vjs-paused");this.a.children[0].children[0].innerHTML="Play"};u.$a=u.b.extend({j:function(a,c){u.b.call(this,a,c);a.d("timeupdate",u.bind(this,this.da))}});
67
- u.$a.prototype.e=function(){var a=u.b.prototype.e.call(this,"div",{className:"vjs-current-time vjs-time-controls vjs-control"});this.G=u.e("div",{className:"vjs-current-time-display",innerHTML:'<span class="vjs-control-text">Current Time </span>0:00',"aria-live":"off"});a.appendChild(this.G);return a};u.$a.prototype.da=function(){var a=this.c.Va?this.c.v.currentTime:this.c.currentTime();this.G.innerHTML='<span class="vjs-control-text">Current Time </span>'+u.ta(a,this.c.duration())};
68
- u.ab=u.b.extend({j:function(a,c){u.b.call(this,a,c);a.d("timeupdate",u.bind(this,this.da))}});u.ab.prototype.e=function(){var a=u.b.prototype.e.call(this,"div",{className:"vjs-duration vjs-time-controls vjs-control"});this.G=u.e("div",{className:"vjs-duration-display",innerHTML:'<span class="vjs-control-text">Duration Time </span>0:00',"aria-live":"off"});a.appendChild(this.G);return a};
69
- u.ab.prototype.da=function(){var a=this.c.duration();a&&(this.G.innerHTML='<span class="vjs-control-text">Duration Time </span>'+u.ta(a))};u.bc=u.b.extend({j:function(a,c){u.b.call(this,a,c)}});u.bc.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-time-divider",innerHTML:"<div><span>/</span></div>"})};u.gb=u.b.extend({j:function(a,c){u.b.call(this,a,c);a.d("timeupdate",u.bind(this,this.da))}});
70
- u.gb.prototype.e=function(){var a=u.b.prototype.e.call(this,"div",{className:"vjs-remaining-time vjs-time-controls vjs-control"});this.G=u.e("div",{className:"vjs-remaining-time-display",innerHTML:'<span class="vjs-control-text">Remaining Time </span>-0:00',"aria-live":"off"});a.appendChild(this.G);return a};u.gb.prototype.da=function(){this.c.duration()&&(this.G.innerHTML='<span class="vjs-control-text">Remaining Time </span>-'+u.ta(this.c.duration()-this.c.currentTime()))};
71
- u.Ea=u.q.extend({j:function(a,c){u.q.call(this,a,c)}});u.Ea.prototype.oa="Fullscreen";u.Ea.prototype.Q=function(){return"vjs-fullscreen-control "+u.q.prototype.Q.call(this)};u.Ea.prototype.p=function(){this.c.isFullScreen()?(this.c.cancelFullScreen(),this.a.children[0].children[0].innerHTML="Fullscreen"):(this.c.requestFullScreen(),this.a.children[0].children[0].innerHTML="Non-Fullscreen")};u.fb=u.b.extend({j:function(a,c){u.b.call(this,a,c)}});u.fb.prototype.h={children:{seekBar:{}}};
72
- u.fb.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-progress-control vjs-control"})};u.Yb=u.O.extend({j:function(a,c){u.O.call(this,a,c);a.d("timeupdate",u.bind(this,this.Aa));a.I(u.bind(this,this.Aa))}});t=u.Yb.prototype;t.h={children:{loadProgressBar:{},playProgressBar:{},seekHandle:{}},barName:"playProgressBar",handleName:"seekHandle"};t.sc="timeupdate";t.e=function(){return u.O.prototype.e.call(this,"div",{className:"vjs-progress-holder","aria-label":"video progress bar"})};
73
- t.Aa=function(){var a=this.c.Va?this.c.v.currentTime:this.c.currentTime();this.a.setAttribute("aria-valuenow",u.round(100*this.xb(),2));this.a.setAttribute("aria-valuetext",u.ta(a,this.c.duration()))};t.xb=function(){return this.c.currentTime()/this.c.duration()};t.Ra=function(a){u.O.prototype.Ra.call(this,a);this.c.Va=f;this.Hd=!this.c.paused();this.c.pause()};t.Gb=function(a){a=F(this,a)*this.c.duration();a==this.c.duration()&&(a-=0.1);this.c.currentTime(a)};
74
- t.Hb=function(a){u.O.prototype.Hb.call(this,a);this.c.Va=l;this.Hd&&this.c.play()};t.zc=function(){this.c.currentTime(this.c.currentTime()+5)};t.yc=function(){this.c.currentTime(this.c.currentTime()-5)};u.cb=u.b.extend({j:function(a,c){u.b.call(this,a,c);a.d("progress",u.bind(this,this.update))}});u.cb.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-load-progress",innerHTML:'<span class="vjs-control-text">Loaded: 0%</span>'})};
75
- u.cb.prototype.update=function(){this.a.style&&(this.a.style.width=u.round(100*this.c.bufferedPercent(),2)+"%")};u.Wb=u.b.extend({j:function(a,c){u.b.call(this,a,c)}});u.Wb.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-play-progress",innerHTML:'<span class="vjs-control-text">Progress: 0%</span>'})};u.Ga=u.W.extend({j:function(a,c){u.W.call(this,a,c);a.d("timeupdate",u.bind(this,this.da))}});u.Ga.prototype.defaultValue="00:00";
76
- u.Ga.prototype.e=function(){return u.W.prototype.e.call(this,"div",{className:"vjs-seek-handle","aria-live":"off"})};u.Ga.prototype.da=function(){var a=this.c.Va?this.c.v.currentTime:this.c.currentTime();this.a.innerHTML='<span class="vjs-control-text">'+u.ta(a,this.c.duration())+"</span>"};u.ib=u.b.extend({j:function(a,c){u.b.call(this,a,c);a.i&&(a.i.m&&a.i.m.volumeControl===l)&&this.n("vjs-hidden");a.d("loadstart",u.bind(this,function(){a.i.m&&a.i.m.volumeControl===l?this.n("vjs-hidden"):this.t("vjs-hidden")}))}});
77
- u.ib.prototype.h={children:{volumeBar:{}}};u.ib.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-volume-control vjs-control"})};u.hb=u.O.extend({j:function(a,c){u.O.call(this,a,c);a.d("volumechange",u.bind(this,this.Aa));a.I(u.bind(this,this.Aa));setTimeout(u.bind(this,this.update),0)}});t=u.hb.prototype;t.Aa=function(){this.a.setAttribute("aria-valuenow",u.round(100*this.c.volume(),2));this.a.setAttribute("aria-valuetext",u.round(100*this.c.volume(),2)+"%")};
78
- t.h={children:{volumeLevel:{},volumeHandle:{}},barName:"volumeLevel",handleName:"volumeHandle"};t.sc="volumechange";t.e=function(){return u.O.prototype.e.call(this,"div",{className:"vjs-volume-bar","aria-label":"volume level"})};t.Gb=function(a){this.c.muted()&&this.c.muted(l);this.c.volume(F(this,a))};t.xb=function(){return this.c.muted()?0:this.c.volume()};t.zc=function(){this.c.volume(this.c.volume()+0.1)};t.yc=function(){this.c.volume(this.c.volume()-0.1)};
79
- u.cc=u.b.extend({j:function(a,c){u.b.call(this,a,c)}});u.cc.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-volume-level",innerHTML:'<span class="vjs-control-text"></span>'})};u.jb=u.W.extend();u.jb.prototype.defaultValue="00:00";u.jb.prototype.e=function(){return u.W.prototype.e.call(this,"div",{className:"vjs-volume-handle"})};
80
- u.ea=u.q.extend({j:function(a,c){u.q.call(this,a,c);a.d("volumechange",u.bind(this,this.update));a.i&&(a.i.m&&a.i.m.volumeControl===l)&&this.n("vjs-hidden");a.d("loadstart",u.bind(this,function(){a.i.m&&a.i.m.volumeControl===l?this.n("vjs-hidden"):this.t("vjs-hidden")}))}});u.ea.prototype.e=function(){return u.q.prototype.e.call(this,"div",{className:"vjs-mute-control vjs-control",innerHTML:'<div><span class="vjs-control-text">Mute</span></div>'})};
81
- u.ea.prototype.p=function(){this.c.muted(this.c.muted()?l:f)};u.ea.prototype.update=function(){var a=this.c.volume(),c=3;0===a||this.c.muted()?c=0:0.33>a?c=1:0.67>a&&(c=2);this.c.muted()?"Unmute"!=this.a.children[0].children[0].innerHTML&&(this.a.children[0].children[0].innerHTML="Unmute"):"Mute"!=this.a.children[0].children[0].innerHTML&&(this.a.children[0].children[0].innerHTML="Mute");for(a=0;4>a;a++)u.t(this.a,"vjs-vol-"+a);u.n(this.a,"vjs-vol-"+c)};
82
- u.ma=u.S.extend({j:function(a,c){u.S.call(this,a,c);a.d("volumechange",u.bind(this,this.update));a.i&&(a.i.m&&a.i.m.Dc===l)&&this.n("vjs-hidden");a.d("loadstart",u.bind(this,function(){a.i.m&&a.i.m.Dc===l?this.n("vjs-hidden"):this.t("vjs-hidden")}));this.n("vjs-menu-button")}});u.ma.prototype.Ma=function(){var a=new u.la(this.c,{Uc:"div"}),c=new u.hb(this.c,u.l.B({Gd:f},this.h.Yd));a.Y(c);return a};u.ma.prototype.p=function(){u.ea.prototype.p.call(this);u.S.prototype.p.call(this)};
83
- u.ma.prototype.e=function(){return u.q.prototype.e.call(this,"div",{className:"vjs-volume-menu-button vjs-menu-button vjs-control",innerHTML:'<div><span class="vjs-control-text">Mute</span></div>'})};u.ma.prototype.update=u.ea.prototype.update;u.Fa=u.q.extend({j:function(a,c){u.q.call(this,a,c);a.poster()&&this.src(a.poster());(!a.poster()||!a.controls())&&this.D();a.d("posterchange",u.bind(this,function(){this.src(a.poster())}));a.d("play",u.bind(this,this.D))}});var Q="backgroundSize"in u.F.style;
84
- u.Fa.prototype.e=function(){var a=u.e("div",{className:"vjs-poster",tabIndex:-1});Q||a.appendChild(u.e("img"));return a};u.Fa.prototype.src=function(a){var c=this.u();a!==b&&(Q?c.style.backgroundImage='url("'+a+'")':c.firstChild.src=a)};u.Fa.prototype.p=function(){this.C().controls()&&this.c.play()};
85
- u.Vb=u.b.extend({j:function(a,c){u.b.call(this,a,c);a.d("canplay",u.bind(this,this.D));a.d("canplaythrough",u.bind(this,this.D));a.d("playing",u.bind(this,this.D));a.d("seeking",u.bind(this,this.show));a.d("seeked",u.bind(this,this.D));a.d("error",u.bind(this,this.show));a.d("ended",u.bind(this,this.D));a.d("waiting",u.bind(this,this.show))}});u.Vb.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-loading-spinner"})};u.Ya=u.q.extend();
86
- u.Ya.prototype.e=function(){return u.q.prototype.e.call(this,"div",{className:"vjs-big-play-button",innerHTML:'<span aria-hidden="true"></span>',"aria-label":"play video"})};u.Ya.prototype.p=function(){this.c.play()};
87
- u.r=u.b.extend({j:function(a,c,d){c=c||{};c.vc=l;u.b.call(this,a,c,d);var e,g;g=this;e=this.C();a=function(){if(e.controls()&&!e.usingNativeControls()){var a;g.d("mousedown",g.p);g.d("touchstart",function(c){c.preventDefault();a=this.c.userActive()});g.d("touchmove",function(){a&&this.C().reportUserActivity()});var c,d,n,s;c=0;g.d("touchstart",function(){c=(new Date).getTime();n=f});s=function(){n=l};g.d("touchmove",s);g.d("touchleave",s);g.d("touchcancel",s);g.d("touchend",function(){n===f&&(d=(new Date).getTime()-
88
- c,250>d&&this.k("tap"))});g.d("tap",g.qd)}};c=u.bind(g,g.td);this.I(a);e.d("controlsenabled",a);e.d("controlsdisabled",c)}});t=u.r.prototype;t.td=function(){this.o("tap");this.o("touchstart");this.o("touchmove");this.o("touchleave");this.o("touchcancel");this.o("touchend");this.o("click");this.o("mousedown")};t.p=function(a){0===a.button&&this.C().controls()&&(this.C().paused()?this.C().play():this.C().pause())};t.qd=function(){this.C().userActive(!this.C().userActive())};t.Lb=m();
89
- t.m={volumeControl:f,fullscreenResize:l,progressEvents:l,timeupdateEvents:l};u.media={};u.media.Xa="play pause paused currentTime setCurrentTime duration buffered volume setVolume muted setMuted width height supportsFullScreen enterFullScreen src load currentSrc preload setPreload autoplay setAutoplay loop setLoop error networkState readyState seeking initialTime startOffsetTime played seekable ended videoTracks audioTracks videoWidth videoHeight textTracks defaultPlaybackRate playbackRate mediaGroup controller controls defaultMuted".split(" ");
90
- function ea(){var a=u.media.Xa[i];return function(){throw Error('The "'+a+"\" method is not available on the playback technology's API");}}for(var i=u.media.Xa.length-1;0<=i;i--)u.r.prototype[u.media.Xa[i]]=ea();
91
- u.g=u.r.extend({j:function(a,c,d){this.m.volumeControl=u.g.Tc();this.m.movingMediaElementInDOM=!u.Ic;this.m.fullscreenResize=f;u.r.call(this,a,c,d);for(d=u.g.bb.length-1;0<=d;d--)u.d(this.a,u.g.bb[d],u.bind(this.c,this.ad));(c=c.source)&&this.a.currentSrc===c.src&&0<this.a.networkState?a.k("loadstart"):c&&(this.a.src=c.src);if(u.$b&&a.options().nativeControlsForTouch!==l){var e,g,j,k;e=this;g=this.C();c=g.controls();e.a.controls=!!c;j=function(){e.a.controls=f};k=function(){e.a.controls=l};g.d("controlsenabled",
92
- j);g.d("controlsdisabled",k);c=function(){g.o("controlsenabled",j);g.o("controlsdisabled",k)};e.d("dispose",c);g.d("usingcustomcontrols",c);g.usingNativeControls(f)}a.I(function(){this.M&&(this.h.autoplay&&this.paused())&&(delete this.M.poster,this.play())});this.za()}});t=u.g.prototype;t.dispose=function(){u.r.prototype.dispose.call(this)};
93
- t.e=function(){var a=this.c,c=a.M,d;if(!c||this.m.movingMediaElementInDOM===l)c?(d=c.cloneNode(l),u.g.gc(c),c=d,a.M=h):c=u.e("video",{id:a.id()+"_html5_api",className:"vjs-tech"}),c.player=a,u.yb(c,a.u());d=["autoplay","preload","loop","muted"];for(var e=d.length-1;0<=e;e--){var g=d[e];a.h[g]!==h&&(c[g]=a.h[g])}return c};t.ad=function(a){this.k(a);a.stopPropagation()};t.play=function(){this.a.play()};t.pause=function(){this.a.pause()};t.paused=function(){return this.a.paused};t.currentTime=function(){return this.a.currentTime};
94
- t.vd=function(a){try{this.a.currentTime=a}catch(c){u.log(c,"Video is not ready. (Video.js)")}};t.duration=function(){return this.a.duration||0};t.buffered=function(){return this.a.buffered};t.volume=function(){return this.a.volume};t.Ad=function(a){this.a.volume=a};t.muted=function(){return this.a.muted};t.yd=function(a){this.a.muted=a};t.width=function(){return this.a.offsetWidth};t.height=function(){return this.a.offsetHeight};
95
- t.Wa=function(){return"function"==typeof this.a.webkitEnterFullScreen&&(/Android/.test(u.J)||!/Chrome|Mac OS X 10.5/.test(u.J))?f:l};t.hc=function(){var a=this.a;a.paused&&a.networkState<=a.Jd?(this.a.play(),setTimeout(function(){a.pause();a.webkitEnterFullScreen()},0)):a.webkitEnterFullScreen()};t.bd=function(){this.a.webkitExitFullScreen()};t.src=function(a){this.a.src=a};t.load=function(){this.a.load()};t.currentSrc=function(){return this.a.currentSrc};t.poster=function(){return this.a.poster};
96
- t.Lb=function(a){this.a.poster=a};t.Sa=function(){return this.a.Sa};t.zd=function(a){this.a.Sa=a};t.autoplay=function(){return this.a.autoplay};t.ud=function(a){this.a.autoplay=a};t.controls=function(){return this.a.controls};t.loop=function(){return this.a.loop};t.xd=function(a){this.a.loop=a};t.error=function(){return this.a.error};t.seeking=function(){return this.a.seeking};t.ended=function(){return this.a.ended};u.g.isSupported=function(){try{u.F.volume=0.5}catch(a){return l}return!!u.F.canPlayType};
97
- u.g.nb=function(a){try{return!!u.F.canPlayType(a.type)}catch(c){return""}};u.g.Tc=function(){var a=u.F.volume;u.F.volume=a/2+0.1;return a!==u.F.volume};var R,fa=/^application\/(?:x-|vnd\.apple\.)mpegurl/i,ga=/^video\/mp4/i;
98
- u.g.rc=function(){4<=u.Qb&&(R||(R=u.F.constructor.prototype.canPlayType),u.F.constructor.prototype.canPlayType=function(a){return a&&fa.test(a)?"maybe":R.call(this,a)});u.Mc&&(R||(R=u.F.constructor.prototype.canPlayType),u.F.constructor.prototype.canPlayType=function(a){return a&&ga.test(a)?"maybe":R.call(this,a)})};u.g.Fd=function(){var a=u.F.constructor.prototype.canPlayType;u.F.constructor.prototype.canPlayType=R;R=h;return a};u.g.rc();u.g.bb="loadstart suspend abort error emptied stalled loadedmetadata loadeddata canplay canplaythrough playing waiting seeking seeked ended durationchange timeupdate progress play pause ratechange volumechange".split(" ");
99
- u.g.gc=function(a){if(a){a.player=h;for(a.parentNode&&a.parentNode.removeChild(a);a.hasChildNodes();)a.removeChild(a.firstChild);a.removeAttribute("src");if("function"===typeof a.load)try{a.load()}catch(c){}}};
100
- u.f=u.r.extend({j:function(a,c,d){u.r.call(this,a,c,d);var e=c.source;d=c.parentEl;var g=this.a=u.e("div",{id:a.id()+"_temp_flash"}),j=a.id()+"_flash_api";a=a.h;var k=u.l.B({readyFunction:"videojs.Flash.onReady",eventProxyFunction:"videojs.Flash.onEvent",errorEventProxyFunction:"videojs.Flash.onError",autoplay:a.autoplay,preload:a.Sa,loop:a.loop,muted:a.muted},c.flashVars),r=u.l.B({wmode:"opaque",bgcolor:"#000000"},c.params),n=u.l.B({id:j,name:j,"class":"vjs-tech"},c.attributes),s;e&&(e.type&&u.f.jd(e.type)?
101
- (a=u.f.Ac(e.src),k.rtmpConnection=encodeURIComponent(a.qb),k.rtmpStream=encodeURIComponent(a.Mb)):k.src=encodeURIComponent(u.kc(e.src)));this.setCurrentTime=function(a){s=a;this.a.vjs_setProperty("currentTime",a)};this.currentTime=function(){return this.seeking()?s:this.a.vjs_getProperty("currentTime")};u.yb(g,d);c.startTime&&this.I(function(){this.load();this.play();this.currentTime(c.startTime)});u.Ub&&this.I(function(){u.d(this.u(),"mousemove",u.bind(this,function(){this.C().k({type:"mousemove",
102
- bubbles:l})}))});if(c.iFrameMode===f&&!u.Ub){var D=u.e("iframe",{id:j+"_iframe",name:j+"_iframe",className:"vjs-tech",scrolling:"no",marginWidth:0,marginHeight:0,frameBorder:0});k.readyFunction="ready";k.eventProxyFunction="events";k.errorEventProxyFunction="errors";u.d(D,"load",u.bind(this,function(){var a,d=D.contentWindow;a=D.contentDocument?D.contentDocument:D.contentWindow.document;a.write(u.f.lc(c.swf,k,r,n));d.player=this.c;d.ready=u.bind(this.c,function(c){var d=this.i;d.a=a.getElementById(c);
103
- u.f.pb(d)});d.events=u.bind(this.c,function(a,c){this&&"flash"===this.xa&&this.k(c)});d.errors=u.bind(this.c,function(a,c){u.log("Flash Error",c)})}));g.parentNode.replaceChild(D,g)}else u.f.$c(c.swf,g,k,r,n)}});t=u.f.prototype;t.dispose=function(){u.r.prototype.dispose.call(this)};t.play=function(){this.a.vjs_play()};t.pause=function(){this.a.vjs_pause()};
104
- t.src=function(a){if(a===b)return this.currentSrc();u.f.hd(a)?(a=u.f.Ac(a),this.Td(a.qb),this.Ud(a.Mb)):(a=u.kc(a),this.a.vjs_src(a));if(this.c.autoplay()){var c=this;setTimeout(function(){c.play()},0)}};t.currentSrc=function(){var a=this.a.vjs_getProperty("currentSrc");if(a==h){var c=this.rtmpConnection(),d=this.rtmpStream();c&&d&&(a=u.f.Bd(c,d))}return a};t.load=function(){this.a.vjs_load()};t.poster=function(){this.a.vjs_getProperty("poster")};t.Lb=m();t.buffered=function(){return u.sb(0,this.a.vjs_getProperty("buffered"))};
105
- t.Wa=q(l);t.hc=q(l);var S=u.f.prototype,T="rtmpConnection rtmpStream preload defaultPlaybackRate playbackRate autoplay loop mediaGroup controller controls volume muted defaultMuted".split(" "),U="error networkState readyState seeking initialTime duration startOffsetTime paused played seekable ended videoTracks audioTracks videoWidth videoHeight textTracks".split(" ");function ha(){var a=T[V],c=a.charAt(0).toUpperCase()+a.slice(1);S["set"+c]=function(c){return this.a.vjs_setProperty(a,c)}}
106
- function W(a){S[a]=function(){return this.a.vjs_getProperty(a)}}var V;for(V=0;V<T.length;V++)W(T[V]),ha();for(V=0;V<U.length;V++)W(U[V]);u.f.isSupported=function(){return 10<=u.f.version()[0]};u.f.nb=function(a){if(!a.type)return"";a=a.type.replace(/;.*/,"").toLowerCase();if(a in u.f.dd||a in u.f.Bc)return"maybe"};u.f.dd={"video/flv":"FLV","video/x-flv":"FLV","video/mp4":"MP4","video/m4v":"MP4"};u.f.Bc={"rtmp/mp4":"MP4","rtmp/flv":"FLV"};
107
- u.f.onReady=function(a){a=u.u(a);var c=a.player||a.parentNode.player,d=c.i;a.player=c;d.a=a;u.f.pb(d)};u.f.pb=function(a){a.u().vjs_getProperty?a.za():setTimeout(function(){u.f.pb(a)},50)};u.f.onEvent=function(a,c){u.u(a).player.k(c)};u.f.onError=function(a,c){u.u(a).player.k("error");u.log("Flash Error",c,a)};
108
- u.f.version=function(){var a="0,0,0";try{a=(new window.ActiveXObject("ShockwaveFlash.ShockwaveFlash")).GetVariable("$version").replace(/\D+/g,",").match(/^,?(.+),?$/)[1]}catch(c){try{navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin&&(a=(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]).description.replace(/\D+/g,",").match(/^,?(.+),?$/)[1])}catch(d){}}return a.split(",")};
109
- u.f.$c=function(a,c,d,e,g){a=u.f.lc(a,d,e,g);a=u.e("div",{innerHTML:a}).childNodes[0];d=c.parentNode;c.parentNode.replaceChild(a,c);var j=d.childNodes[0];setTimeout(function(){j.style.display="block"},1E3)};
110
- u.f.lc=function(a,c,d,e){var g="",j="",k="";c&&u.l.ra(c,function(a,c){g+=a+"="+c+"&amp;"});d=u.l.B({movie:a,flashvars:g,allowScriptAccess:"always",allowNetworking:"all"},d);u.l.ra(d,function(a,c){j+='<param name="'+a+'" value="'+c+'" />'});e=u.l.B({data:a,width:"100%",height:"100%"},e);u.l.ra(e,function(a,c){k+=a+'="'+c+'" '});return'<object type="application/x-shockwave-flash"'+k+">"+j+"</object>"};u.f.Bd=function(a,c){return a+"&"+c};
111
- u.f.Ac=function(a){var c={qb:"",Mb:""};if(!a)return c;var d=a.indexOf("&"),e;-1!==d?e=d+1:(d=e=a.lastIndexOf("/")+1,0===d&&(d=e=a.length));c.qb=a.substring(0,d);c.Mb=a.substring(e,a.length);return c};u.f.jd=function(a){return a in u.f.Bc};u.f.Oc=/^rtmp[set]?:\/\//i;u.f.hd=function(a){return u.f.Oc.test(a)};
112
- u.Nc=u.b.extend({j:function(a,c,d){u.b.call(this,a,c,d);if(!a.h.sources||0===a.h.sources.length){c=0;for(d=a.h.techOrder;c<d.length;c++){var e=u.Z(d[c]),g=window.videojs[e];if(g&&g.isSupported()){I(a,e);break}}}else a.src(a.h.sources)}});u.Player.prototype.textTracks=function(){return this.ya=this.ya||[]};function X(a,c,d){for(var e=a.ya,g=0,j=e.length,k,r;g<j;g++)k=e[g],k.id()===c?(k.show(),r=k):d&&(k.H()==d&&0<k.mode())&&k.disable();(c=r?r.H():d?d:l)&&a.k(c+"trackchange")}
113
- u.w=u.b.extend({j:function(a,c){u.b.call(this,a,c);this.R=c.id||"vjs_"+c.kind+"_"+c.language+"_"+u.s++;this.xc=c.src;this.Xc=c["default"]||c.dflt;this.Dd=c.title;this.Qd=c.srclang;this.kd=c.label;this.$=[];this.kb=[];this.ga=this.ha=0;this.c.d("fullscreenchange",u.bind(this,this.Qc))}});t=u.w.prototype;t.H=p("A");t.src=p("xc");t.tb=p("Xc");t.title=p("Dd");t.label=p("kd");t.Vc=p("$");t.Pc=p("kb");t.readyState=p("ha");t.mode=p("ga");
114
- t.Qc=function(){this.a.style.fontSize=this.c.isFullScreen()?140*(screen.width/this.c.width())+"%":""};t.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-"+this.A+" vjs-text-track"})};t.show=function(){Y(this);this.ga=2;u.b.prototype.show.call(this)};t.D=function(){Y(this);this.ga=1;u.b.prototype.D.call(this)};
115
- t.disable=function(){2==this.ga&&this.D();this.c.o("timeupdate",u.bind(this,this.update,this.R));this.c.o("ended",u.bind(this,this.reset,this.R));this.reset();this.c.fa("textTrackDisplay").removeChild(this);this.ga=0};function Y(a){0===a.ha&&a.load();0===a.ga&&(a.c.d("timeupdate",u.bind(a,a.update,a.R)),a.c.d("ended",u.bind(a,a.reset,a.R)),("captions"===a.A||"subtitles"===a.A)&&a.c.fa("textTrackDisplay").Y(a))}
116
- t.load=function(){0===this.ha&&(this.ha=1,u.get(this.xc,u.bind(this,this.rd),u.bind(this,this.Fb)))};t.Fb=function(a){this.error=a;this.ha=3;this.k("error")};t.rd=function(a){var c,d;a=a.split("\n");for(var e="",g=1,j=a.length;g<j;g++)if(e=u.trim(a[g])){-1==e.indexOf("--\x3e")?(c=e,e=u.trim(a[++g])):c=this.$.length;c={id:c,index:this.$.length};d=e.split(" --\x3e ");c.startTime=ia(d[0]);c.sa=ia(d[1]);for(d=[];a[++g]&&(e=u.trim(a[g]));)d.push(e);c.text=d.join("<br/>");this.$.push(c)}this.ha=2;this.k("loaded")};
117
- function ia(a){var c=a.split(":");a=0;var d,e,g;3==c.length?(d=c[0],e=c[1],c=c[2]):(d=0,e=c[0],c=c[1]);c=c.split(/\s+/);c=c.splice(0,1)[0];c=c.split(/\.|,/);g=parseFloat(c[1]);c=c[0];a+=3600*parseFloat(d);a+=60*parseFloat(e);a+=parseFloat(c);g&&(a+=g/1E3);return a}
118
- t.update=function(){if(0<this.$.length){var a=this.c.currentTime();if(this.Kb===b||a<this.Kb||this.Oa<=a){var c=this.$,d=this.c.duration(),e=0,g=l,j=[],k,r,n,s;a>=this.Oa||this.Oa===b?s=this.vb!==b?this.vb:0:(g=f,s=this.Bb!==b?this.Bb:c.length-1);for(;;){n=c[s];if(n.sa<=a)e=Math.max(e,n.sa),n.Ia&&(n.Ia=l);else if(a<n.startTime){if(d=Math.min(d,n.startTime),n.Ia&&(n.Ia=l),!g)break}else g?(j.splice(0,0,n),r===b&&(r=s),k=s):(j.push(n),k===b&&(k=s),r=s),d=Math.min(d,n.sa),e=Math.max(e,n.startTime),n.Ia=
119
- f;if(g)if(0===s)break;else s--;else if(s===c.length-1)break;else s++}this.kb=j;this.Oa=d;this.Kb=e;this.vb=k;this.Bb=r;a=this.kb;c="";d=0;for(e=a.length;d<e;d++)c+='<span class="vjs-tt-cue">'+a[d].text+"</span>";this.a.innerHTML=c;this.k("cuechange")}}};t.reset=function(){this.Oa=0;this.Kb=this.c.duration();this.Bb=this.vb=0};u.Sb=u.w.extend();u.Sb.prototype.A="captions";u.Zb=u.w.extend();u.Zb.prototype.A="subtitles";u.Tb=u.w.extend();u.Tb.prototype.A="chapters";
120
- u.ac=u.b.extend({j:function(a,c,d){u.b.call(this,a,c,d);if(a.h.tracks&&0<a.h.tracks.length){c=this.c;a=a.h.tracks;var e;for(d=0;d<a.length;d++){e=a[d];var g=c,j=e.kind,k=e.label,r=e.language,n=e;e=g.ya=g.ya||[];n=n||{};n.kind=j;n.label=k;n.language=r;j=u.Z(j||"subtitles");g=new window.videojs[j+"Track"](g,n);e.push(g)}}}});u.ac.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-text-track-display"})};
121
- u.X=u.N.extend({j:function(a,c){var d=this.ca=c.track;c.label=d.label();c.selected=d.tb();u.N.call(this,a,c);this.c.d(d.H()+"trackchange",u.bind(this,this.update))}});u.X.prototype.p=function(){u.N.prototype.p.call(this);X(this.c,this.ca.R,this.ca.H())};u.X.prototype.update=function(){this.selected(2==this.ca.mode())};u.eb=u.X.extend({j:function(a,c){c.track={H:function(){return c.kind},C:a,label:function(){return c.kind+" off"},tb:q(l),mode:q(l)};u.X.call(this,a,c);this.selected(f)}});
122
- u.eb.prototype.p=function(){u.X.prototype.p.call(this);X(this.c,this.ca.R,this.ca.H())};u.eb.prototype.update=function(){for(var a=this.c.textTracks(),c=0,d=a.length,e,g=f;c<d;c++)e=a[c],e.H()==this.ca.H()&&2==e.mode()&&(g=l);this.selected(g)};u.T=u.S.extend({j:function(a,c){u.S.call(this,a,c);1>=this.L.length&&this.D()}});
123
- u.T.prototype.qa=function(){var a=[],c;a.push(new u.eb(this.c,{kind:this.A}));for(var d=0;d<this.c.textTracks().length;d++)c=this.c.textTracks()[d],c.H()===this.A&&a.push(new u.X(this.c,{track:c}));return a};u.Ba=u.T.extend({j:function(a,c,d){u.T.call(this,a,c,d);this.a.setAttribute("aria-label","Captions Menu")}});u.Ba.prototype.A="captions";u.Ba.prototype.oa="Captions";u.Ba.prototype.className="vjs-captions-button";
124
- u.Ha=u.T.extend({j:function(a,c,d){u.T.call(this,a,c,d);this.a.setAttribute("aria-label","Subtitles Menu")}});u.Ha.prototype.A="subtitles";u.Ha.prototype.oa="Subtitles";u.Ha.prototype.className="vjs-subtitles-button";u.Ca=u.T.extend({j:function(a,c,d){u.T.call(this,a,c,d);this.a.setAttribute("aria-label","Chapters Menu")}});t=u.Ca.prototype;t.A="chapters";t.oa="Chapters";t.className="vjs-chapters-button";
125
- t.qa=function(){for(var a=[],c,d=0;d<this.c.textTracks().length;d++)c=this.c.textTracks()[d],c.H()===this.A&&a.push(new u.X(this.c,{track:c}));return a};
126
- t.Ma=function(){for(var a=this.c.textTracks(),c=0,d=a.length,e,g,j=this.L=[];c<d;c++)if(e=a[c],e.H()==this.A&&e.tb()){if(2>e.readyState()){this.Nd=e;e.d("loaded",u.bind(this,this.Ma));return}g=e;break}a=this.ua=new u.la(this.c);a.a.appendChild(u.e("li",{className:"vjs-menu-title",innerHTML:u.Z(this.A),Cd:-1}));if(g){e=g.$;for(var k,c=0,d=e.length;c<d;c++)k=e[c],k=new u.Za(this.c,{track:g,cue:k}),j.push(k),a.Y(k)}0<this.L.length&&this.show();return a};
127
- u.Za=u.N.extend({j:function(a,c){var d=this.ca=c.track,e=this.cue=c.cue,g=a.currentTime();c.label=e.text;c.selected=e.startTime<=g&&g<e.sa;u.N.call(this,a,c);d.d("cuechange",u.bind(this,this.update))}});u.Za.prototype.p=function(){u.N.prototype.p.call(this);this.c.currentTime(this.cue.startTime);this.update(this.cue.startTime)};u.Za.prototype.update=function(){var a=this.cue,c=this.c.currentTime();this.selected(a.startTime<=c&&c<a.sa)};
128
- u.l.B(u.Da.prototype.h.children,{subtitlesButton:{},captionsButton:{},chaptersButton:{}});
129
- if("undefined"!==typeof window.JSON&&"function"===window.JSON.parse)u.JSON=window.JSON;else{u.JSON={};var Z=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;u.JSON.parse=function(a,c){function d(a,e){var k,r,n=a[e];if(n&&"object"===typeof n)for(k in n)Object.prototype.hasOwnProperty.call(n,k)&&(r=d(n,k),r!==b?n[k]=r:delete n[k]);return c.call(a,e,n)}var e;a=String(a);Z.lastIndex=0;Z.test(a)&&(a=a.replace(Z,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)}));
 
 
 
 
 
 
 
 
 
130
  if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return e=eval("("+a+")"),"function"===typeof c?d({"":e},""):e;throw new SyntaxError("JSON.parse(): invalid or malformed JSON data");}}
131
- u.dc=function(){var a,c,d=document.getElementsByTagName("video");if(d&&0<d.length)for(var e=0,g=d.length;e<g;e++)if((c=d[e])&&c.getAttribute)c.player===b&&(a=c.getAttribute("data-setup"),a!==h&&(a=u.JSON.parse(a||"{}"),videojs(c,a)));else{u.lb();break}else u.Ec||u.lb()};u.lb=function(){setTimeout(u.dc,1)};"complete"===document.readyState?u.Ec=f:u.U(window,"load",function(){u.Ec=f});u.lb();u.sd=function(a,c){u.Player.prototype[a]=c};var ja=this;ja.Id=f;function $(a,c){var d=a.split("."),e=ja;!(d[0]in e)&&e.execScript&&e.execScript("var "+d[0]);for(var g;d.length&&(g=d.shift());)!d.length&&c!==b?e[g]=c:e=e[g]?e[g]:e[g]={}};$("videojs",u);$("_V_",u);$("videojs.options",u.options);$("videojs.players",u.va);$("videojs.TOUCH_ENABLED",u.$b);$("videojs.cache",u.pa);$("videojs.Component",u.b);u.b.prototype.player=u.b.prototype.C;u.b.prototype.options=u.b.prototype.options;u.b.prototype.init=u.b.prototype.j;u.b.prototype.dispose=u.b.prototype.dispose;u.b.prototype.createEl=u.b.prototype.e;u.b.prototype.contentEl=u.b.prototype.La;u.b.prototype.el=u.b.prototype.u;u.b.prototype.addChild=u.b.prototype.Y;
132
- u.b.prototype.getChild=u.b.prototype.fa;u.b.prototype.getChildById=u.b.prototype.ed;u.b.prototype.children=u.b.prototype.children;u.b.prototype.initChildren=u.b.prototype.nc;u.b.prototype.removeChild=u.b.prototype.removeChild;u.b.prototype.on=u.b.prototype.d;u.b.prototype.off=u.b.prototype.o;u.b.prototype.one=u.b.prototype.U;u.b.prototype.trigger=u.b.prototype.k;u.b.prototype.triggerReady=u.b.prototype.za;u.b.prototype.show=u.b.prototype.show;u.b.prototype.hide=u.b.prototype.D;
133
- u.b.prototype.width=u.b.prototype.width;u.b.prototype.height=u.b.prototype.height;u.b.prototype.dimensions=u.b.prototype.Yc;u.b.prototype.ready=u.b.prototype.I;u.b.prototype.addClass=u.b.prototype.n;u.b.prototype.removeClass=u.b.prototype.t;u.b.prototype.buildCSSClass=u.b.prototype.Q;u.Player.prototype.ended=u.Player.prototype.ended;$("videojs.MediaLoader",u.Nc);$("videojs.TextTrackDisplay",u.ac);$("videojs.ControlBar",u.Da);$("videojs.Button",u.q);$("videojs.PlayToggle",u.Xb);
134
- $("videojs.FullscreenToggle",u.Ea);$("videojs.BigPlayButton",u.Ya);$("videojs.LoadingSpinner",u.Vb);$("videojs.CurrentTimeDisplay",u.$a);$("videojs.DurationDisplay",u.ab);$("videojs.TimeDivider",u.bc);$("videojs.RemainingTimeDisplay",u.gb);$("videojs.Slider",u.O);$("videojs.ProgressControl",u.fb);$("videojs.SeekBar",u.Yb);$("videojs.LoadProgressBar",u.cb);$("videojs.PlayProgressBar",u.Wb);$("videojs.SeekHandle",u.Ga);$("videojs.VolumeControl",u.ib);$("videojs.VolumeBar",u.hb);
135
- $("videojs.VolumeLevel",u.cc);$("videojs.VolumeMenuButton",u.ma);$("videojs.VolumeHandle",u.jb);$("videojs.MuteToggle",u.ea);$("videojs.PosterImage",u.Fa);$("videojs.Menu",u.la);$("videojs.MenuItem",u.N);$("videojs.MenuButton",u.S);u.S.prototype.createItems=u.S.prototype.qa;u.T.prototype.createItems=u.T.prototype.qa;u.Ca.prototype.createItems=u.Ca.prototype.qa;$("videojs.SubtitlesButton",u.Ha);$("videojs.CaptionsButton",u.Ba);$("videojs.ChaptersButton",u.Ca);$("videojs.MediaTechController",u.r);
136
- u.r.prototype.features=u.r.prototype.m;u.r.prototype.m.volumeControl=u.r.prototype.m.Dc;u.r.prototype.m.fullscreenResize=u.r.prototype.m.Od;u.r.prototype.m.progressEvents=u.r.prototype.m.Sd;u.r.prototype.m.timeupdateEvents=u.r.prototype.m.Vd;u.r.prototype.setPoster=u.r.prototype.Lb;$("videojs.Html5",u.g);u.g.Events=u.g.bb;u.g.isSupported=u.g.isSupported;u.g.canPlaySource=u.g.nb;u.g.patchCanPlayType=u.g.rc;u.g.unpatchCanPlayType=u.g.Fd;u.g.prototype.setCurrentTime=u.g.prototype.vd;
137
- u.g.prototype.setVolume=u.g.prototype.Ad;u.g.prototype.setMuted=u.g.prototype.yd;u.g.prototype.setPreload=u.g.prototype.zd;u.g.prototype.setAutoplay=u.g.prototype.ud;u.g.prototype.setLoop=u.g.prototype.xd;u.g.prototype.enterFullScreen=u.g.prototype.hc;u.g.prototype.exitFullScreen=u.g.prototype.bd;$("videojs.Flash",u.f);u.f.isSupported=u.f.isSupported;u.f.canPlaySource=u.f.nb;u.f.onReady=u.f.onReady;$("videojs.TextTrack",u.w);u.w.prototype.label=u.w.prototype.label;u.w.prototype.kind=u.w.prototype.H;
138
- u.w.prototype.mode=u.w.prototype.mode;u.w.prototype.cues=u.w.prototype.Vc;u.w.prototype.activeCues=u.w.prototype.Pc;$("videojs.CaptionsTrack",u.Sb);$("videojs.SubtitlesTrack",u.Zb);$("videojs.ChaptersTrack",u.Tb);$("videojs.autoSetup",u.dc);$("videojs.plugin",u.sd);$("videojs.createTimeRange",u.sb);$("videojs.util",u.ja);u.ja.mergeOptions=u.ja.Eb;})();
 
1
+ /*! Video.js v4.6.4 Copyright 2014 Brightcove, Inc. https://github.com/videojs/video.js/blob/master/LICENSE */
2
+ (function() {var b=void 0,f=!0,j=null,l=!1;function m(){return function(){}}function q(a){return function(){return this[a]}}function r(a){return function(){return a}}var t;document.createElement("video");document.createElement("audio");document.createElement("track");function u(a,c,d){if("string"===typeof a){0===a.indexOf("#")&&(a=a.slice(1));if(u.Aa[a])return u.Aa[a];a=u.w(a)}if(!a||!a.nodeName)throw new TypeError("The element or ID supplied is not valid. (videojs)");return a.player||new u.Player(a,c,d)}
3
+ var videojs=u;window.je=window.ke=u;u.Ub="4.6";u.Pc="https:"==document.location.protocol?"https://":"http://";u.options={techOrder:["html5","flash"],html5:{},flash:{},width:300,height:150,defaultVolume:0,playbackRates:[],children:{mediaLoader:{},posterImage:{},textTrackDisplay:{},loadingSpinner:{},bigPlayButton:{},controlBar:{},errorDisplay:{}},notSupportedMessage:"No compatible source was found for this video."};"GENERATED_CDN_VSN"!==u.Ub&&(videojs.options.flash.swf=u.Pc+"vjs.zencdn.net/"+u.Ub+"/video-js.swf");
4
+ u.Aa={};"function"===typeof define&&define.amd?define([],function(){return videojs}):"object"===typeof exports&&"object"===typeof module&&(module.exports=videojs);u.pa=u.CoreObject=m();u.pa.extend=function(a){var c,d;a=a||{};c=a.init||a.h||this.prototype.init||this.prototype.h||m();d=function(){c.apply(this,arguments)};d.prototype=u.l.create(this.prototype);d.prototype.constructor=d;d.extend=u.pa.extend;d.create=u.pa.create;for(var e in a)a.hasOwnProperty(e)&&(d.prototype[e]=a[e]);return d};
5
+ u.pa.create=function(){var a=u.l.create(this.prototype);this.apply(a,arguments);return a};u.d=function(a,c,d){var e=u.getData(a);e.D||(e.D={});e.D[c]||(e.D[c]=[]);d.v||(d.v=u.v++);e.D[c].push(d);e.X||(e.disabled=l,e.X=function(c){if(!e.disabled){c=u.oc(c);var d=e.D[c.type];if(d)for(var d=d.slice(0),k=0,p=d.length;k<p&&!c.wc();k++)d[k].call(a,c)}});1==e.D[c].length&&(document.addEventListener?a.addEventListener(c,e.X,l):document.attachEvent&&a.attachEvent("on"+c,e.X))};
6
+ u.p=function(a,c,d){if(u.sc(a)){var e=u.getData(a);if(e.D)if(c){var g=e.D[c];if(g){if(d){if(d.v)for(e=0;e<g.length;e++)g[e].v===d.v&&g.splice(e--,1)}else e.D[c]=[];u.jc(a,c)}}else for(g in e.D)c=g,e.D[c]=[],u.jc(a,c)}};u.jc=function(a,c){var d=u.getData(a);0===d.D[c].length&&(delete d.D[c],document.removeEventListener?a.removeEventListener(c,d.X,l):document.detachEvent&&a.detachEvent("on"+c,d.X));u.Eb(d.D)&&(delete d.D,delete d.X,delete d.disabled);u.Eb(d)&&u.Dc(a)};
7
+ u.oc=function(a){function c(){return f}function d(){return l}if(!a||!a.Fb){var e=a||window.event;a={};for(var g in e)"layerX"!==g&&("layerY"!==g&&"keyboardEvent.keyLocation"!==g)&&("returnValue"==g&&e.preventDefault||(a[g]=e[g]));a.target||(a.target=a.srcElement||document);a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;a.preventDefault=function(){e.preventDefault&&e.preventDefault();a.returnValue=l;a.rd=c;a.defaultPrevented=f};a.rd=d;a.defaultPrevented=l;a.stopPropagation=function(){e.stopPropagation&&
8
+ e.stopPropagation();a.cancelBubble=f;a.Fb=c};a.Fb=d;a.stopImmediatePropagation=function(){e.stopImmediatePropagation&&e.stopImmediatePropagation();a.wc=c;a.stopPropagation()};a.wc=d;if(a.clientX!=j){g=document.documentElement;var h=document.body;a.pageX=a.clientX+(g&&g.scrollLeft||h&&h.scrollLeft||0)-(g&&g.clientLeft||h&&h.clientLeft||0);a.pageY=a.clientY+(g&&g.scrollTop||h&&h.scrollTop||0)-(g&&g.clientTop||h&&h.clientTop||0)}a.which=a.charCode||a.keyCode;a.button!=j&&(a.button=a.button&1?0:a.button&
9
+ 4?1:a.button&2?2:0)}return a};u.k=function(a,c){var d=u.sc(a)?u.getData(a):{},e=a.parentNode||a.ownerDocument;"string"===typeof c&&(c={type:c,target:a});c=u.oc(c);d.X&&d.X.call(a,c);if(e&&!c.Fb()&&c.bubbles!==l)u.k(e,c);else if(!e&&!c.defaultPrevented&&(d=u.getData(c.target),c.target[c.type])){d.disabled=f;if("function"===typeof c.target[c.type])c.target[c.type]();d.disabled=l}return!c.defaultPrevented};
10
+ u.W=function(a,c,d){function e(){u.p(a,c,e);d.apply(this,arguments)}e.v=d.v=d.v||u.v++;u.d(a,c,e)};var v=Object.prototype.hasOwnProperty;u.e=function(a,c){var d,e;d=document.createElement(a||"div");for(e in c)v.call(c,e)&&(-1!==e.indexOf("aria-")||"role"==e?d.setAttribute(e,c[e]):d[e]=c[e]);return d};u.$=function(a){return a.charAt(0).toUpperCase()+a.slice(1)};u.l={};u.l.create=Object.create||function(a){function c(){}c.prototype=a;return new c};
11
+ u.l.wa=function(a,c,d){for(var e in a)v.call(a,e)&&c.call(d||this,e,a[e])};u.l.B=function(a,c){if(!c)return a;for(var d in c)v.call(c,d)&&(a[d]=c[d]);return a};u.l.fd=function(a,c){var d,e,g;a=u.l.copy(a);for(d in c)v.call(c,d)&&(e=a[d],g=c[d],a[d]=u.l.Sa(e)&&u.l.Sa(g)?u.l.fd(e,g):c[d]);return a};u.l.copy=function(a){return u.l.B({},a)};u.l.Sa=function(a){return!!a&&"object"===typeof a&&"[object Object]"===a.toString()&&a.constructor===Object};
12
+ u.bind=function(a,c,d){function e(){return c.apply(a,arguments)}c.v||(c.v=u.v++);e.v=d?d+"_"+c.v:c.v;return e};u.ta={};u.v=1;u.expando="vdata"+(new Date).getTime();u.getData=function(a){var c=a[u.expando];c||(c=a[u.expando]=u.v++,u.ta[c]={});return u.ta[c]};u.sc=function(a){a=a[u.expando];return!(!a||u.Eb(u.ta[a]))};u.Dc=function(a){var c=a[u.expando];if(c){delete u.ta[c];try{delete a[u.expando]}catch(d){a.removeAttribute?a.removeAttribute(u.expando):a[u.expando]=j}}};
13
+ u.Eb=function(a){for(var c in a)if(a[c]!==j)return l;return f};u.o=function(a,c){-1==(" "+a.className+" ").indexOf(" "+c+" ")&&(a.className=""===a.className?c:a.className+" "+c)};u.r=function(a,c){var d,e;if(-1!=a.className.indexOf(c)){d=a.className.split(" ");for(e=d.length-1;0<=e;e--)d[e]===c&&d.splice(e,1);a.className=d.join(" ")}};u.A=u.e("video");u.M=navigator.userAgent;u.Uc=/iPhone/i.test(u.M);u.Tc=/iPad/i.test(u.M);u.Vc=/iPod/i.test(u.M);u.Sc=u.Uc||u.Tc||u.Vc;var aa=u,w;var x=u.M.match(/OS (\d+)_/i);
14
+ w=x&&x[1]?x[1]:b;aa.Zd=w;u.Rc=/Android/i.test(u.M);var ba=u,y;var z=u.M.match(/Android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i),A,B;z?(A=z[1]&&parseFloat(z[1]),B=z[2]&&parseFloat(z[2]),y=A&&B?parseFloat(z[1]+"."+z[2]):A?A:j):y=j;ba.Tb=y;u.Wc=u.Rc&&/webkit/i.test(u.M)&&2.3>u.Tb;u.Xb=/Firefox/i.test(u.M);u.$d=/Chrome/i.test(u.M);u.ec=!!("ontouchstart"in window||window.Qc&&document instanceof window.Qc);
15
+ u.Bb=function(a){var c,d,e,g;c={};if(a&&a.attributes&&0<a.attributes.length){d=a.attributes;for(var h=d.length-1;0<=h;h--){e=d[h].name;g=d[h].value;if("boolean"===typeof a[e]||-1!==",autoplay,controls,loop,muted,default,".indexOf(","+e+","))g=g!==j?f:l;c[e]=g}}return c};
16
+ u.ce=function(a,c){var d="";document.defaultView&&document.defaultView.getComputedStyle?d=document.defaultView.getComputedStyle(a,"").getPropertyValue(c):a.currentStyle&&(d=a["client"+c.substr(0,1).toUpperCase()+c.substr(1)]+"px");return d};u.Db=function(a,c){c.firstChild?c.insertBefore(a,c.firstChild):c.appendChild(a)};u.Na={};u.w=function(a){0===a.indexOf("#")&&(a=a.slice(1));return document.getElementById(a)};
17
+ u.ya=function(a,c){c=c||a;var d=Math.floor(a%60),e=Math.floor(a/60%60),g=Math.floor(a/3600),h=Math.floor(c/60%60),k=Math.floor(c/3600);if(isNaN(a)||Infinity===a)g=e=d="-";g=0<g||0<k?g+":":"";return g+(((g||10<=h)&&10>e?"0"+e:e)+":")+(10>d?"0"+d:d)};u.bd=function(){document.body.focus();document.onselectstart=r(l)};u.Td=function(){document.onselectstart=r(f)};u.trim=function(a){return(a+"").replace(/^\s+|\s+$/g,"")};u.round=function(a,c){c||(c=0);return Math.round(a*Math.pow(10,c))/Math.pow(10,c)};
18
+ u.yb=function(a,c){return{length:1,start:function(){return a},end:function(){return c}}};
19
+ u.get=function(a,c,d,e){var g,h,k,p;d=d||m();"undefined"===typeof XMLHttpRequest&&(window.XMLHttpRequest=function(){try{return new window.ActiveXObject("Msxml2.XMLHTTP.6.0")}catch(a){}try{return new window.ActiveXObject("Msxml2.XMLHTTP.3.0")}catch(c){}try{return new window.ActiveXObject("Msxml2.XMLHTTP")}catch(d){}throw Error("This browser does not support XMLHttpRequest.");});h=new XMLHttpRequest;k=u.Fd(a);p=window.location;k.protocol+k.host!==p.protocol+p.host&&window.XDomainRequest&&!("withCredentials"in
20
+ h)?(h=new window.XDomainRequest,h.onload=function(){c(h.responseText)},h.onerror=d,h.onprogress=m(),h.ontimeout=d):(g="file:"==k.protocol||"file:"==p.protocol,h.onreadystatechange=function(){4===h.readyState&&(200===h.status||g&&0===h.status?c(h.responseText):d(h.responseText))});try{h.open("GET",a,f),e&&(h.withCredentials=f)}catch(n){d(n);return}try{h.send()}catch(s){d(s)}};
21
+ u.Kd=function(a){try{var c=window.localStorage||l;c&&(c.volume=a)}catch(d){22==d.code||1014==d.code?u.log("LocalStorage Full (VideoJS)",d):18==d.code?u.log("LocalStorage not allowed (VideoJS)",d):u.log("LocalStorage Error (VideoJS)",d)}};u.qc=function(a){a.match(/^https?:\/\//)||(a=u.e("div",{innerHTML:'<a href="'+a+'">x</a>'}).firstChild.href);return a};
22
+ u.Fd=function(a){var c,d,e,g;g="protocol hostname port pathname search hash host".split(" ");d=u.e("a",{href:a});if(e=""===d.host&&"file:"!==d.protocol)c=u.e("div"),c.innerHTML='<a href="'+a+'"></a>',d=c.firstChild,c.setAttribute("style","display:none; position:absolute;"),document.body.appendChild(c);a={};for(var h=0;h<g.length;h++)a[g[h]]=d[g[h]];e&&document.body.removeChild(c);return a};function D(){}var E=window.console||{log:D,warn:D,error:D};
23
+ function F(a,c){var d=Array.prototype.slice.call(c);a?d.unshift(a.toUpperCase()+":"):a="log";u.log.history.push(d);d.unshift("VIDEOJS:");if(E[a].apply)E[a].apply(E,d);else E[a](d.join(" "))}u.log=function(){F(j,arguments)};u.log.history=[];u.log.error=function(){F("error",arguments)};u.log.warn=function(){F("warn",arguments)};
24
+ u.od=function(a){var c,d;a.getBoundingClientRect&&a.parentNode&&(c=a.getBoundingClientRect());if(!c)return{left:0,top:0};a=document.documentElement;d=document.body;return{left:u.round(c.left+(window.pageXOffset||d.scrollLeft)-(a.clientLeft||d.clientLeft||0)),top:u.round(c.top+(window.pageYOffset||d.scrollTop)-(a.clientTop||d.clientTop||0))}};u.oa={};u.oa.Jb=function(a,c){var d,e,g;a=u.l.copy(a);for(d in c)c.hasOwnProperty(d)&&(e=a[d],g=c[d],a[d]=u.l.Sa(e)&&u.l.Sa(g)?u.oa.Jb(e,g):c[d]);return a};
25
+ u.a=u.pa.extend({h:function(a,c,d){this.c=a;this.j=u.l.copy(this.j);c=this.options(c);this.T=c.id||(c.el&&c.el.id?c.el.id:a.id()+"_component_"+u.v++);this.wd=c.name||j;this.b=c.el||this.e();this.N=[];this.Oa={};this.Pa={};this.uc();this.J(d);if(c.Ec!==l){var e,g;e=u.bind(this.m(),this.m().reportUserActivity);this.d("touchstart",function(){e();clearInterval(g);g=setInterval(e,250)});a=function(){e();clearInterval(g)};this.d("touchmove",e);this.d("touchend",a);this.d("touchcancel",a)}}});t=u.a.prototype;
26
+ t.dispose=function(){this.k({type:"dispose",bubbles:l});if(this.N)for(var a=this.N.length-1;0<=a;a--)this.N[a].dispose&&this.N[a].dispose();this.Pa=this.Oa=this.N=j;this.p();this.b.parentNode&&this.b.parentNode.removeChild(this.b);u.Dc(this.b);this.b=j};t.c=f;t.m=q("c");t.options=function(a){return a===b?this.j:this.j=u.oa.Jb(this.j,a)};t.e=function(a,c){return u.e(a,c)};t.w=q("b");t.ia=function(){return this.u||this.b};t.id=q("T");t.name=q("wd");t.children=q("N");t.qd=function(a){return this.Oa[a]};
27
+ t.ja=function(a){return this.Pa[a]};t.V=function(a,c){var d,e;"string"===typeof a?(e=a,c=c||{},d=c.componentClass||u.$(e),c.name=e,d=new window.videojs[d](this.c||this,c)):d=a;this.N.push(d);"function"===typeof d.id&&(this.Oa[d.id()]=d);(e=e||d.name&&d.name())&&(this.Pa[e]=d);"function"===typeof d.el&&d.el()&&this.ia().appendChild(d.el());return d};
28
+ t.removeChild=function(a){"string"===typeof a&&(a=this.ja(a));if(a&&this.N){for(var c=l,d=this.N.length-1;0<=d;d--)if(this.N[d]===a){c=f;this.N.splice(d,1);break}c&&(this.Oa[a.id]=j,this.Pa[a.name]=j,(c=a.w())&&c.parentNode===this.ia()&&this.ia().removeChild(a.w()))}};t.uc=function(){var a,c,d,e;a=this;if(c=this.options().children)if(c instanceof Array)for(var g=0;g<c.length;g++)d=c[g],"string"==typeof d?(e=d,d={}):e=d.name,a[e]=a.V(e,d);else u.l.wa(c,function(c,d){d!==l&&(a[c]=a.V(c,d))})};t.S=r("");
29
+ t.d=function(a,c){u.d(this.b,a,u.bind(this,c));return this};t.p=function(a,c){u.p(this.b,a,c);return this};t.W=function(a,c){u.W(this.b,a,u.bind(this,c));return this};t.k=function(a,c){u.k(this.b,a,c);return this};t.J=function(a){a&&(this.ca?a.call(this):(this.Za===b&&(this.Za=[]),this.Za.push(a)));return this};t.Ea=function(){this.ca=f;var a=this.Za;if(a&&0<a.length){for(var c=0,d=a.length;c<d;c++)a[c].call(this);this.Za=[];this.k("ready")}};t.o=function(a){u.o(this.b,a);return this};
30
+ t.r=function(a){u.r(this.b,a);return this};t.show=function(){this.b.style.display="block";return this};t.G=function(){this.b.style.display="none";return this};function G(a){a.r("vjs-lock-showing")}t.disable=function(){this.G();this.show=m()};t.width=function(a,c){return H(this,"width",a,c)};t.height=function(a,c){return H(this,"height",a,c)};t.jd=function(a,c){return this.width(a,f).height(c)};
31
+ function H(a,c,d,e){if(d!==b)return a.b.style[c]=-1!==(""+d).indexOf("%")||-1!==(""+d).indexOf("px")?d:"auto"===d?"":d+"px",e||a.k("resize"),a;if(!a.b)return 0;d=a.b.style[c];e=d.indexOf("px");return-1!==e?parseInt(d.slice(0,e),10):parseInt(a.b["offset"+u.$(c)],10)}
32
+ function I(a){var c,d,e,g,h,k,p,n;c=0;d=j;a.d("touchstart",function(a){1===a.touches.length&&(d=a.touches[0],c=(new Date).getTime(),g=f)});a.d("touchmove",function(a){1<a.touches.length?g=l:d&&(k=a.touches[0].pageX-d.pageX,p=a.touches[0].pageY-d.pageY,n=Math.sqrt(k*k+p*p),22<n&&(g=l))});h=function(){g=l};a.d("touchleave",h);a.d("touchcancel",h);a.d("touchend",function(a){d=j;g===f&&(e=(new Date).getTime()-c,250>e&&(a.preventDefault(),this.k("tap")))})}
33
+ u.s=u.a.extend({h:function(a,c){u.a.call(this,a,c);I(this);this.d("tap",this.q);this.d("click",this.q);this.d("focus",this.Va);this.d("blur",this.Ua)}});t=u.s.prototype;
34
+ t.e=function(a,c){var d;c=u.l.B({className:this.S(),role:"button","aria-live":"polite",tabIndex:0},c);d=u.a.prototype.e.call(this,a,c);c.innerHTML||(this.u=u.e("div",{className:"vjs-control-content"}),this.wb=u.e("span",{className:"vjs-control-text",innerHTML:this.sa||"Need Text"}),this.u.appendChild(this.wb),d.appendChild(this.u));return d};t.S=function(){return"vjs-control "+u.a.prototype.S.call(this)};t.q=m();t.Va=function(){u.d(document,"keyup",u.bind(this,this.da))};
35
+ t.da=function(a){if(32==a.which||13==a.which)a.preventDefault(),this.q()};t.Ua=function(){u.p(document,"keyup",u.bind(this,this.da))};u.Q=u.a.extend({h:function(a,c){u.a.call(this,a,c);this.ad=this.ja(this.j.barName);this.handle=this.ja(this.j.handleName);this.d("mousedown",this.Wa);this.d("touchstart",this.Wa);this.d("focus",this.Va);this.d("blur",this.Ua);this.d("click",this.q);this.c.d("controlsvisible",u.bind(this,this.update));a.d(this.Ac,u.bind(this,this.update));this.R={}}});t=u.Q.prototype;
36
+ t.e=function(a,c){c=c||{};c.className+=" vjs-slider";c=u.l.B({role:"slider","aria-valuenow":0,"aria-valuemin":0,"aria-valuemax":100,tabIndex:0},c);return u.a.prototype.e.call(this,a,c)};t.Wa=function(a){a.preventDefault();u.bd();this.R.move=u.bind(this,this.Kb);this.R.end=u.bind(this,this.Lb);u.d(document,"mousemove",this.R.move);u.d(document,"mouseup",this.R.end);u.d(document,"touchmove",this.R.move);u.d(document,"touchend",this.R.end);this.Kb(a)};
37
+ t.Lb=function(){u.Td();u.p(document,"mousemove",this.R.move,l);u.p(document,"mouseup",this.R.end,l);u.p(document,"touchmove",this.R.move,l);u.p(document,"touchend",this.R.end,l);this.update()};t.update=function(){if(this.b){var a,c=this.Cb(),d=this.handle,e=this.ad;isNaN(c)&&(c=0);a=c;if(d){a=this.b.offsetWidth;var g=d.w().offsetWidth;a=g?g/a:0;c*=1-a;a=c+a/2;d.w().style.left=u.round(100*c,2)+"%"}e.w().style.width=u.round(100*a,2)+"%"}};
38
+ function J(a,c){var d,e,g,h;d=a.b;e=u.od(d);h=g=d.offsetWidth;d=a.handle;if(a.j.Vd)return h=e.top,e=c.changedTouches?c.changedTouches[0].pageY:c.pageY,d&&(d=d.w().offsetHeight,h+=d/2,g-=d),Math.max(0,Math.min(1,(h-e+g)/g));g=e.left;e=c.changedTouches?c.changedTouches[0].pageX:c.pageX;d&&(d=d.w().offsetWidth,g+=d/2,h-=d);return Math.max(0,Math.min(1,(e-g)/h))}t.Va=function(){u.d(document,"keyup",u.bind(this,this.da))};
39
+ t.da=function(a){37==a.which?(a.preventDefault(),this.Gc()):39==a.which&&(a.preventDefault(),this.Hc())};t.Ua=function(){u.p(document,"keyup",u.bind(this,this.da))};t.q=function(a){a.stopImmediatePropagation();a.preventDefault()};u.Y=u.a.extend();u.Y.prototype.defaultValue=0;u.Y.prototype.e=function(a,c){c=c||{};c.className+=" vjs-slider-handle";c=u.l.B({innerHTML:'<span class="vjs-control-text">'+this.defaultValue+"</span>"},c);return u.a.prototype.e.call(this,"div",c)};u.ga=u.a.extend();
40
+ function ca(a,c){a.V(c);c.d("click",u.bind(a,function(){G(this)}))}u.ga.prototype.e=function(){var a=this.options().kc||"ul";this.u=u.e(a,{className:"vjs-menu-content"});a=u.a.prototype.e.call(this,"div",{append:this.u,className:"vjs-menu"});a.appendChild(this.u);u.d(a,"click",function(a){a.preventDefault();a.stopImmediatePropagation()});return a};u.I=u.s.extend({h:function(a,c){u.s.call(this,a,c);this.selected(c.selected)}});
41
+ u.I.prototype.e=function(a,c){return u.s.prototype.e.call(this,"li",u.l.B({className:"vjs-menu-item",innerHTML:this.j.label},c))};u.I.prototype.q=function(){this.selected(f)};u.I.prototype.selected=function(a){a?(this.o("vjs-selected"),this.b.setAttribute("aria-selected",f)):(this.r("vjs-selected"),this.b.setAttribute("aria-selected",l))};
42
+ u.L=u.s.extend({h:function(a,c){u.s.call(this,a,c);this.za=this.va();this.V(this.za);this.O&&0===this.O.length&&this.G();this.d("keyup",this.da);this.b.setAttribute("aria-haspopup",f);this.b.setAttribute("role","button")}});t=u.L.prototype;t.ra=l;t.va=function(){var a=new u.ga(this.c);this.options().title&&a.ia().appendChild(u.e("li",{className:"vjs-menu-title",innerHTML:u.$(this.options().title),Rd:-1}));if(this.O=this.createItems())for(var c=0;c<this.O.length;c++)ca(a,this.O[c]);return a};
43
+ t.ua=m();t.S=function(){return this.className+" vjs-menu-button "+u.s.prototype.S.call(this)};t.Va=m();t.Ua=m();t.q=function(){this.W("mouseout",u.bind(this,function(){G(this.za);this.b.blur()}));this.ra?K(this):L(this)};t.da=function(a){a.preventDefault();32==a.which||13==a.which?this.ra?K(this):L(this):27==a.which&&this.ra&&K(this)};function L(a){a.ra=f;a.za.o("vjs-lock-showing");a.b.setAttribute("aria-pressed",f);a.O&&0<a.O.length&&a.O[0].w().focus()}
44
+ function K(a){a.ra=l;G(a.za);a.b.setAttribute("aria-pressed",l)}u.F=function(a){"number"===typeof a?this.code=a:"string"===typeof a?this.message=a:"object"===typeof a&&u.l.B(this,a);this.message||(this.message=u.F.gd[this.code]||"")};u.F.prototype.code=0;u.F.prototype.message="";u.F.prototype.status=j;u.F.Ra="MEDIA_ERR_CUSTOM MEDIA_ERR_ABORTED MEDIA_ERR_NETWORK MEDIA_ERR_DECODE MEDIA_ERR_SRC_NOT_SUPPORTED MEDIA_ERR_ENCRYPTED".split(" ");
45
+ u.F.gd={1:"You aborted the video playback",2:"A network error caused the video download to fail part-way.",3:"The video playback was aborted due to a corruption problem or because the video used features your browser did not support.",4:"The video could not be loaded, either because the server or network failed or because the format is not supported.",5:"The video is encrypted and we do not have the keys to decrypt it."};for(var M=0;M<u.F.Ra.length;M++)u.F[u.F.Ra[M]]=M,u.F.prototype[u.F.Ra[M]]=M;
46
+ var N,O,P,Q;
47
+ N=["requestFullscreen exitFullscreen fullscreenElement fullscreenEnabled fullscreenchange fullscreenerror".split(" "),"webkitRequestFullscreen webkitExitFullscreen webkitFullscreenElement webkitFullscreenEnabled webkitfullscreenchange webkitfullscreenerror".split(" "),"webkitRequestFullScreen webkitCancelFullScreen webkitCurrentFullScreenElement webkitCancelFullScreen webkitfullscreenchange webkitfullscreenerror".split(" "),"mozRequestFullScreen mozCancelFullScreen mozFullScreenElement mozFullScreenEnabled mozfullscreenchange mozfullscreenerror".split(" "),"msRequestFullscreen msExitFullscreen msFullscreenElement msFullscreenEnabled MSFullscreenChange MSFullscreenError".split(" ")];
48
+ O=N[0];for(Q=0;Q<N.length;Q++)if(N[Q][1]in document){P=N[Q];break}if(P){u.Na.Ab={};for(Q=0;Q<P.length;Q++)u.Na.Ab[O[Q]]=P[Q]}
49
+ u.Player=u.a.extend({h:function(a,c,d){this.P=a;a.id=a.id||"vjs_video_"+u.v++;c=u.l.B(da(a),c);this.z={};this.Bc=c.poster;this.xb=c.controls;a.controls=l;c.Ec=l;u.a.call(this,this,c,d);this.controls()?this.o("vjs-controls-enabled"):this.o("vjs-controls-disabled");u.Aa[this.T]=this;c.plugins&&u.l.wa(c.plugins,function(a,c){this[a](c)},this);var e,g,h,k,p,n;e=u.bind(this,this.reportUserActivity);this.d("mousedown",function(){e();clearInterval(g);g=setInterval(e,250)});this.d("mousemove",function(a){if(a.screenX!=
50
+ p||a.screenY!=n)p=a.screenX,n=a.screenY,e()});this.d("mouseup",function(){e();clearInterval(g)});this.d("keydown",e);this.d("keyup",e);h=setInterval(u.bind(this,function(){this.na&&(this.na=l,this.userActive(f),clearTimeout(k),k=setTimeout(u.bind(this,function(){this.na||this.userActive(l)}),2E3))}),250);this.d("dispose",function(){clearInterval(h);clearTimeout(k)})}});t=u.Player.prototype;t.j=u.options;
51
+ t.dispose=function(){this.k("dispose");this.p("dispose");u.Aa[this.T]=j;this.P&&this.P.player&&(this.P.player=j);this.b&&this.b.player&&(this.b.player=j);clearInterval(this.Ya);this.Ba();this.g&&this.g.dispose();u.a.prototype.dispose.call(this)};function da(a){var c={sources:[],tracks:[]};u.l.B(c,u.Bb(a));if(a.hasChildNodes()){var d,e,g,h;a=a.childNodes;g=0;for(h=a.length;g<h;g++)d=a[g],e=d.nodeName.toLowerCase(),"source"===e?c.sources.push(u.Bb(d)):"track"===e&&c.tracks.push(u.Bb(d))}return c}
52
+ t.e=function(){var a=this.b=u.a.prototype.e.call(this,"div"),c=this.P;c.removeAttribute("width");c.removeAttribute("height");if(c.hasChildNodes()){var d,e,g,h,k;d=c.childNodes;e=d.length;for(k=[];e--;)g=d[e],h=g.nodeName.toLowerCase(),"track"===h&&k.push(g);for(d=0;d<k.length;d++)c.removeChild(k[d])}a.id=c.id;a.className=c.className;c.id+="_html5_api";c.className="vjs-tech";c.player=a.player=this;this.o("vjs-paused");this.width(this.j.width,f);this.height(this.j.height,f);c.parentNode&&c.parentNode.insertBefore(a,
53
+ c);u.Db(c,a);this.b=a;this.d("loadstart",this.Bd);this.d("ended",this.xd);this.d("play",this.Nb);this.d("firstplay",this.zd);this.d("pause",this.Mb);this.d("progress",this.Cd);this.d("durationchange",this.yc);this.d("fullscreenchange",this.Ad);return a};
54
+ function R(a,c,d){a.g&&(a.ca=l,a.g.dispose(),a.Hb&&(a.Hb=l,clearInterval(a.Ya)),a.Ib&&S(a),a.g=l);"Html5"!==c&&a.P&&(u.f.mc(a.P),a.P=j);a.Ca=c;a.ca=l;var e=u.l.B({source:d,parentEl:a.b},a.j[c.toLowerCase()]);d&&(d.src==a.z.src&&0<a.z.currentTime&&(e.startTime=a.z.currentTime),a.z.src=d.src);a.g=new window.videojs[c](a,e);a.g.J(function(){this.c.Ea();if(!this.n.progressEvents){var a=this.c;a.Hb=f;a.Ya=setInterval(u.bind(a,function(){this.z.sb<this.buffered().end(0)?this.k("progress"):1==this.bufferedPercent()&&
55
+ (clearInterval(this.Ya),this.k("progress"))}),500);a.g&&a.g.W("progress",function(){this.n.progressEvents=f;var a=this.c;a.Hb=l;clearInterval(a.Ya)})}this.n.timeupdateEvents||(a=this.c,a.Ib=f,a.d("play",a.Kc),a.d("pause",a.Ba),a.g&&a.g.W("timeupdate",function(){this.n.timeupdateEvents=f;S(this.c)}))})}function S(a){a.Ib=l;a.Ba();a.p("play",a.Kc);a.p("pause",a.Ba)}t.Kc=function(){this.lc&&this.Ba();this.lc=setInterval(u.bind(this,function(){this.k("timeupdate")}),250)};
56
+ t.Ba=function(){clearInterval(this.lc);this.k("timeupdate")};t.Bd=function(){this.error(j);this.paused()?(T(this,l),this.W("play",function(){T(this,f)})):this.k("firstplay")};t.tc=l;function T(a,c){c!==b&&a.tc!==c&&((a.tc=c)?(a.o("vjs-has-started"),a.k("firstplay")):a.r("vjs-has-started"))}t.Nb=function(){u.r(this.b,"vjs-paused");u.o(this.b,"vjs-playing")};t.zd=function(){this.j.starttime&&this.currentTime(this.j.starttime);this.o("vjs-has-started")};
57
+ t.Mb=function(){u.r(this.b,"vjs-playing");u.o(this.b,"vjs-paused")};t.Cd=function(){1==this.bufferedPercent()&&this.k("loadedalldata")};t.xd=function(){this.j.loop&&(this.currentTime(0),this.play())};t.yc=function(){var a=U(this,"duration");a&&(0>a&&(a=Infinity),this.duration(a),Infinity===a?this.o("vjs-live"):this.r("vjs-live"))};t.Ad=function(){this.isFullscreen()?this.o("vjs-fullscreen"):this.r("vjs-fullscreen")};
58
+ function V(a,c,d){if(a.g&&!a.g.ca)a.g.J(function(){this[c](d)});else try{a.g[c](d)}catch(e){throw u.log(e),e;}}function U(a,c){if(a.g&&a.g.ca)try{return a.g[c]()}catch(d){throw a.g[c]===b?u.log("Video.js: "+c+" method not defined for "+a.Ca+" playback technology.",d):"TypeError"==d.name?(u.log("Video.js: "+c+" unavailable on "+a.Ca+" playback technology element.",d),a.g.ca=l):u.log(d),d;}}t.play=function(){V(this,"play");return this};t.pause=function(){V(this,"pause");return this};
59
+ t.paused=function(){return U(this,"paused")===l?l:f};t.currentTime=function(a){return a!==b?(V(this,"setCurrentTime",a),this.Ib&&this.k("timeupdate"),this):this.z.currentTime=U(this,"currentTime")||0};t.duration=function(a){if(a!==b)return this.z.duration=parseFloat(a),this;this.z.duration===b&&this.yc();return this.z.duration||0};t.buffered=function(){var a=U(this,"buffered"),c=a.length-1,d=this.z.sb=this.z.sb||0;a&&(0<=c&&a.end(c)!==d)&&(d=a.end(c),this.z.sb=d);return u.yb(0,d)};
60
+ t.bufferedPercent=function(){return this.duration()?this.buffered().end(0)/this.duration():0};t.volume=function(a){if(a!==b)return a=Math.max(0,Math.min(1,parseFloat(a))),this.z.volume=a,V(this,"setVolume",a),u.Kd(a),this;a=parseFloat(U(this,"volume"));return isNaN(a)?1:a};t.muted=function(a){return a!==b?(V(this,"setMuted",a),this):U(this,"muted")||l};t.ab=function(){return U(this,"supportsFullScreen")||l};t.vc=l;t.isFullscreen=function(a){return a!==b?(this.vc=!!a,this):this.vc};
61
+ t.isFullScreen=function(a){u.log.warn('player.isFullScreen() has been deprecated, use player.isFullscreen() with a lowercase "s")');return this.isFullscreen(a)};
62
+ t.requestFullscreen=function(){var a=u.Na.Ab;this.isFullscreen(f);a?(u.d(document,a.fullscreenchange,u.bind(this,function(c){this.isFullscreen(document[a.fullscreenElement]);this.isFullscreen()===l&&u.p(document,a.fullscreenchange,arguments.callee);this.k("fullscreenchange")})),this.b[a.requestFullscreen]()):this.g.ab()?V(this,"enterFullScreen"):(this.sd=f,this.kd=document.documentElement.style.overflow,u.d(document,"keydown",u.bind(this,this.pc)),document.documentElement.style.overflow="hidden",
63
+ u.o(document.body,"vjs-full-window"),this.k("enterFullWindow"),this.k("fullscreenchange"));return this};t.exitFullscreen=function(){var a=u.Na.Ab;this.isFullscreen(l);if(a)document[a.exitFullscreen]();else this.g.ab()?V(this,"exitFullScreen"):(ea(this),this.k("fullscreenchange"));return this};t.pc=function(a){27===a.keyCode&&(this.isFullscreen()===f?this.exitFullscreen():ea(this))};
64
+ function ea(a){a.sd=l;u.p(document,"keydown",a.pc);document.documentElement.style.overflow=a.kd;u.r(document.body,"vjs-full-window");a.k("exitFullWindow")}
65
+ t.src=function(a){if(a===b)return U(this,"src");if(a instanceof Array){var c;a:{c=a;for(var d=0,e=this.j.techOrder;d<e.length;d++){var g=u.$(e[d]),h=window.videojs[g];if(h){if(h.isSupported())for(var k=0,p=c;k<p.length;k++){var n=p[k];if(h.canPlaySource(n)){c={source:n,g:g};break a}}}else u.log.error('The "'+g+'" tech is undefined. Skipped browser support check for that tech.')}c=l}c?(a=c.source,c=c.g,c==this.Ca?this.src(a):R(this,c,a)):(this.error({code:4,message:this.options().notSupportedMessage}),
66
+ this.Ea())}else a instanceof Object?window.videojs[this.Ca].canPlaySource(a)?this.src(a.src):this.src([a]):(this.z.src=a,this.ca?(V(this,"src",a),"auto"==this.j.preload&&this.load(),this.j.autoplay&&this.play()):this.J(function(){this.src(a)}));return this};t.load=function(){V(this,"load");return this};t.currentSrc=function(){return U(this,"currentSrc")||this.z.src||""};t.Xa=function(a){return a!==b?(V(this,"setPreload",a),this.j.preload=a,this):U(this,"preload")};
67
+ t.autoplay=function(a){return a!==b?(V(this,"setAutoplay",a),this.j.autoplay=a,this):U(this,"autoplay")};t.loop=function(a){return a!==b?(V(this,"setLoop",a),this.j.loop=a,this):U(this,"loop")};t.poster=function(a){if(a===b)return this.Bc;this.Bc=a;V(this,"setPoster",a);this.k("posterchange")};
68
+ t.controls=function(a){return a!==b?(a=!!a,this.xb!==a&&((this.xb=a)?(this.r("vjs-controls-disabled"),this.o("vjs-controls-enabled"),this.k("controlsenabled")):(this.r("vjs-controls-enabled"),this.o("vjs-controls-disabled"),this.k("controlsdisabled"))),this):this.xb};u.Player.prototype.Sb;t=u.Player.prototype;
69
+ t.usingNativeControls=function(a){return a!==b?(a=!!a,this.Sb!==a&&((this.Sb=a)?(this.o("vjs-using-native-controls"),this.k("usingnativecontrols")):(this.r("vjs-using-native-controls"),this.k("usingcustomcontrols"))),this):this.Sb};t.ba=j;t.error=function(a){if(a===b)return this.ba;if(a===j)return this.ba=a,this.r("vjs-error"),this;this.ba=a instanceof u.F?a:new u.F(a);this.k("error");this.o("vjs-error");u.log.error("(CODE:"+this.ba.code+" "+u.F.Ra[this.ba.code]+")",this.ba.message,this.ba);return this};
70
+ t.ended=function(){return U(this,"ended")};t.seeking=function(){return U(this,"seeking")};t.na=f;t.reportUserActivity=function(){this.na=f};t.Rb=f;t.userActive=function(a){return a!==b?(a=!!a,a!==this.Rb&&((this.Rb=a)?(this.na=f,this.r("vjs-user-inactive"),this.o("vjs-user-active"),this.k("useractive")):(this.na=l,this.g&&this.g.W("mousemove",function(a){a.stopPropagation();a.preventDefault()}),this.r("vjs-user-active"),this.o("vjs-user-inactive"),this.k("userinactive"))),this):this.Rb};
71
+ t.playbackRate=function(a){return a!==b?(V(this,"setPlaybackRate",a),this):this.g&&this.g.n&&this.g.n.playbackRate?U(this,"playbackRate"):1};u.Ha=u.a.extend();u.Ha.prototype.j={ee:"play",children:{playToggle:{},currentTimeDisplay:{},timeDivider:{},durationDisplay:{},remainingTimeDisplay:{},liveDisplay:{},progressControl:{},fullscreenToggle:{},volumeControl:{},muteToggle:{},playbackRateMenuButton:{}}};u.Ha.prototype.e=function(){return u.e("div",{className:"vjs-control-bar"})};
72
+ u.Yb=u.a.extend({h:function(a,c){u.a.call(this,a,c)}});u.Yb.prototype.e=function(){var a=u.a.prototype.e.call(this,"div",{className:"vjs-live-controls vjs-control"});this.u=u.e("div",{className:"vjs-live-display",innerHTML:'<span class="vjs-control-text">Stream Type </span>LIVE',"aria-live":"off"});a.appendChild(this.u);return a};u.ac=u.s.extend({h:function(a,c){u.s.call(this,a,c);a.d("play",u.bind(this,this.Nb));a.d("pause",u.bind(this,this.Mb))}});t=u.ac.prototype;t.sa="Play";
73
+ t.S=function(){return"vjs-play-control "+u.s.prototype.S.call(this)};t.q=function(){this.c.paused()?this.c.play():this.c.pause()};t.Nb=function(){u.r(this.b,"vjs-paused");u.o(this.b,"vjs-playing");this.b.children[0].children[0].innerHTML="Pause"};t.Mb=function(){u.r(this.b,"vjs-playing");u.o(this.b,"vjs-paused");this.b.children[0].children[0].innerHTML="Play"};u.eb=u.a.extend({h:function(a,c){u.a.call(this,a,c);a.d("timeupdate",u.bind(this,this.fa))}});
74
+ u.eb.prototype.e=function(){var a=u.a.prototype.e.call(this,"div",{className:"vjs-current-time vjs-time-controls vjs-control"});this.u=u.e("div",{className:"vjs-current-time-display",innerHTML:'<span class="vjs-control-text">Current Time </span>0:00',"aria-live":"off"});a.appendChild(this.u);return a};u.eb.prototype.fa=function(){var a=this.c.$a?this.c.z.currentTime:this.c.currentTime();this.u.innerHTML='<span class="vjs-control-text">Current Time </span>'+u.ya(a,this.c.duration())};
75
+ u.fb=u.a.extend({h:function(a,c){u.a.call(this,a,c);a.d("timeupdate",u.bind(this,this.fa))}});u.fb.prototype.e=function(){var a=u.a.prototype.e.call(this,"div",{className:"vjs-duration vjs-time-controls vjs-control"});this.u=u.e("div",{className:"vjs-duration-display",innerHTML:'<span class="vjs-control-text">Duration Time </span>0:00',"aria-live":"off"});a.appendChild(this.u);return a};
76
+ u.fb.prototype.fa=function(){var a=this.c.duration();a&&(this.u.innerHTML='<span class="vjs-control-text">Duration Time </span>'+u.ya(a))};u.gc=u.a.extend({h:function(a,c){u.a.call(this,a,c)}});u.gc.prototype.e=function(){return u.a.prototype.e.call(this,"div",{className:"vjs-time-divider",innerHTML:"<div><span>/</span></div>"})};u.mb=u.a.extend({h:function(a,c){u.a.call(this,a,c);a.d("timeupdate",u.bind(this,this.fa))}});
77
+ u.mb.prototype.e=function(){var a=u.a.prototype.e.call(this,"div",{className:"vjs-remaining-time vjs-time-controls vjs-control"});this.u=u.e("div",{className:"vjs-remaining-time-display",innerHTML:'<span class="vjs-control-text">Remaining Time </span>-0:00',"aria-live":"off"});a.appendChild(this.u);return a};u.mb.prototype.fa=function(){this.c.duration()&&(this.u.innerHTML='<span class="vjs-control-text">Remaining Time </span>-'+u.ya(this.c.duration()-this.c.currentTime()))};
78
+ u.Ia=u.s.extend({h:function(a,c){u.s.call(this,a,c)}});u.Ia.prototype.sa="Fullscreen";u.Ia.prototype.S=function(){return"vjs-fullscreen-control "+u.s.prototype.S.call(this)};u.Ia.prototype.q=function(){this.c.isFullscreen()?(this.c.exitFullscreen(),this.wb.innerHTML="Fullscreen"):(this.c.requestFullscreen(),this.wb.innerHTML="Non-Fullscreen")};u.lb=u.a.extend({h:function(a,c){u.a.call(this,a,c)}});u.lb.prototype.j={children:{seekBar:{}}};
79
+ u.lb.prototype.e=function(){return u.a.prototype.e.call(this,"div",{className:"vjs-progress-control vjs-control"})};u.cc=u.Q.extend({h:function(a,c){u.Q.call(this,a,c);a.d("timeupdate",u.bind(this,this.ma));a.J(u.bind(this,this.ma))}});t=u.cc.prototype;t.j={children:{loadProgressBar:{},playProgressBar:{},seekHandle:{}},barName:"playProgressBar",handleName:"seekHandle"};t.Ac="timeupdate";t.e=function(){return u.Q.prototype.e.call(this,"div",{className:"vjs-progress-holder","aria-label":"video progress bar"})};
80
+ t.ma=function(){var a=this.c.$a?this.c.z.currentTime:this.c.currentTime();this.b.setAttribute("aria-valuenow",u.round(100*this.Cb(),2));this.b.setAttribute("aria-valuetext",u.ya(a,this.c.duration()))};t.Cb=function(){return this.c.currentTime()/this.c.duration()};t.Wa=function(a){u.Q.prototype.Wa.call(this,a);this.c.$a=f;this.Wd=!this.c.paused();this.c.pause()};t.Kb=function(a){a=J(this,a)*this.c.duration();a==this.c.duration()&&(a-=0.1);this.c.currentTime(a)};
81
+ t.Lb=function(a){u.Q.prototype.Lb.call(this,a);this.c.$a=l;this.Wd&&this.c.play()};t.Hc=function(){this.c.currentTime(this.c.currentTime()+5)};t.Gc=function(){this.c.currentTime(this.c.currentTime()-5)};u.ib=u.a.extend({h:function(a,c){u.a.call(this,a,c);a.d("progress",u.bind(this,this.update))}});u.ib.prototype.e=function(){return u.a.prototype.e.call(this,"div",{className:"vjs-load-progress",innerHTML:'<span class="vjs-control-text">Loaded: 0%</span>'})};
82
+ u.ib.prototype.update=function(){this.b.style&&(this.b.style.width=u.round(100*this.c.bufferedPercent(),2)+"%")};u.$b=u.a.extend({h:function(a,c){u.a.call(this,a,c)}});u.$b.prototype.e=function(){return u.a.prototype.e.call(this,"div",{className:"vjs-play-progress",innerHTML:'<span class="vjs-control-text">Progress: 0%</span>'})};u.Ka=u.Y.extend({h:function(a,c){u.Y.call(this,a,c);a.d("timeupdate",u.bind(this,this.fa))}});u.Ka.prototype.defaultValue="00:00";
83
+ u.Ka.prototype.e=function(){return u.Y.prototype.e.call(this,"div",{className:"vjs-seek-handle","aria-live":"off"})};u.Ka.prototype.fa=function(){var a=this.c.$a?this.c.z.currentTime:this.c.currentTime();this.b.innerHTML='<span class="vjs-control-text">'+u.ya(a,this.c.duration())+"</span>"};u.ob=u.a.extend({h:function(a,c){u.a.call(this,a,c);a.g&&(a.g.n&&a.g.n.volumeControl===l)&&this.o("vjs-hidden");a.d("loadstart",u.bind(this,function(){a.g.n&&a.g.n.volumeControl===l?this.o("vjs-hidden"):this.r("vjs-hidden")}))}});
84
+ u.ob.prototype.j={children:{volumeBar:{}}};u.ob.prototype.e=function(){return u.a.prototype.e.call(this,"div",{className:"vjs-volume-control vjs-control"})};u.nb=u.Q.extend({h:function(a,c){u.Q.call(this,a,c);a.d("volumechange",u.bind(this,this.ma));a.J(u.bind(this,this.ma))}});t=u.nb.prototype;t.ma=function(){this.b.setAttribute("aria-valuenow",u.round(100*this.c.volume(),2));this.b.setAttribute("aria-valuetext",u.round(100*this.c.volume(),2)+"%")};
85
+ t.j={children:{volumeLevel:{},volumeHandle:{}},barName:"volumeLevel",handleName:"volumeHandle"};t.Ac="volumechange";t.e=function(){return u.Q.prototype.e.call(this,"div",{className:"vjs-volume-bar","aria-label":"volume level"})};t.Kb=function(a){this.c.muted()&&this.c.muted(l);this.c.volume(J(this,a))};t.Cb=function(){return this.c.muted()?0:this.c.volume()};t.Hc=function(){this.c.volume(this.c.volume()+0.1)};t.Gc=function(){this.c.volume(this.c.volume()-0.1)};
86
+ u.hc=u.a.extend({h:function(a,c){u.a.call(this,a,c)}});u.hc.prototype.e=function(){return u.a.prototype.e.call(this,"div",{className:"vjs-volume-level",innerHTML:'<span class="vjs-control-text"></span>'})};u.pb=u.Y.extend();u.pb.prototype.defaultValue="00:00";u.pb.prototype.e=function(){return u.Y.prototype.e.call(this,"div",{className:"vjs-volume-handle"})};
87
+ u.ha=u.s.extend({h:function(a,c){u.s.call(this,a,c);a.d("volumechange",u.bind(this,this.update));a.g&&(a.g.n&&a.g.n.volumeControl===l)&&this.o("vjs-hidden");a.d("loadstart",u.bind(this,function(){a.g.n&&a.g.n.volumeControl===l?this.o("vjs-hidden"):this.r("vjs-hidden")}))}});u.ha.prototype.e=function(){return u.s.prototype.e.call(this,"div",{className:"vjs-mute-control vjs-control",innerHTML:'<div><span class="vjs-control-text">Mute</span></div>'})};
88
+ u.ha.prototype.q=function(){this.c.muted(this.c.muted()?l:f)};u.ha.prototype.update=function(){var a=this.c.volume(),c=3;0===a||this.c.muted()?c=0:0.33>a?c=1:0.67>a&&(c=2);this.c.muted()?"Unmute"!=this.b.children[0].children[0].innerHTML&&(this.b.children[0].children[0].innerHTML="Unmute"):"Mute"!=this.b.children[0].children[0].innerHTML&&(this.b.children[0].children[0].innerHTML="Mute");for(a=0;4>a;a++)u.r(this.b,"vjs-vol-"+a);u.o(this.b,"vjs-vol-"+c)};
89
+ u.qa=u.L.extend({h:function(a,c){u.L.call(this,a,c);a.d("volumechange",u.bind(this,this.update));a.g&&(a.g.n&&a.g.n.Nc===l)&&this.o("vjs-hidden");a.d("loadstart",u.bind(this,function(){a.g.n&&a.g.n.Nc===l?this.o("vjs-hidden"):this.r("vjs-hidden")}));this.o("vjs-menu-button")}});u.qa.prototype.va=function(){var a=new u.ga(this.c,{kc:"div"}),c=new u.nb(this.c,u.l.B({Vd:f},this.j.le));a.V(c);return a};u.qa.prototype.q=function(){u.ha.prototype.q.call(this);u.L.prototype.q.call(this)};
90
+ u.qa.prototype.e=function(){return u.s.prototype.e.call(this,"div",{className:"vjs-volume-menu-button vjs-menu-button vjs-control",innerHTML:'<div><span class="vjs-control-text">Mute</span></div>'})};u.qa.prototype.update=u.ha.prototype.update;u.bc=u.L.extend({h:function(a,c){u.L.call(this,a,c);this.Mc();this.Lc();a.d("loadstart",u.bind(this,this.Mc));a.d("ratechange",u.bind(this,this.Lc))}});t=u.bc.prototype;
91
+ t.e=function(){var a=u.a.prototype.e.call(this,"div",{className:"vjs-playback-rate vjs-menu-button vjs-control",innerHTML:'<div class="vjs-control-content"><span class="vjs-control-text">Playback Rate</span></div>'});this.xc=u.e("div",{className:"vjs-playback-rate-value",innerHTML:1});a.appendChild(this.xc);return a};t.va=function(){var a=new u.ga(this.m()),c=this.m().options().playbackRates;if(c)for(var d=c.length-1;0<=d;d--)a.V(new u.kb(this.m(),{rate:c[d]+"x"}));return a};
92
+ t.ma=function(){this.w().setAttribute("aria-valuenow",this.m().playbackRate())};t.q=function(){for(var a=this.m().playbackRate(),c=this.m().options().playbackRates,d=c[0],e=0;e<c.length;e++)if(c[e]>a){d=c[e];break}this.m().playbackRate(d)};function fa(a){return a.m().g&&a.m().g.n.playbackRate&&a.m().options().playbackRates&&0<a.m().options().playbackRates.length}t.Mc=function(){fa(this)?this.r("vjs-hidden"):this.o("vjs-hidden")};
93
+ t.Lc=function(){fa(this)&&(this.xc.innerHTML=this.m().playbackRate()+"x")};u.kb=u.I.extend({kc:"button",h:function(a,c){var d=this.label=c.rate,e=this.Cc=parseFloat(d,10);c.label=d;c.selected=1===e;u.I.call(this,a,c);this.m().d("ratechange",u.bind(this,this.update))}});u.kb.prototype.q=function(){u.I.prototype.q.call(this);this.m().playbackRate(this.Cc)};u.kb.prototype.update=function(){this.selected(this.m().playbackRate()==this.Cc)};
94
+ u.Ja=u.s.extend({h:function(a,c){u.s.call(this,a,c);a.poster()&&this.src(a.poster());(!a.poster()||!a.controls())&&this.G();a.d("posterchange",u.bind(this,function(){this.src(a.poster())}));a.d("play",u.bind(this,this.G))}});var ga="backgroundSize"in u.A.style;u.Ja.prototype.e=function(){var a=u.e("div",{className:"vjs-poster",tabIndex:-1});ga||a.appendChild(u.e("img"));return a};u.Ja.prototype.src=function(a){var c=this.w();a!==b&&(ga?c.style.backgroundImage='url("'+a+'")':c.firstChild.src=a)};
95
+ u.Ja.prototype.q=function(){this.m().controls()&&this.c.play()};u.Zb=u.a.extend({h:function(a,c){u.a.call(this,a,c);a.d("canplay",u.bind(this,this.G));a.d("canplaythrough",u.bind(this,this.G));a.d("playing",u.bind(this,this.G));a.d("seeking",u.bind(this,this.show));a.d("seeked",u.bind(this,this.G));a.d("ended",u.bind(this,this.G));a.d("waiting",u.bind(this,this.show))}});u.Zb.prototype.e=function(){return u.a.prototype.e.call(this,"div",{className:"vjs-loading-spinner"})};u.bb=u.s.extend();
96
+ u.bb.prototype.e=function(){return u.s.prototype.e.call(this,"div",{className:"vjs-big-play-button",innerHTML:'<span aria-hidden="true"></span>',"aria-label":"play video"})};u.bb.prototype.q=function(){this.c.play()};u.gb=u.a.extend({h:function(a,c){u.a.call(this,a,c);this.update();a.d("error",u.bind(this,this.update))}});u.gb.prototype.e=function(){var a=u.a.prototype.e.call(this,"div",{className:"vjs-error-display"});this.u=u.e("div");a.appendChild(this.u);return a};
97
+ u.gb.prototype.update=function(){this.m().error()&&(this.u.innerHTML=this.m().error().message)};
98
+ u.t=u.a.extend({h:function(a,c,d){c=c||{};c.Ec=l;u.a.call(this,a,c,d);var e,g;g=this;e=this.m();a=function(){if(e.controls()&&!e.usingNativeControls()){var a;g.d("mousedown",g.q);g.d("touchstart",function(c){c.preventDefault();a=this.c.userActive()});g.d("touchmove",function(){a&&this.m().reportUserActivity()});I(g);g.d("tap",g.Dd)}};c=u.bind(g,g.Hd);this.J(a);e.d("controlsenabled",a);e.d("controlsdisabled",c);this.J(function(){this.networkState&&0<this.networkState()&&this.m().k("loadstart")})}});
99
+ t=u.t.prototype;t.Hd=function(){this.p("tap");this.p("touchstart");this.p("touchmove");this.p("touchleave");this.p("touchcancel");this.p("touchend");this.p("click");this.p("mousedown")};t.q=function(a){0===a.button&&this.m().controls()&&(this.m().paused()?this.m().play():this.m().pause())};t.Dd=function(){this.m().userActive(!this.m().userActive())};t.Pb=m();t.n={volumeControl:f,fullscreenResize:l,playbackRate:l,progressEvents:l,timeupdateEvents:l};u.media={};
100
+ u.f=u.t.extend({h:function(a,c,d){this.n.volumeControl=u.f.dd();this.n.playbackRate=u.f.cd();this.n.movingMediaElementInDOM=!u.Sc;this.n.fullscreenResize=f;u.t.call(this,a,c,d);for(d=u.f.hb.length-1;0<=d;d--)u.d(this.b,u.f.hb[d],u.bind(this,this.md));if((c=c.source)&&this.b.currentSrc!==c.src)this.b.src=c.src;if(u.ec&&a.options().nativeControlsForTouch!==l){var e,g,h,k;e=this;g=this.m();c=g.controls();e.b.controls=!!c;h=function(){e.b.controls=f};k=function(){e.b.controls=l};g.d("controlsenabled",
101
+ h);g.d("controlsdisabled",k);c=function(){g.p("controlsenabled",h);g.p("controlsdisabled",k)};e.d("dispose",c);g.d("usingcustomcontrols",c);g.usingNativeControls(f)}a.J(function(){this.P&&(this.j.autoplay&&this.paused())&&(delete this.P.poster,this.play())});this.Ea()}});t=u.f.prototype;t.dispose=function(){u.t.prototype.dispose.call(this)};
102
+ t.e=function(){var a=this.c,c=a.P,d;if(!c||this.n.movingMediaElementInDOM===l)c?(d=c.cloneNode(l),u.f.mc(c),c=d,a.P=j):c=u.e("video",{id:a.id()+"_html5_api",className:"vjs-tech"}),c.player=a,u.Db(c,a.w());d=["autoplay","preload","loop","muted"];for(var e=d.length-1;0<=e;e--){var g=d[e];a.j[g]!==j&&(c[g]=a.j[g])}return c};t.md=function(a){"error"==a.type?this.m().error(this.error().code):(a.bubbles=l,this.m().k(a))};t.play=function(){this.b.play()};t.pause=function(){this.b.pause()};t.paused=function(){return this.b.paused};
103
+ t.currentTime=function(){return this.b.currentTime};t.Jd=function(a){try{this.b.currentTime=a}catch(c){u.log(c,"Video is not ready. (Video.js)")}};t.duration=function(){return this.b.duration||0};t.buffered=function(){return this.b.buffered};t.volume=function(){return this.b.volume};t.Pd=function(a){this.b.volume=a};t.muted=function(){return this.b.muted};t.Md=function(a){this.b.muted=a};t.width=function(){return this.b.offsetWidth};t.height=function(){return this.b.offsetHeight};
104
+ t.ab=function(){return"function"==typeof this.b.webkitEnterFullScreen&&(/Android/.test(u.M)||!/Chrome|Mac OS X 10.5/.test(u.M))?f:l};t.nc=function(){var a=this.b;a.paused&&a.networkState<=a.Yd?(this.b.play(),setTimeout(function(){a.pause();a.webkitEnterFullScreen()},0)):a.webkitEnterFullScreen()};t.nd=function(){this.b.webkitExitFullScreen()};t.src=function(a){this.b.src=a};t.load=function(){this.b.load()};t.currentSrc=function(){return this.b.currentSrc};t.poster=function(){return this.b.poster};
105
+ t.Pb=function(a){this.b.poster=a};t.Xa=function(){return this.b.Xa};t.Od=function(a){this.b.Xa=a};t.autoplay=function(){return this.b.autoplay};t.Id=function(a){this.b.autoplay=a};t.controls=function(){return this.b.controls};t.loop=function(){return this.b.loop};t.Ld=function(a){this.b.loop=a};t.error=function(){return this.b.error};t.seeking=function(){return this.b.seeking};t.ended=function(){return this.b.ended};t.playbackRate=function(){return this.b.playbackRate};
106
+ t.Nd=function(a){this.b.playbackRate=a};t.networkState=function(){return this.b.networkState};u.f.isSupported=function(){try{u.A.volume=0.5}catch(a){return l}return!!u.A.canPlayType};u.f.tb=function(a){try{return!!u.A.canPlayType(a.type)}catch(c){return""}};u.f.dd=function(){var a=u.A.volume;u.A.volume=a/2+0.1;return a!==u.A.volume};u.f.cd=function(){var a=u.A.playbackRate;u.A.playbackRate=a/2+0.1;return a!==u.A.playbackRate};var W,ha=/^application\/(?:x-|vnd\.apple\.)mpegurl/i,ia=/^video\/mp4/i;
107
+ u.f.zc=function(){4<=u.Tb&&(W||(W=u.A.constructor.prototype.canPlayType),u.A.constructor.prototype.canPlayType=function(a){return a&&ha.test(a)?"maybe":W.call(this,a)});u.Wc&&(W||(W=u.A.constructor.prototype.canPlayType),u.A.constructor.prototype.canPlayType=function(a){return a&&ia.test(a)?"maybe":W.call(this,a)})};u.f.Ud=function(){var a=u.A.constructor.prototype.canPlayType;u.A.constructor.prototype.canPlayType=W;W=j;return a};u.f.zc();u.f.hb="loadstart suspend abort error emptied stalled loadedmetadata loadeddata canplay canplaythrough playing waiting seeking seeked ended durationchange timeupdate progress play pause ratechange volumechange".split(" ");
108
+ u.f.mc=function(a){if(a){a.player=j;for(a.parentNode&&a.parentNode.removeChild(a);a.hasChildNodes();)a.removeChild(a.firstChild);a.removeAttribute("src");if("function"===typeof a.load)try{a.load()}catch(c){}}};
109
+ u.i=u.t.extend({h:function(a,c,d){u.t.call(this,a,c,d);var e=c.source;d=c.parentEl;var g=this.b=u.e("div",{id:a.id()+"_temp_flash"}),h=a.id()+"_flash_api";a=a.j;var k=u.l.B({readyFunction:"videojs.Flash.onReady",eventProxyFunction:"videojs.Flash.onEvent",errorEventProxyFunction:"videojs.Flash.onError",autoplay:a.autoplay,preload:a.Xa,loop:a.loop,muted:a.muted},c.flashVars),p=u.l.B({wmode:"opaque",bgcolor:"#000000"},c.params),n=u.l.B({id:h,name:h,"class":"vjs-tech"},c.attributes),s;e&&(e.type&&u.i.ud(e.type)?
110
+ (a=u.i.Ic(e.src),k.rtmpConnection=encodeURIComponent(a.vb),k.rtmpStream=encodeURIComponent(a.Qb)):k.src=encodeURIComponent(u.qc(e.src)));this.setCurrentTime=function(a){s=a;this.b.vjs_setProperty("currentTime",a)};this.currentTime=function(){return this.seeking()?s:this.b.vjs_getProperty("currentTime")};u.Db(g,d);c.startTime&&this.J(function(){this.load();this.play();this.currentTime(c.startTime)});u.Xb&&this.J(function(){u.d(this.w(),"mousemove",u.bind(this,function(){this.m().k({type:"mousemove",
111
+ bubbles:l})}))});if(c.iFrameMode===f&&!u.Xb){var C=u.e("iframe",{id:h+"_iframe",name:h+"_iframe",className:"vjs-tech",scrolling:"no",marginWidth:0,marginHeight:0,frameBorder:0});k.readyFunction="ready";k.eventProxyFunction="events";k.errorEventProxyFunction="errors";u.d(C,"load",u.bind(this,function(){var a,d=C.contentWindow;a=C.contentDocument?C.contentDocument:C.contentWindow.document;a.write(u.i.rc(c.swf,k,p,n));d.player=this.c;d.ready=u.bind(this.c,function(c){var d=this.g;d.b=a.getElementById(c);
112
+ u.i.ub(d)});d.events=u.bind(this.c,function(a,c){this&&"flash"===this.Ca&&this.k(c)});d.errors=u.bind(this.c,function(a,c){u.log("Flash Error",c)})}));g.parentNode.replaceChild(C,g)}else u.i.ld(c.swf,g,k,p,n)}});t=u.i.prototype;t.dispose=function(){u.t.prototype.dispose.call(this)};t.play=function(){this.b.vjs_play()};t.pause=function(){this.b.vjs_pause()};
113
+ t.src=function(a){if(a===b)return this.currentSrc();u.i.td(a)?(a=u.i.Ic(a),this.ge(a.vb),this.he(a.Qb)):(a=u.qc(a),this.b.vjs_src(a));if(this.c.autoplay()){var c=this;setTimeout(function(){c.play()},0)}};t.currentSrc=function(){var a=this.b.vjs_getProperty("currentSrc");if(a==j){var c=this.rtmpConnection(),d=this.rtmpStream();c&&d&&(a=u.i.Qd(c,d))}return a};t.load=function(){this.b.vjs_load()};t.poster=function(){this.b.vjs_getProperty("poster")};t.Pb=m();t.buffered=function(){return u.yb(0,this.b.vjs_getProperty("buffered"))};
114
+ t.ab=r(l);t.nc=r(l);var ja=u.i.prototype,X="rtmpConnection rtmpStream preload defaultPlaybackRate playbackRate autoplay loop mediaGroup controller controls volume muted defaultMuted".split(" "),ka="error networkState readyState seeking initialTime duration startOffsetTime paused played seekable ended videoTracks audioTracks videoWidth videoHeight textTracks".split(" ");function la(){var a=X[Y],c=a.charAt(0).toUpperCase()+a.slice(1);ja["set"+c]=function(c){return this.b.vjs_setProperty(a,c)}}
115
+ function ma(a){ja[a]=function(){return this.b.vjs_getProperty(a)}}var Y;for(Y=0;Y<X.length;Y++)ma(X[Y]),la();for(Y=0;Y<ka.length;Y++)ma(ka[Y]);u.i.isSupported=function(){return 10<=u.i.version()[0]};u.i.tb=function(a){if(!a.type)return"";a=a.type.replace(/;.*/,"").toLowerCase();if(a in u.i.pd||a in u.i.Jc)return"maybe"};u.i.pd={"video/flv":"FLV","video/x-flv":"FLV","video/mp4":"MP4","video/m4v":"MP4"};u.i.Jc={"rtmp/mp4":"MP4","rtmp/flv":"FLV"};
116
+ u.i.onReady=function(a){a=u.w(a);var c=a.player||a.parentNode.player,d=c.g;a.player=c;d.b=a;u.i.ub(d)};u.i.ub=function(a){a.w().vjs_getProperty?a.Ea():setTimeout(function(){u.i.ub(a)},50)};u.i.onEvent=function(a,c){u.w(a).player.k(c)};u.i.onError=function(a,c){var d=u.w(a).player,e="FLASH: "+c;"srcnotfound"==c?d.error({code:4,message:e}):d.error(e)};
117
+ u.i.version=function(){var a="0,0,0";try{a=(new window.ActiveXObject("ShockwaveFlash.ShockwaveFlash")).GetVariable("$version").replace(/\D+/g,",").match(/^,?(.+),?$/)[1]}catch(c){try{navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin&&(a=(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]).description.replace(/\D+/g,",").match(/^,?(.+),?$/)[1])}catch(d){}}return a.split(",")};
118
+ u.i.ld=function(a,c,d,e,g){a=u.i.rc(a,d,e,g);a=u.e("div",{innerHTML:a}).childNodes[0];d=c.parentNode;c.parentNode.replaceChild(a,c);var h=d.childNodes[0];setTimeout(function(){h.style.display="block"},1E3)};
119
+ u.i.rc=function(a,c,d,e){var g="",h="",k="";c&&u.l.wa(c,function(a,c){g+=a+"="+c+"&amp;"});d=u.l.B({movie:a,flashvars:g,allowScriptAccess:"always",allowNetworking:"all"},d);u.l.wa(d,function(a,c){h+='<param name="'+a+'" value="'+c+'" />'});e=u.l.B({data:a,width:"100%",height:"100%"},e);u.l.wa(e,function(a,c){k+=a+'="'+c+'" '});return'<object type="application/x-shockwave-flash"'+k+">"+h+"</object>"};u.i.Qd=function(a,c){return a+"&"+c};
120
+ u.i.Ic=function(a){var c={vb:"",Qb:""};if(!a)return c;var d=a.indexOf("&"),e;-1!==d?e=d+1:(d=e=a.lastIndexOf("/")+1,0===d&&(d=e=a.length));c.vb=a.substring(0,d);c.Qb=a.substring(e,a.length);return c};u.i.ud=function(a){return a in u.i.Jc};u.i.Yc=/^rtmp[set]?:\/\//i;u.i.td=function(a){return u.i.Yc.test(a)};
121
+ u.Xc=u.a.extend({h:function(a,c,d){u.a.call(this,a,c,d);if(!a.j.sources||0===a.j.sources.length){c=0;for(d=a.j.techOrder;c<d.length;c++){var e=u.$(d[c]),g=window.videojs[e];if(g&&g.isSupported()){R(a,e);break}}}else a.src(a.j.sources)}});u.Player.prototype.textTracks=function(){return this.Da=this.Da||[]};
122
+ function na(a,c,d,e,g){var h=a.Da=a.Da||[];g=g||{};g.kind=c;g.label=d;g.language=e;c=u.$(c||"subtitles");var k=new window.videojs[c+"Track"](a,g);h.push(k);k.Qa()&&a.J(function(){setTimeout(function(){k.show()},0)})}function oa(a,c,d){for(var e=a.Da,g=0,h=e.length,k,p;g<h;g++)k=e[g],k.id()===c?(k.show(),p=k):d&&(k.K()==d&&0<k.mode())&&k.disable();(c=p?p.K():d?d:l)&&a.k(c+"trackchange")}
123
+ u.C=u.a.extend({h:function(a,c){u.a.call(this,a,c);this.T=c.id||"vjs_"+c.kind+"_"+c.language+"_"+u.v++;this.Fc=c.src;this.hd=c["default"]||c.dflt;this.Sd=c.title;this.de=c.srclang;this.vd=c.label;this.aa=[];this.qb=[];this.ka=this.la=0;this.c.d("fullscreenchange",u.bind(this,this.$c))}});t=u.C.prototype;t.K=q("H");t.src=q("Fc");t.Qa=q("hd");t.title=q("Sd");t.label=q("vd");t.ed=q("aa");t.Zc=q("qb");t.readyState=q("la");t.mode=q("ka");
124
+ t.$c=function(){this.b.style.fontSize=this.c.isFullScreen()?140*(screen.width/this.c.width())+"%":""};t.e=function(){return u.a.prototype.e.call(this,"div",{className:"vjs-"+this.H+" vjs-text-track"})};t.show=function(){pa(this);this.ka=2;u.a.prototype.show.call(this)};t.G=function(){pa(this);this.ka=1;u.a.prototype.G.call(this)};
125
+ t.disable=function(){2==this.ka&&this.G();this.c.p("timeupdate",u.bind(this,this.update,this.T));this.c.p("ended",u.bind(this,this.reset,this.T));this.reset();this.c.ja("textTrackDisplay").removeChild(this);this.ka=0};function pa(a){0===a.la&&a.load();0===a.ka&&(a.c.d("timeupdate",u.bind(a,a.update,a.T)),a.c.d("ended",u.bind(a,a.reset,a.T)),("captions"===a.H||"subtitles"===a.H)&&a.c.ja("textTrackDisplay").V(a))}
126
+ t.load=function(){0===this.la&&(this.la=1,u.get(this.Fc,u.bind(this,this.Ed),u.bind(this,this.yd)))};t.yd=function(a){this.error=a;this.la=3;this.k("error")};t.Ed=function(a){var c,d;a=a.split("\n");for(var e="",g=1,h=a.length;g<h;g++)if(e=u.trim(a[g])){-1==e.indexOf("--\x3e")?(c=e,e=u.trim(a[++g])):c=this.aa.length;c={id:c,index:this.aa.length};d=e.split(" --\x3e ");c.startTime=qa(d[0]);c.xa=qa(d[1]);for(d=[];a[++g]&&(e=u.trim(a[g]));)d.push(e);c.text=d.join("<br/>");this.aa.push(c)}this.la=2;this.k("loaded")};
127
+ function qa(a){var c=a.split(":");a=0;var d,e,g;3==c.length?(d=c[0],e=c[1],c=c[2]):(d=0,e=c[0],c=c[1]);c=c.split(/\s+/);c=c.splice(0,1)[0];c=c.split(/\.|,/);g=parseFloat(c[1]);c=c[0];a+=3600*parseFloat(d);a+=60*parseFloat(e);a+=parseFloat(c);g&&(a+=g/1E3);return a}
128
+ t.update=function(){if(0<this.aa.length){var a=this.c.options().trackTimeOffset||0,a=this.c.currentTime()+a;if(this.Ob===b||a<this.Ob||this.Ta<=a){var c=this.aa,d=this.c.duration(),e=0,g=l,h=[],k,p,n,s;a>=this.Ta||this.Ta===b?s=this.zb!==b?this.zb:0:(g=f,s=this.Gb!==b?this.Gb:c.length-1);for(;;){n=c[s];if(n.xa<=a)e=Math.max(e,n.xa),n.Ma&&(n.Ma=l);else if(a<n.startTime){if(d=Math.min(d,n.startTime),n.Ma&&(n.Ma=l),!g)break}else g?(h.splice(0,0,n),p===b&&(p=s),k=s):(h.push(n),k===b&&(k=s),p=s),d=Math.min(d,
129
+ n.xa),e=Math.max(e,n.startTime),n.Ma=f;if(g)if(0===s)break;else s--;else if(s===c.length-1)break;else s++}this.qb=h;this.Ta=d;this.Ob=e;this.zb=k;this.Gb=p;k=this.qb;p="";a=0;for(c=k.length;a<c;a++)p+='<span class="vjs-tt-cue">'+k[a].text+"</span>";this.b.innerHTML=p;this.k("cuechange")}}};t.reset=function(){this.Ta=0;this.Ob=this.c.duration();this.Gb=this.zb=0};u.Vb=u.C.extend();u.Vb.prototype.H="captions";u.dc=u.C.extend();u.dc.prototype.H="subtitles";u.Wb=u.C.extend();u.Wb.prototype.H="chapters";
130
+ u.fc=u.a.extend({h:function(a,c,d){u.a.call(this,a,c,d);if(a.j.tracks&&0<a.j.tracks.length){c=this.c;a=a.j.tracks;for(var e=0;e<a.length;e++)d=a[e],na(c,d.kind,d.label,d.language,d)}}});u.fc.prototype.e=function(){return u.a.prototype.e.call(this,"div",{className:"vjs-text-track-display"})};u.Z=u.I.extend({h:function(a,c){var d=this.ea=c.track;c.label=d.label();c.selected=d.Qa();u.I.call(this,a,c);this.c.d(d.K()+"trackchange",u.bind(this,this.update))}});
131
+ u.Z.prototype.q=function(){u.I.prototype.q.call(this);oa(this.c,this.ea.T,this.ea.K())};u.Z.prototype.update=function(){this.selected(2==this.ea.mode())};u.jb=u.Z.extend({h:function(a,c){c.track={K:function(){return c.kind},m:a,label:function(){return c.kind+" off"},Qa:r(l),mode:r(l)};u.Z.call(this,a,c);this.selected(f)}});u.jb.prototype.q=function(){u.Z.prototype.q.call(this);oa(this.c,this.ea.T,this.ea.K())};
132
+ u.jb.prototype.update=function(){for(var a=this.c.textTracks(),c=0,d=a.length,e,g=f;c<d;c++)e=a[c],e.K()==this.ea.K()&&2==e.mode()&&(g=l);this.selected(g)};u.U=u.L.extend({h:function(a,c){u.L.call(this,a,c);1>=this.O.length&&this.G()}});u.U.prototype.ua=function(){var a=[],c;a.push(new u.jb(this.c,{kind:this.H}));for(var d=0;d<this.c.textTracks().length;d++)c=this.c.textTracks()[d],c.K()===this.H&&a.push(new u.Z(this.c,{track:c}));return a};
133
+ u.Fa=u.U.extend({h:function(a,c,d){u.U.call(this,a,c,d);this.b.setAttribute("aria-label","Captions Menu")}});u.Fa.prototype.H="captions";u.Fa.prototype.sa="Captions";u.Fa.prototype.className="vjs-captions-button";u.La=u.U.extend({h:function(a,c,d){u.U.call(this,a,c,d);this.b.setAttribute("aria-label","Subtitles Menu")}});u.La.prototype.H="subtitles";u.La.prototype.sa="Subtitles";u.La.prototype.className="vjs-subtitles-button";
134
+ u.Ga=u.U.extend({h:function(a,c,d){u.U.call(this,a,c,d);this.b.setAttribute("aria-label","Chapters Menu")}});t=u.Ga.prototype;t.H="chapters";t.sa="Chapters";t.className="vjs-chapters-button";t.ua=function(){for(var a=[],c,d=0;d<this.c.textTracks().length;d++)c=this.c.textTracks()[d],c.K()===this.H&&a.push(new u.Z(this.c,{track:c}));return a};
135
+ t.va=function(){for(var a=this.c.textTracks(),c=0,d=a.length,e,g,h=this.O=[];c<d;c++)if(e=a[c],e.K()==this.H&&e.Qa()){if(2>e.readyState()){this.ae=e;e.d("loaded",u.bind(this,this.va));return}g=e;break}a=this.za=new u.ga(this.c);a.ia().appendChild(u.e("li",{className:"vjs-menu-title",innerHTML:u.$(this.H),Rd:-1}));if(g){e=g.aa;for(var k,c=0,d=e.length;c<d;c++)k=e[c],k=new u.cb(this.c,{track:g,cue:k}),h.push(k),a.V(k)}0<this.O.length&&this.show();return a};
136
+ u.cb=u.I.extend({h:function(a,c){var d=this.ea=c.track,e=this.cue=c.cue,g=a.currentTime();c.label=e.text;c.selected=e.startTime<=g&&g<e.xa;u.I.call(this,a,c);d.d("cuechange",u.bind(this,this.update))}});u.cb.prototype.q=function(){u.I.prototype.q.call(this);this.c.currentTime(this.cue.startTime);this.update(this.cue.startTime)};u.cb.prototype.update=function(){var a=this.cue,c=this.c.currentTime();this.selected(a.startTime<=c&&c<a.xa)};
137
+ u.l.B(u.Ha.prototype.j.children,{subtitlesButton:{},captionsButton:{},chaptersButton:{}});
138
+ if("undefined"!==typeof window.JSON&&"function"===window.JSON.parse)u.JSON=window.JSON;else{u.JSON={};var Z=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;u.JSON.parse=function(a,c){function d(a,e){var k,p,n=a[e];if(n&&"object"===typeof n)for(k in n)Object.prototype.hasOwnProperty.call(n,k)&&(p=d(n,k),p!==b?n[k]=p:delete n[k]);return c.call(a,e,n)}var e;a=String(a);Z.lastIndex=0;Z.test(a)&&(a=a.replace(Z,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)}));
139
  if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return e=eval("("+a+")"),"function"===typeof c?d({"":e},""):e;throw new SyntaxError("JSON.parse(): invalid or malformed JSON data");}}
140
+ u.ic=function(){var a,c,d=document.getElementsByTagName("video");if(d&&0<d.length)for(var e=0,g=d.length;e<g;e++)if((c=d[e])&&c.getAttribute)c.player===b&&(a=c.getAttribute("data-setup"),a!==j&&(a=u.JSON.parse(a||"{}"),videojs(c,a)));else{u.rb();break}else u.Oc||u.rb()};u.rb=function(){setTimeout(u.ic,1)};"complete"===document.readyState?u.Oc=f:u.W(window,"load",function(){u.Oc=f});u.rb();u.Gd=function(a,c){u.Player.prototype[a]=c};var ra=this;ra.Xd=f;function $(a,c){var d=a.split("."),e=ra;!(d[0]in e)&&e.execScript&&e.execScript("var "+d[0]);for(var g;d.length&&(g=d.shift());)!d.length&&c!==b?e[g]=c:e=e[g]?e[g]:e[g]={}};$("videojs",u);$("_V_",u);$("videojs.options",u.options);$("videojs.players",u.Aa);$("videojs.TOUCH_ENABLED",u.ec);$("videojs.cache",u.ta);$("videojs.Component",u.a);u.a.prototype.player=u.a.prototype.m;u.a.prototype.options=u.a.prototype.options;u.a.prototype.init=u.a.prototype.h;u.a.prototype.dispose=u.a.prototype.dispose;u.a.prototype.createEl=u.a.prototype.e;u.a.prototype.contentEl=u.a.prototype.ia;u.a.prototype.el=u.a.prototype.w;u.a.prototype.addChild=u.a.prototype.V;
141
+ u.a.prototype.getChild=u.a.prototype.ja;u.a.prototype.getChildById=u.a.prototype.qd;u.a.prototype.children=u.a.prototype.children;u.a.prototype.initChildren=u.a.prototype.uc;u.a.prototype.removeChild=u.a.prototype.removeChild;u.a.prototype.on=u.a.prototype.d;u.a.prototype.off=u.a.prototype.p;u.a.prototype.one=u.a.prototype.W;u.a.prototype.trigger=u.a.prototype.k;u.a.prototype.triggerReady=u.a.prototype.Ea;u.a.prototype.show=u.a.prototype.show;u.a.prototype.hide=u.a.prototype.G;
142
+ u.a.prototype.width=u.a.prototype.width;u.a.prototype.height=u.a.prototype.height;u.a.prototype.dimensions=u.a.prototype.jd;u.a.prototype.ready=u.a.prototype.J;u.a.prototype.addClass=u.a.prototype.o;u.a.prototype.removeClass=u.a.prototype.r;u.a.prototype.buildCSSClass=u.a.prototype.S;u.Player.prototype.ended=u.Player.prototype.ended;$("videojs.MediaLoader",u.Xc);$("videojs.TextTrackDisplay",u.fc);$("videojs.ControlBar",u.Ha);$("videojs.Button",u.s);$("videojs.PlayToggle",u.ac);
143
+ $("videojs.FullscreenToggle",u.Ia);$("videojs.BigPlayButton",u.bb);$("videojs.LoadingSpinner",u.Zb);$("videojs.CurrentTimeDisplay",u.eb);$("videojs.DurationDisplay",u.fb);$("videojs.TimeDivider",u.gc);$("videojs.RemainingTimeDisplay",u.mb);$("videojs.LiveDisplay",u.Yb);$("videojs.ErrorDisplay",u.gb);$("videojs.Slider",u.Q);$("videojs.ProgressControl",u.lb);$("videojs.SeekBar",u.cc);$("videojs.LoadProgressBar",u.ib);$("videojs.PlayProgressBar",u.$b);$("videojs.SeekHandle",u.Ka);
144
+ $("videojs.VolumeControl",u.ob);$("videojs.VolumeBar",u.nb);$("videojs.VolumeLevel",u.hc);$("videojs.VolumeMenuButton",u.qa);$("videojs.VolumeHandle",u.pb);$("videojs.MuteToggle",u.ha);$("videojs.PosterImage",u.Ja);$("videojs.Menu",u.ga);$("videojs.MenuItem",u.I);$("videojs.MenuButton",u.L);$("videojs.PlaybackRateMenuButton",u.bc);u.L.prototype.createItems=u.L.prototype.ua;u.U.prototype.createItems=u.U.prototype.ua;u.Ga.prototype.createItems=u.Ga.prototype.ua;$("videojs.SubtitlesButton",u.La);
145
+ $("videojs.CaptionsButton",u.Fa);$("videojs.ChaptersButton",u.Ga);$("videojs.MediaTechController",u.t);u.t.prototype.features=u.t.prototype.n;u.t.prototype.n.volumeControl=u.t.prototype.n.Nc;u.t.prototype.n.fullscreenResize=u.t.prototype.n.be;u.t.prototype.n.progressEvents=u.t.prototype.n.fe;u.t.prototype.n.timeupdateEvents=u.t.prototype.n.ie;u.t.prototype.setPoster=u.t.prototype.Pb;$("videojs.Html5",u.f);u.f.Events=u.f.hb;u.f.isSupported=u.f.isSupported;u.f.canPlaySource=u.f.tb;
146
+ u.f.patchCanPlayType=u.f.zc;u.f.unpatchCanPlayType=u.f.Ud;u.f.prototype.setCurrentTime=u.f.prototype.Jd;u.f.prototype.setVolume=u.f.prototype.Pd;u.f.prototype.setMuted=u.f.prototype.Md;u.f.prototype.setPreload=u.f.prototype.Od;u.f.prototype.setAutoplay=u.f.prototype.Id;u.f.prototype.setLoop=u.f.prototype.Ld;u.f.prototype.enterFullScreen=u.f.prototype.nc;u.f.prototype.exitFullScreen=u.f.prototype.nd;u.f.prototype.playbackRate=u.f.prototype.playbackRate;u.f.prototype.setPlaybackRate=u.f.prototype.Nd;
147
+ $("videojs.Flash",u.i);u.i.isSupported=u.i.isSupported;u.i.canPlaySource=u.i.tb;u.i.onReady=u.i.onReady;$("videojs.TextTrack",u.C);u.C.prototype.label=u.C.prototype.label;u.C.prototype.kind=u.C.prototype.K;u.C.prototype.mode=u.C.prototype.mode;u.C.prototype.cues=u.C.prototype.ed;u.C.prototype.activeCues=u.C.prototype.Zc;$("videojs.CaptionsTrack",u.Vb);$("videojs.SubtitlesTrack",u.dc);$("videojs.ChaptersTrack",u.Wb);$("videojs.autoSetup",u.ic);$("videojs.plugin",u.Gd);$("videojs.createTimeRange",u.yb);
148
+ $("videojs.util",u.oa);u.oa.mergeOptions=u.oa.Jb;})();