egroupware_official/phpgwapi/js/tiny_mce/plugins/style/langs/de.js

61 lines
1.6 KiB
JavaScript
Raw Normal View History

2006-08-21 21:26:21 +02:00
// 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 : 'Gr<47>sse',
text_weight : 'Dicke',
text_style : 'Stil',
text_variant : 'Variante',
text_lineheight : 'Linienh<6E>he',
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 : 'Texteinr<6E>ckung',
block_whitespace : 'Textumbruch',
block_display : 'Anzeigeart',
box_width : 'Breite',
box_height : 'H<>he',
box_float : 'Text umfliessen',
box_clear : 'Text umfliessen 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 : '<27>berfluss',
placement : 'Plazierung',
clip : 'Abschneiden'
});