annotate static/js/tiny_mce/plugins/fullpage/langs/en_dlg.js @ 989:2908859c2fe4

Smilies now use relative links. This is for upcoming switch to SSL. Currently we do not need absolute URLs for smilies. If this changes we can add it later.
author Brian Neal <bgneal@gmail.com>
date Thu, 29 Oct 2015 20:54:34 -0500
parents 88b2b9cb8c1f
children
rev   line source
bgneal@312 1 tinyMCE.addI18n('en.fullpage_dlg',{
bgneal@312 2 title:"Document properties",
bgneal@312 3 meta_tab:"General",
bgneal@312 4 appearance_tab:"Appearance",
bgneal@312 5 advanced_tab:"Advanced",
bgneal@312 6 meta_props:"Meta information",
bgneal@312 7 langprops:"Language and encoding",
bgneal@312 8 meta_title:"Title",
bgneal@312 9 meta_keywords:"Keywords",
bgneal@312 10 meta_description:"Description",
bgneal@312 11 meta_robots:"Robots",
bgneal@312 12 doctypes:"Doctype",
bgneal@312 13 langcode:"Language code",
bgneal@312 14 langdir:"Language direction",
bgneal@312 15 ltr:"Left to right",
bgneal@312 16 rtl:"Right to left",
bgneal@312 17 xml_pi:"XML declaration",
bgneal@312 18 encoding:"Character encoding",
bgneal@312 19 appearance_bgprops:"Background properties",
bgneal@312 20 appearance_marginprops:"Body margins",
bgneal@312 21 appearance_linkprops:"Link colors",
bgneal@312 22 appearance_textprops:"Text properties",
bgneal@312 23 bgcolor:"Background color",
bgneal@312 24 bgimage:"Background image",
bgneal@312 25 left_margin:"Left margin",
bgneal@312 26 right_margin:"Right margin",
bgneal@312 27 top_margin:"Top margin",
bgneal@312 28 bottom_margin:"Bottom margin",
bgneal@312 29 text_color:"Text color",
bgneal@312 30 font_size:"Font size",
bgneal@312 31 font_face:"Font face",
bgneal@312 32 link_color:"Link color",
bgneal@312 33 hover_color:"Hover color",
bgneal@312 34 visited_color:"Visited color",
bgneal@312 35 active_color:"Active color",
bgneal@312 36 textcolor:"Color",
bgneal@312 37 fontsize:"Font size",
bgneal@312 38 fontface:"Font family",
bgneal@312 39 meta_index_follow:"Index and follow the links",
bgneal@312 40 meta_index_nofollow:"Index and don't follow the links",
bgneal@312 41 meta_noindex_follow:"Do not index but follow the links",
bgneal@312 42 meta_noindex_nofollow:"Do not index and don\'t follow the links",
bgneal@312 43 appearance_style:"Stylesheet and style properties",
bgneal@312 44 stylesheet:"Stylesheet",
bgneal@312 45 style:"Style",
bgneal@312 46 author:"Author",
bgneal@312 47 copyright:"Copyright",
bgneal@312 48 add:"Add new element",
bgneal@312 49 remove:"Remove selected element",
bgneal@312 50 moveup:"Move selected element up",
bgneal@312 51 movedown:"Move selected element down",
bgneal@312 52 head_elements:"Head elements",
bgneal@312 53 info:"Information",
bgneal@312 54 add_title:"Title element",
bgneal@312 55 add_meta:"Meta element",
bgneal@312 56 add_script:"Script element",
bgneal@312 57 add_style:"Style element",
bgneal@312 58 add_link:"Link element",
bgneal@312 59 add_base:"Base element",
bgneal@312 60 add_comment:"Comment node",
bgneal@312 61 title_element:"Title element",
bgneal@312 62 script_element:"Script element",
bgneal@312 63 style_element:"Style element",
bgneal@312 64 base_element:"Base element",
bgneal@312 65 link_element:"Link element",
bgneal@312 66 meta_element:"Meta element",
bgneal@312 67 comment_element:"Comment",
bgneal@312 68 src:"Src",
bgneal@312 69 language:"Language",
bgneal@312 70 href:"Href",
bgneal@312 71 target:"Target",
bgneal@312 72 type:"Type",
bgneal@312 73 charset:"Charset",
bgneal@312 74 defer:"Defer",
bgneal@312 75 media:"Media",
bgneal@312 76 properties:"Properties",
bgneal@312 77 name:"Name",
bgneal@312 78 value:"Value",
bgneal@312 79 content:"Content",
bgneal@312 80 rel:"Rel",
bgneal@312 81 rev:"Rev",
bgneal@312 82 hreflang:"Href lang",
bgneal@312 83 general_props:"General",
bgneal@312 84 advanced_props:"Advanced"
bgneal@312 85 });