source: trunk/library/tiny_mce/themes/advanced/langs/en_dlg.js @ 4829

Revision 4829, 1.8 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.advanced_dlg',{
2about_title:"About TinyMCE",
3about_general:"About",
4about_help:"Help",
5about_license:"License",
6about_plugins:"Plugins",
7about_plugin:"Plugin",
8about_author:"Author",
9about_version:"Version",
10about_loaded:"Loaded plugins",
11anchor_title:"Insert/edit anchor",
12anchor_name:"Anchor name",
13anchor_invalid:"Please specify a valid anchor name.",
14code_title:"HTML Source Editor",
15code_wordwrap:"Word wrap",
16colorpicker_title:"Select a color",
17colorpicker_picker_tab:"Picker",
18colorpicker_picker_title:"Color picker",
19colorpicker_palette_tab:"Palette",
20colorpicker_palette_title:"Palette colors",
21colorpicker_named_tab:"Named",
22colorpicker_named_title:"Named colors",
23colorpicker_color:"Color:",
24colorpicker_name:"Name:",
25charmap_title:"Select custom character",
26image_title:"Insert/edit image",
27image_src:"Image URL",
28image_alt:"Image description",
29image_list:"Image list",
30image_border:"Border",
31image_dimensions:"Dimensions",
32image_vspace:"Vertical space",
33image_hspace:"Horizontal space",
34image_align:"Alignment",
35image_align_baseline:"Baseline",
36image_align_top:"Top",
37image_align_middle:"Middle",
38image_align_bottom:"Bottom",
39image_align_texttop:"Text top",
40image_align_textbottom:"Text bottom",
41image_align_left:"Left",
42image_align_right:"Right",
43link_title:"Insert/edit link",
44link_url:"Link URL",
45link_target:"Target",
46link_target_same:"Open link in the same window",
47link_target_blank:"Open link in a new window",
48link_titlefield:"Title",
49link_is_email:"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?",
50link_is_external:"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?",
51link_list:"Link list",
52accessibility_help:"Accessibility Help",
53accessibility_usage_title:"General Usage"
54});
Note: See TracBrowser for help on using the repository browser.