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