source: trunk/library/tiny_mce/plugins/advimage/langs/en_dlg.js @ 4829

Revision 4829, 1.3 KB checked in by airton, 13 years ago (diff)

Ticket #2146 - Implementacao da funcionalidade de multiplas assinaturas - Adicao da biblioteca TinyMCE

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