Statistics
| Branch: | Tag: | Revision:

root / static / js / tinymce / plugins / style / langs / nl_dlg.js @ 6ecbf4ec

History | View | Annotate | Download (1.6 kB)

1
tinyMCE.addI18n('nl.style_dlg',{
2
title:"CSS Stijl bewerken",
3
apply:"Toepassen",
4
text_tab:"Tekst",
5
background_tab:"Achtergrond",
6
block_tab:"Blok",
7
box_tab:"Box",
8
border_tab:"Rand",
9
list_tab:"Lijst",
10
positioning_tab:"Positionering",
11
text_props:"Tekst",
12
text_font:"Lettertype",
13
text_size:"Tekengrootte",
14
text_weight:"Gewicht",
15
text_style:"Stijl",
16
text_variant:"Variant",
17
text_lineheight:"Lijnhoogte",
18
text_case:"Hoofdlettergebruik",
19
text_color:"Kleur",
20
text_decoration:"Decoratie",
21
text_overline:"Overhalen",
22
text_underline:"Onderstrepen",
23
text_striketrough:"Doorhalen",
24
text_blink:"Knipperen",
25
text_none:"Niets",
26
background_color:"Achtergrondkleur",
27
background_image:"Achtergrondafbeelding",
28
background_repeat:"Herhalen",
29
background_attachment:"Bijlage",
30
background_hpos:"Horizontale positie",
31
background_vpos:"Verticale positie",
32
block_wordspacing:"Woordruimte",
33
block_letterspacing:"Letterruimte",
34
block_vertical_alignment:"Verticale uitlijning",
35
block_text_align:"Tekstuitlijning",
36
block_text_indent:"Inspringen",
37
block_whitespace:"Witruimte",
38
block_display:"Weergave",
39
box_width:"Breedte",
40
box_height:"Hoogte",
41
box_float:"Zweven",
42
box_clear:"Vrijhouden",
43
padding:"Opening",
44
same:"Alles hetzelfde",
45
top:"Boven",
46
right:"Rechts",
47
bottom:"Onder",
48
left:"Links",
49
margin:"Marge",
50
style:"Stijl",
51
width:"Breedte",
52
height:"Hoogte",
53
color:"Kleur",
54
list_type:"Type",
55
bullet_image:"Opsommingsteken",
56
position:"Positie",
57
positioning_type:"Type",
58
visibility:"Zichtbaarheid",
59
zindex:"Z-index",
60
overflow:"Overvloeien",
61
placement:"Plaatsing",
62
clip:"Clip"
63
});