Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Media: Upgrade MediaElement.js from 2.22.0 to 4.2.3.
Props rafa8626, grosbouff, westonruter, azaozz, Plastikschnitzer for testing. See #39686. Built from https://develop.svn.wordpress.org/trunk@41198 git-svn-id: http://core.svn.wordpress.org/trunk@41038 1a063a9b-81f0-0310-95a4-ce76da25c4cd
- Loading branch information
Showing
with
17,581 additions
and 98 deletions.
- +3 −0 wp-admin/about.php
- +2 −2 wp-admin/includes/ajax-actions.php
- +1 −0 wp-content/themes/twentyfourteen/inc/widgets.php
- +3 −4 wp-includes/js/media-audiovideo.js
- +1 −1 wp-includes/js/media-audiovideo.min.js
- BIN wp-includes/js/mediaelement/background.png
- BIN wp-includes/js/mediaelement/bigplay.png
- +0 −14 wp-includes/js/mediaelement/bigplay.svg
- BIN wp-includes/js/mediaelement/controls.png
- +0 −1 wp-includes/js/mediaelement/controls.svg
- BIN wp-includes/js/mediaelement/flashmediaelement.swf
- +0 −4 wp-includes/js/mediaelement/froogaloop.min.js
- BIN wp-includes/js/mediaelement/jumpforward.png
- +89 −0 wp-includes/js/mediaelement/lang/ca.js
- +90 −0 wp-includes/js/mediaelement/lang/cs.js
- +90 −0 wp-includes/js/mediaelement/lang/de.js
- +90 −0 wp-includes/js/mediaelement/lang/es.js
- +90 −0 wp-includes/js/mediaelement/lang/fa.js
- +91 −0 wp-includes/js/mediaelement/lang/fr.js
- +87 −0 wp-includes/js/mediaelement/lang/hr.js
- +90 −0 wp-includes/js/mediaelement/lang/hu.js
- +90 −0 wp-includes/js/mediaelement/lang/it.js
- +90 −0 wp-includes/js/mediaelement/lang/ja.js
- +90 −0 wp-includes/js/mediaelement/lang/ko.js
- +91 −0 wp-includes/js/mediaelement/lang/nl.js
- +90 −0 wp-includes/js/mediaelement/lang/pl.js
- +91 −0 wp-includes/js/mediaelement/lang/pt-br.js
- +92 −0 wp-includes/js/mediaelement/lang/pt.js
- +90 −0 wp-includes/js/mediaelement/lang/ro.js
- +90 −0 wp-includes/js/mediaelement/lang/ru.js
- +90 −0 wp-includes/js/mediaelement/lang/sk.js
- +89 −0 wp-includes/js/mediaelement/lang/sv.js
- +89 −0 wp-includes/js/mediaelement/lang/uk.js
- +90 −0 wp-includes/js/mediaelement/lang/zh-cn.js
- +91 −0 wp-includes/js/mediaelement/lang/zh.js
- BIN wp-includes/js/mediaelement/loading.gif
- +8,225 −0 wp-includes/js/mediaelement/mediaelement-and-player.js
- +6 −21 wp-includes/js/mediaelement/mediaelement-and-player.min.js
- BIN wp-includes/js/mediaelement/mediaelement-flash-audio-ogg.swf
- BIN wp-includes/js/mediaelement/mediaelement-flash-audio.swf
- BIN wp-includes/js/mediaelement/mediaelement-flash-video-hls.swf
- BIN wp-includes/js/mediaelement/mediaelement-flash-video-mdash.swf
- BIN wp-includes/js/mediaelement/mediaelement-flash-video.swf
- +3,827 −0 wp-includes/js/mediaelement/mediaelement.js
- +13 −0 wp-includes/js/mediaelement/mediaelement.min.js
- +758 −0 wp-includes/js/mediaelement/mediaelementplayer-legacy.css
- +1 −0 wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css
- +758 −0 wp-includes/js/mediaelement/mediaelementplayer.css
- +1 −1 wp-includes/js/mediaelement/mediaelementplayer.min.css
- BIN wp-includes/js/mediaelement/mejs-controls.png
- +1 −0 wp-includes/js/mediaelement/mejs-controls.svg
- +394 −0 wp-includes/js/mediaelement/renderers/dailymotion.js
- +13 −0 wp-includes/js/mediaelement/renderers/dailymotion.min.js
- +339 −0 wp-includes/js/mediaelement/renderers/facebook.js
- +13 −0 wp-includes/js/mediaelement/renderers/facebook.min.js
- +307 −0 wp-includes/js/mediaelement/renderers/soundcloud.js
- +13 −0 wp-includes/js/mediaelement/renderers/soundcloud.min.js
- +375 −0 wp-includes/js/mediaelement/renderers/twitch.js
- +13 −0 wp-includes/js/mediaelement/renderers/twitch.min.js
- +406 −0 wp-includes/js/mediaelement/renderers/vimeo.js
- +13 −0 wp-includes/js/mediaelement/renderers/vimeo.min.js
- BIN wp-includes/js/mediaelement/silverlightmediaelement.xap
- BIN wp-includes/js/mediaelement/skipback.png
- +0 −1 wp-includes/js/mediaelement/wp-mediaelement.css
- +16 −14 wp-includes/js/mediaelement/wp-mediaelement.js
- +1 −1 wp-includes/js/mediaelement/wp-mediaelement.min.css
- +1 −1 wp-includes/js/mediaelement/wp-mediaelement.min.js
- +3 −2 wp-includes/media.php
- +92 −27 wp-includes/script-loader.php
- +1 −1 wp-includes/version.php
- +1 −3 wp-includes/widgets/class-wp-widget-media-video.php
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,89 @@ | ||
'use strict';/*! | ||
* This is a `i18n` language object. | ||
* | ||
* Catalan | ||
* | ||
* @author | ||
* Tongro | ||
* | ||
* @see core/i18n.js | ||
*/ | ||
(function (exports) { | ||
if (exports.ca === undefined) { | ||
exports.ca = { | ||
"mejs.plural-form": 1, | ||
"mejs.download-file": "Descarregar arxiu", | ||
// "mejs.install-flash": "You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https://get.adobe.com/flashplayer/", | ||
"mejs.fullscreen": "Pantalla completa", | ||
"mejs.play": "Reproducció", | ||
"mejs.pause": "Pausa", | ||
// "mejs.time-slider": "Time Slider", | ||
// "mejs.time-help-text": "Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.", | ||
//"mejs.live-broadcast" : "Live Broadcast", | ||
// "mejs.volume-help-text": "Use Up/Down Arrow keys to increase or decrease volume.", | ||
"mejs.unmute": "Reactivar silenci", | ||
"mejs.mute": "Silenci", | ||
// "mejs.volume-slider": "Volume Slider", | ||
"mejs.video-player": "Reproductor de vídeo", | ||
"mejs.audio-player": "Reproductor d'àudio", | ||
"mejs.captions-subtitles": "Llegendes/Subtítols", | ||
// "mejs.captions-chapters": "Chapters", | ||
"mejs.none": "Ningú" | ||
// "mejs.afrikaans": "Afrikaans", | ||
// "mejs.albanian": "Albanian", | ||
// "mejs.arabic": "Arabic", | ||
// "mejs.belarusian": "Belarusian", | ||
// "mejs.bulgarian": "Bulgarian", | ||
// "mejs.catalan": "Catalan", | ||
// "mejs.chinese": "Chinese", | ||
// "mejs.chinese-simplified": "Chinese (Simplified)", | ||
// "mejs.chinese-traditional": "Chinese (Traditional)", | ||
// "mejs.croatian": "Croatian", | ||
// "mejs.czech": "Czech", | ||
// "mejs.danish": "Danish", | ||
// "mejs.dutch": "Dutch", | ||
// "mejs.english": "English", | ||
// "mejs.estonian": "Estonian", | ||
// "mejs.filipino": "Filipino", | ||
// "mejs.finnish": "Finnish", | ||
// "mejs.french": "French", | ||
// "mejs.galician": "Galician", | ||
// "mejs.german": "German", | ||
// "mejs.greek": "Greek", | ||
// "mejs.haitian-creole": "Haitian Creole", | ||
// "mejs.hebrew": "Hebrew", | ||
// "mejs.hindi": "Hindi", | ||
// "mejs.hungarian": "Hungarian", | ||
// "mejs.icelandic": "Icelandic", | ||
// "mejs.indonesian": "Indonesian", | ||
// "mejs.irish": "Irish", | ||
// "mejs.italian": "Italian", | ||
// "mejs.japanese": "Japanese", | ||
// "mejs.korean": "Korean", | ||
// "mejs.latvian": "Latvian", | ||
// "mejs.lithuanian": "Lithuanian", | ||
// "mejs.macedonian": "Macedonian", | ||
// "mejs.malay": "Malay", | ||
// "mejs.maltese": "Maltese", | ||
// "mejs.norwegian": "Norwegian", | ||
// "mejs.persian": "Persian", | ||
// "mejs.polish": "Polish", | ||
// "mejs.portuguese": "Portuguese", | ||
// "mejs.romanian": "Romanian", | ||
// "mejs.russian": "Russian", | ||
// "mejs.serbian": "Serbian", | ||
// "mejs.slovak": "Slovak", | ||
// "mejs.slovenian": "Slovenian", | ||
// "mejs.spanish": "Spanish", | ||
// "mejs.swahili": "Swahili", | ||
// "mejs.swedish": "Swedish", | ||
// "mejs.tagalog": "Tagalog", | ||
// "mejs.thai": "Thai", | ||
// "mejs.turkish": "Turkish", | ||
// "mejs.ukrainian": "Ukrainian", | ||
// "mejs.vietnamese": "Vietnamese", | ||
// "mejs.welsh": "Welsh", | ||
// "mejs.yiddish": "Yiddish" | ||
}; | ||
} | ||
})(mejs.i18n); |
Oops, something went wrong.