bgneal@45: tinyMCE.addI18n('en.advimage_dlg',{
bgneal@45: tab_general:"General",
bgneal@45: tab_appearance:"Appearance",
bgneal@45: tab_advanced:"Advanced",
bgneal@45: general:"General",
bgneal@45: title:"Title",
bgneal@45: preview:"Preview",
bgneal@45: constrain_proportions:"Constrain proportions",
bgneal@45: langdir:"Language direction",
bgneal@45: langcode:"Language code",
bgneal@45: long_desc:"Long description link",
bgneal@45: style:"Style",
bgneal@45: classes:"Classes",
bgneal@45: ltr:"Left to right",
bgneal@45: rtl:"Right to left",
bgneal@45: id:"Id",
bgneal@45: map:"Image map",
bgneal@45: swap_image:"Swap image",
bgneal@45: alt_image:"Alternative image",
bgneal@45: mouseover:"for mouse over",
bgneal@45: mouseout:"for mouse out",
bgneal@45: misc:"Miscellaneous",
bgneal@45: example_img:"Appearance preview image",
bgneal@45: 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: dialog_title:"Insert/edit image",
bgneal@45: src:"Image URL",
bgneal@45: alt:"Image description",
bgneal@45: list:"Image list",
bgneal@45: border:"Border",
bgneal@45: dimensions:"Dimensions",
bgneal@45: vspace:"Vertical space",
bgneal@45: hspace:"Horizontal space",
bgneal@45: align:"Alignment",
bgneal@45: align_baseline:"Baseline",
bgneal@45: align_top:"Top",
bgneal@45: align_middle:"Middle",
bgneal@45: align_bottom:"Bottom",
bgneal@45: align_texttop:"Text top",
bgneal@45: align_textbottom:"Text bottom",
bgneal@45: align_left:"Left",
bgneal@45: align_right:"Right",
bgneal@45: image_list:"Image list"
bgneal@45: });