annotate static/js/tiny_mce/plugins/media/langs/en_dlg.js @ 693:ad69236e8501

For issue #52, update many 3rd party Javascript libraries. Updated to jquery 1.10.2, jquery ui 1.10.3. This broke a lot of stuff. - Found a newer version of the jquery cycle all plugin (3.0.3). - Updated JPlayer to 2.4.0. - Updated to MarkItUp 1.1.14. This also required me to add multiline attributes set to true on various buttons in the markdown set. - As per a stackoverflow post, added some code to get multiline titles in a jQuery UI dialog. They removed that functionality but allow you to put it back. Tweaked the MarkItUp preview CSS to show blockquotes in italic. Did not update TinyMCE at this time. I'm not using the JQuery version and this version appears to work ok for now. What I should do is make a repo for MarkItUp and do a vendor branch thing so I don't have to futz around diffing directories to figure out if I'll lose changes when I update.
author Brian Neal <bgneal@gmail.com>
date Wed, 04 Sep 2013 19:55:20 -0500
parents 6c182ceb7147
children
rev   line source
bgneal@312 1 tinyMCE.addI18n('en.media_dlg',{
bgneal@312 2 title:"Insert / edit embedded media",
bgneal@312 3 general:"General",
bgneal@312 4 advanced:"Advanced",
bgneal@312 5 file:"File/URL",
bgneal@312 6 list:"List",
bgneal@312 7 size:"Dimensions",
bgneal@312 8 preview:"Preview",
bgneal@312 9 constrain_proportions:"Constrain proportions",
bgneal@312 10 type:"Type",
bgneal@312 11 id:"Id",
bgneal@312 12 name:"Name",
bgneal@312 13 class_name:"Class",
bgneal@312 14 vspace:"V-Space",
bgneal@312 15 hspace:"H-Space",
bgneal@312 16 play:"Auto play",
bgneal@312 17 loop:"Loop",
bgneal@312 18 menu:"Show menu",
bgneal@312 19 quality:"Quality",
bgneal@312 20 scale:"Scale",
bgneal@312 21 align:"Align",
bgneal@312 22 salign:"SAlign",
bgneal@312 23 wmode:"WMode",
bgneal@312 24 bgcolor:"Background",
bgneal@312 25 base:"Base",
bgneal@312 26 flashvars:"Flashvars",
bgneal@312 27 liveconnect:"SWLiveConnect",
bgneal@312 28 autohref:"AutoHREF",
bgneal@312 29 cache:"Cache",
bgneal@312 30 hidden:"Hidden",
bgneal@312 31 controller:"Controller",
bgneal@312 32 kioskmode:"Kiosk mode",
bgneal@312 33 playeveryframe:"Play every frame",
bgneal@312 34 targetcache:"Target cache",
bgneal@312 35 correction:"No correction",
bgneal@312 36 enablejavascript:"Enable JavaScript",
bgneal@312 37 starttime:"Start time",
bgneal@312 38 endtime:"End time",
bgneal@312 39 href:"Href",
bgneal@312 40 qtsrcchokespeed:"Choke speed",
bgneal@312 41 target:"Target",
bgneal@312 42 volume:"Volume",
bgneal@312 43 autostart:"Auto start",
bgneal@312 44 enabled:"Enabled",
bgneal@312 45 fullscreen:"Fullscreen",
bgneal@312 46 invokeurls:"Invoke URLs",
bgneal@312 47 mute:"Mute",
bgneal@312 48 stretchtofit:"Stretch to fit",
bgneal@312 49 windowlessvideo:"Windowless video",
bgneal@312 50 balance:"Balance",
bgneal@312 51 baseurl:"Base URL",
bgneal@312 52 captioningid:"Captioning id",
bgneal@312 53 currentmarker:"Current marker",
bgneal@312 54 currentposition:"Current position",
bgneal@312 55 defaultframe:"Default frame",
bgneal@312 56 playcount:"Play count",
bgneal@312 57 rate:"Rate",
bgneal@312 58 uimode:"UI Mode",
bgneal@312 59 flash_options:"Flash options",
bgneal@312 60 qt_options:"Quicktime options",
bgneal@312 61 wmp_options:"Windows media player options",
bgneal@312 62 rmp_options:"Real media player options",
bgneal@312 63 shockwave_options:"Shockwave options",
bgneal@312 64 autogotourl:"Auto goto URL",
bgneal@312 65 center:"Center",
bgneal@312 66 imagestatus:"Image status",
bgneal@312 67 maintainaspect:"Maintain aspect",
bgneal@312 68 nojava:"No java",
bgneal@312 69 prefetch:"Prefetch",
bgneal@312 70 shuffle:"Shuffle",
bgneal@312 71 console:"Console",
bgneal@312 72 numloop:"Num loops",
bgneal@312 73 controls:"Controls",
bgneal@312 74 scriptcallbacks:"Script callbacks",
bgneal@312 75 swstretchstyle:"Stretch style",
bgneal@312 76 swstretchhalign:"Stretch H-Align",
bgneal@312 77 swstretchvalign:"Stretch V-Align",
bgneal@312 78 sound:"Sound",
bgneal@312 79 progress:"Progress",
bgneal@312 80 qtsrc:"QT Src",
bgneal@312 81 qt_stream_warn:"Streamed rtsp resources should be added to the QT Src field under the advanced tab.\nYou should also add a non streamed version to the Src field..",
bgneal@312 82 align_top:"Top",
bgneal@312 83 align_right:"Right",
bgneal@312 84 align_bottom:"Bottom",
bgneal@312 85 align_left:"Left",
bgneal@312 86 align_center:"Center",
bgneal@312 87 align_top_left:"Top left",
bgneal@312 88 align_top_right:"Top right",
bgneal@312 89 align_bottom_left:"Bottom left",
bgneal@312 90 align_bottom_right:"Bottom right",
bgneal@312 91 flv_options:"Flash video options",
bgneal@312 92 flv_scalemode:"Scale mode",
bgneal@312 93 flv_buffer:"Buffer",
bgneal@312 94 flv_starttime:"Start time",
bgneal@312 95 flv_defaultvolume:"Default volumne",
bgneal@312 96 flv_hiddengui:"Hidden GUI",
bgneal@312 97 flv_autostart:"Auto start",
bgneal@312 98 flv_loop:"Loop",
bgneal@312 99 flv_showscalemodes:"Show scale modes",
bgneal@312 100 flv_smoothvideo:"Smooth video",
bgneal@442 101 flv_jscallback:"JS Callback",
bgneal@442 102 html5_video_options:"HTML5 Video Options",
bgneal@442 103 altsource1:"Alternative source 1",
bgneal@442 104 altsource2:"Alternative source 2",
bgneal@442 105 preload:"Preload",
bgneal@442 106 poster:"Poster",
bgneal@442 107
bgneal@442 108 source:"Source"
bgneal@312 109 });