Hi,
I want to change the About button to an help button. So I need to change the text content of this dialog.
Why can't I just add a file /lang/fr.js with :
in order to use this content and not the ckeditor/lang/fr.js one ?
I want to change the About button to an help button. So I need to change the text content of this dialog.
Why can't I just add a file /lang/fr.js with :
CKEDITOR.plugins.setLang( 'about', 'fr',
{
about :
{
titre : 'Aide',
title : 'Aide',
dlgTitle : 'Aide',
help : 'Consulter $1 pour l\'aide.',
userGuide : 'Guide de l\'utilisateur CKEditor en anglais',
moreInfo : 'Pour les informations de licence, veuillez visiter notre site web:',
copy : 'Copyright © $1. Tous droits réservés.'
}
}
)in order to use this content and not the ckeditor/lang/fr.js one ?

Re: How to change the content of About Dialog
How to build a new release:
http://rev.ckeditor.com/index.php?pageID=1
http://www.oracle.com/technetwork/java/index.html
http://tortoisesvn.net/about.htmlhttp://tortoisesvn.tigris.org/
http://svn.ckeditor.com/CKEditor/trunk
http://docs.cksource.com/CKEditor_3.x/Tutorials
http://docs.cksource.com/FCKeditor_3.x/ ... CKReleaser