Mercurial > public > sg101
comparison static/js/tiny_mce/plugins/advlink/langs/en_dlg.js @ 442:6c182ceb7147
Fixing #217; upgrade TinyMCE to 3.4.2 and enable the paste plugin.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 26 May 2011 00:43:49 +0000 |
parents | 88b2b9cb8c1f |
children |
comparison
equal
deleted
inserted
replaced
441:33d0c55e57a9 | 442:6c182ceb7147 |
---|---|
1 tinyMCE.addI18n('en.advlink_dlg',{ | 1 tinyMCE.addI18n('en.advlink_dlg',{ |
2 title:"Insert/edit link", | 2 title:"Insert/edit link", |
3 url:"Link URL", | 3 url:"Link URL", |
4 target:"Target", | 4 target:"Target", |
5 titlefield:"Title", | 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?", | 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?", | 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", | 8 list:"Link list", |
9 general_tab:"General", | 9 general_tab:"General", |
10 popup_tab:"Popup", | 10 popup_tab:"Popup", |
11 events_tab:"Events", | 11 events_tab:"Events", |
12 advanced_tab:"Advanced", | 12 advanced_tab:"Advanced", |
30 popup_menubar:"Show menu bar", | 30 popup_menubar:"Show menu bar", |
31 popup_location:"Show location bar", | 31 popup_location:"Show location bar", |
32 popup_resizable:"Make window resizable", | 32 popup_resizable:"Make window resizable", |
33 popup_dependent:"Dependent (Mozilla/Firefox only)", | 33 popup_dependent:"Dependent (Mozilla/Firefox only)", |
34 popup_size:"Size", | 34 popup_size:"Size", |
35 width:"Width", | |
36 height:"Height", | |
35 popup_position:"Position (X/Y)", | 37 popup_position:"Position (X/Y)", |
36 id:"Id", | 38 id:"Id", |
37 style:"Style", | 39 style:"Style", |
38 classes:"Classes", | 40 classes:"Classes", |
39 target_name:"Target name", | 41 target_name:"Target name", |