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('ca.style_dlg',{
|
|
title:"Edita l'Estil CSS",
|
|
apply:"Aplica",
|
|
text_tab:"Text",
|
|
background_tab:"Fons",
|
|
block_tab:"Bloc",
|
|
box_tab:"Caixa",
|
|
border_tab:"Vora",
|
|
list_tab:"Llista",
|
|
positioning_tab:"Posicionament",
|
|
text_props:"Text",
|
|
text_font:"Tipografia",
|
|
text_size:"Mida",
|
|
text_weight:"Pes",
|
|
text_style:"Estil",
|
|
text_variant:"Variaci\u00F3",
|
|
text_lineheight:"Al\u00E7ada de la L\u00EDnia",
|
|
text_case:"Caixa",
|
|
text_color:"Color",
|
|
text_decoration:"Decoraci\u00F3",
|
|
text_overline:"sobreratllat",
|
|
text_underline:"subratllat",
|
|
text_striketrough:"tatxat",
|
|
text_blink:"intermitent",
|
|
text_none:"cap",
|
|
background_color:"Color de fons",
|
|
background_image:"Imatge de fons",
|
|
background_repeat:"Repeteix",
|
|
background_attachment:"Adjunci\u00F3",
|
|
background_hpos:"Posici\u00F3 horitzontal",
|
|
background_vpos:"Posici\u00F3 vertical",
|
|
block_wordspacing:"Espaiat de paraules",
|
|
block_letterspacing:"Espaiat de lletres",
|
|
block_vertical_alignment:"Alineaci\u00F3 vertical",
|
|
block_text_align:"Alineaci\u00F3 del text",
|
|
block_text_indent:"Sagnat del text",
|
|
block_whitespace:"Espai en blanc",
|
|
block_display:"Mostra",
|
|
box_width:"Amplada",
|
|
box_height:"Al\u00E7ada",
|
|
box_float:"Flota",
|
|
box_clear:"Neteja",
|
|
padding:"Farciment",
|
|
same:"Igual per a tots",
|
|
top:"Dalt",
|
|
right:"Dreta",
|
|
bottom:"Baix",
|
|
left:"Esquerra",
|
|
margin:"Marge",
|
|
style:"Estil",
|
|
width:"Amplada",
|
|
height:"Al\u00E7ada",
|
|
color:"Color",
|
|
list_type:"Tipus",
|
|
bullet_image:"Imatge de pic",
|
|
position:"Posici\u00F3",
|
|
positioning_type:"Tipus",
|
|
visibility:"Visibilitat",
|
|
zindex:"Z-index",
|
|
overflow:"Sobreeiximent",
|
|
placement:"Col\u00B7locaci\u00F3",
|
|
clip:"Retall"
|
|
}); |