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