diff options
Diffstat (limited to 'lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs')
-rwxr-xr-x | lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js | 32 | ||||
-rw-r--r-- | lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js | 32 |
2 files changed, 64 insertions, 0 deletions
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 |