de.js 1.1 KB
// DE lang variables

tinyMCE.addToLang('xhtmlxtras',{
cite_desc : 'Zitieren',
abbr_desc : 'Abkürzung',
acronym_desc : 'Acronym',
del_desc : 'Löschung',
ins_desc : 'Einfügung',
attribute_label_title : 'Titel',
attribute_label_id : 'ID',
attribute_label_class : 'Klasse',
attribute_label_style : 'Style',
attribute_label_cite : 'Zitieren',
attribute_label_datetime : 'Datum/Zeit',
attribute_label_langdir : 'Text Richtung',
attribute_option_ltr : 'Links nach rechts',
attribute_option_rtl : 'Rechts nach links',
attribute_label_langcode : 'Sprache',
general_tab : 'Allgemein',
attrib_tab : 'Attribute',
events_tab : 'Event',
fieldset_general_tab : 'Allgemeine Einstellungen',
fieldset_attrib_tab : 'Element Attribute',
fieldset_events_tab : 'Element Events',
title_ins_element : 'Einfüge-Element',
title_del_element : 'Löschung-Element',
title_acronym_element : 'Akronym Element',
title_abbr_element : 'Abkürzung Element',
title_cite_element : 'Zitieren Element',
remove : 'Entfernen',
not_set : '- Nicht gesetzt -',
insert_date : 'Heutiges Datum/Zeit einfügen'
});