source: trunk/web/app/plugins/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en_dlg.js @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

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