mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 21:43:11 +01:00
61 lines
1.6 KiB
JavaScript
Executable File
61 lines
1.6 KiB
JavaScript
Executable File
// 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össe',
|
|
text_weight : 'Dicke',
|
|
text_style : 'Stil',
|
|
text_variant : 'Variante',
|
|
text_lineheight : 'Linienhö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ü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 : 'Überfluss',
|
|
placement : 'Plazierung',
|
|
clip : 'Abschneiden'
|
|
});
|