1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
// UK lang variables
tinyMCE.addToLang('style',{
title : 'CSS Stil editieren',
styleinfo_desc : 'CSS Stil editieren',
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 : 'Grsse',
text_weight : 'Dicke',
text_style : 'Stil',
text_variant : 'Variante',
text_lineheight : 'Linienhhe',
text_case : 'Gross-/Kleinbuchstaben',
text_color : 'Farbe',
text_decoration : 'Dekoration',
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 : 'Texteinrckung',
block_whitespace : 'Textumbruch',
block_display : 'Anzeigeart',
box_width : 'Breite',
box_height : 'Hhe',
box_float : 'Text umfliessen',
box_clear : 'Text umfliessen beenden',
padding : 'Innenabstand',
same : 'Das gleiche fr alle',
top : 'Oben',
right : 'Rechts',
bottom : 'Unten',
left : 'Links',
margin : 'Aussenabstand',
style : 'Stil',
width : 'Breite',
height : 'Hhe',
color : 'Farbe',
list_type : 'Listentyp',
bullet_image : 'Grafik',
position : 'Position',
positioning_type : 'Typ',
visibility : 'Sichtbarkeit',
zindex : 'Z-index',
overflow : 'berfluss',
placement : 'Plazierung',
clip : 'Abschneiden'
});
|