forked from extern/egroupware
65 lines
2.4 KiB
JavaScript
65 lines
2.4 KiB
JavaScript
// CA lang variables by Marc Bria
|
||
|
||
tinyMCE.addToLang('',{
|
||
theme_style_select : 'Estils',
|
||
theme_code_desc : 'Editar codi HTML',
|
||
theme_code_title : 'Editor codi HTML',
|
||
theme_code_wordwrap : 'Ajustar salt de línea',
|
||
theme_sub_desc : 'Subíndex',
|
||
theme_sup_desc : 'Superíndex',
|
||
theme_hr_desc : 'Insertar un separador horitzontal',
|
||
theme_removeformat_desc : 'Eliminar format',
|
||
theme_custom1_desc : 'La teva descripció',
|
||
insert_image_border : 'Marc',
|
||
insert_image_dimensions : 'Dimensions',
|
||
insert_image_vspace : 'Espai vertical',
|
||
insert_image_hspace : 'Espai horizontal',
|
||
insert_image_align : 'Alineament',
|
||
insert_image_align_default : 'Per defecte',
|
||
insert_image_align_baseline : 'Línea base',
|
||
insert_image_align_top : 'Superior',
|
||
insert_image_align_middle : 'Centre',
|
||
insert_image_align_bottom : 'Inferior',
|
||
insert_image_align_texttop : 'Alinear text amunt',
|
||
insert_image_align_absmiddle : 'Centrat horitzontal',
|
||
insert_image_align_absbottom : 'Centrat a baix',
|
||
insert_image_align_left : 'Esquerra',
|
||
insert_image_align_right : 'Dreta',
|
||
insert_image_delta_height : 10,
|
||
theme_font_size : '-- Mida font --',
|
||
theme_fontdefault : '-- Font family --',
|
||
theme_block : '-- Format --',
|
||
theme_paragraph : 'Paragraph',
|
||
theme_div : 'Div',
|
||
theme_address : 'Address',
|
||
theme_pre : 'Preformatejat',
|
||
theme_h1 : 'Capçalera 1',
|
||
theme_h2 : 'Capçalera 2',
|
||
theme_h3 : 'Capçalera 3',
|
||
theme_h4 : 'Capçalera 4',
|
||
theme_h5 : 'Capçalera 5',
|
||
theme_h6 : 'Capçalera 6',
|
||
theme_colorpicker_title : 'Selecciona el color',
|
||
theme_colorpicker_apply : 'Apply',
|
||
theme_forecolor_desc : 'Selecciona color frontal',
|
||
theme_backcolor_desc : 'Selecciona color de fons',
|
||
theme_charmap_title : 'Selecciona un caràcter especial',
|
||
theme_charmap_desc : 'Inserta un caràcter especial',
|
||
theme_visualaid_desc : 'Alterna líniesguia/elements invisibles',
|
||
insert_anchor_title : 'Inserta/edita àncora',
|
||
insert_anchor_name : 'Nom de l´àncora',
|
||
theme_anchor_desc : 'Inserta/edita un àncora',
|
||
theme_insert_link_titlefield : 'Títlo',
|
||
theme_clipboard_msg : 'Copiar/Tallar/Enganxar no és possible amb Mozilla i Firefox.\nVols més informació sobre aquest problema de seguretat?',
|
||
theme_path : 'Camí',
|
||
cut_desc : 'Retallar',
|
||
copy_desc : 'Copiar',
|
||
paste_desc : 'Enganxar',
|
||
link_list : 'Llistat d´enllaços',
|
||
image_list : 'Llistat d´imatges',
|
||
browse : 'Explorar',
|
||
image_props_desc : 'Image properties',
|
||
newdocument_desc : 'New document',
|
||
newdocument : 'Are you sure you want clear all contents?'
|
||
});
|