Click here to Skip to main content
15,893,663 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#.
// CA_FR lang variables

tinyMCE.addToLang('',{
insert_link_target_same : 'Ouvrir dans la m�me fen�tre',
insert_link_target_parent : 'Ouvrir dans la fen�tre parent',
insert_link_target_top : 'Ouvrir dans le cadre sup�rieur',
insert_link_target_blank : 'Ouvrir dans une nouvelle fen�tre',
insert_link_target_named : 'Ouvrir � la destination',
insert_link_popup : 'JS-Popup',
insert_link_popup_url : 'URL du popup',
insert_link_popup_name : 'Nom de la fen�tre',
insert_link_popup_return : 'Ins�rer le script \'return false\'',
insert_link_popup_scrollbars : 'Barres de d�filement',
insert_link_popup_statusbar : 'Barre de statut',
insert_link_popup_toolbar : 'Barres d\'outils',
insert_link_popup_menubar : 'Barre de menu',
insert_link_popup_location : 'Barre d\'adresse',
insert_link_popup_resizable : 'Fen�tre redimensionnable',
insert_link_popup_size : 'Dimensions',
insert_link_popup_position : 'Position (X/Y)',
insert_link_popup_missingtarget : 'S.v.p., entrer un nom de destination ou choisir une autre option.'
});

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