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