bgneal@45: tinyMCE.addI18n('en.advlink_dlg',{ bgneal@45: title:"Insert/edit link", bgneal@45: url:"Link URL", bgneal@45: target:"Target", bgneal@45: titlefield:"Title", bgneal@45: is_email:"The URL you entered seems to be an email address, do you want to add the required mailto: prefix?", bgneal@45: is_external:"The URL you entered seems to external link, do you want to add the required http:// prefix?", bgneal@45: list:"Link list", bgneal@45: general_tab:"General", bgneal@45: popup_tab:"Popup", bgneal@45: events_tab:"Events", bgneal@45: advanced_tab:"Advanced", bgneal@45: general_props:"General properties", bgneal@45: popup_props:"Popup properties", bgneal@45: event_props:"Events", bgneal@45: advanced_props:"Advanced properties", bgneal@45: popup_opts:"Options", bgneal@45: anchor_names:"Anchors", bgneal@45: target_same:"Open in this window / frame", bgneal@45: target_parent:"Open in parent window / frame", bgneal@45: target_top:"Open in top frame (replaces all frames)", bgneal@45: target_blank:"Open in new window", bgneal@45: popup:"Javascript popup", bgneal@45: popup_url:"Popup URL", bgneal@45: popup_name:"Window name", bgneal@45: popup_return:"Insert 'return false'", bgneal@45: popup_scrollbars:"Show scrollbars", bgneal@45: popup_statusbar:"Show status bar", bgneal@45: popup_toolbar:"Show toolbars", bgneal@45: popup_menubar:"Show menu bar", bgneal@45: popup_location:"Show location bar", bgneal@45: popup_resizable:"Make window resizable", bgneal@45: popup_dependent:"Dependent (Mozilla/Firefox only)", bgneal@45: popup_size:"Size", bgneal@45: popup_position:"Position (X/Y)", bgneal@45: id:"Id", bgneal@45: style:"Style", bgneal@45: classes:"Classes", bgneal@45: target_name:"Target name", bgneal@45: langdir:"Language direction", bgneal@45: target_langcode:"Target language", bgneal@45: langcode:"Language code", bgneal@45: encoding:"Target character encoding", bgneal@45: mime:"Target MIME type", bgneal@45: rel:"Relationship page to target", bgneal@45: rev:"Relationship target to page", bgneal@45: tabindex:"Tabindex", bgneal@45: accesskey:"Accesskey", bgneal@45: ltr:"Left to right", bgneal@45: rtl:"Right to left", bgneal@45: link_list:"Link list" bgneal@45: });