annotate media/js/tiny_mce/plugins/advimage/langs/en_dlg.js @ 183:149c3567fec1

Updated to TinyMCE version 3.3.2. This is for #57.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Mar 2010 21:47:48 +0000
parents a5b4c5ce0658
children
rev   line source
bgneal@45 1 tinyMCE.addI18n('en.advimage_dlg',{
bgneal@45 2 tab_general:"General",
bgneal@45 3 tab_appearance:"Appearance",
bgneal@45 4 tab_advanced:"Advanced",
bgneal@45 5 general:"General",
bgneal@45 6 title:"Title",
bgneal@45 7 preview:"Preview",
bgneal@45 8 constrain_proportions:"Constrain proportions",
bgneal@45 9 langdir:"Language direction",
bgneal@45 10 langcode:"Language code",
bgneal@45 11 long_desc:"Long description link",
bgneal@45 12 style:"Style",
bgneal@45 13 classes:"Classes",
bgneal@45 14 ltr:"Left to right",
bgneal@45 15 rtl:"Right to left",
bgneal@45 16 id:"Id",
bgneal@45 17 map:"Image map",
bgneal@45 18 swap_image:"Swap image",
bgneal@45 19 alt_image:"Alternative image",
bgneal@45 20 mouseover:"for mouse over",
bgneal@45 21 mouseout:"for mouse out",
bgneal@45 22 misc:"Miscellaneous",
bgneal@45 23 example_img:"Appearance preview image",
bgneal@45 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@45 25 dialog_title:"Insert/edit image",
bgneal@45 26 src:"Image URL",
bgneal@45 27 alt:"Image description",
bgneal@45 28 list:"Image list",
bgneal@45 29 border:"Border",
bgneal@45 30 dimensions:"Dimensions",
bgneal@45 31 vspace:"Vertical space",
bgneal@45 32 hspace:"Horizontal space",
bgneal@45 33 align:"Alignment",
bgneal@45 34 align_baseline:"Baseline",
bgneal@45 35 align_top:"Top",
bgneal@45 36 align_middle:"Middle",
bgneal@45 37 align_bottom:"Bottom",
bgneal@45 38 align_texttop:"Text top",
bgneal@45 39 align_textbottom:"Text bottom",
bgneal@45 40 align_left:"Left",
bgneal@45 41 align_right:"Right",
bgneal@45 42 image_list:"Image list"
bgneal@45 43 });