]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/tiny_mce/plugins/advlink/langs/en_dlg.js
Release 6.5.0
[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 be an 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 width:"Width",
36 height:"Height",
37 popup_position:"Position (X/Y)",
38 id:"Id",
39 style:"Style",
40 classes:"Classes",
41 target_name:"Target name",
42 langdir:"Language direction",
43 target_langcode:"Target language",
44 langcode:"Language code",
45 encoding:"Target character encoding",
46 mime:"Target MIME type",
47 rel:"Relationship page to target",
48 rev:"Relationship target to page",
49 tabindex:"Tabindex",
50 accesskey:"Accesskey",
51 ltr:"Left to right",
52 rtl:"Right to left",
53 link_list:"Link list"
54 });