annotate static/js/tiny_mce/themes/advanced/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.advanced_dlg',{
bgneal@312 2 about_title:"About TinyMCE",
bgneal@312 3 about_general:"About",
bgneal@312 4 about_help:"Help",
bgneal@312 5 about_license:"License",
bgneal@312 6 about_plugins:"Plugins",
bgneal@312 7 about_plugin:"Plugin",
bgneal@312 8 about_author:"Author",
bgneal@312 9 about_version:"Version",
bgneal@312 10 about_loaded:"Loaded plugins",
bgneal@312 11 anchor_title:"Insert/edit anchor",
bgneal@312 12 anchor_name:"Anchor name",
bgneal@442 13 anchor_invalid:"Please specify a valid anchor name.",
bgneal@312 14 code_title:"HTML Source Editor",
bgneal@312 15 code_wordwrap:"Word wrap",
bgneal@312 16 colorpicker_title:"Select a color",
bgneal@312 17 colorpicker_picker_tab:"Picker",
bgneal@312 18 colorpicker_picker_title:"Color picker",
bgneal@312 19 colorpicker_palette_tab:"Palette",
bgneal@312 20 colorpicker_palette_title:"Palette colors",
bgneal@312 21 colorpicker_named_tab:"Named",
bgneal@312 22 colorpicker_named_title:"Named colors",
bgneal@312 23 colorpicker_color:"Color:",
bgneal@312 24 colorpicker_name:"Name:",
bgneal@312 25 charmap_title:"Select custom character",
bgneal@312 26 image_title:"Insert/edit image",
bgneal@312 27 image_src:"Image URL",
bgneal@312 28 image_alt:"Image description",
bgneal@312 29 image_list:"Image list",
bgneal@312 30 image_border:"Border",
bgneal@312 31 image_dimensions:"Dimensions",
bgneal@312 32 image_vspace:"Vertical space",
bgneal@312 33 image_hspace:"Horizontal space",
bgneal@312 34 image_align:"Alignment",
bgneal@312 35 image_align_baseline:"Baseline",
bgneal@312 36 image_align_top:"Top",
bgneal@312 37 image_align_middle:"Middle",
bgneal@312 38 image_align_bottom:"Bottom",
bgneal@312 39 image_align_texttop:"Text top",
bgneal@312 40 image_align_textbottom:"Text bottom",
bgneal@312 41 image_align_left:"Left",
bgneal@312 42 image_align_right:"Right",
bgneal@312 43 link_title:"Insert/edit link",
bgneal@312 44 link_url:"Link URL",
bgneal@312 45 link_target:"Target",
bgneal@312 46 link_target_same:"Open link in the same window",
bgneal@312 47 link_target_blank:"Open link in a new window",
bgneal@312 48 link_titlefield:"Title",
bgneal@442 49 link_is_email:"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?",
bgneal@442 50 link_is_external:"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?",
bgneal@442 51 link_list:"Link list",
bgneal@442 52 accessibility_help:"Accessibility Help",
bgneal@442 53 accessibility_usage_title:"General Usage"
bgneal@312 54 });