Index: trunk/phase3/js2/mwEmbed/libAddMedia/remoteSearchDriver.js |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | "mwe-cc_sa_title" : "Share Alike", |
32 | 32 | "mwe-cc_pd_title" : "Public Domain", |
33 | 33 | "mwe-unknown_license" : "Unknown license", |
34 | | - "mwe-no_import_by_url" : "This user or wiki <b>can not<\/b> import assets from remote URLs.<\/p><p>Do you need to login?<\/p><p>If permissions are set, you may have to enable $wgAllowCopyUploads (<a href=\"http:\/\/www.mediawiki.org\/wiki\/Manual:$wgAllowCopyUploads\">more information<\/a>).<\/p>", |
| 34 | + "mwe-no_import_by_url" : "This user or wiki <b>can not<\/b> import assets from remote URLs.<p>Do you need to login?<\/p><p>If permissions are set, you may have to enable <a href=\"http:\/\/www.mediawiki.org\/wiki\/Manual:$wgAllowCopyUploads\">$wgAllowCopyUploads<\/a>.<\/p>", |
35 | 35 | "mwe-results_from" : "Results from <a href=\"$1\" target=\"_new\" >$2<\/a>", |
36 | 36 | "mwe-missing_desc_see_source" : "This asset is missing a description. Please see the [$1 orginal source] and help describe it.", |
37 | 37 | "rsd_config_error" : "Add media wizard configuration error: $1", |
Index: trunk/phase3/js2/mwEmbed/php/languages/mwEmbed.i18n.php |
— | — | @@ -102,7 +102,7 @@ |
103 | 103 | 'mwe-size-megabytes' => '$1 MB', |
104 | 104 | 'mwe-size-kilobytes' => '$1 K', |
105 | 105 | 'mwe-size-bytes' => '$1 B', |
106 | | - 'mwe-error_load_lib' => 'Error:: Javascript $1 was not retrievable OR does not define $2', |
| 106 | + 'mwe-error_load_lib' => 'Error: JavaScript $1 was not retrievable or does not define $2', |
107 | 107 | |
108 | 108 | /* |
109 | 109 | * js file: /libAddMedia/mvFirefogg.js |
— | — | @@ -272,6 +272,7 @@ |
273 | 273 | 'mwe-playerselect' => 'Players', |
274 | 274 | 'mwe-read_before_embed' => 'Please read the <a href="http://mediawiki.org/wiki/Security_Notes_on_Remote_Embedding" target="_new">security notes on remote embedding</a> before acually embeding!', |
275 | 275 | 'mwe-embed_site_or_blog' => 'Embed on your site or blog', |
| 276 | + 'mwe_related_videos' => 'Related videos', |
276 | 277 | ); |
277 | 278 | |
278 | 279 | /** Message documentation (Message documentation) |
Index: trunk/phase3/js2/mwEmbed/mv_embed.js |
— | — | @@ -118,7 +118,7 @@ |
119 | 119 | "mwe-size-megabytes" : "$1 MB", |
120 | 120 | "mwe-size-kilobytes" : "$1 K", |
121 | 121 | "mwe-size-bytes" : "$1 B", |
122 | | - "mwe-error_load_lib" : "Error:: Javascript $1 was not retrievable OR does not define $2" |
| 122 | + "mwe-error_load_lib" : "Error: JavaScript $1 was not retrievable or does not define $2" |
123 | 123 | }); |
124 | 124 | |
125 | 125 | /** |
Index: trunk/phase3/js2/mwEmbed/libEmbedVideo/embedVideo.js |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | "mwe-loading_plugin" : "loading plugin <blink>...<\/blink>", |
8 | 8 | "mwe-select_playback" : "Set playback preference", |
9 | 9 | "mwe-link_back" : "Link back", |
10 | | - "mwe-error_load_lib" : "Error: mv_embed was unable to load required JavaScript libraries.\nInsert script via DOM has failed. Please try reloading this page.", |
| 10 | + "mwe-error_load_lib" : "Error: JavaScript $1 was not retrievable or does not define $2", |
11 | 11 | "mwe-error_swap_vid" : "Error: mv_embed was unable to swap the video tag for the mv_embed interface", |
12 | 12 | "mwe-add_to_end_of_sequence" : "Add to end of sequence", |
13 | 13 | "mwe-missing_video_stream" : "The video file for this stream is missing", |
— | — | @@ -38,8 +38,8 @@ |
39 | 39 | "mwe-ogg-player-videoElement" : "Native Ogg video support", |
40 | 40 | "mwe-ogg-player-vlc-activex" : "VLC ActiveX", |
41 | 41 | "mwe-ogg-player-oggPlugin" : "Generic Ogg plugin", |
42 | | - "mwe-ogg-player-quicktime-mozilla" : "Quicktime plugin", |
43 | | - "mwe-ogg-player-quicktime-activex" : "Quicktime ActiveX", |
| 42 | + "mwe-ogg-player-quicktime-mozilla" : "QuickTime plugin", |
| 43 | + "mwe-ogg-player-quicktime-activex" : "QuickTime ActiveX", |
44 | 44 | "mwe-ogg-player-cortado" : "Java Cortado", |
45 | 45 | "mwe-ogg-player-flowplayer" : "Flowplayer", |
46 | 46 | "mwe-ogg-player-selected" : "(selected)", |
— | — | @@ -48,9 +48,9 @@ |
49 | 49 | "mwe-for_best_experience" : "For a better video playback experience we recommend:<br \/><b><a href=\"http:\/\/www.mozilla.com\/en-US\/firefox\/upgrade.html?from=mwEmbed\">Firefox 3.5<\/a>.<\/b>", |
50 | 50 | "mwe-do_not_warn_again" : "Dismiss for now.", |
51 | 51 | "mwe-playerselect" : "Players", |
52 | | - "mwe-read_before_embed" : "Please <a href=\"http:\/\/mediawiki.org\/wiki\/Security_Notes_on_Remote_Embedding\" target=\"_new\">Read This<\/a> before embeding!", |
53 | | - "mwe-embed_site_or_blog" : "Embed on your site or blog", |
54 | | - "mwe_related_videos" : "Related Videos" |
| 52 | + "mwe-read_before_embed" : "Please read the <a href=\"http:\/\/mediawiki.org\/wiki\/Security_Notes_on_Remote_Embedding\" target=\"_new\">security notes on remote embedding<\/a> before acually embeding!", |
| 53 | + "mwe-embed_site_or_blog" : "Embed on your site or blog", |
| 54 | + "mwe_related_videos" : "Related videos" |
55 | 55 | }); |
56 | 56 | |
57 | 57 | //set the globals: |