Initial checkin

This commit is contained in:
genuineparts 2025-06-20 19:10:23 +02:00
commit d75eb444fc
4304 changed files with 369634 additions and 0 deletions

View file

@ -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"
});

View file

@ -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"
});