Click here to Skip to main content
15,895,799 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.3K   3.3K   90  
CMS for .NET based on XSLT, XML and C#.
// French lang variables by Laurent Dran

tinyMCE.addToLang('',{
table_desc : 'Insérer un nouveau tableau',
table_insert_row_before_desc : 'Insérer une ligne avant',
table_insert_row_after_desc : 'Insérer une ligne aprés',
table_delete_row_desc : 'Supprimer la ligne',
table_insert_col_before_desc : 'Insérer une colonne avant',
table_insert_col_after_desc : 'Insérer une colonne aprés',
table_delete_col_desc : 'Supprimer la colonne',
insert_table_title : 'Insérer/Modifier le tableau',
insert_table_width : 'Largeur',
insert_table_height : 'Hauteur',
insert_table_cols : 'Colonnes',
insert_table_rows : 'Lignes',
insert_table_cellspacing : 'Cellspacing',
insert_table_cellpadding : 'Cellpadding',
insert_table_border : 'Bordure',
insert_table_align : 'Alignement',
insert_table_align_default : 'Défaut',
insert_table_align_left : 'Gauche',
insert_table_align_right : 'Droit',
insert_table_align_middle : 'Milieu',
insert_table_class : 'Classe CSS',
table_row_title : 'Propriétés de la rangée',
table_cell_title : 'Propriétés de la cellule',
table_row_desc : 'Propriétés de la rangée',
table_cell_desc : 'Propriétés de la cellule',
insert_table_valign : 'Alignement Vertical',
insert_table_align_top : 'Haut',
insert_table_align_bottom : 'Bas',
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