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

  1. // DE lang variables
  2.  
  3. tinyMCE.addToLang('style',{
  4. title : 'CSS Stil bearbeiten',
  5. styleinfo_desc : 'CSS Stil bearbeiten',
  6. apply : 'Anwenden',
  7. text_tab : 'Text',
  8. background_tab : 'Hintergrund',
  9. block_tab : 'Block',
  10. box_tab : 'Box',
  11. border_tab : 'Rahmen',
  12. list_tab : 'Liste',
  13. positioning_tab : 'Positionierung',
  14. text_props : 'Text',
  15. text_font : 'Schriftart',
  16. text_size : 'Größe',
  17. text_weight : 'Dicke',
  18. text_style : 'Stil',
  19. text_variant : 'Variante',
  20. text_lineheight : 'Linienhöhe',
  21. text_case : 'Groß-/Kleinbuchstaben',
  22. text_color : 'Farbe',
  23. text_decoration : 'Dekoration',
  24. text_overline : 'Oberlinie',
  25. text_underline : 'Unterstrichen',
  26. text_striketrough : 'Durchgestrichen',
  27. text_blink : 'blinken',
  28. text_none : 'nichts',
  29. background_color : 'Hintergrundfarbe',
  30. background_image : 'Hintergrundfoto',
  31. background_repeat : 'Wiederholen',
  32. background_attachment : 'Anhang',
  33. background_hpos : 'Horizontale Position',
  34. background_vpos : 'Vertikale Position',
  35. block_wordspacing : 'Wortabstand',
  36. block_letterspacing : 'Zeichenabstand',
  37. block_vertical_alignment : 'Vertikale Ausrichtung',
  38. block_text_align : 'Horizontale Ausrichtung',
  39. block_text_indent : 'Texteinrückung',
  40. block_whitespace : 'Textumbruch',
  41. block_display : 'Anzeigeart',
  42. box_width : 'Breite',
  43. box_height : 'Höhe',
  44. box_float : 'Text umfließen',
  45. box_clear : 'Text umfließen beenden',
  46. padding : 'Innenabstand',
  47. same : 'Das gleiche für alle',
  48. top : 'Oben',
  49. right : 'Rechts',
  50. bottom : 'Unten',
  51. left : 'Links',
  52. margin : 'Aussenabstand',
  53. style : 'Stil',
  54. width : 'Breite',
  55. height : 'Höhe',
  56. color : 'Farbe',
  57. list_type : 'Listentyp',
  58. bullet_image : 'Grafik',
  59. position : 'Position',
  60. positioning_type : 'Typ',
  61. visibility : 'Sichtbarkeit',
  62. zindex : 'Z-index',
  63. overflow : 'Überfluss',
  64. placement : 'Plazierung',
  65. clip : 'Abschneiden'
  66. });
  67.