source: trunk/library/tiny_mce/plugins/advlink/langs/en_dlg.js @ 4829

Revision 4829, 1.7 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.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 be an 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",
35width:"Width",
36height:"Height",
37popup_position:"Position (X/Y)",
38id:"Id",
39style:"Style",
40classes:"Classes",
41target_name:"Target name",
42langdir:"Language direction",
43target_langcode:"Target language",
44langcode:"Language code",
45encoding:"Target character encoding",
46mime:"Target MIME type",
47rel:"Relationship page to target",
48rev:"Relationship target to page",
49tabindex:"Tabindex",
50accesskey:"Accesskey",
51ltr:"Left to right",
52rtl:"Right to left",
53link_list:"Link list"
54});
Note: See TracBrowser for help on using the repository browser.