Hi !
Is there is reason why most buttons are not translated ? I began remplacing english names by FCKLang.ButtonName in fckeditorcode_ie_2.js, and it works until now (adding some missing lines in lang.js).
marabbeh
Is there is reason why most buttons are not translated ? I began remplacing english names by FCKLang.ButtonName in fckeditorcode_ie_2.js, and it works until now (adding some missing lines in lang.js).
marabbeh
RE: Why most buttons are not translated ?
if u dont know javascript, u can edit theses files, look for the english texte, and replace it, u will still be missing some texts, but in order to change them you must know a bit javascript, for example
FCKToolbarItems['Bold'] = new FCKToolbarButton( 'Bold' );
will become
FCKToolbarItems['Bold'] = new FCKToolbarButton( 'Bold' , 'Your translation');
RE: Why most buttons are not translated ?
Have a look at the following post:
https://sourceforge.net/forum/forum.php ... _id=379487