Click here to Skip to main content
15,885,036 members
Articles / Programming Languages / C#

sharpcms.net - CMS framework based on XSLT and XML

Rate me:
Please Sign up or sign in to vote.
5.00/5 (16 votes)
29 Nov 20053 min read 72.1K   3.3K   90  
CMS for .NET based on XSLT, XML and C#.
// FI lang variables by Urho Konttori from Absolutions

tinyMCE.addToLang('',{
table_desc : 'Lisää uusi taulu',
table_insert_row_before_desc : 'Lisää rivi edelle',
table_insert_row_after_desc : 'Lisää rivi jälkeen',
table_delete_row_desc : 'Posita rivi',
table_insert_col_before_desc : 'Lisää sarake edelle',
table_insert_col_after_desc : 'Lisää sarake jälkeen',
table_delete_col_desc : 'Poista sarake',
insert_table_title : 'Lisää/muokkaa taulua',
insert_table_width : 'Leveys',
insert_table_height : 'Korkeus',
insert_table_cols : 'Sarakkeet',
insert_table_rows : 'Rivit',
insert_table_cellspacing : 'Solujen väli',
insert_table_cellpadding : 'Solun reunan ja sisällön väli',
insert_table_border : 'Reuna',
insert_table_align : 'Asettelu',
insert_table_align_default : 'Oletus',
insert_table_align_left : 'Vasen',
insert_table_align_right : 'Oikea',
insert_table_align_middle : 'Keskelle',
insert_table_delta_height'] = 20;
table_row_title : 'Table row properties',
table_cell_title : 'Table cell properties',
table_row_desc : 'Table row properties',
table_cell_desc : 'Table cell properties',
insert_table_valign : 'Vertical alignment',
insert_table_align_top : 'Top',
insert_table_align_bottom : 'Bottom',
table_props_desc : 'Table properties',
table_bordercolor : 'Border color',
table_bgcolor : 'Bg color',
table_merge_cells_title : 'Merge table cells',
table_split_cells_desc : 'Split table cells',
table_merge_cells_desc : 'Merge table cells',
table_cut_row_desc : 'Cut table row',
table_copy_row_desc : 'Copy table row',
table_paste_row_before_desc : 'Paste table row before',
table_paste_row_after_desc : 'Paste table row after',
table_insert_desc : 'Insert a new table'
});

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Denmark Denmark
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions