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 61 62 63 64 65 66
|
// Translation by Morten Wulff <wulff@ratatosk.net>
tinyMCE.addToLang('style',{
title : 'Rediger CSS stil',
styleinfo_desc : 'Rediger CSS stil',
apply : 'Anvend',
text_tab : 'Tekst',
background_tab : 'Baggrund',
block_tab : 'Blok',
box_tab : 'Kasse',
border_tab : 'Ramme',
list_tab : 'Liste',
positioning_tab : 'Position',
text_props : 'Tekst',
text_font : 'Skrifttype',
text_size : 'Strrelse',
text_weight : 'Vgt',
text_style : 'Stil',
text_variant : 'Variant',
text_lineheight : 'Linjehøjde',
text_case : 'Versal?',
text_color : 'Farve',
text_decoration : 'Dekoration',
text_overline : 'overstregning',
text_underline : 'understregninge',
text_striketrough : 'gennemstregning',
text_blink : 'blink',
text_none : 'ingen',
background_color : 'Baggrundsfarve',
background_image : 'Baggrundsbillede',
background_repeat : 'Gentag',
background_attachment : 'Vedhftning',
background_hpos : 'Horisontal position',
background_vpos : 'Vertikal position',
block_wordspacing : 'Ordmellemrum',
block_letterspacing : 'Bogstavmellemrum',
block_vertical_alignment : 'Vertikal justering',
block_text_align : 'Tekstjustering',
block_text_indent : 'Tekstindrykning',
block_whitespace : 'Mellemrum',
block_display : 'Visning',
box_width : 'Bredde',
box_height : 'Hjde',
box_float : 'Svv',
box_clear : 'Ryd',
padding : 'Fyld',
same : 'Samme for alle',
top : 'Top',
right : 'Højre',
bottom : 'Bund',
left : 'Venstre',
margin : 'Margen',
style : 'Stil',
width : 'Bredde',
height : 'Højde',
color : 'Farve',
list_type : 'Type',
bullet_image : 'Listebillede',
position : 'Position',
positioning_type : 'Type',
visibility : 'Synlighed',
zindex : 'Z-indeks',
overflow : 'Overløb',
placement : 'Placering',
clip : 'Beskær'
});
|