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