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<75>ndex',
|
|||
|
theme_sup_desc : 'Super<65>ndex',
|
|||
|
theme_hr_desc : 'Insertar un separador horitzontal',
|
|||
|
theme_removeformat_desc : 'Eliminar format',
|
|||
|
theme_custom1_desc : 'La teva descripci<63>',
|
|||
|
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<61>alera 1',
|
|||
|
theme_h2 : 'Cap<61>alera 2',
|
|||
|
theme_h3 : 'Cap<61>alera 3',
|
|||
|
theme_h4 : 'Cap<61>alera 4',
|
|||
|
theme_h5 : 'Cap<61>alera 5',
|
|||
|
theme_h6 : 'Cap<61>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<61>cter especial',
|
|||
|
theme_charmap_desc : 'Inserta un car<61>cter especial',
|
|||
|
theme_visualaid_desc : 'Alterna l<>niesguia/elements invisibles',
|
|||
|
insert_anchor_title : 'Inserta/edita <20>ncora',
|
|||
|
insert_anchor_name : 'Nom de l<><6C>ncora',
|
|||
|
theme_anchor_desc : 'Inserta/edita un <20>ncora',
|
|||
|
theme_insert_link_titlefield : 'T<>tlo',
|
|||
|
theme_clipboard_msg : 'Copiar/Tallar/Enganxar no <20>s possible amb Mozilla i Firefox.\nVols m<>s informaci<63> sobre aquest problema de seguretat?',
|
|||
|
theme_path : 'Cam<61>',
|
|||
|
cut_desc : 'Retallar',
|
|||
|
copy_desc : 'Copiar',
|
|||
|
paste_desc : 'Enganxar',
|
|||
|
link_list : 'Llistat d<>enlla<6C>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?'
|
|||
|
});
|