| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,64 @@ |
| 1 |
+// CA lang variables by Marc Bria |
|
| 2 |
+ |
|
| 3 |
+tinyMCE.addToLang('',{
|
|
| 4 |
+theme_style_select : 'Estils', |
|
| 5 |
+theme_code_desc : 'Editar codi HTML', |
|
| 6 |
+theme_code_title : 'Editor codi HTML', |
|
| 7 |
+theme_code_wordwrap : 'Ajustar salt de l�nea', |
|
| 8 |
+theme_sub_desc : 'Sub�ndex', |
|
| 9 |
+theme_sup_desc : 'Super�ndex', |
|
| 10 |
+theme_hr_desc : 'Insertar un separador horitzontal', |
|
| 11 |
+theme_removeformat_desc : 'Eliminar format', |
|
| 12 |
+theme_custom1_desc : 'La teva descripci�', |
|
| 13 |
+insert_image_border : 'Marc', |
|
| 14 |
+insert_image_dimensions : 'Dimensions', |
|
| 15 |
+insert_image_vspace : 'Espai vertical', |
|
| 16 |
+insert_image_hspace : 'Espai horizontal', |
|
| 17 |
+insert_image_align : 'Alineament', |
|
| 18 |
+insert_image_align_default : 'Per defecte', |
|
| 19 |
+insert_image_align_baseline : 'L�nea base', |
|
| 20 |
+insert_image_align_top : 'Superior', |
|
| 21 |
+insert_image_align_middle : 'Centre', |
|
| 22 |
+insert_image_align_bottom : 'Inferior', |
|
| 23 |
+insert_image_align_texttop : 'Alinear text amunt', |
|
| 24 |
+insert_image_align_absmiddle : 'Centrat horitzontal', |
|
| 25 |
+insert_image_align_absbottom : 'Centrat a baix', |
|
| 26 |
+insert_image_align_left : 'Esquerra', |
|
| 27 |
+insert_image_align_right : 'Dreta', |
|
| 28 |
+insert_image_delta_height : 10, |
|
| 29 |
+theme_font_size : '-- Mida font --', |
|
| 30 |
+theme_fontdefault : '-- Font family --', |
|
| 31 |
+theme_block : '-- Format --', |
|
| 32 |
+theme_paragraph : 'Paragraph', |
|
| 33 |
+theme_div : 'Div', |
|
| 34 |
+theme_address : 'Address', |
|
| 35 |
+theme_pre : 'Preformatejat', |
|
| 36 |
+theme_h1 : 'Cap�alera 1', |
|
| 37 |
+theme_h2 : 'Cap�alera 2', |
|
| 38 |
+theme_h3 : 'Cap�alera 3', |
|
| 39 |
+theme_h4 : 'Cap�alera 4', |
|
| 40 |
+theme_h5 : 'Cap�alera 5', |
|
| 41 |
+theme_h6 : 'Cap�alera 6', |
|
| 42 |
+theme_colorpicker_title : 'Selecciona el color', |
|
| 43 |
+theme_colorpicker_apply : 'Apply', |
|
| 44 |
+theme_forecolor_desc : 'Selecciona color frontal', |
|
| 45 |
+theme_backcolor_desc : 'Selecciona color de fons', |
|
| 46 |
+theme_charmap_title : 'Selecciona un car�cter especial', |
|
| 47 |
+theme_charmap_desc : 'Inserta un car�cter especial', |
|
| 48 |
+theme_visualaid_desc : 'Alterna l�niesguia/elements invisibles', |
|
| 49 |
+insert_anchor_title : 'Inserta/edita �ncora', |
|
| 50 |
+insert_anchor_name : 'Nom de l��ncora', |
|
| 51 |
+theme_anchor_desc : 'Inserta/edita un �ncora', |
|
| 52 |
+theme_insert_link_titlefield : 'T�tlo', |
|
| 53 |
+theme_clipboard_msg : 'Copiar/Tallar/Enganxar no �s possible amb Mozilla i Firefox.\nVols m�s informaci� sobre aquest problema de seguretat?', |
|
| 54 |
+theme_path : 'Cam�', |
|
| 55 |
+cut_desc : 'Retallar', |
|
| 56 |
+copy_desc : 'Copiar', |
|
| 57 |
+paste_desc : 'Enganxar', |
|
| 58 |
+link_list : 'Llistat d�enlla�os', |
|
| 59 |
+image_list : 'Llistat d�imatges', |
|
| 60 |
+browse : 'Explorar', |
|
| 61 |
+image_props_desc : 'Image properties', |
|
| 62 |
+newdocument_desc : 'New document', |
|
| 63 |
+newdocument : 'Are you sure you want clear all contents?' |
|
| 64 |
+}); |