bgneal@45: tinyMCE.addI18n('en.fullpage_dlg',{ bgneal@45: title:"Document properties", bgneal@45: meta_tab:"General", bgneal@45: appearance_tab:"Appearance", bgneal@45: advanced_tab:"Advanced", bgneal@45: meta_props:"Meta information", bgneal@45: langprops:"Language and encoding", bgneal@45: meta_title:"Title", bgneal@45: meta_keywords:"Keywords", bgneal@45: meta_description:"Description", bgneal@45: meta_robots:"Robots", bgneal@45: doctypes:"Doctype", bgneal@45: langcode:"Language code", bgneal@45: langdir:"Language direction", bgneal@45: ltr:"Left to right", bgneal@45: rtl:"Right to left", bgneal@45: xml_pi:"XML declaration", bgneal@45: encoding:"Character encoding", bgneal@45: appearance_bgprops:"Background properties", bgneal@45: appearance_marginprops:"Body margins", bgneal@45: appearance_linkprops:"Link colors", bgneal@45: appearance_textprops:"Text properties", bgneal@45: bgcolor:"Background color", bgneal@45: bgimage:"Background image", bgneal@45: left_margin:"Left margin", bgneal@45: right_margin:"Right margin", bgneal@45: top_margin:"Top margin", bgneal@45: bottom_margin:"Bottom margin", bgneal@45: text_color:"Text color", bgneal@45: font_size:"Font size", bgneal@45: font_face:"Font face", bgneal@45: link_color:"Link color", bgneal@45: hover_color:"Hover color", bgneal@45: visited_color:"Visited color", bgneal@45: active_color:"Active color", bgneal@45: textcolor:"Color", bgneal@45: fontsize:"Font size", bgneal@45: fontface:"Font family", bgneal@45: meta_index_follow:"Index and follow the links", bgneal@45: meta_index_nofollow:"Index and don't follow the links", bgneal@45: meta_noindex_follow:"Do not index but follow the links", bgneal@45: meta_noindex_nofollow:"Do not index and don\'t follow the links", bgneal@45: appearance_style:"Stylesheet and style properties", bgneal@45: stylesheet:"Stylesheet", bgneal@45: style:"Style", bgneal@45: author:"Author", bgneal@45: copyright:"Copyright", bgneal@45: add:"Add new element", bgneal@45: remove:"Remove selected element", bgneal@45: moveup:"Move selected element up", bgneal@45: movedown:"Move selected element down", bgneal@45: head_elements:"Head elements", bgneal@45: info:"Information", bgneal@45: add_title:"Title element", bgneal@45: add_meta:"Meta element", bgneal@45: add_script:"Script element", bgneal@45: add_style:"Style element", bgneal@45: add_link:"Link element", bgneal@45: add_base:"Base element", bgneal@45: add_comment:"Comment node", bgneal@45: title_element:"Title element", bgneal@45: script_element:"Script element", bgneal@45: style_element:"Style element", bgneal@45: base_element:"Base element", bgneal@45: link_element:"Link element", bgneal@45: meta_element:"Meta element", bgneal@45: comment_element:"Comment", bgneal@45: src:"Src", bgneal@45: language:"Language", bgneal@45: href:"Href", bgneal@45: target:"Target", bgneal@45: type:"Type", bgneal@45: charset:"Charset", bgneal@45: defer:"Defer", bgneal@45: media:"Media", bgneal@45: properties:"Properties", bgneal@45: name:"Name", bgneal@45: value:"Value", bgneal@45: content:"Content", bgneal@45: rel:"Rel", bgneal@45: rev:"Rev", bgneal@45: hreflang:"Href lang", bgneal@45: general_props:"General", bgneal@45: advanced_props:"Advanced" bgneal@45: });