mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
e550de71e3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@93610 467b73ca-7a2a-4603-9d3b-597d59a354a9
63 lines
1.6 KiB
JavaScript
Executable File
63 lines
1.6 KiB
JavaScript
Executable File
tinyMCE.addI18n('nl.style_dlg',{
|
|
title:"CSS Stijl bewerken",
|
|
apply:"Toepassen",
|
|
text_tab:"Tekst",
|
|
background_tab:"Achtergrond",
|
|
block_tab:"Blok",
|
|
box_tab:"Box",
|
|
border_tab:"Rand",
|
|
list_tab:"Lijst",
|
|
positioning_tab:"Positionering",
|
|
text_props:"Tekst",
|
|
text_font:"Lettertype",
|
|
text_size:"Tekengrootte",
|
|
text_weight:"Gewicht",
|
|
text_style:"Stijl",
|
|
text_variant:"Variant",
|
|
text_lineheight:"Lijnhoogte",
|
|
text_case:"Hoofdlettergebruik",
|
|
text_color:"Kleur",
|
|
text_decoration:"Decoratie",
|
|
text_overline:"Overhalen",
|
|
text_underline:"Onderstrepen",
|
|
text_striketrough:"Doorhalen",
|
|
text_blink:"Knipperen",
|
|
text_none:"Niets",
|
|
background_color:"Achtergrondkleur",
|
|
background_image:"Achtergrondafbeelding",
|
|
background_repeat:"Herhalen",
|
|
background_attachment:"Bijlage",
|
|
background_hpos:"Horizontale positie",
|
|
background_vpos:"Verticale positie",
|
|
block_wordspacing:"Woordruimte",
|
|
block_letterspacing:"Letterruimte",
|
|
block_vertical_alignment:"Verticale uitlijning",
|
|
block_text_align:"Tekstuitlijning",
|
|
block_text_indent:"Inspringen",
|
|
block_whitespace:"Witruimte",
|
|
block_display:"Weergave",
|
|
box_width:"Breedte",
|
|
box_height:"Hoogte",
|
|
box_float:"Zweven",
|
|
box_clear:"Vrijhouden",
|
|
padding:"Opening",
|
|
same:"Alles hetzelfde",
|
|
top:"Boven",
|
|
right:"Rechts",
|
|
bottom:"Onder",
|
|
left:"Links",
|
|
margin:"Marge",
|
|
style:"Stijl",
|
|
width:"Breedte",
|
|
height:"Hoogte",
|
|
color:"Kleur",
|
|
list_type:"Type",
|
|
bullet_image:"Opsommingsteken",
|
|
position:"Positie",
|
|
positioning_type:"Type",
|
|
visibility:"Zichtbaarheid",
|
|
zindex:"Z-index",
|
|
overflow:"Overvloeien",
|
|
placement:"Plaatsing",
|
|
clip:"Clip"
|
|
}); |