]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/tiny_mce/plugins/advlink/langs/en_dlg.js
Release 6.2.0beta4
[Github/sugarcrm.git] / include / javascript / tiny_mce / plugins / advlink / langs / en_dlg.js
1 tinyMCE.addI18n('en.advlink_dlg',{
2 title:"Insert/edit link",
3 url:"Link URL",
4 target:"Target",
5 titlefield:"Title",
6 is_email:"The URL you entered seems to be an email address, do you want to add the required mailto: prefix?",
7 is_external:"The URL you entered seems to external link, do you want to add the required http:// prefix?",
8 list:"Link list",
9 general_tab:"General",
10 popup_tab:"Popup",
11 events_tab:"Events",
12 advanced_tab:"Advanced",
13 general_props:"General properties",
14 popup_props:"Popup properties",
15 event_props:"Events",
16 advanced_props:"Advanced properties",
17 popup_opts:"Options",
18 anchor_names:"Anchors",
19 target_same:"Open in this window / frame",
20 target_parent:"Open in parent window / frame",
21 target_top:"Open in top frame (replaces all frames)",
22 target_blank:"Open in new window",
23 popup:"Javascript popup",
24 popup_url:"Popup URL",
25 popup_name:"Window name",
26 popup_return:"Insert 'return false'",
27 popup_scrollbars:"Show scrollbars",
28 popup_statusbar:"Show status bar",
29 popup_toolbar:"Show toolbars",
30 popup_menubar:"Show menu bar",
31 popup_location:"Show location bar",
32 popup_resizable:"Make window resizable",
33 popup_dependent:"Dependent (Mozilla/Firefox only)",
34 popup_size:"Size",
35 popup_position:"Position (X/Y)",
36 id:"Id",
37 style:"Style",
38 classes:"Classes",
39 target_name:"Target name",
40 langdir:"Language direction",
41 target_langcode:"Target language",
42 langcode:"Language code",
43 encoding:"Target character encoding",
44 mime:"Target MIME type",
45 rel:"Relationship page to target",
46 rev:"Relationship target to page",
47 tabindex:"Tabindex",
48 accesskey:"Accesskey",
49 ltr:"Left to right",
50 rtl:"Right to left",
51 link_list:"Link list"
52 });