annotate static/js/tiny_mce/plugins/advimage/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.advimage_dlg',{
bgneal@312 2 tab_general:"General",
bgneal@312 3 tab_appearance:"Appearance",
bgneal@312 4 tab_advanced:"Advanced",
bgneal@312 5 general:"General",
bgneal@312 6 title:"Title",
bgneal@312 7 preview:"Preview",
bgneal@312 8 constrain_proportions:"Constrain proportions",
bgneal@312 9 langdir:"Language direction",
bgneal@312 10 langcode:"Language code",
bgneal@312 11 long_desc:"Long description link",
bgneal@312 12 style:"Style",
bgneal@312 13 classes:"Classes",
bgneal@312 14 ltr:"Left to right",
bgneal@312 15 rtl:"Right to left",
bgneal@312 16 id:"Id",
bgneal@312 17 map:"Image map",
bgneal@312 18 swap_image:"Swap image",
bgneal@312 19 alt_image:"Alternative image",
bgneal@312 20 mouseover:"for mouse over",
bgneal@312 21 mouseout:"for mouse out",
bgneal@312 22 misc:"Miscellaneous",
bgneal@312 23 example_img:"Appearance preview image",
bgneal@312 24 missing_alt:"Are you sure you want to continue without including an Image Description? Without it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.",
bgneal@312 25 dialog_title:"Insert/edit image",
bgneal@312 26 src:"Image URL",
bgneal@312 27 alt:"Image description",
bgneal@312 28 list:"Image list",
bgneal@312 29 border:"Border",
bgneal@312 30 dimensions:"Dimensions",
bgneal@442 31 width:"Width",
bgneal@442 32 height:"Height",
bgneal@312 33 vspace:"Vertical space",
bgneal@312 34 hspace:"Horizontal space",
bgneal@312 35 align:"Alignment",
bgneal@312 36 align_baseline:"Baseline",
bgneal@312 37 align_top:"Top",
bgneal@312 38 align_middle:"Middle",
bgneal@312 39 align_bottom:"Bottom",
bgneal@312 40 align_texttop:"Text top",
bgneal@312 41 align_textbottom:"Text bottom",
bgneal@312 42 align_left:"Left",
bgneal@312 43 align_right:"Right",
bgneal@312 44 image_list:"Image list"
bgneal@312 45 });