summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce/plugins/xhtmlxtras/langs
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-06-24 13:55:14 +0000
committeralecpl <alec@alec.pl>2010-06-24 13:55:14 +0000
commit60527660ee5e78df7ac4ee8e37a8ba6fdab22128 (patch)
tree28b852e9179de1917de2e0e0f2cc1d20d6f0c02d /program/js/tiny_mce/plugins/xhtmlxtras/langs
parentf4f6291ec16bd2fe368f868e667ea2071c514098 (diff)
- Update TinyMCE translations
Diffstat (limited to 'program/js/tiny_mce/plugins/xhtmlxtras/langs')
-rw-r--r--program/js/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js32
1 files changed, 0 insertions, 32 deletions
diff --git a/program/js/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js b/program/js/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js
deleted file mode 100644
index 45b6b267b..000000000
--- a/program/js/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js
+++ /dev/null
@@ -1,32 +0,0 @@
-tinyMCE.addI18n('en.xhtmlxtras_dlg',{
-attribute_label_title:"Title",
-attribute_label_id:"ID",
-attribute_label_class:"Class",
-attribute_label_style:"Style",
-attribute_label_cite:"Cite",
-attribute_label_datetime:"Date/Time",
-attribute_label_langdir:"Text Direction",
-attribute_option_ltr:"Left to right",
-attribute_option_rtl:"Right to left",
-attribute_label_langcode:"Language",
-attribute_label_tabindex:"TabIndex",
-attribute_label_accesskey:"AccessKey",
-attribute_events_tab:"Events",
-attribute_attrib_tab:"Attributes",
-general_tab:"General",
-attrib_tab:"Attributes",
-events_tab:"Events",
-fieldset_general_tab:"General Settings",
-fieldset_attrib_tab:"Element Attributes",
-fieldset_events_tab:"Element Events",
-title_ins_element:"Insertion Element",
-title_del_element:"Deletion Element",
-title_acronym_element:"Acronym Element",
-title_abbr_element:"Abbreviation Element",
-title_cite_element:"Citation Element",
-remove:"Remove",
-insert_date:"Insert current date/time",
-option_ltr:"Left to right",
-option_rtl:"Right to left",
-attribs_title:"Insert/Edit Attributes"
-}); \ No newline at end of file