File: da.js

package info (click to toggle)
turbotinymce 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,196 kB
  • ctags: 826
  • sloc: python: 159; sh: 22; makefile: 13
file content (66 lines) | stat: -rwxr-xr-x 1,807 bytes parent folder | download
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&oslash;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&oslash;jre',
bottom : 'Bund',
left : 'Venstre',
margin : 'Margen',
style : 'Stil',
width : 'Bredde',
height : 'H&oslash;jde',
color : 'Farve',
list_type : 'Type',
bullet_image : 'Listebillede',
position : 'Position',
positioning_type : 'Type',
visibility : 'Synlighed',
zindex : 'Z-indeks',
overflow : 'Overl&oslash;b',
placement : 'Placering',
clip : 'Besk&aelig;r'
});