]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/tiny_mce/plugins/advimage/langs/en_dlg.js
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / tiny_mce / plugins / advimage / langs / en_dlg.js
1 tinyMCE.addI18n('en.advimage_dlg',{
2 tab_general:"General",
3 tab_appearance:"Appearance",
4 tab_advanced:"Advanced",
5 general:"General",
6 title:"Title",
7 preview:"Preview",
8 constrain_proportions:"Constrain proportions",
9 langdir:"Language direction",
10 langcode:"Language code",
11 long_desc:"Long description link",
12 style:"Style",
13 classes:"Classes",
14 ltr:"Left to right",
15 rtl:"Right to left",
16 id:"Id",
17 map:"Image map",
18 swap_image:"Swap image",
19 alt_image:"Alternative image",
20 mouseover:"for mouse over",
21 mouseout:"for mouse out",
22 misc:"Miscellaneous",
23 example_img:"Appearance preview image",
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.",
25 dialog_title:"Insert/edit image",
26 src:"Image URL",
27 alt:"Image description",
28 list:"Image list",
29 border:"Border",
30 dimensions:"Dimensions",
31 width:"Width",
32 height:"Height",
33 vspace:"Vertical space",
34 hspace:"Horizontal space",
35 align:"Alignment",
36 align_baseline:"Baseline",
37 align_top:"Top",
38 align_middle:"Middle",
39 align_bottom:"Bottom",
40 align_texttop:"Text top",
41 align_textbottom:"Text bottom",
42 align_left:"Left",
43 align_right:"Right",
44 image_list:"Image list"
45 });