From c59a2a69fb38b92b6c45bcf7431d2b1a3c5dce3c Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 23 Oct 2010 19:46:20 -0400 Subject: added grappelli, filebrowser, chunks and tagging to lcal repo --- .../tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js | 32 ++++++++++++++++++++++ .../tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js | 32 ++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100755 lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js create mode 100644 lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js (limited to 'lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs') diff --git a/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js b/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js new file mode 100755 index 0000000..cc0b1e5 --- /dev/null +++ b/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js @@ -0,0 +1,32 @@ +tinyMCE.addI18n('de.xhtmlxtras_dlg',{ +attribute_label_title:"Titel", +attribute_label_id:"ID", +attribute_label_class:"Klasse", +attribute_label_style:"Format", +attribute_label_cite:"Quellenangabe", +attribute_label_datetime:"Zeit/Datum", +attribute_label_langdir:"Schriftrichtung", +attribute_option_ltr:"Links nach rechts", +attribute_option_rtl:"Rechts nach links", +attribute_label_langcode:"Sprache", +attribute_label_tabindex:"Tabindex", +attribute_label_accesskey:"Tastenk\u00FCrzel", +attribute_events_tab:"Ereignisse", +attribute_attrib_tab:"Attribute", +general_tab:"Allgemein", +attrib_tab:"Attribute", +events_tab:"Ereignisse", +fieldset_general_tab:"Allgemeine Einstellungen", +fieldset_attrib_tab:"Attribute", +fieldset_events_tab:"Ereignisse", +title_ins_element:"Eingef\u00FCgter Text", +title_del_element:"Entfernter Text", +title_acronym_element:"Akronym", +title_abbr_element:"Abk\u00FCrzung", +title_cite_element:"Quellenangabe", +remove:"Entfernen", +insert_date:"Aktuelle Zeit/Datum einf\u00FCgen", +option_ltr:"Links nach rechts", +option_rtl:"Rechts nach links", +attribs_title:"Attribute einf\u00FCgen/bearbeiten" +}); \ No newline at end of file diff --git a/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js b/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js new file mode 100644 index 0000000..45b6b26 --- /dev/null +++ b/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js @@ -0,0 +1,32 @@ +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 -- cgit v1.2.3