Click here to Skip to main content
15,895,746 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#.
// UK lang variables

tinyMCE.addToLang('advlink',{
general_tab : 'Generella inställningar',
popup_tab : 'Popup',
events_tab : 'Händelser',
advanced_tab : 'Avancerade inställningar',
general_props : 'Generella inställningar',
popup_props : 'Popup inställningar',
event_props : 'Händelser',
advanced_props : 'Generella inställningar',
popup_opts : 'Inställningar',
anchor_names : 'Bokmärken',
target_same : 'Öppna i samma fönster / ram',
target_parent : 'Öppna i underliggande fönster / ram',
target_top : 'Öppna i toppramen (ersätter alla ramar)',
target_blank : 'Öppna i ett nytt fönster',
popup : 'Javascript popup',
popup_url : 'Popup URL',
popup_name : 'Fönster namn',
popup_return : 'Sättin \'return false\'',
popup_scrollbars : 'Visa scrollbars',
popup_statusbar : 'Visa status bar',
popup_toolbar : 'Visa toolbars',
popup_menubar : 'Visa menu bar',
popup_location : 'Visa location bar',
popup_resizable : 'Gör fönstret skalbart',
popup_dependent : 'Beroende fönster (Ändast i Mozilla/Firefox)',
popup_size : 'Storek',
popup_position : 'Position (X/Y)',
id : 'Id',
style: 'Stil',
classes : 'CSS Classer',
target_name : 'Mål namn',
langdir : 'Skrift riktning',
target_langcode : 'Mål språk',
langcode : 'Språk kåd',
encoding : 'Tecken konvertering',
mime : 'Målets MIME typ',
rel : 'Relation sida till mål',
rev : 'Relation mål till sida',
tabindex : 'Tabindex',
accesskey : 'Accesskey',
ltr : 'Vänster till höger',
rtl : 'Höger till vänster'
});

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