Index: branches/MwEmbedStandAlone/modules/AddMedia/searchLibs/mediaWikiSearch.js |
— | — | @@ -47,7 +47,7 @@ |
48 | 48 | callback( _this.addSingleResult( data ) ); |
49 | 49 | }); |
50 | 50 | }, |
51 | | - |
| 51 | + |
52 | 52 | /** |
53 | 53 | * Add a resource by its Url |
54 | 54 | * |
— | — | @@ -78,9 +78,9 @@ |
79 | 79 | // else try for title url map |
80 | 80 | titleKey = url.replace( this.provider.detailsUrl.replace( '$1', ''), '' ); |
81 | 81 | if( titleKey != url ){ |
82 | | - return decodeURI(titleKey).replace( / /g, "_" );; |
| 82 | + return decodeURI(titleKey).replace( / /g, "_" ); |
83 | 83 | } |
84 | | - mw.log("Error: mediaWikiSearch:: getResourceFromUrl could not get title from url: " + url ); |
| 84 | + mw.log("Error: mediaWikiSearch:: getResourceFromUrl could not get title form url: " + url ); |
85 | 85 | return false; |
86 | 86 | }, |
87 | 87 | |
— | — | @@ -194,8 +194,8 @@ |
195 | 195 | if ( data.query && data.query.pages ) { |
196 | 196 | for ( var page_id in data.query.pages ) { |
197 | 197 | var page = data.query.pages[ page_id ]; |
198 | | - |
199 | | - // Make sure the repo is shared (don't show for now it confusing things) |
| 198 | + |
| 199 | + // Make sure the reop is shared (don't show for now it confusing things) |
200 | 200 | // @@todo support remote repository better |
201 | 201 | if ( page.imagerepository == 'shared' ) { |
202 | 202 | continue; |
— | — | @@ -205,7 +205,7 @@ |
206 | 206 | if ( !page.imageinfo ){ |
207 | 207 | continue; |
208 | 208 | } |
209 | | - |
| 209 | + |
210 | 210 | // Get the url safe titleKey from the descriptionurl |
211 | 211 | var titleKey = page.title.replace( / /g, "_" ); |
212 | 212 | |
Index: branches/MwEmbedStandAlone/modules/AddMedia/loader.js |
— | — | @@ -38,11 +38,11 @@ |
39 | 39 | mw.addModuleLoader( 'AddMedia.UploadForm', [ |
40 | 40 | [ |
41 | 41 | 'mw.UploadForm', |
42 | | - '$j.ui', |
43 | | - '$j.widget', |
44 | | - '$j.ui.mouse' |
| 42 | + '$j.ui' |
45 | 43 | ], |
46 | 44 | [ |
| 45 | + '$j.widget', |
| 46 | + '$j.ui.mouse', |
47 | 47 | '$j.ui.datepicker' |
48 | 48 | ] |
49 | 49 | ] |
— | — | @@ -117,6 +117,7 @@ |
118 | 118 | '$j.ui.slider', |
119 | 119 | '$j.ui.datepicker' |
120 | 120 | ] ); |
| 121 | + |
121 | 122 | return request; |
122 | 123 | } ); |
123 | 124 | |
Index: branches/MwEmbedStandAlone/modules/EmbedPlayer/mw.EmbedPlayer.js |
— | — | @@ -7,11 +7,8 @@ |
8 | 8 | * mw.PlayerControlBuilder Handles skinning of the player controls |
9 | 9 | */ |
10 | 10 | |
11 | | -/** |
12 | | - * Add the messages text: |
13 | | - */ |
14 | | - |
15 | 11 | mw.includeAllModuleMessages(); |
| 12 | + |
16 | 13 | /* |
17 | 14 | * The default video attributes supported by embedPlayer |
18 | 15 | */ |
— | — | @@ -134,7 +131,72 @@ |
135 | 132 | "type" : null |
136 | 133 | }); |
137 | 134 | |
| 135 | +mw.setDefaultConfig( { |
| 136 | + // If the player controls should be overlaid on top of the video ( if supported by playback method) |
| 137 | + // can be set to false per embed player via overlayControls attribute |
| 138 | + 'EmbedPlayer.OverlayControls' : true, |
| 139 | + |
| 140 | + 'EmbedPlayer.LibraryPage': 'http://www.kaltura.org/project/HTML5_Video_Media_JavaScript_Library', |
| 141 | + |
| 142 | + // A default apiProvider ( ie where to lookup subtitles, video properties etc ) |
| 143 | + // NOTE: Each player instance can also specify a specific provider |
| 144 | + "EmbedPlayer.ApiProvider" : "local", |
| 145 | + |
| 146 | + // Default video size ( if no size provided ) |
| 147 | + "EmbedPlayer.DefaultSize" : "400x300", |
138 | 148 | |
| 149 | + // If the video player should attribute kaltura |
| 150 | + "EmbedPlayer.KalturaAttribution" : true, |
| 151 | + |
| 152 | + // The attribution button |
| 153 | + 'EmbedPlayer.AttributionButton' :{ |
| 154 | + 'title' : 'Kaltura html5 video library', |
| 155 | + 'href' : 'http://www.kaltura.org/project/HTML5_Video_Media_JavaScript_Library', |
| 156 | + // Style icon to be applied |
| 157 | + 'class' : 'kaltura-icon', |
| 158 | + // An icon image url ( should be a 12x12 image or data url ) |
| 159 | + 'iconurl' : false |
| 160 | + }, |
| 161 | + |
| 162 | + |
| 163 | + // Set the browser player warning flag displays warning for non optimal playback |
| 164 | + "EmbedPlayer.ShowNativeWarning" : true, |
| 165 | + |
| 166 | + // If fullscreen is global enabled. |
| 167 | + "EmbedPlayer.EnableFullscreen" : true, |
| 168 | + |
| 169 | + // If mwEmbed should use the Native player controls |
| 170 | + // this will prevent video tag rewriting and skinning |
| 171 | + // useful for devices such as iPad / iPod that |
| 172 | + // don't fully support DOM overlays or don't expose full-screen |
| 173 | + // functionality to javascript |
| 174 | + "EmbedPlayer.NativeControls" : false, |
| 175 | + |
| 176 | + // If mwEmbed should use native controls on mobile safari |
| 177 | + "EmbedPlayer.NativeControlsMobileSafari" : true, |
| 178 | + |
| 179 | + |
| 180 | + // The z-index given to the player interface during full screen ( high z-index ) |
| 181 | + "EmbedPlayer.fullScreenZIndex" : 999998, |
| 182 | + |
| 183 | + // The default share embed mode ( can be "object" or "videojs" ) |
| 184 | + // |
| 185 | + // "object" will provide a <object tag pointing to mwEmbedFrame.php |
| 186 | + // Object embedding should be much more compatible with sites that |
| 187 | + // let users embed flash applets |
| 188 | + // "videojs" will include the source javascript and video tag to |
| 189 | + // rewrite the player on the remote page DOM |
| 190 | + // Video tag embedding is much more mash-up friendly but exposes |
| 191 | + // the remote site to the mwEmbed javascript and can be a xss issue. |
| 192 | + "EmbedPlayer.ShareEmbedMode" : 'object', |
| 193 | + |
| 194 | + // Default player skin name |
| 195 | + "EmbedPlayer.SkinName" : "mvpcf", |
| 196 | + |
| 197 | + // Number of milliseconds between interface updates |
| 198 | + 'EmbedPlayer.MonitorRate' : 250 |
| 199 | +} ); |
| 200 | + |
139 | 201 | /** |
140 | 202 | * The base source attribute checks |
141 | 203 | * also see: http://dev.w3.org/html5/spec/Overview.html#the-source-element |
— | — | @@ -829,7 +891,7 @@ |
830 | 892 | } |
831 | 893 | return mw.replaceUrlParams( this.src, |
832 | 894 | { |
833 | | - 't': mw.seconds2npt( serverSeekTime ) + endvar |
| 895 | + 't' : mw.seconds2npt( serverSeekTime ) + endvar |
834 | 896 | } |
835 | 897 | ); |
836 | 898 | }, |
— | — | @@ -865,7 +927,7 @@ |
866 | 928 | break; |
867 | 929 | } |
868 | 930 | |
869 | | - // Return tilte based on file name: |
| 931 | + // Return Title based on file name: |
870 | 932 | var urlParts = mw.parseUri( this.getSrc() ); |
871 | 933 | if( urlParts.file ){ |
872 | 934 | return urlParts.file; |
— | — | @@ -918,7 +980,7 @@ |
919 | 981 | switch( no_param_uri.substr( no_param_uri.lastIndexOf( '.' ), 4 ).toLowerCase() ) { |
920 | 982 | case 'smil': |
921 | 983 | case '.sml': |
922 | | - return 'application/smil' |
| 984 | + return 'application/smil'; |
923 | 985 | break; |
924 | 986 | case '.m4v': |
925 | 987 | case '.mp4': |
— | — | @@ -1500,8 +1562,8 @@ |
1501 | 1563 | * |
1502 | 1564 | * @param {Element} element Source element to grab size from |
1503 | 1565 | */ |
1504 | | - setPlayerSize: function( element ) { |
1505 | | - |
| 1566 | + setPlayerSize: function( element ) { |
| 1567 | + |
1506 | 1568 | this.height = $j(element).css( 'height' ); |
1507 | 1569 | this.width = $j(element).css( 'width' ); |
1508 | 1570 | |
— | — | @@ -1509,24 +1571,27 @@ |
1510 | 1572 | if( this.height.indexOf('100%') != -1 || this.width.indexOf('100%') != -1 ){ |
1511 | 1573 | $relativeParent = $j(element).parents().filter(function() { |
1512 | 1574 | // reduce to only relative position or "body" elements |
1513 | | - return $j(this).is('body') || $j(this).css('position') == 'relative'; |
| 1575 | + return $j( this ).is( 'body' ) || $j(this).css( 'position' ) == 'relative'; |
1514 | 1576 | }).slice(0,1); // grab only the "first" |
1515 | 1577 | this.width = $relativeParent.width(); |
1516 | 1578 | this.height = $relativeParent.height(); |
1517 | 1579 | } |
1518 | | - // make sure height and width are a number |
| 1580 | + |
| 1581 | + // Make sure height and width are a number |
1519 | 1582 | this.height = parseInt( this.height ); |
1520 | 1583 | this.width = parseInt( this.width ); |
1521 | 1584 | |
| 1585 | + |
| 1586 | + |
1522 | 1587 | // Set via attribute if CSS is zero or NaN and we have an attribute value: |
1523 | | - this.height = ( this.height==0 || isNaN( this.height ) |
| 1588 | + this.height = ( ( this.height==0 || isNaN( this.height ) ) |
1524 | 1589 | && $j(element).attr( 'height' ) ) ? |
1525 | 1590 | parseInt( $j(element).attr( 'height' ) ): this.height; |
1526 | | - this.width = ( this.width == 0 || isNaN( this.width ) |
| 1591 | + this.width = ( ( this.width == 0 || isNaN( this.width ) ) |
1527 | 1592 | && $j(element).attr( 'width' ) )? |
1528 | 1593 | parseInt( $j(element).attr( 'width' ) ): this.width; |
1529 | | - |
1530 | | - |
| 1594 | + |
| 1595 | + |
1531 | 1596 | // Special case for audio |
1532 | 1597 | // Firefox sets audio height to "0px" while webkit uses 32px .. force zero: |
1533 | 1598 | if( element.tagName.toLowerCase() == 'audio' && this.height == '32' ) { |
— | — | @@ -1564,11 +1629,11 @@ |
1565 | 1630 | }else{ |
1566 | 1631 | this.height = defaultSize[1]; |
1567 | 1632 | } |
1568 | | - } |
1569 | | - |
| 1633 | + } |
1570 | 1634 | }, |
1571 | 1635 | /** |
1572 | 1636 | * Resize the player to a new size |
| 1637 | + * @param {object} size The width height size of the player |
1573 | 1638 | */ |
1574 | 1639 | resizePlayer: function( size , animate){ |
1575 | 1640 | mw.log("EmbedPlayer::resizePlayer:" + size.width + ' x ' + size.height ); |
— | — | @@ -1887,7 +1952,7 @@ |
1888 | 1953 | 'out' : function(){ |
1889 | 1954 | _this.controlBuilder.hideControlBar(); |
1890 | 1955 | } |
1891 | | - }) |
| 1956 | + }); |
1892 | 1957 | } |
1893 | 1958 | }); |
1894 | 1959 | } |
— | — | @@ -1970,7 +2035,7 @@ |
1971 | 2036 | // Do play request in 100ms ( give the dom time to swap out the embed player ) |
1972 | 2037 | setTimeout( function() { |
1973 | 2038 | _this.seeking = false; |
1974 | | - _this.play() |
| 2039 | + _this.play(); |
1975 | 2040 | _this.monitor(); |
1976 | 2041 | }, 100 ); |
1977 | 2042 | |
— | — | @@ -2009,7 +2074,7 @@ |
2010 | 2075 | // Fire the html5 ended binding |
2011 | 2076 | var onDoneActionObject = { |
2012 | 2077 | 'runBaseControlDone' : true |
2013 | | - } |
| 2078 | + }; |
2014 | 2079 | |
2015 | 2080 | // Run the ended trigger ( allow the ended object to prevent default actions ) |
2016 | 2081 | mw.log("EmbedPlayer::onClipDone:Trigger ended"); |
— | — | @@ -2037,8 +2102,7 @@ |
2038 | 2103 | // Do the controlBuilder onClip done interface |
2039 | 2104 | this.controlBuilder.onClipDone(); |
2040 | 2105 | } |
2041 | | - } |
2042 | | - |
| 2106 | + } |
2043 | 2107 | }, |
2044 | 2108 | |
2045 | 2109 | |
— | — | @@ -2076,6 +2140,7 @@ |
2077 | 2141 | // Set-up the local controlBuilder instance: |
2078 | 2142 | this.controlBuilder = new mw.PlayerControlBuilder( this ); |
2079 | 2143 | var _this = this; |
| 2144 | + |
2080 | 2145 | // Make sure we have mwplayer_interface |
2081 | 2146 | if( $j( this ).parent( '.mwplayer_interface' ).length == 0 ) { |
2082 | 2147 | // Select "player" |
— | — | @@ -2084,11 +2149,11 @@ |
2085 | 2150 | $j('<div>') |
2086 | 2151 | .addClass( 'mwplayer_interface ' + this.controlBuilder.playerClass ) |
2087 | 2152 | .css({ |
2088 | | - 'width' : this.width, |
2089 | | - 'height' : this.height, |
| 2153 | + 'width' : this.width + 'px', |
| 2154 | + 'height' : this.height + 'px', |
2090 | 2155 | 'position' : 'relative' |
2091 | 2156 | }) |
2092 | | - ) |
| 2157 | + ); |
2093 | 2158 | } |
2094 | 2159 | |
2095 | 2160 | //Set up local jQuery object reference to "mwplayer_interface" |
— | — | @@ -2111,7 +2176,7 @@ |
2112 | 2177 | // Issue a non-blocking play request |
2113 | 2178 | setTimeout(function(){ |
2114 | 2179 | _this.play(); |
2115 | | - },0) |
| 2180 | + },0); |
2116 | 2181 | } |
2117 | 2182 | |
2118 | 2183 | }, |
— | — | @@ -2127,10 +2192,10 @@ |
2128 | 2193 | // If the native video is already displayed hide it: |
2129 | 2194 | if( $j( '#' + this.pid ).length != 0 ){ |
2130 | 2195 | $j('#loadingSpinner_' + this.id ).remove(); |
2131 | | - $j( '#' + this.pid ).hide() |
| 2196 | + $j( '#' + this.pid ).hide(); |
2132 | 2197 | } |
2133 | 2198 | if( this.mediaElement.sources.length == 0 ){ |
2134 | | - // hide the pid if present: |
| 2199 | + // Hide the pid if present: |
2135 | 2200 | $j( '#pid_' + this.id ).hide(); |
2136 | 2201 | $j( this ).show().html( |
2137 | 2202 | $j('<span />').text( |
— | — | @@ -2324,7 +2389,7 @@ |
2325 | 2390 | mw.getConfig( 'imagesPath' ) + 'vid_default_thumb.jpg'; |
2326 | 2391 | |
2327 | 2392 | // Poster support is not very consistent in browsers |
2328 | | - // use a jpg poster image: |
| 2393 | + // use a jpeg poster image: |
2329 | 2394 | $j( this ).html( |
2330 | 2395 | $j( '<img />' ) |
2331 | 2396 | .css({ |
— | — | @@ -2418,7 +2483,7 @@ |
2419 | 2484 | 'poster': _this.poster, |
2420 | 2485 | 'src' : source.src, |
2421 | 2486 | 'controls' : 'true' |
2422 | | - } |
| 2487 | + }; |
2423 | 2488 | |
2424 | 2489 | if( this.loop ){ |
2425 | 2490 | videoAttribues[ 'loop' ] = 'true'; |
— | — | @@ -2429,7 +2494,7 @@ |
2430 | 2495 | }; |
2431 | 2496 | $j( '#' + this.pid ).replaceWith( |
2432 | 2497 | _this.getNativePlayerHtml( videoAttribues, cssStyle ) |
2433 | | - ) |
| 2498 | + ); |
2434 | 2499 | // Bind native events: |
2435 | 2500 | this.applyMediaElementBindings(); |
2436 | 2501 | } |
— | — | @@ -2452,7 +2517,7 @@ |
2453 | 2518 | _this.play(); |
2454 | 2519 | // no need to hide the play button since android plays fullscreen |
2455 | 2520 | } ) |
2456 | | - ) |
| 2521 | + ); |
2457 | 2522 | } |
2458 | 2523 | return ; |
2459 | 2524 | }, |
— | — | @@ -2780,7 +2845,7 @@ |
2781 | 2846 | this.controlBuilder.setStatus( this.getTimeRange() ); |
2782 | 2847 | |
2783 | 2848 | // Reset the playhead |
2784 | | - mw.log("EmbedPlayer::Stop:: Reset play head") |
| 2849 | + mw.log("EmbedPlayer::Stop:: Reset play head"); |
2785 | 2850 | this.updatePlayHead( 0 ); |
2786 | 2851 | |
2787 | 2852 | //Bind play-btn-large play |
— | — | @@ -2965,7 +3030,7 @@ |
2966 | 3031 | |
2967 | 3032 | // Update any offsets from server seek |
2968 | 3033 | if( _this.serverSeekTime && _this.supportsURLTimeEncoding ){ |
2969 | | - _this.currentTime = _this.serverSeekTime + _this.getPlayerElementTime() |
| 3034 | + _this.currentTime = _this.serverSeekTime + _this.getPlayerElementTime(); |
2970 | 3035 | } |
2971 | 3036 | |
2972 | 3037 | // Update the previousTime ( so we can know if the user-javascript changed currentTime ) |
— | — | @@ -3045,7 +3110,7 @@ |
3046 | 3111 | this.monitorInterval = setInterval( function(){ |
3047 | 3112 | if( _this.monitor ) |
3048 | 3113 | _this.monitor(); |
3049 | | - }, this.monitorRate ) |
| 3114 | + }, this.monitorRate ); |
3050 | 3115 | } |
3051 | 3116 | } else { |
3052 | 3117 | // If stopped "stop" monitor: |
— | — | @@ -3128,7 +3193,7 @@ |
3129 | 3194 | rel_start_sec = mw.npt2seconds( options['start'] ); |
3130 | 3195 | // remove the startOffset if relevent: |
3131 | 3196 | if ( this.startOffset ) |
3132 | | - rel_start_sec = rel_start_sec - this.startOffset |
| 3197 | + rel_start_sec = rel_start_sec - this.startOffset; |
3133 | 3198 | |
3134 | 3199 | var slider_perc = 0; |
3135 | 3200 | if ( rel_start_sec <= 0 ) { |
— | — | @@ -3201,7 +3266,7 @@ |
3202 | 3267 | // do head request if on the same domain |
3203 | 3268 | return this.mediaElement.selectedSource.URLTimeEncoding; |
3204 | 3269 | } |
3205 | | -} |
| 3270 | +}; |
3206 | 3271 | |
3207 | 3272 | |
3208 | 3273 | |
— | — | @@ -3271,7 +3336,7 @@ |
3272 | 3337 | callback(); |
3273 | 3338 | } ); |
3274 | 3339 | } |
3275 | | -} |
| 3340 | +}; |
3276 | 3341 | |
3277 | 3342 | /** |
3278 | 3343 | * players and supported mime types |
Index: branches/MwEmbedStandAlone/modules/EmbedPlayer/EmbedPlayer.i18n.php |
— | — | @@ -34,8 +34,10 @@ |
35 | 35 | 'mwe-embedplayer-download' => 'Download', |
36 | 36 | 'mwe-embedplayer-share' => 'Share', |
37 | 37 | 'mwe-embedplayer-credits' => 'Credits', |
38 | | - 'mwe-embedplayer-about-library'=> 'About kaltura player', |
39 | | - 'mwe-embedplayer-about-library-desc' => 'Kaltura\'s HTML5 Media Library enables you to take advantage of the html5 <video> and <audio> tags today with a consistent player interface across all major browsers. <br> <br> [$1 More about the kaltura player library].', |
| 38 | + 'mwe-embedplayer-about-library'=> 'About Kaltura player', |
| 39 | + 'mwe-embedplayer-about-library-desc' => "Kaltura's HTML5 media library enables you to take advantage of the HTML5 <code><nowiki><video></nowiki></code> and <code><nowiki><audio></nowiki></code> tags today with a consistent player interface across all major browsers. |
| 40 | + |
| 41 | +[$1 More about the Kaltura player library].", |
40 | 42 | 'mwe-embedplayer-clip_linkback' => 'Clip source page', |
41 | 43 | 'mwe-embedplayer-choose_player' => 'Choose video player', |
42 | 44 | 'mwe-embedplayer-no-player' => 'No player available for $1', |
— | — | @@ -132,7 +134,7 @@ |
133 | 135 | 'mwe-embedplayer-video-flv' => 'Flash video', |
134 | 136 | 'mwe-embedplayer-video-ogg' => 'video Ogg', |
135 | 137 | 'mwe-embedplayer-video-audio' => 'Ogg audio', |
136 | | - 'mwe-embedplayer-missing-source' => 'Nuk ka video burim u gjet. Kontrolloni që kodi juaj embed përfshin një burim apo API kryesore', |
| 138 | + 'mwe-embedplayer-missing-source' => 'Nuk ka video burim u gjet.', |
137 | 139 | ); |
138 | 140 | |
139 | 141 | /** Arabic (العربية) */ |
— | — | @@ -189,6 +191,10 @@ |
190 | 192 | 'mwe-embedplayer-download' => 'Загрузіць', |
191 | 193 | 'mwe-embedplayer-share' => 'Зрабіць агульным', |
192 | 194 | 'mwe-embedplayer-credits' => 'Стваральнікі', |
| 195 | + 'mwe-embedplayer-about-library' => 'Пра прайгравальнік Kaltura', |
| 196 | + 'mwe-embedplayer-about-library-desc' => 'HTML5 мэдыя-бібліятэка Kaltura дазваляе Вам выкарыстоўваць перавагамі HTML5 <code><nowiki><video></nowiki></code> і <code><nowiki><audio></nowiki></code> тэгаў ужо зараз, з аднолькавым інтэрфэйсам прайграваньня ва ўсіх асноўных браўзэрах. |
| 197 | + |
| 198 | +[$1 даведацца болей пра бібліятэку прайгравальніка Kaltura].', |
193 | 199 | 'mwe-embedplayer-clip_linkback' => 'Крынічная старонка часткі файла', |
194 | 200 | 'mwe-embedplayer-choose_player' => 'Выберыце відэа-прайгравальнік', |
195 | 201 | 'mwe-embedplayer-no-player' => 'Няма прайгравальніка для $1', |
— | — | @@ -216,15 +222,17 @@ |
217 | 223 | 'mwe-embedplayer-embed_site_or_blog' => 'Уставіць на старонку', |
218 | 224 | 'mwe-embedplayer-related_videos' => 'Зьвязаныя відэа', |
219 | 225 | 'mwe-embedplayer-seeking' => 'пошук', |
| 226 | + 'mwe-embedplayer-buffering' => 'буфэрызацыя', |
220 | 227 | 'mwe-embedplayer-copy-code' => 'Капіяваць код', |
221 | 228 | 'mwe-embedplayer-video-h264' => 'H.264 відэа', |
222 | 229 | 'mwe-embedplayer-video-flv' => 'Flash-відэа', |
223 | 230 | 'mwe-embedplayer-video-ogg' => 'Ogg-відэа', |
224 | 231 | 'mwe-embedplayer-video-audio' => 'Ogg-аўдыё', |
225 | | - 'mwe-embedplayer-missing-source' => 'Ня знойдзена крынічнае відэа. Праверце, ці ўтрымлівае Ваш убудаваны код крыніцу ці ключ API', |
| 232 | + 'mwe-embedplayer-missing-source' => 'Ня знойдзена крынічнае відэа.', |
226 | 233 | ); |
227 | 234 | |
228 | 235 | /** Breton (Brezhoneg) |
| 236 | + * @author Fulup |
229 | 237 | * @author Y-M D |
230 | 238 | */ |
231 | 239 | $messages['br'] = array( |
— | — | @@ -254,6 +262,10 @@ |
255 | 263 | 'mwe-embedplayer-download' => 'Pellgargañ', |
256 | 264 | 'mwe-embedplayer-share' => 'Eskemm', |
257 | 265 | 'mwe-embedplayer-credits' => 'Kredoù', |
| 266 | + 'mwe-embedplayer-about-library' => 'Diwar-benn al lenner Kaltura', |
| 267 | + 'mwe-embedplayer-about-library-desc' => "Talvezout a ra al levraoueg Kaltura deoc'h d'ober ho mad eus ar balizennoù HTML5 <code><nowiki><video></nowiki></code> ha <code><nowiki><klevet></nowiki></code> diouzhtu gant ul lenner hag un etrefas kenglotus gant ar merdeerioù pennañ. |
| 268 | + |
| 269 | +[$1 Evit gouzout hiroc'h diwar-benn al levraoueg lenn Kaltura].", |
258 | 270 | 'mwe-embedplayer-clip_linkback' => "Pajenn mammenn ar c'hlip", |
259 | 271 | 'mwe-embedplayer-choose_player' => 'Dibab al lenner video', |
260 | 272 | 'mwe-embedplayer-no-player' => "N'eus lenner ebet hag a zo dieub evit $1", |
— | — | @@ -281,12 +293,13 @@ |
282 | 294 | 'mwe-embedplayer-embed_site_or_blog' => 'Enframmañ en ur bajenn', |
283 | 295 | 'mwe-embedplayer-related_videos' => 'Videoioù liammet', |
284 | 296 | 'mwe-embedplayer-seeking' => 'o klask', |
| 297 | + 'mwe-embedplayer-buffering' => 'o krubuilhañ', |
285 | 298 | 'mwe-embedplayer-copy-code' => "Kopiañ ar c'hod", |
286 | 299 | 'mwe-embedplayer-video-h264' => 'video H.264', |
287 | 300 | 'mwe-embedplayer-video-flv' => 'video Flash', |
288 | 301 | 'mwe-embedplayer-video-ogg' => 'video Ogg', |
289 | 302 | 'mwe-embedplayer-video-audio' => 'Son Ogg', |
290 | | - 'mwe-embedplayer-missing-source' => "N'eus bet kavet mammenn video ebet. Gwiriekait en deus ho kod enframmañ ur vammenn pe un alc'hwez API.", |
| 303 | + 'mwe-embedplayer-missing-source' => "N'eus bet kavet mammenn video ebet.", |
291 | 304 | ); |
292 | 305 | |
293 | 306 | /** Bosnian (Bosanski) */ |
— | — | @@ -381,6 +394,10 @@ |
382 | 395 | 'mwe-embedplayer-download' => 'Herunterladen', |
383 | 396 | 'mwe-embedplayer-share' => 'Teilen', |
384 | 397 | 'mwe-embedplayer-credits' => 'Credits', |
| 398 | + 'mwe-embedplayer-about-library' => 'Über den Kaltura-Player', |
| 399 | + 'mwe-embedplayer-about-library-desc' => 'Kalturas HTML5-Medienbibliothek ermöglicht es die Vorteile der beiden HTML5-Tags <code><nowiki><video></nowiki></code> und <code><nowiki><audio></nowiki></code> mit einem einheitlichen Player-Interface bei allen führenden Webbrowsern nutzen zu können. |
| 400 | + |
| 401 | +[$1 Weitere Informationen zu Kalturas HTML5-Medienbibliothek].', |
385 | 402 | 'mwe-embedplayer-clip_linkback' => 'Clip-Quellseite', |
386 | 403 | 'mwe-embedplayer-choose_player' => 'Videoplayer auswählen', |
387 | 404 | 'mwe-embedplayer-no-player' => 'Es ist für $1 kein Player verfügbar', |
— | — | @@ -408,21 +425,15 @@ |
409 | 426 | 'mwe-embedplayer-embed_site_or_blog' => 'Auf deiner Seite einbinden', |
410 | 427 | 'mwe-embedplayer-related_videos' => 'Ähnliche Videos', |
411 | 428 | 'mwe-embedplayer-seeking' => 'suchen', |
| 429 | + 'mwe-embedplayer-buffering' => 'puffert', |
412 | 430 | 'mwe-embedplayer-copy-code' => 'Code kopieren', |
413 | 431 | 'mwe-embedplayer-video-h264' => 'H.264-Video', |
414 | 432 | 'mwe-embedplayer-video-flv' => 'Flash-Video', |
415 | 433 | 'mwe-embedplayer-video-ogg' => 'Ogg-Video', |
416 | 434 | 'mwe-embedplayer-video-audio' => 'Ogg-Audiodatei', |
417 | | - 'mwe-embedplayer-missing-source' => 'Es konnte kein Videoclip gefunden werden. Prüfe, ob der von dir eingebettete Code eine Quelle und/oder einen API-Schlüssel enthält', |
| 435 | + 'mwe-embedplayer-missing-source' => 'Es konnte kein Videoclip gefunden werden.', |
418 | 436 | ); |
419 | 437 | |
420 | | -/** German (formal address) (Deutsch (Sie-Form)) |
421 | | - * @author Kghbln |
422 | | - */ |
423 | | -$messages['de-formal'] = array( |
424 | | - 'mwe-embedplayer-missing-source' => 'Es konnte kein Videoclip gefunden werden. Prüfen Sie ob der von Ihnen eingebettete Code eine Quelle und/ oder einen API-Schlüssel enthält', |
425 | | -); |
426 | | - |
427 | 438 | /** Zazaki (Zazaki) */ |
428 | 439 | $messages['diq'] = array( |
429 | 440 | 'mwe-embedplayer-credit-title' => 'Sername: $1', |
— | — | @@ -537,7 +548,7 @@ |
538 | 549 | 'mwe-embedplayer-video-flv' => 'Wideo Flash', |
539 | 550 | 'mwe-embedplayer-video-ogg' => 'Ogg-wideo', |
540 | 551 | 'mwe-embedplayer-video-audio' => 'Ogg-awdio', |
541 | | - 'mwe-embedplayer-missing-source' => 'Žedno žrědłowe wideo namakane. Pśekontrolěruj, lěc twój zasajźony kod wopśimujo žrědło abo API-kluc', |
| 552 | + 'mwe-embedplayer-missing-source' => 'Žedno žrědłowe wideo namakane.', |
542 | 553 | ); |
543 | 554 | |
544 | 555 | /** Greek (Ελληνικά) |
— | — | @@ -650,6 +661,10 @@ |
651 | 662 | 'mwe-embedplayer-download' => 'Descargar', |
652 | 663 | 'mwe-embedplayer-share' => 'Compartir', |
653 | 664 | 'mwe-embedplayer-credits' => 'Créditos', |
| 665 | + 'mwe-embedplayer-about-library' => 'Acerca del reproductor Kaltura', |
| 666 | + 'mwe-embedplayer-about-library-desc' => 'La biblioteca HTMl5 de Kaltura permite utilizar etiquetas de <code><nowiki><video></nowiki></code> y <code><nowiki><audio></nowiki></code> ahora con una interfaz de reproductor consistente en los navegadores más usados. |
| 667 | + |
| 668 | +[$1 Más acerca de la biblioteca del reproductor Kalltura].', |
654 | 669 | 'mwe-embedplayer-clip_linkback' => 'Página fuente de clip', |
655 | 670 | 'mwe-embedplayer-choose_player' => 'Elegir reproductor de video', |
656 | 671 | 'mwe-embedplayer-no-player' => 'No hay ningún reproductor disponible para $1', |
— | — | @@ -677,12 +692,13 @@ |
678 | 693 | 'mwe-embedplayer-embed_site_or_blog' => 'Insertar en una página', |
679 | 694 | 'mwe-embedplayer-related_videos' => 'Videos relacionados', |
680 | 695 | 'mwe-embedplayer-seeking' => 'buscando', |
| 696 | + 'mwe-embedplayer-buffering' => 'cargando en el búfer', |
681 | 697 | 'mwe-embedplayer-copy-code' => 'Copiar código', |
682 | 698 | 'mwe-embedplayer-video-h264' => 'Video H.264', |
683 | 699 | 'mwe-embedplayer-video-flv' => 'Video Flash', |
684 | 700 | 'mwe-embedplayer-video-ogg' => 'Video Ogg', |
685 | 701 | 'mwe-embedplayer-video-audio' => 'Audio Ogg', |
686 | | - 'mwe-embedplayer-missing-source' => 'No se encontró ningún vídeo de origen. Compruebe que el código insertado incluye el origen o la clave API', |
| 702 | + 'mwe-embedplayer-missing-source' => 'No se encontró ningún vídeo de origen.', |
687 | 703 | ); |
688 | 704 | |
689 | 705 | /** Basque (Euskara) */ |
— | — | @@ -715,6 +731,7 @@ |
716 | 732 | |
717 | 733 | /** French (Français) |
718 | 734 | * @author IAlex |
| 735 | + * @author Peter17 |
719 | 736 | */ |
720 | 737 | $messages['fr'] = array( |
721 | 738 | 'mwe-embedplayer-credit-title' => 'Titre : $1', |
— | — | @@ -743,6 +760,10 @@ |
744 | 761 | 'mwe-embedplayer-download' => 'Télécharger', |
745 | 762 | 'mwe-embedplayer-share' => 'Partager', |
746 | 763 | 'mwe-embedplayer-credits' => 'Crédits', |
| 764 | + 'mwe-embedplayer-about-library' => 'À propos du lecteur Kaltura', |
| 765 | + 'mwe-embedplayer-about-library-desc' => 'La bibliothèque HTML5 de Kaltura vous permet de profiter des balises HTML5 <code><nowiki><video></nowiki></code> et <code><nowiki><audio></nowiki></code> dès à présent avec un lecteur et une interface compatibles avec tous les principaux navigateurs. |
| 766 | + |
| 767 | +[$1 Pour en savoir plus sur la bibliothèque de lecture Kaltura].', |
747 | 768 | 'mwe-embedplayer-clip_linkback' => 'Page source du clip', |
748 | 769 | 'mwe-embedplayer-choose_player' => 'Choisir le lecteur vidéo', |
749 | 770 | 'mwe-embedplayer-no-player' => 'Aucun lecteur disponible pour $1', |
— | — | @@ -770,12 +791,13 @@ |
771 | 792 | 'mwe-embedplayer-embed_site_or_blog' => 'Intégrer dans une page', |
772 | 793 | 'mwe-embedplayer-related_videos' => 'Vidéos associées', |
773 | 794 | 'mwe-embedplayer-seeking' => 'recherche', |
| 795 | + 'mwe-embedplayer-buffering' => 'mise en mémoire tampon', |
774 | 796 | 'mwe-embedplayer-copy-code' => 'Copier le code', |
775 | 797 | 'mwe-embedplayer-video-h264' => 'vidéo H.264', |
776 | 798 | 'mwe-embedplayer-video-flv' => 'vidéo Flash', |
777 | 799 | 'mwe-embedplayer-video-ogg' => 'vidéo Ogg', |
778 | 800 | 'mwe-embedplayer-video-audio' => 'Audio Ogg', |
779 | | - 'mwe-embedplayer-missing-source' => "Aucune source vidéo n'a été trouvée. Vérifiez que votre code d'intégration comprend une source ou clé API", |
| 801 | + 'mwe-embedplayer-missing-source' => "Aucune source vidéo n'a été trouvée.", |
780 | 802 | ); |
781 | 803 | |
782 | 804 | /** Franco-Provençal (Arpetan) |
— | — | @@ -869,6 +891,10 @@ |
870 | 892 | 'mwe-embedplayer-download' => 'Descargar', |
871 | 893 | 'mwe-embedplayer-share' => 'Compartir', |
872 | 894 | 'mwe-embedplayer-credits' => 'Créditos', |
| 895 | + 'mwe-embedplayer-about-library' => 'Acerca do reprodutor Kaltura', |
| 896 | + 'mwe-embedplayer-about-library-desc' => 'A biblioteca HTML5 do Kaltura permite sacar proveito das etiquetas <code><nowiki><video></nowiki></code> e <code><nowiki><audio></nowiki></code> do HTML5 cun reprodutor e unha interface compatibles cos principais navegadores. |
| 897 | + |
| 898 | +[$1 Máis información sobre a biblioteca do reprodutor Kaltura].', |
873 | 899 | 'mwe-embedplayer-clip_linkback' => 'Páxina de orixe do vídeo', |
874 | 900 | 'mwe-embedplayer-choose_player' => 'Escolla o reprodutor de vídeo', |
875 | 901 | 'mwe-embedplayer-no-player' => 'Non hai ningún reprodutor dispoñible para $1', |
— | — | @@ -896,12 +922,13 @@ |
897 | 923 | 'mwe-embedplayer-embed_site_or_blog' => 'Integrar nunha páxina', |
898 | 924 | 'mwe-embedplayer-related_videos' => 'Vídeos relacionados', |
899 | 925 | 'mwe-embedplayer-seeking' => 'procurando', |
| 926 | + 'mwe-embedplayer-buffering' => 'cargando no búfer', |
900 | 927 | 'mwe-embedplayer-copy-code' => 'Copiar o código', |
901 | 928 | 'mwe-embedplayer-video-h264' => 'Vídeo H.264', |
902 | 929 | 'mwe-embedplayer-video-flv' => 'Vídeo Flash', |
903 | 930 | 'mwe-embedplayer-video-ogg' => 'Vídeo Ogg', |
904 | 931 | 'mwe-embedplayer-video-audio' => 'Son Ogg', |
905 | | - 'mwe-embedplayer-missing-source' => 'Non se atopou o vídeo de orixe. Comprobe que o código inclúe a orixe ou a clave API', |
| 932 | + 'mwe-embedplayer-missing-source' => 'Non se atopou o vídeo de orixe.', |
906 | 933 | ); |
907 | 934 | |
908 | 935 | /** Swiss German (Alemannisch) |
— | — | @@ -934,6 +961,10 @@ |
935 | 962 | 'mwe-embedplayer-download' => 'Abelade', |
936 | 963 | 'mwe-embedplayer-share' => 'Ufteile', |
937 | 964 | 'mwe-embedplayer-credits' => 'Anerkännige', |
| 965 | + 'mwe-embedplayer-about-library' => 'Iber dr Kaltura-Player', |
| 966 | + 'mwe-embedplayer-about-library-desc' => 'D HTML5-Mediebibliothek vu Kaltura macht s megli d Vorteil vu dr beide HTML5-Tags <code><nowiki><video></nowiki></code> un <code><nowiki><audio></nowiki></code> mit eim eiheitlige Player-Interface bi allne fierende Webbrowser z bruche. |
| 967 | + |
| 968 | +[$1 Meh Informatione zue dr HTML5-Mediebibliothek vu Kaltura].', |
938 | 969 | 'mwe-embedplayer-clip_linkback' => 'Clip-Quällsyte', |
939 | 970 | 'mwe-embedplayer-choose_player' => 'Videospiler uuswehle', |
940 | 971 | 'mwe-embedplayer-no-player' => 'Fir $1 isch kei Player verfiegbar', |
— | — | @@ -961,16 +992,20 @@ |
962 | 993 | 'mwe-embedplayer-embed_site_or_blog' => 'Yybunde in e Syte', |
963 | 994 | 'mwe-embedplayer-related_videos' => 'Verwandti Video', |
964 | 995 | 'mwe-embedplayer-seeking' => 'Am Sueche', |
| 996 | + 'mwe-embedplayer-buffering' => 'pufferet', |
965 | 997 | 'mwe-embedplayer-copy-code' => 'Code kopiere', |
966 | 998 | 'mwe-embedplayer-video-h264' => 'H.264-Video', |
967 | 999 | 'mwe-embedplayer-video-flv' => 'Flash-Video', |
968 | 1000 | 'mwe-embedplayer-video-ogg' => 'Ogg-Video', |
969 | 1001 | 'mwe-embedplayer-video-audio' => 'Ogg-Audiodatei', |
970 | | - 'mwe-embedplayer-missing-source' => 'S isch kei Videoclip gfunde wore. Lue, eb s im Code, wu vu Dir yybettet woren isch, e Quälle oder e API-Schlissel het', |
| 1002 | + 'mwe-embedplayer-missing-source' => 'S isch kei Videoclip gfunde wore.', |
971 | 1003 | ); |
972 | 1004 | |
973 | | -/** Hebrew (עברית) */ |
| 1005 | +/** Hebrew (עברית) |
| 1006 | + * @author YaronSh |
| 1007 | + */ |
974 | 1008 | $messages['he'] = array( |
| 1009 | + 'mwe-embedplayer-credit-title' => 'כותרת: $1', |
975 | 1010 | 'mwe-embedplayer-link_back' => 'קישור חזרה', |
976 | 1011 | 'mwe-embedplayer-add_to_end_of_sequence' => 'בסוף הרצף', |
977 | 1012 | 'mwe-embedplayer-missing_video_stream' => 'קובץ הווידאו עבור זרם זה חסר', |
— | — | @@ -987,17 +1022,25 @@ |
988 | 1023 | 'mwe-embedplayer-download' => 'הורדה', |
989 | 1024 | 'mwe-embedplayer-share' => 'שיתוף', |
990 | 1025 | 'mwe-embedplayer-credits' => 'תודות', |
| 1026 | + 'mwe-embedplayer-about-library' => 'על אודות הנגן Kaltura', |
991 | 1027 | 'mwe-embedplayer-clip_linkback' => 'דף המקור של הסרטון', |
992 | 1028 | 'mwe-embedplayer-choose_player' => 'בחירת נגן וידאו', |
993 | 1029 | 'mwe-embedplayer-share_this_video' => 'שיתוף וידאו זה', |
994 | 1030 | 'mwe-embedplayer-menu_btn' => 'תפריט', |
995 | 1031 | 'mwe-embedplayer-close_btn' => 'סגירה', |
| 1032 | + 'mwe-embedplayer-ogg-player-vlc-player' => 'VLC נגן', |
996 | 1033 | 'mwe-embedplayer-ogg-player-oggPlugin' => 'תוסף Ogg גנרי', |
997 | 1034 | 'mwe-embedplayer-ogg-player-quicktime-mozilla' => 'תוסף QuickTime', |
| 1035 | + 'mwe-embedplayer-ogg-player-kplayer' => 'נגן Kaltura', |
998 | 1036 | 'mwe-embedplayer-ogg-player-selected' => '(נבחר)', |
999 | 1037 | 'mwe-embedplayer-do_not_warn_again' => 'התעלמות לעת עתה.', |
| 1038 | + 'mwe-embedplayer-playerSelect' => 'נגנים', |
1000 | 1039 | 'mwe-embedplayer-embed_site_or_blog' => 'הטמעה באתר או בבלוג שלכם', |
1001 | 1040 | 'mwe-embedplayer-related_videos' => 'סרטונים קשורים', |
| 1041 | + 'mwe-embedplayer-video-h264' => 'וידאו H.264', |
| 1042 | + 'mwe-embedplayer-video-flv' => 'וידאו ב־Flash', |
| 1043 | + 'mwe-embedplayer-video-ogg' => 'וידאו Ogg', |
| 1044 | + 'mwe-embedplayer-video-audio' => 'שמע Ogg', |
1002 | 1045 | ); |
1003 | 1046 | |
1004 | 1047 | /** Upper Sorbian (Hornjoserbsce) |
— | — | @@ -1062,7 +1105,7 @@ |
1063 | 1106 | 'mwe-embedplayer-video-flv' => 'Widejo Flash', |
1064 | 1107 | 'mwe-embedplayer-video-ogg' => 'Ogg-widejo', |
1065 | 1108 | 'mwe-embedplayer-video-audio' => 'Ogg-awdio', |
1066 | | - 'mwe-embedplayer-missing-source' => 'Žane widejo namakane. Kontroluj, hač twój zasadźeny kod žórło abo API-kluč wobsahuje', |
| 1109 | + 'mwe-embedplayer-missing-source' => 'Žane widejo namakane.', |
1067 | 1110 | ); |
1068 | 1111 | |
1069 | 1112 | /** Hungarian (Magyar) */ |
— | — | @@ -1147,6 +1190,10 @@ |
1148 | 1191 | 'mwe-embedplayer-download' => 'Discargar', |
1149 | 1192 | 'mwe-embedplayer-share' => 'Condivider', |
1150 | 1193 | 'mwe-embedplayer-credits' => 'Creditos', |
| 1194 | + 'mwe-embedplayer-about-library' => 'A proposito del reproductor Kaltura', |
| 1195 | + 'mwe-embedplayer-about-library-desc' => 'Le bibliotheca multimedia HTML5 de Kaltura te permitte traher avantage del etiquettas HTML5 <code><nowiki><video></nowiki></code> e <code><nowiki><audio></nowiki></code> jam hodie con un interfacie de reproductor consistente trans tote le major navigatores. |
| 1196 | + |
| 1197 | +[$1 Plus a proposito del bibliotheca reproductor Kaltura].', |
1151 | 1198 | 'mwe-embedplayer-clip_linkback' => 'Pagina de fonte del clip', |
1152 | 1199 | 'mwe-embedplayer-choose_player' => 'Seliger reproductor de video', |
1153 | 1200 | 'mwe-embedplayer-no-player' => 'Nulle reproductor disponibile pro $1', |
— | — | @@ -1174,12 +1221,13 @@ |
1175 | 1222 | 'mwe-embedplayer-embed_site_or_blog' => 'Incastrar in un pagina', |
1176 | 1223 | 'mwe-embedplayer-related_videos' => 'Videos connexe', |
1177 | 1224 | 'mwe-embedplayer-seeking' => 'cercante', |
| 1225 | + 'mwe-embedplayer-buffering' => 'precargamento', |
1178 | 1226 | 'mwe-embedplayer-copy-code' => 'Copiar codice', |
1179 | 1227 | 'mwe-embedplayer-video-h264' => 'Video H.264', |
1180 | 1228 | 'mwe-embedplayer-video-flv' => 'Video Flash', |
1181 | 1229 | 'mwe-embedplayer-video-ogg' => 'Video Ogg', |
1182 | 1230 | 'mwe-embedplayer-video-audio' => 'Audio Ogg', |
1183 | | - 'mwe-embedplayer-missing-source' => 'Nulle video de origine ha essite trovate. Verifica que tu codice de incorporation include un origine o clave API', |
| 1231 | + 'mwe-embedplayer-missing-source' => 'Nulle video de origine ha essite trovate.', |
1184 | 1232 | ); |
1185 | 1233 | |
1186 | 1234 | /** Indonesian (Bahasa Indonesia) |
— | — | @@ -1244,7 +1292,7 @@ |
1245 | 1293 | 'mwe-embedplayer-video-flv' => 'Video flash', |
1246 | 1294 | 'mwe-embedplayer-video-ogg' => 'Video ogg', |
1247 | 1295 | 'mwe-embedplayer-video-audio' => 'Audio ogg', |
1248 | | - 'mwe-embedplayer-missing-source' => 'Tidak ada video sumber yang ditemukan. Cek apabila kode tempel Anda berisi sumber atau kunci API', |
| 1296 | + 'mwe-embedplayer-missing-source' => 'Tidak ada video sumber yang ditemukan.', |
1249 | 1297 | ); |
1250 | 1298 | |
1251 | 1299 | /** Italian (Italiano) |
— | — | @@ -1286,6 +1334,10 @@ |
1287 | 1335 | 'mwe-embedplayer-download' => 'ダウンロード', |
1288 | 1336 | 'mwe-embedplayer-share' => '共有', |
1289 | 1337 | 'mwe-embedplayer-credits' => 'クレジット', |
| 1338 | + 'mwe-embedplayer-about-library' => 'Kalturaプレイヤーについて', |
| 1339 | + 'mwe-embedplayer-about-library-desc' => 'KalturaのHTML5メディアライブラリーは、すべての主要ブラウザー間で一貫性のある再生インターフェースをHTML5の<code><nowiki><video></nowiki></code>と<code><nowiki><audio></nowiki></code>タグで活用することができます。 |
| 1340 | + |
| 1341 | +[$1 Kalturaプレイヤーライブラリーについての詳細情報]。', |
1290 | 1342 | 'mwe-embedplayer-clip_linkback' => 'クリップの情報ページ', |
1291 | 1343 | 'mwe-embedplayer-choose_player' => 'ビデオの再生プレイヤーを選択', |
1292 | 1344 | 'mwe-embedplayer-no-player' => '$1に利用できるプレイヤーはありません', |
— | — | @@ -1313,12 +1365,13 @@ |
1314 | 1366 | 'mwe-embedplayer-embed_site_or_blog' => 'ページに埋め込む', |
1315 | 1367 | 'mwe-embedplayer-related_videos' => '関連する動画', |
1316 | 1368 | 'mwe-embedplayer-seeking' => 'シーク中', |
| 1369 | + 'mwe-embedplayer-buffering' => 'バッファリング', |
1317 | 1370 | 'mwe-embedplayer-copy-code' => 'コピーコード', |
1318 | 1371 | 'mwe-embedplayer-video-h264' => 'H.264 ビデオ', |
1319 | 1372 | 'mwe-embedplayer-video-flv' => 'Flash ビデオ', |
1320 | 1373 | 'mwe-embedplayer-video-ogg' => 'Ogg ビデオ', |
1321 | 1374 | 'mwe-embedplayer-video-audio' => 'Ogg オーディオ', |
1322 | | - 'mwe-embedplayer-missing-source' => 'ソースとなる動画が見つかりませんでした。組み込んだコードがソースあるいはAPI鍵を含むことを確認して下さい。', |
| 1375 | + 'mwe-embedplayer-missing-source' => 'ソースとなる動画が見つかりませんでした', |
1323 | 1376 | ); |
1324 | 1377 | |
1325 | 1378 | /** Korean (한국어) */ |
— | — | @@ -1430,6 +1483,7 @@ |
1431 | 1484 | 'mwe-embedplayer-related_videos' => 'Ähnlech Videoen', |
1432 | 1485 | 'mwe-embedplayer-seeking' => 'sichen', |
1433 | 1486 | 'mwe-embedplayer-copy-code' => 'Code kopéieren', |
| 1487 | + 'mwe-embedplayer-missing-source' => 'Et gouf kee Video fonnt', |
1434 | 1488 | ); |
1435 | 1489 | |
1436 | 1490 | /** Macedonian (Македонски) |
— | — | @@ -1462,6 +1516,10 @@ |
1463 | 1517 | 'mwe-embedplayer-download' => 'Преземи', |
1464 | 1518 | 'mwe-embedplayer-share' => 'Сподели', |
1465 | 1519 | 'mwe-embedplayer-credits' => 'Автори', |
| 1520 | + 'mwe-embedplayer-about-library' => 'За изведувачот Kaltura', |
| 1521 | + 'mwe-embedplayer-about-library-desc' => 'HTML5-мултимедијалната библиотека на Kaltura ви овозможува уште веднаш да користите HTML5-ознаки <code><nowiki><video></nowiki></code> и <code><nowiki><audio></nowiki></code> со еднообразен и стандарден посредник за изведувачот кај сите најзастапени прелистувачи. |
| 1522 | + |
| 1523 | +[$1 Повеќе за библиотеката на изведувачот Kaltura].', |
1466 | 1524 | 'mwe-embedplayer-clip_linkback' => 'Изворна страница на снимката', |
1467 | 1525 | 'mwe-embedplayer-choose_player' => 'Одберете видео-изведувач', |
1468 | 1526 | 'mwe-embedplayer-no-player' => 'Нема допстапен изведувач за $1', |
— | — | @@ -1488,12 +1546,13 @@ |
1489 | 1547 | 'mwe-embedplayer-embed_site_or_blog' => 'Вметни во страница', |
1490 | 1548 | 'mwe-embedplayer-related_videos' => 'Поврзани снимки', |
1491 | 1549 | 'mwe-embedplayer-seeking' => 'барам', |
| 1550 | + 'mwe-embedplayer-buffering' => 'меѓускладирање', |
1492 | 1551 | 'mwe-embedplayer-copy-code' => 'Копирај код', |
1493 | 1552 | 'mwe-embedplayer-video-h264' => 'H.264 видео', |
1494 | 1553 | 'mwe-embedplayer-video-flv' => 'Flash видео', |
1495 | 1554 | 'mwe-embedplayer-video-ogg' => 'Ogg видео', |
1496 | 1555 | 'mwe-embedplayer-video-audio' => 'Ogg аудио', |
1497 | | - 'mwe-embedplayer-missing-source' => 'Не е пронајден извор на снимката. Проверете дали вашиот вметнат код содржи извор или клуч', |
| 1556 | + 'mwe-embedplayer-missing-source' => 'Не е пронајден извор на снимката.', |
1498 | 1557 | ); |
1499 | 1558 | |
1500 | 1559 | /** Malayalam (മലയാളം) */ |
— | — | @@ -1578,6 +1637,10 @@ |
1579 | 1638 | 'mwe-embedplayer-download' => 'Downloaden', |
1580 | 1639 | 'mwe-embedplayer-share' => 'Delen', |
1581 | 1640 | 'mwe-embedplayer-credits' => 'Vermeldingen', |
| 1641 | + 'mwe-embedplayer-about-library' => 'Over de Kaltura-speler', |
| 1642 | + 'mwe-embedplayer-about-library-desc' => 'De HTML5-bibliotheek van Kaltura zorgt dat u nu kunt profiteren van de HTML5-labels <nowiki><video></nowiki> en <nowiki><audio></nowiki> met een consistent uiterlijk van de speler in alle veelgebruikte browsers. |
| 1643 | + |
| 1644 | +[$1 Meer over de bibliotheek van de Kaltura-speler].', |
1582 | 1645 | 'mwe-embedplayer-clip_linkback' => 'Bronpagina van de clip', |
1583 | 1646 | 'mwe-embedplayer-choose_player' => 'Mediaspeler kiezen', |
1584 | 1647 | 'mwe-embedplayer-no-player' => 'Geen speler beschikbaar voor $1', |
— | — | @@ -1606,19 +1669,40 @@ |
1607 | 1670 | 'mwe-embedplayer-embed_site_or_blog' => 'Toevoegen aan een pagina', |
1608 | 1671 | 'mwe-embedplayer-related_videos' => "Gerelateerde video's", |
1609 | 1672 | 'mwe-embedplayer-seeking' => 'bezig met zoeken', |
| 1673 | + 'mwe-embedplayer-buffering' => 'bufferen', |
1610 | 1674 | 'mwe-embedplayer-copy-code' => 'Code kopiëren', |
1611 | 1675 | 'mwe-embedplayer-video-h264' => 'H.264-video', |
1612 | 1676 | 'mwe-embedplayer-video-flv' => 'Flash-video', |
1613 | 1677 | 'mwe-embedplayer-video-ogg' => 'Ogg-video', |
1614 | 1678 | 'mwe-embedplayer-video-audio' => 'Ogg-audio', |
1615 | | - 'mwe-embedplayer-missing-source' => 'Er is geen bronvideo gevonden. Controleer uw of inbeddingdcode een API-sleutel bevat', |
| 1679 | + 'mwe-embedplayer-missing-source' => 'Er is geen bronvideo gevonden.', |
1616 | 1680 | ); |
1617 | 1681 | |
| 1682 | +/** Norwegian Nynorsk (Norsk (nynorsk)) |
| 1683 | + * @author Nghtwlkr |
| 1684 | + */ |
| 1685 | +$messages['nn'] = array( |
| 1686 | + 'mwe-embedplayer-credit-title' => 'Tittel: $1', |
| 1687 | + 'mwe-embedplayer-close_btn' => 'Steng', |
| 1688 | + 'mwe-embedplayer-ogg-player-vlc-player' => 'VLC-spelar', |
| 1689 | + 'mwe-embedplayer-ogg-player-oggNative' => 'HTML5 Ogg-spelar', |
| 1690 | + 'mwe-embedplayer-ogg-player-h264Native' => 'HTML5 H.264-spelar', |
| 1691 | + 'mwe-embedplayer-ogg-player-oggPlugin' => 'Generisk Ogg-utviding', |
| 1692 | + 'mwe-embedplayer-ogg-player-quicktime-mozilla' => 'QuickTime-utviding', |
| 1693 | + 'mwe-embedplayer-ogg-player-quicktime-activex' => 'QuickTime ActiveX', |
| 1694 | + 'mwe-embedplayer-ogg-player-flowplayer' => 'Flowplayer', |
| 1695 | + 'mwe-embedplayer-ogg-player-omtkplayer' => 'OMTK Flash Vorbis', |
| 1696 | + 'mwe-embedplayer-playerSelect' => 'Avspelarar', |
| 1697 | + 'mwe-embedplayer-video-h264' => 'H.264-video', |
| 1698 | + 'mwe-embedplayer-video-flv' => 'Flash-video', |
| 1699 | +); |
| 1700 | + |
1618 | 1701 | /** Norwegian (bokmål) (Norsk (bokmål)) |
1619 | 1702 | * @author Nghtwlkr |
1620 | 1703 | */ |
1621 | 1704 | $messages['no'] = array( |
1622 | 1705 | 'mwe-embedplayer-credit-title' => 'Tittel: $1', |
| 1706 | + 'mwe-embedplayer-loading_plugin' => 'Laster utvidelse ...', |
1623 | 1707 | 'mwe-embedplayer-play_clip' => 'Spill av klipp', |
1624 | 1708 | 'mwe-embedplayer-pause_clip' => 'Paus klipp', |
1625 | 1709 | 'mwe-embedplayer-volume_control' => 'Volumkontroll', |
— | — | @@ -1642,6 +1726,8 @@ |
1643 | 1727 | 'mwe-embedplayer-ogg-player-vlc-player' => 'VLC-spiller', |
1644 | 1728 | 'mwe-embedplayer-ogg-player-oggNative' => 'HTML5 Ogg-spiller', |
1645 | 1729 | 'mwe-embedplayer-ogg-player-h264Native' => 'HTML5 H.264-spiller', |
| 1730 | + 'mwe-embedplayer-ogg-player-oggPlugin' => 'Generisk Ogg-utvidelse', |
| 1731 | + 'mwe-embedplayer-ogg-player-quicktime-mozilla' => 'QuickTime-utvidelse', |
1646 | 1732 | 'mwe-embedplayer-ogg-player-quicktime-activex' => 'QuickTime ActiveX', |
1647 | 1733 | 'mwe-embedplayer-ogg-player-flowplayer' => 'Flowplayer', |
1648 | 1734 | 'mwe-embedplayer-ogg-player-kplayer' => 'Kaltura-spiller', |
— | — | @@ -1655,6 +1741,7 @@ |
1656 | 1742 | 'mwe-embedplayer-video-flv' => 'Flash-video', |
1657 | 1743 | 'mwe-embedplayer-video-ogg' => 'Ogg-video', |
1658 | 1744 | 'mwe-embedplayer-video-audio' => 'Ogg-audio', |
| 1745 | + 'mwe-embedplayer-missing-source' => 'Ingen kildevideo ble funnet', |
1659 | 1746 | ); |
1660 | 1747 | |
1661 | 1748 | /** Occitan (Occitan) */ |
— | — | @@ -1744,6 +1831,10 @@ |
1745 | 1832 | 'mwe-embedplayer-download' => 'Pobierz', |
1746 | 1833 | 'mwe-embedplayer-share' => 'Udostępnij', |
1747 | 1834 | 'mwe-embedplayer-credits' => 'Twórcy', |
| 1835 | + 'mwe-embedplayer-about-library' => 'O odtwarzaczu Kaltura', |
| 1836 | + 'mwe-embedplayer-about-library-desc' => 'Biblioteka Kaltura obsługi mediów dla HTML5 pozwala na użycie znaczników HTML5 <code><nowiki><video></nowiki></code> i <code><nowiki><audio></nowiki></code> ze spójnym interfejsem odtwarzacza we wszystkich najpopularniejszych przeglądarkach. |
| 1837 | + |
| 1838 | +[$1 Więcej na temat biblioteki odtwarzacza Kaltura].', |
1748 | 1839 | 'mwe-embedplayer-clip_linkback' => 'Strona źródłowa klipu', |
1749 | 1840 | 'mwe-embedplayer-choose_player' => 'Wybierz odtwarzacz wideo', |
1750 | 1841 | 'mwe-embedplayer-no-player' => 'Brak dostępnych odtwarzaczy dla $1', |
— | — | @@ -1771,12 +1862,13 @@ |
1772 | 1863 | 'mwe-embedplayer-embed_site_or_blog' => 'Umieść na swojej stronie lub blogu', |
1773 | 1864 | 'mwe-embedplayer-related_videos' => 'Podobne filmy', |
1774 | 1865 | 'mwe-embedplayer-seeking' => 'przewijanie', |
| 1866 | + 'mwe-embedplayer-buffering' => 'buforowanie', |
1775 | 1867 | 'mwe-embedplayer-copy-code' => 'Skopiuj kod', |
1776 | 1868 | 'mwe-embedplayer-video-h264' => 'Wideo w H.264', |
1777 | 1869 | 'mwe-embedplayer-video-flv' => 'Wideo we Flash', |
1778 | 1870 | 'mwe-embedplayer-video-ogg' => 'Wideo w Ogg', |
1779 | 1871 | 'mwe-embedplayer-video-audio' => 'Dźwięk w Ogg', |
1780 | | - 'mwe-embedplayer-missing-source' => 'Nie ustalono źródła obrazu. Sprawdź czy wstawiony kod HTML zawiera źródło i klucz API', |
| 1872 | + 'mwe-embedplayer-missing-source' => 'Nie ustalono źródła obrazu.', |
1781 | 1873 | ); |
1782 | 1874 | |
1783 | 1875 | /** Piedmontese (Piemontèis) |
— | — | @@ -1810,6 +1902,10 @@ |
1811 | 1903 | 'mwe-embedplayer-download' => 'Dëscaria', |
1812 | 1904 | 'mwe-embedplayer-share' => 'Condivid', |
1813 | 1905 | 'mwe-embedplayer-credits' => 'Arconossiment', |
| 1906 | + 'mwe-embedplayer-about-library' => 'A propòsit dël riprodutor Kaltura', |
| 1907 | + 'mwe-embedplayer-about-library-desc' => "La librarìa dël mojen HTML5 ëd Kaltura a lo abìlita a sfruté ancheuj le tichëtte HTML5 <code><nowiki><video></nowiki></code> e <code><nowiki><audio></nowiki></code> con n'antërfacia ëd riprodussion coerenta con tùit ij navigador prinsipaj. |
| 1908 | + |
| 1909 | +[$1 Për savèjne ëd pi a propòsit ëd la librarìa dël riprodutor Kaltura]", |
1814 | 1910 | 'mwe-embedplayer-clip_linkback' => 'Pàgina sorgiss dël curt-metragi', |
1815 | 1911 | 'mwe-embedplayer-choose_player' => 'Serne ël letor dij filmà', |
1816 | 1912 | 'mwe-embedplayer-no-player' => 'Pa gnun letor disponìbij për $1', |
— | — | @@ -1836,12 +1932,13 @@ |
1837 | 1933 | 'mwe-embedplayer-embed_site_or_blog' => 'Ancorporé an sna pàgina', |
1838 | 1934 | 'mwe-embedplayer-related_videos' => 'Filmà assossià', |
1839 | 1935 | 'mwe-embedplayer-seeking' => 'arserca', |
| 1936 | + 'mwe-embedplayer-buffering' => 'an camin a buté ant la memòria tampon', |
1840 | 1937 | 'mwe-embedplayer-copy-code' => 'Copié ël còdes', |
1841 | 1938 | 'mwe-embedplayer-video-h264' => 'filmà H.264', |
1842 | 1939 | 'mwe-embedplayer-video-flv' => 'filmà Flash', |
1843 | 1940 | 'mwe-embedplayer-video-ogg' => 'filmà Ogg', |
1844 | 1941 | 'mwe-embedplayer-video-audio' => 'Àudio Ogg', |
1845 | | - 'mwe-embedplayer-missing-source' => "Gnun filmà sorgiss a l'é syàit trovà. Ch'a contròla che sò còdes d'ancorporassion a conten-a na sorgiss o na ciav API", |
| 1942 | + 'mwe-embedplayer-missing-source' => "Gnun filmà sorgiss a l'é stàit trovà.", |
1846 | 1943 | ); |
1847 | 1944 | |
1848 | 1945 | /** Pashto (پښتو) |
— | — | @@ -1884,6 +1981,10 @@ |
1885 | 1982 | 'mwe-embedplayer-download' => 'Download', |
1886 | 1983 | 'mwe-embedplayer-share' => 'Partilhar', |
1887 | 1984 | 'mwe-embedplayer-credits' => 'Créditos', |
| 1985 | + 'mwe-embedplayer-about-library' => 'Sobre o leitor Kaltura', |
| 1986 | + 'mwe-embedplayer-about-library-desc' => 'A biblioteca multimédia HTML5 do Kaltura permite-lhe utilizar já hoje os elementos <code><nowiki><video></nowiki></code> e <code><nowiki><audio></nowiki></code> do HTML5 com uma interface consistente do leitor em todos os browsers principais. |
| 1987 | + |
| 1988 | +[$1 Mais sobre a biblioteca do leitor Kaltura].', |
1888 | 1989 | 'mwe-embedplayer-clip_linkback' => 'Página fonte do clipe', |
1889 | 1990 | 'mwe-embedplayer-choose_player' => 'Escolher leitor de vídeo', |
1890 | 1991 | 'mwe-embedplayer-no-player' => 'Não há nenhum leitor disponível para $1', |
— | — | @@ -1911,12 +2012,13 @@ |
1912 | 2013 | 'mwe-embedplayer-embed_site_or_blog' => 'Incorporar numa página', |
1913 | 2014 | 'mwe-embedplayer-related_videos' => 'Vídeos relacionados', |
1914 | 2015 | 'mwe-embedplayer-seeking' => 'a procurar', |
| 2016 | + 'mwe-embedplayer-buffering' => 'a preencher a buffer', |
1915 | 2017 | 'mwe-embedplayer-copy-code' => 'Copiar código', |
1916 | 2018 | 'mwe-embedplayer-video-h264' => 'Vídeo H.264', |
1917 | 2019 | 'mwe-embedplayer-video-flv' => 'Vídeo Flash', |
1918 | 2020 | 'mwe-embedplayer-video-ogg' => 'Vídeo Ogg', |
1919 | 2021 | 'mwe-embedplayer-video-audio' => 'Áudio Ogg', |
1920 | | - 'mwe-embedplayer-missing-source' => 'Não foi encontrado nenhum vídeo. Verifique que o seu código inclui a fonte ou uma chave API', |
| 2022 | + 'mwe-embedplayer-missing-source' => 'Não foi encontrado nenhum vídeo.', |
1921 | 2023 | ); |
1922 | 2024 | |
1923 | 2025 | /** Brazilian Portuguese (Português do Brasil) |
— | — | @@ -1950,6 +2052,14 @@ |
1951 | 2053 | 'mwe-embedplayer-download' => 'Baixar', |
1952 | 2054 | 'mwe-embedplayer-share' => 'Compartilhar', |
1953 | 2055 | 'mwe-embedplayer-credits' => 'Créditos', |
| 2056 | + 'mwe-embedplayer-about-library' => 'Sobre o reprodutor Kaltura', |
| 2057 | + 'mwe-embedplayer-about-library-desc' => 'A biblioteca de mídia HTML5 da Kaltura permite que você tira vantagem hoje das marcações HTML5 <code><nowiki><video></nowiki></code> e <code><nowiki><audio></nowiki></code> com uma interface de reprodutor consistente em todos os principais navegadores. |
| 2058 | + |
| 2059 | +[$1 Mais sobre a biblioteca de reprodução Kaltura]. |
| 2060 | + |
| 2061 | +enables you to take advantage of the HTML5 <code><nowiki><video></nowiki></code> and <code><nowiki><audio></nowiki></code> tags today with a consistent player interface across all major browsers. |
| 2062 | + |
| 2063 | +[$1 More about the Kaltura player library].', |
1954 | 2064 | 'mwe-embedplayer-clip_linkback' => 'Página fonte do clipe', |
1955 | 2065 | 'mwe-embedplayer-choose_player' => 'Escolher leitor de vídeo', |
1956 | 2066 | 'mwe-embedplayer-no-player' => 'Não há nenhum leitor disponível para $1', |
— | — | @@ -1976,12 +2086,13 @@ |
1977 | 2087 | 'mwe-embedplayer-embed_site_or_blog' => 'Incorporar numa página', |
1978 | 2088 | 'mwe-embedplayer-related_videos' => 'Vídeos relacionados', |
1979 | 2089 | 'mwe-embedplayer-seeking' => 'procurando', |
| 2090 | + 'mwe-embedplayer-buffering' => 'buffering', |
1980 | 2091 | 'mwe-embedplayer-copy-code' => 'Copiar código', |
1981 | 2092 | 'mwe-embedplayer-video-h264' => 'Vídeo H.264', |
1982 | 2093 | 'mwe-embedplayer-video-flv' => 'Vídeo Flash', |
1983 | 2094 | 'mwe-embedplayer-video-ogg' => 'Vídeo Ogg', |
1984 | 2095 | 'mwe-embedplayer-video-audio' => 'Áudio Ogg', |
1985 | | - 'mwe-embedplayer-missing-source' => 'Não foi encontrado nenhum vídeo. Verifique que o seu código inclui a fonte ou uma chave API', |
| 2096 | + 'mwe-embedplayer-missing-source' => 'Não foi encontrado nenhum vídeo.', |
1986 | 2097 | ); |
1987 | 2098 | |
1988 | 2099 | /** Russian (Русский) |
— | — | @@ -2014,6 +2125,10 @@ |
2015 | 2126 | 'mwe-embedplayer-download' => 'Загрузить', |
2016 | 2127 | 'mwe-embedplayer-share' => 'Поделиться', |
2017 | 2128 | 'mwe-embedplayer-credits' => 'Создатели', |
| 2129 | + 'mwe-embedplayer-about-library' => 'О проигрывателе Kaltura', |
| 2130 | + 'mwe-embedplayer-about-library-desc' => 'HTML5 медиа-библиотека Kaltura позволяет вам уже сейчас пользоваться тегами HTML5 <code><nowiki><video></nowiki></code> и <code><nowiki><audio></nowiki></code> со стандартным интерфейсом воспроизведения во всех основных браузерах. |
| 2131 | + |
| 2132 | +[$1 Подробнее о библиотеке проигрывателя Kaltura].', |
2018 | 2133 | 'mwe-embedplayer-clip_linkback' => 'Исходная страница клипа', |
2019 | 2134 | 'mwe-embedplayer-choose_player' => 'Выбор проигрывателя', |
2020 | 2135 | 'mwe-embedplayer-no-player' => 'Нет проигрывателя для $1', |
— | — | @@ -2041,12 +2156,13 @@ |
2042 | 2157 | 'mwe-embedplayer-embed_site_or_blog' => 'Вставить на страницу', |
2043 | 2158 | 'mwe-embedplayer-related_videos' => 'Связанные видео', |
2044 | 2159 | 'mwe-embedplayer-seeking' => 'поиск', |
| 2160 | + 'mwe-embedplayer-buffering' => 'буферизация', |
2045 | 2161 | 'mwe-embedplayer-copy-code' => 'Копировать код', |
2046 | 2162 | 'mwe-embedplayer-video-h264' => 'Видео H.264', |
2047 | 2163 | 'mwe-embedplayer-video-flv' => 'Flash-видео', |
2048 | 2164 | 'mwe-embedplayer-video-ogg' => 'Ogg-видео', |
2049 | 2165 | 'mwe-embedplayer-video-audio' => 'Ogg-аудио', |
2050 | | - 'mwe-embedplayer-missing-source' => 'Не найден источник видео. Проверьте, что ваш встроенный код содержит источник или ключ API.', |
| 2166 | + 'mwe-embedplayer-missing-source' => 'Не найден источник видео', |
2051 | 2167 | ); |
2052 | 2168 | |
2053 | 2169 | /** Rusyn (Русиньскый) |
— | — | @@ -2180,6 +2296,10 @@ |
2181 | 2297 | 'mwe-embedplayer-download' => 'Ikargang pababa', |
2182 | 2298 | 'mwe-embedplayer-share' => 'Ipamahagi', |
2183 | 2299 | 'mwe-embedplayer-credits' => 'Mga banggit-pagkilala', |
| 2300 | + 'mwe-embedplayer-about-library' => 'Tungkol sa pampaandar na Kaltura', |
| 2301 | + 'mwe-embedplayer-about-library-desc' => 'Ang aklatan ng midyang HTML5 ng Kaltura ay nagpapahintulot sa iyong samantalahin ang mga tatak na <code><nowiki><bidyo></nowiki></code> na HTML5 at <code><nowiki><audio></nowiki></code> ngayon ng isang ugnayang-mukha ng palagiang pampaandar sa kahabaan ng lahat ng pangunahing mga pantingin-tingin. |
| 2302 | + |
| 2303 | +[$1 Marami pang hinggil sa aklatan ng pampaandar ng Kaltura].', |
2184 | 2304 | 'mwe-embedplayer-clip_linkback' => 'Pahina ng pinagmulan ng putol', |
2185 | 2305 | 'mwe-embedplayer-choose_player' => 'Piliin ang pampaandar ng bidyo', |
2186 | 2306 | 'mwe-embedplayer-no-player' => 'Walang makuhang pampaandar para sa $1', |
— | — | @@ -2206,12 +2326,13 @@ |
2207 | 2327 | 'mwe-embedplayer-embed_site_or_blog' => 'Ibaon sa isang pahina', |
2208 | 2328 | 'mwe-embedplayer-related_videos' => 'Kaugnay na mga bidyo', |
2209 | 2329 | 'mwe-embedplayer-seeking' => 'hinahanap', |
| 2330 | + 'mwe-embedplayer-buffering' => 'pinapakinis', |
2210 | 2331 | 'mwe-embedplayer-copy-code' => 'Kopyahin ang kodigo', |
2211 | 2332 | 'mwe-embedplayer-video-h264' => 'Bidyong H.264', |
2212 | 2333 | 'mwe-embedplayer-video-flv' => 'Bidyong kisap', |
2213 | 2334 | 'mwe-embedplayer-video-ogg' => 'Bidyong Ogg', |
2214 | 2335 | 'mwe-embedplayer-video-audio' => 'Tunog na Ogg', |
2215 | | - 'mwe-embedplayer-missing-source' => 'Walang natagpuang pinagmulang bidyo. Suriin kung ang iyong kodigo ng pagbaon ay may isang pinagmulan o susing API', |
| 2336 | + 'mwe-embedplayer-missing-source' => 'Walang natagpuang pinagmulang bidyo.', |
2216 | 2337 | ); |
2217 | 2338 | |
2218 | 2339 | /** Turkish (Türkçe) */ |
Index: branches/MwEmbedStandAlone/modules/ClipEdit/ClipEdit.i18n.php |
— | — | @@ -62,12 +62,16 @@ |
63 | 63 | |
64 | 64 | /** Arabic (العربية) |
65 | 65 | * @author Majid Al-Dharrab |
| 66 | + * @author Samer |
66 | 67 | */ |
67 | 68 | $messages['ar'] = array( |
68 | 69 | 'mwe-clipedit-crop' => 'اقتص الصورة', |
69 | 70 | 'mwe-clipedit-apply_crop' => 'طبّق الاقتصاص على الصورة', |
70 | 71 | 'mwe-clipedit-reset_crop' => 'صفّر الاقتصاص', |
| 72 | + 'mwe-clipedit-insert_image_page' => 'أدرج في الصفحة', |
| 73 | + 'mwe-clipedit-preview_insert' => 'عاين المدرج', |
71 | 74 | 'mwe-clipedit-cancel_image_insert' => 'ألغِ الإدراج', |
| 75 | + 'mwe-clipedit-sc_overlays' => 'الطبقات الإضافية', |
72 | 76 | 'mwe-clipedit-sc_audio' => 'تحكم الصوت', |
73 | 77 | 'mwe-clipedit-sc_duration' => 'المدة', |
74 | 78 | 'mwe-clipedit-template_properties' => 'خصائص القالب', |
— | — | @@ -163,11 +167,13 @@ |
164 | 168 | $messages['bs'] = array( |
165 | 169 | 'mwe-clipedit-crop' => 'Isjecanje slike', |
166 | 170 | 'mwe-clipedit-apply_crop' => 'Primijeni isijecanje na sliku', |
| 171 | + 'mwe-clipedit-reset_crop' => 'Ponište isijecanje', |
167 | 172 | 'mwe-clipedit-insert_image_page' => 'Ubaci u stranicu', |
168 | 173 | 'mwe-clipedit-insert_into_sequence' => 'Ubaci u niz', |
169 | 174 | 'mwe-clipedit-preview_insert' => 'Pregled ubacivanja', |
170 | 175 | 'mwe-clipedit-cancel_image_insert' => 'Odustani od ubacivanja', |
171 | 176 | 'mwe-clipedit-sc_attributes' => 'Uređivanje podataka snimke', |
| 177 | + 'mwe-clipedit-sc_inoutpoints' => 'Postavi tačke ulaz-izlaz', |
172 | 178 | 'mwe-clipedit-sc_overlays' => 'Slojevi', |
173 | 179 | 'mwe-clipedit-sc_audio' => 'Kontrola zvuka', |
174 | 180 | 'mwe-clipedit-sc_duration' => 'Trajanje', |
— | — | @@ -176,16 +182,39 @@ |
177 | 183 | 'mwe-clipedit-edit_properties' => 'Uredi svojstva', |
178 | 184 | 'mwe-clipedit-other_properties' => 'Ostala svojstva', |
179 | 185 | 'mwe-clipedit-resource_page' => 'Izvorna stranica:', |
| 186 | + 'mwe-clipedit-set_in_out_points' => 'Postavi tačke ulaz-izlaz', |
180 | 187 | 'mwe-clipedit-start_time' => 'Vrijeme početka', |
181 | 188 | 'mwe-clipedit-end_time' => 'Vrijeme završetka', |
| 189 | + 'mwe-clipedit-preview_inout' => 'Pregled tačaka ulaz-izlaz', |
182 | 190 | 'mwe-clipedit-edit-tools' => 'Uređivanje alata', |
183 | 191 | 'mwe-clipedit-inline-description' => 'Opis', |
184 | 192 | 'mwe-clipedit-edit-video-tools' => 'Uredi video alate:', |
185 | 193 | 'mwe-clipedit-duration' => 'Trajanje:', |
186 | 194 | 'mwe-clipedit-layout' => 'Izgled', |
187 | 195 | 'mwe-clipedit-layout_right' => 'Izgled sa slikom na desnoj strani', |
| 196 | + 'mwe-clipedit-layout_left' => 'Izgled sa slikom na lijevoj strani', |
188 | 197 | ); |
189 | 198 | |
| 199 | +/** Catalan (Català) |
| 200 | + * @author Solde |
| 201 | + */ |
| 202 | +$messages['ca'] = array( |
| 203 | + 'mwe-clipedit-sc_audio' => "Control d'audio", |
| 204 | + 'mwe-clipedit-sc_duration' => 'Durada', |
| 205 | + 'mwe-clipedit-template_properties' => 'Propietats de la plantilla', |
| 206 | + 'mwe-clipedit-custom_title' => 'Títol personalitzat', |
| 207 | + 'mwe-clipedit-edit_properties' => 'Edita les propietats', |
| 208 | + 'mwe-clipedit-other_properties' => 'Altres propietats', |
| 209 | + 'mwe-clipedit-resource_page' => 'Pàgina de recursos:', |
| 210 | + 'mwe-clipedit-start_time' => "Hora d'inici", |
| 211 | + 'mwe-clipedit-end_time' => 'Hora de finalització', |
| 212 | + 'mwe-clipedit-edit-tools' => "Eines d'edició", |
| 213 | + 'mwe-clipedit-inline-description' => 'Llegenda', |
| 214 | + 'mwe-clipedit-edit-video-tools' => 'Edita les eines de vídeo:', |
| 215 | + 'mwe-clipedit-duration' => 'Durada:', |
| 216 | + 'mwe-clipedit-layout' => 'Disseny', |
| 217 | +); |
| 218 | + |
190 | 219 | /** Czech (Česky) */ |
191 | 220 | $messages['cs'] = array( |
192 | 221 | 'mwe-clipedit-crop' => 'Oříznout obrázek', |
— | — | @@ -325,13 +354,25 @@ |
326 | 355 | 'mwe-clipedit-duration' => 'Διάρκεια:', |
327 | 356 | ); |
328 | 357 | |
329 | | -/** Esperanto (Esperanto) */ |
| 358 | +/** Esperanto (Esperanto) |
| 359 | + * @author Yekrats |
| 360 | + */ |
330 | 361 | $messages['eo'] = array( |
331 | 362 | 'mwe-clipedit-crop' => 'Stuci bildon', |
332 | 363 | 'mwe-clipedit-apply_crop' => 'Apliki stucon al bildo', |
| 364 | + 'mwe-clipedit-reset_crop' => 'Reŝarĝi stucon', |
| 365 | + 'mwe-clipedit-insert_image_page' => 'Enigi en paĝon', |
| 366 | + 'mwe-clipedit-insert_into_sequence' => 'Enigi en sekvencon', |
| 367 | + 'mwe-clipedit-preview_insert' => 'Antaŭvidi enmeton', |
333 | 368 | 'mwe-clipedit-cancel_image_insert' => 'Nuligi enmeton', |
334 | 369 | 'mwe-clipedit-sc_duration' => 'Daŭro', |
335 | 370 | 'mwe-clipedit-custom_title' => 'Memkreita titolo', |
| 371 | + 'mwe-clipedit-other_properties' => 'Aliaj ecoj', |
| 372 | + 'mwe-clipedit-edit-tools' => 'Redaktiloj', |
| 373 | + 'mwe-clipedit-inline-description' => 'Subteksto', |
| 374 | + 'mwe-clipedit-edit-video-tools' => 'Video-redaktiloj', |
| 375 | + 'mwe-clipedit-duration' => 'Daŭro:', |
| 376 | + 'mwe-clipedit-layout' => 'Aspekto', |
336 | 377 | ); |
337 | 378 | |
338 | 379 | /** Spanish (Español) |
— | — | @@ -369,6 +410,16 @@ |
370 | 411 | 'mwe-clipedit-layout_left' => 'Composición de la imagen del lado izquierdo', |
371 | 412 | ); |
372 | 413 | |
| 414 | +/** Estonian (Eesti) |
| 415 | + * @author Pikne |
| 416 | + */ |
| 417 | +$messages['et'] = array( |
| 418 | + 'mwe-clipedit-sc_duration' => 'Kestus', |
| 419 | + 'mwe-clipedit-start_time' => 'Algusaeg', |
| 420 | + 'mwe-clipedit-end_time' => 'Lõpuaeg', |
| 421 | + 'mwe-clipedit-duration' => 'Kestus:', |
| 422 | +); |
| 423 | + |
373 | 424 | /** Basque (Euskara) */ |
374 | 425 | $messages['eu'] = array( |
375 | 426 | 'mwe-clipedit-crop' => 'Irudia moztu', |
— | — | @@ -531,7 +582,9 @@ |
532 | 583 | 'mwe-clipedit-layout_left' => 'Bild uf dr linke Syte', |
533 | 584 | ); |
534 | 585 | |
535 | | -/** Hebrew (עברית) */ |
| 586 | +/** Hebrew (עברית) |
| 587 | + * @author YaronSh |
| 588 | + */ |
536 | 589 | $messages['he'] = array( |
537 | 590 | 'mwe-clipedit-crop' => 'חיתוך תמונה', |
538 | 591 | 'mwe-clipedit-apply_crop' => 'החלת החיתוך על התמונה', |
— | — | @@ -553,8 +606,18 @@ |
554 | 607 | 'mwe-clipedit-start_time' => 'זמן ההתחלה', |
555 | 608 | 'mwe-clipedit-end_time' => 'זמן הסיום', |
556 | 609 | 'mwe-clipedit-preview_inout' => 'תצוגה מקדימה של נקודות הכניסה-יציאה', |
| 610 | + 'mwe-clipedit-edit-tools' => 'כלי עריכה', |
| 611 | + 'mwe-clipedit-duration' => 'משך:', |
| 612 | + 'mwe-clipedit-layout' => 'פריסה', |
557 | 613 | ); |
558 | 614 | |
| 615 | +/** Croatian (Hrvatski) |
| 616 | + * @author Herr Mlinka |
| 617 | + */ |
| 618 | +$messages['hr'] = array( |
| 619 | + 'mwe-clipedit-duration' => 'Trajanje:', |
| 620 | +); |
| 621 | + |
559 | 622 | /** Upper Sorbian (Hornjoserbsce) |
560 | 623 | * @author Michawiki |
561 | 624 | */ |
— | — | @@ -753,7 +816,9 @@ |
754 | 817 | 'mwe-clipedit-duration' => '시간:', |
755 | 818 | ); |
756 | 819 | |
757 | | -/** Colognian (Ripoarisch) */ |
| 820 | +/** Colognian (Ripoarisch) |
| 821 | + * @author Purodha |
| 822 | + */ |
758 | 823 | $messages['ksh'] = array( |
759 | 824 | 'mwe-clipedit-crop' => 'Beld beschnigge', |
760 | 825 | 'mwe-clipedit-apply_crop' => 'Lohß Jonn!', |
— | — | @@ -762,6 +827,7 @@ |
763 | 828 | 'mwe-clipedit-insert_into_sequence' => 'En de Afshpellleß ennfööje', |
764 | 829 | 'mwe-clipedit-preview_insert' => 'Vör_Aansich för et Ennfööje', |
765 | 830 | 'mwe-clipedit-cancel_image_insert' => 'Et Enfööje avbreche!', |
| 831 | + 'mwe-clipedit-sc_attributes' => 'Einzelheite zom Video ändere', |
766 | 832 | 'mwe-clipedit-sc_inoutpoints' => 'Der En- un Ußschteeschßpunk för et Afschpelle faßlääje', |
767 | 833 | 'mwe-clipedit-sc_overlays' => 'Övverbländunge', |
768 | 834 | 'mwe-clipedit-sc_audio' => 'Enshtällunge för der Tohn', |
— | — | @@ -779,6 +845,9 @@ |
780 | 846 | 'mwe-clipedit-inline-description' => 'Legände', |
781 | 847 | 'mwe-clipedit-edit-video-tools' => 'Wärkzüsch för Viddejos ze beärbeide:', |
782 | 848 | 'mwe-clipedit-duration' => 'Duur:', |
| 849 | + 'mwe-clipedit-layout' => 'Ußreeschdung', |
| 850 | + 'mwe-clipedit-layout_right' => 'Beld op der rääshte Sigg', |
| 851 | + 'mwe-clipedit-layout_left' => 'Beld op der lengke Sigg', |
783 | 852 | ); |
784 | 853 | |
785 | 854 | /** Luxembourgish (Lëtzebuergesch) |
— | — | @@ -908,6 +977,7 @@ |
909 | 978 | ); |
910 | 979 | |
911 | 980 | /** Norwegian (bokmål) (Norsk (bokmål)) |
| 981 | + * @author Jon Harald Søby |
912 | 982 | * @author Nghtwlkr |
913 | 983 | */ |
914 | 984 | $messages['no'] = array( |
— | — | @@ -918,11 +988,27 @@ |
919 | 989 | 'mwe-clipedit-insert_into_sequence' => 'Sett inn i sekvens', |
920 | 990 | 'mwe-clipedit-preview_insert' => 'Forhåndsvis innsetting', |
921 | 991 | 'mwe-clipedit-cancel_image_insert' => 'Avbryt innsetting', |
| 992 | + 'mwe-clipedit-sc_attributes' => 'Rediger klippdetalj', |
| 993 | + 'mwe-clipedit-sc_inoutpoints' => 'Sett inn-ut-punkt', |
| 994 | + 'mwe-clipedit-sc_overlays' => 'Transparenter', |
| 995 | + 'mwe-clipedit-sc_audio' => 'Lydkontroll', |
| 996 | + 'mwe-clipedit-sc_duration' => 'Varighet', |
922 | 997 | 'mwe-clipedit-template_properties' => 'Malegenskaper', |
923 | 998 | 'mwe-clipedit-custom_title' => 'Egendefinert tittel', |
924 | 999 | 'mwe-clipedit-edit_properties' => 'Rediger egenskaper', |
925 | 1000 | 'mwe-clipedit-other_properties' => 'Andre egenskaper', |
926 | 1001 | 'mwe-clipedit-resource_page' => 'Ressursside:', |
| 1002 | + 'mwe-clipedit-set_in_out_points' => 'Sett inn-ut-punkt', |
| 1003 | + 'mwe-clipedit-start_time' => 'Starttid', |
| 1004 | + 'mwe-clipedit-end_time' => 'Sluttid', |
| 1005 | + 'mwe-clipedit-preview_inout' => 'Forhåndsvis inn-ut-punkt', |
| 1006 | + 'mwe-clipedit-edit-tools' => 'Redigeringsverktøy', |
| 1007 | + 'mwe-clipedit-inline-description' => 'Undertekst', |
| 1008 | + 'mwe-clipedit-edit-video-tools' => 'Rediger video-verktøy:', |
| 1009 | + 'mwe-clipedit-duration' => 'Varighet', |
| 1010 | + 'mwe-clipedit-layout' => 'Oppsett', |
| 1011 | + 'mwe-clipedit-layout_right' => 'Bildeoppsett høyre side', |
| 1012 | + 'mwe-clipedit-layout_left' => 'Bildeoppsett venstre side', |
927 | 1013 | ); |
928 | 1014 | |
929 | 1015 | /** Occitan (Occitan) */ |
— | — | @@ -1100,6 +1186,31 @@ |
1101 | 1187 | 'mwe-clipedit-layout_left' => 'Imagem posicionada à esquerda', |
1102 | 1188 | ); |
1103 | 1189 | |
| 1190 | +/** Romanian (Română) |
| 1191 | + * @author Firilacroco |
| 1192 | + */ |
| 1193 | +$messages['ro'] = array( |
| 1194 | + 'mwe-clipedit-crop' => 'Decupaţi imaginea', |
| 1195 | + 'mwe-clipedit-apply_crop' => 'Aplicați decuparea', |
| 1196 | + 'mwe-clipedit-reset_crop' => 'Restabiliți decupajul', |
| 1197 | + 'mwe-clipedit-insert_image_page' => 'Inseraţi în pagina', |
| 1198 | + 'mwe-clipedit-insert_into_sequence' => 'Introduceţi în secvenţă', |
| 1199 | + 'mwe-clipedit-preview_insert' => 'Previzualizați inserția', |
| 1200 | + 'mwe-clipedit-cancel_image_insert' => 'Anulați inserția', |
| 1201 | + 'mwe-clipedit-sc_audio' => 'Control audio', |
| 1202 | + 'mwe-clipedit-sc_duration' => 'Durată', |
| 1203 | + 'mwe-clipedit-template_properties' => 'Proprietățile formatului', |
| 1204 | + 'mwe-clipedit-custom_title' => 'Titlu personalizat', |
| 1205 | + 'mwe-clipedit-edit_properties' => 'Modificați proprietățile', |
| 1206 | + 'mwe-clipedit-other_properties' => 'Alte proprietăţi', |
| 1207 | + 'mwe-clipedit-start_time' => 'Timp de pornire', |
| 1208 | + 'mwe-clipedit-end_time' => 'Timp de finalizare', |
| 1209 | + 'mwe-clipedit-edit-tools' => 'Unelte de modificare', |
| 1210 | + 'mwe-clipedit-inline-description' => 'Descriere', |
| 1211 | + 'mwe-clipedit-edit-video-tools' => 'Editare instrumente video:', |
| 1212 | + 'mwe-clipedit-duration' => 'Durată:', |
| 1213 | +); |
| 1214 | + |
1104 | 1215 | /** Russian (Русский) |
1105 | 1216 | * @author Александр Сигачёв |
1106 | 1217 | */ |
— | — | @@ -1242,28 +1353,57 @@ |
1243 | 1354 | ); |
1244 | 1355 | |
1245 | 1356 | /** Swedish (Svenska) |
| 1357 | + * @author Ainali |
| 1358 | + * @author Cohan |
1246 | 1359 | * @author Dafer45 |
1247 | 1360 | */ |
1248 | 1361 | $messages['sv'] = array( |
1249 | 1362 | 'mwe-clipedit-crop' => 'Beskär bild', |
1250 | 1363 | 'mwe-clipedit-apply_crop' => 'Verkställ beskärning', |
1251 | 1364 | 'mwe-clipedit-reset_crop' => 'Återställ beskärning', |
| 1365 | + 'mwe-clipedit-insert_image_page' => 'Lägg till på sida', |
| 1366 | + 'mwe-clipedit-insert_into_sequence' => 'Lägg till i sekvensen', |
| 1367 | + 'mwe-clipedit-preview_insert' => 'Förhandsgranska infogning', |
| 1368 | + 'mwe-clipedit-cancel_image_insert' => 'Avbryt infogning', |
| 1369 | + 'mwe-clipedit-sc_attributes' => 'Redigera klippdetalj', |
| 1370 | + 'mwe-clipedit-sc_inoutpoints' => 'Sätt in-ut punkter', |
| 1371 | + 'mwe-clipedit-sc_overlays' => 'Överlägg', |
| 1372 | + 'mwe-clipedit-sc_audio' => 'Ljudkontroll', |
| 1373 | + 'mwe-clipedit-sc_duration' => 'Varaktighet', |
| 1374 | + 'mwe-clipedit-template_properties' => 'Mallegenskaper', |
| 1375 | + 'mwe-clipedit-custom_title' => 'Anpassad rubrik', |
1252 | 1376 | 'mwe-clipedit-edit_properties' => 'Redigera egenskaper', |
1253 | 1377 | 'mwe-clipedit-other_properties' => 'Andra egenskaper', |
| 1378 | + 'mwe-clipedit-resource_page' => 'Resurssida:', |
| 1379 | + 'mwe-clipedit-set_in_out_points' => 'Sätt in-ut punkter', |
1254 | 1380 | 'mwe-clipedit-start_time' => 'Starttid', |
1255 | 1381 | 'mwe-clipedit-end_time' => 'Sluttid', |
| 1382 | + 'mwe-clipedit-preview_inout' => 'Förhandsgranska in-ut punkter', |
| 1383 | + 'mwe-clipedit-edit-tools' => 'Redigeringsverktyg', |
| 1384 | + 'mwe-clipedit-inline-description' => 'Undertext', |
| 1385 | + 'mwe-clipedit-edit-video-tools' => 'Redigera video verktyg:', |
| 1386 | + 'mwe-clipedit-duration' => 'Varaktighet:', |
1256 | 1387 | 'mwe-clipedit-layout' => 'Layout', |
| 1388 | + 'mwe-clipedit-layout_right' => 'Bildlayout höger sida', |
| 1389 | + 'mwe-clipedit-layout_left' => 'Bildlayout vänster sida', |
1257 | 1390 | ); |
1258 | 1391 | |
1259 | 1392 | /** Tamil (தமிழ்) |
1260 | 1393 | * @author TRYPPN |
1261 | 1394 | */ |
1262 | 1395 | $messages['ta'] = array( |
| 1396 | + 'mwe-clipedit-preview_insert' => 'உள்ளீடு செய்யப்பட்டவைகளை முன்தோற்றமாகப் பார்க்கவும்', |
| 1397 | + 'mwe-clipedit-cancel_image_insert' => 'உள்ளீடு செய்தவைகளை விட்டுவிடவும்', |
1263 | 1398 | 'mwe-clipedit-sc_duration' => 'இடைப்பட்ட காலம்', |
| 1399 | + 'mwe-clipedit-custom_title' => 'தனிப்பட்ட விருப்பத் தலைப்பு', |
1264 | 1400 | 'mwe-clipedit-start_time' => 'ஆரம்ப நேரம்', |
1265 | 1401 | 'mwe-clipedit-end_time' => 'முடியும் நேரம்', |
| 1402 | + 'mwe-clipedit-edit-tools' => 'தொகுப்பிற்கான கருவிகள்', |
1266 | 1403 | 'mwe-clipedit-inline-description' => 'தலைப்பு', |
1267 | 1404 | 'mwe-clipedit-duration' => 'இடைப்பட்ட காலம்:', |
| 1405 | + 'mwe-clipedit-layout' => 'வடிவமைப்பு', |
| 1406 | + 'mwe-clipedit-layout_right' => 'வலதுபுறத்தில் உள்ள படத்தின் வடிவமைப்பு', |
| 1407 | + 'mwe-clipedit-layout_left' => 'இடதுபுறத்தில் உள்ள படத்தின் வடிவமைப்பு', |
1268 | 1408 | ); |
1269 | 1409 | |
1270 | 1410 | /** Telugu (తెలుగు) */ |
— | — | @@ -1433,13 +1573,45 @@ |
1434 | 1574 | 'mwe-clipedit-edit-tools' => 'Công cụ sửa đổi', |
1435 | 1575 | ); |
1436 | 1576 | |
1437 | | -/** Simplified Chinese (中文(简体)) */ |
| 1577 | +/** Yoruba (Yorùbá) |
| 1578 | + * @author Demmy |
| 1579 | + */ |
| 1580 | +$messages['yo'] = array( |
| 1581 | + 'mwe-clipedit-start_time' => 'Àsìkò ìbẹ̀rẹ̀', |
| 1582 | + 'mwe-clipedit-end_time' => 'Àsìkò ìparí', |
| 1583 | +); |
| 1584 | + |
| 1585 | +/** Simplified Chinese (中文(简体)) |
| 1586 | + * @author Shizhao |
| 1587 | + */ |
1438 | 1588 | $messages['zh-hans'] = array( |
| 1589 | + 'mwe-clipedit-crop' => '裁剪图像', |
| 1590 | + 'mwe-clipedit-apply_crop' => '对图像进行裁剪', |
| 1591 | + 'mwe-clipedit-reset_crop' => '重新裁剪', |
| 1592 | + 'mwe-clipedit-insert_image_page' => '插入到页面', |
| 1593 | + 'mwe-clipedit-insert_into_sequence' => '插入到序列', |
| 1594 | + 'mwe-clipedit-preview_insert' => '预览插入', |
| 1595 | + 'mwe-clipedit-cancel_image_insert' => '取消插入', |
| 1596 | + 'mwe-clipedit-sc_attributes' => '剪辑细节编辑', |
| 1597 | + 'mwe-clipedit-sc_inoutpoints' => '设置进出点', |
| 1598 | + 'mwe-clipedit-sc_overlays' => '重叠', |
| 1599 | + 'mwe-clipedit-sc_audio' => '音频控制', |
1439 | 1600 | 'mwe-clipedit-sc_duration' => '期限', |
| 1601 | + 'mwe-clipedit-template_properties' => '模板属性', |
| 1602 | + 'mwe-clipedit-custom_title' => '定制标题', |
| 1603 | + 'mwe-clipedit-edit_properties' => '编辑属性', |
| 1604 | + 'mwe-clipedit-other_properties' => '其他属性', |
| 1605 | + 'mwe-clipedit-resource_page' => '资源页:', |
| 1606 | + 'mwe-clipedit-set_in_out_points' => '设置进出点', |
1440 | 1607 | 'mwe-clipedit-start_time' => '开始时间', |
1441 | 1608 | 'mwe-clipedit-end_time' => '结束时间', |
| 1609 | + 'mwe-clipedit-preview_inout' => '预览进出点', |
| 1610 | + 'mwe-clipedit-edit-tools' => '编辑工具', |
1442 | 1611 | 'mwe-clipedit-inline-description' => '说明', |
| 1612 | + 'mwe-clipedit-edit-video-tools' => '编辑视频工具', |
1443 | 1613 | 'mwe-clipedit-duration' => '期限:', |
1444 | 1614 | 'mwe-clipedit-layout' => '布局', |
| 1615 | + 'mwe-clipedit-layout_right' => '右侧图像布局', |
| 1616 | + 'mwe-clipedit-layout_left' => '左侧图像布局', |
1445 | 1617 | ); |
1446 | 1618 | |
Index: branches/MwEmbedStandAlone/remotes/mediaWiki.js |
— | — | @@ -464,12 +464,10 @@ |
465 | 465 | if( pwidth < 250 ){ |
466 | 466 | pwidth = 250; |
467 | 467 | } |
468 | | - html_out = '<audio' + common_attr + ' ' + |
469 | | - 'style="width:' + pwidth + 'px;height:0px;"></audio>'; |
| 468 | + html_out = '<audio ' + common_attr + 'style="width:' + pwidth + 'px;height:0px;"></audio>'; |
470 | 469 | } else { |
471 | | - html_out = '<video' + common_attr + |
472 | | - poster_attr + ' ' + |
473 | | - 'style="width:' + pwidth + 'px;height:' + pheight + 'px;">' + |
| 470 | + html_out = '<video ' + common_attr + |
| 471 | + poster_attr + ' style="width:' + pwidth + 'px;height:' + pheight + 'px;">' + |
474 | 472 | '</video>'; |
475 | 473 | } |
476 | 474 | |