2009-11-21 03:26:09 +01:00
tinyMCE . addI18n ( 'en.advimage_dlg' , {
tab _general : "General" ,
tab _appearance : "Appearance" ,
tab _advanced : "Advanced" ,
general : "General" ,
title : "Title" ,
preview : "Preview" ,
constrain _proportions : "Constrain proportions" ,
langdir : "Language direction" ,
langcode : "Language code" ,
long _desc : "Long description link" ,
style : "Style" ,
classes : "Classes" ,
ltr : "Left to right" ,
rtl : "Right to left" ,
id : "Id" ,
map : "Image map" ,
swap _image : "Swap image" ,
alt _image : "Alternative image" ,
mouseover : "for mouse over" ,
mouseout : "for mouse out" ,
misc : "Miscellaneous" ,
example _img : "Appearance preview image" ,
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." ,
dialog _title : "Insert/edit image" ,
src : "Image URL" ,
alt : "Image description" ,
list : "Image list" ,
border : "Border" ,
dimensions : "Dimensions" ,
2011-04-05 01:42:57 +02:00
width : "Width" ,
height : "Height" ,
2009-11-21 03:26:09 +01:00
vspace : "Vertical space" ,
hspace : "Horizontal space" ,
align : "Alignment" ,
align _baseline : "Baseline" ,
align _top : "Top" ,
align _middle : "Middle" ,
align _bottom : "Bottom" ,
align _texttop : "Text top" ,
align _textbottom : "Text bottom" ,
align _left : "Left" ,
align _right : "Right" ,
image _list : "Image list"
} ) ;