home *** CD-ROM | disk | FTP | other *** search
- // DE lang variables
-
- tinyMCE.addToLang('style',{
- title : 'CSS Stil bearbeiten',
- styleinfo_desc : 'CSS Stil bearbeiten',
- apply : 'Anwenden',
- text_tab : 'Text',
- background_tab : 'Hintergrund',
- block_tab : 'Block',
- box_tab : 'Box',
- border_tab : 'Rahmen',
- list_tab : 'Liste',
- positioning_tab : 'Positionierung',
- text_props : 'Text',
- text_font : 'Schriftart',
- text_size : 'Größe',
- text_weight : 'Dicke',
- text_style : 'Stil',
- text_variant : 'Variante',
- text_lineheight : 'Linienhöhe',
- text_case : 'Groß-/Kleinbuchstaben',
- text_color : 'Farbe',
- text_decoration : 'Dekoration',
- text_overline : 'Oberlinie',
- text_underline : 'Unterstrichen',
- text_striketrough : 'Durchgestrichen',
- text_blink : 'blinken',
- text_none : 'nichts',
- background_color : 'Hintergrundfarbe',
- background_image : 'Hintergrundfoto',
- background_repeat : 'Wiederholen',
- background_attachment : 'Anhang',
- background_hpos : 'Horizontale Position',
- background_vpos : 'Vertikale Position',
- block_wordspacing : 'Wortabstand',
- block_letterspacing : 'Zeichenabstand',
- block_vertical_alignment : 'Vertikale Ausrichtung',
- block_text_align : 'Horizontale Ausrichtung',
- block_text_indent : 'Texteinrückung',
- block_whitespace : 'Textumbruch',
- block_display : 'Anzeigeart',
- box_width : 'Breite',
- box_height : 'Höhe',
- box_float : 'Text umfließen',
- box_clear : 'Text umfließen beenden',
- padding : 'Innenabstand',
- same : 'Das gleiche für alle',
- top : 'Oben',
- right : 'Rechts',
- bottom : 'Unten',
- left : 'Links',
- margin : 'Aussenabstand',
- style : 'Stil',
- width : 'Breite',
- height : 'Höhe',
- color : 'Farbe',
- list_type : 'Listentyp',
- bullet_image : 'Grafik',
- position : 'Position',
- positioning_type : 'Typ',
- visibility : 'Sichtbarkeit',
- zindex : 'Z-index',
- overflow : 'Überfluss',
- placement : 'Plazierung',
- clip : 'Abschneiden'
- });
-