home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / tinymce-advanced / mce / xhtmlxtras / langs / de_de.js next >
Encoding:
Text File  |  2008-02-20  |  1.4 KB  |  43 lines

  1. // DE lang variables
  2.  
  3. tinyMCE.addToLang('xhtmlxtras',{
  4. cite_desc : 'Zitieren',
  5. abbr_desc : 'Abkürzung',
  6. acronym_desc : 'Acronym',
  7. del_desc : 'Löschung',
  8. ins_desc : 'Einfügung',
  9. attribute_label_title : 'Titel',
  10. attribute_label_id : 'ID',
  11. attribute_label_class : 'Klasse',
  12. attribute_label_style : 'Style',
  13. attribute_label_cite : 'Zitieren',
  14. attribute_label_datetime : 'Datum/Zeit',
  15. attribute_label_langdir : 'Text Richtung',
  16. attribute_option_ltr : 'Links nach rechts',
  17. attribute_option_rtl : 'Rechts nach links',
  18. attribute_label_langcode : 'Sprache',
  19. attribute_label_tabindex : 'TabIndex',
  20. attribute_label_accesskey : 'AccessKey',
  21. attribute_label_cite : 'Cite',
  22. attribute_events_tab : 'Events',
  23. attribute_attrib_tab : 'Attributes',
  24. general_tab : 'Allgemein',
  25. attrib_tab : 'Attribute',
  26. events_tab : 'Event',
  27. fieldset_general_tab : 'Allgemeine Einstellungen',
  28. fieldset_attrib_tab : 'Element Attribute',
  29. fieldset_events_tab : 'Element Events',
  30. title_ins_element : 'Einf├╝ge-Element',
  31. title_del_element : 'Löschung-Element',
  32. title_acronym_element : 'Akronym Element',
  33. title_abbr_element : 'Abkürzung Element',
  34. title_cite_element : 'Zitieren Element',
  35. remove : 'Entfernen',
  36. not_set : '- Nicht gesetzt -',
  37. insert_date : 'Heutiges Datum/Zeit einfügen',
  38. option_ltr : 'Left to right',
  39. option_rtl : 'Right to left',
  40. attribs_desc : 'Insert/Edit Attributes',
  41. attribs_title : 'Insert/Edit Attributes'
  42. });
  43.