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