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