annotate media/js/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js @ 45:a5b4c5ce0658

Breaking down and controlling all media files, including javascript libraries.
author Brian Neal <bgneal@gmail.com>
date Fri, 19 Jun 2009 03:16:03 +0000
parents
children
rev   line source
bgneal@45 1 tinyMCE.addI18n('en.xhtmlxtras_dlg',{
bgneal@45 2 attribute_label_title:"Title",
bgneal@45 3 attribute_label_id:"ID",
bgneal@45 4 attribute_label_class:"Class",
bgneal@45 5 attribute_label_style:"Style",
bgneal@45 6 attribute_label_cite:"Cite",
bgneal@45 7 attribute_label_datetime:"Date/Time",
bgneal@45 8 attribute_label_langdir:"Text Direction",
bgneal@45 9 attribute_option_ltr:"Left to right",
bgneal@45 10 attribute_option_rtl:"Right to left",
bgneal@45 11 attribute_label_langcode:"Language",
bgneal@45 12 attribute_label_tabindex:"TabIndex",
bgneal@45 13 attribute_label_accesskey:"AccessKey",
bgneal@45 14 attribute_events_tab:"Events",
bgneal@45 15 attribute_attrib_tab:"Attributes",
bgneal@45 16 general_tab:"General",
bgneal@45 17 attrib_tab:"Attributes",
bgneal@45 18 events_tab:"Events",
bgneal@45 19 fieldset_general_tab:"General Settings",
bgneal@45 20 fieldset_attrib_tab:"Element Attributes",
bgneal@45 21 fieldset_events_tab:"Element Events",
bgneal@45 22 title_ins_element:"Insertion Element",
bgneal@45 23 title_del_element:"Deletion Element",
bgneal@45 24 title_acronym_element:"Acronym Element",
bgneal@45 25 title_abbr_element:"Abbreviation Element",
bgneal@45 26 title_cite_element:"Citation Element",
bgneal@45 27 remove:"Remove",
bgneal@45 28 insert_date:"Insert current date/time",
bgneal@45 29 option_ltr:"Left to right",
bgneal@45 30 option_rtl:"Right to left",
bgneal@45 31 attribs_title:"Insert/Edit Attributes"
bgneal@45 32 });