annotate static/js/tiny_mce/plugins/xhtmlxtras/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.xhtmlxtras_dlg',{
bgneal@312 2 attribute_label_title:"Title",
bgneal@312 3 attribute_label_id:"ID",
bgneal@312 4 attribute_label_class:"Class",
bgneal@312 5 attribute_label_style:"Style",
bgneal@312 6 attribute_label_cite:"Cite",
bgneal@312 7 attribute_label_datetime:"Date/Time",
bgneal@312 8 attribute_label_langdir:"Text Direction",
bgneal@312 9 attribute_option_ltr:"Left to right",
bgneal@312 10 attribute_option_rtl:"Right to left",
bgneal@312 11 attribute_label_langcode:"Language",
bgneal@312 12 attribute_label_tabindex:"TabIndex",
bgneal@312 13 attribute_label_accesskey:"AccessKey",
bgneal@312 14 attribute_events_tab:"Events",
bgneal@312 15 attribute_attrib_tab:"Attributes",
bgneal@312 16 general_tab:"General",
bgneal@312 17 attrib_tab:"Attributes",
bgneal@312 18 events_tab:"Events",
bgneal@312 19 fieldset_general_tab:"General Settings",
bgneal@312 20 fieldset_attrib_tab:"Element Attributes",
bgneal@312 21 fieldset_events_tab:"Element Events",
bgneal@312 22 title_ins_element:"Insertion Element",
bgneal@312 23 title_del_element:"Deletion Element",
bgneal@312 24 title_acronym_element:"Acronym Element",
bgneal@312 25 title_abbr_element:"Abbreviation Element",
bgneal@312 26 title_cite_element:"Citation Element",
bgneal@312 27 remove:"Remove",
bgneal@312 28 insert_date:"Insert current date/time",
bgneal@312 29 option_ltr:"Left to right",
bgneal@312 30 option_rtl:"Right to left",
bgneal@312 31 attribs_title:"Insert/Edit Attributes"
bgneal@312 32 });