From 77c28206a14b5bee3f3091f10cffd531bce5649c Mon Sep 17 00:00:00 2001 From: yllar <yllar.pajus@gmail.com> Date: Sat, 16 Dec 2006 13:25:16 -0500 Subject: [PATCH] updated ja and fr translations --- program/js/editor.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/program/js/editor.js b/program/js/editor.js index 333559c..590388c 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -21,15 +21,15 @@ accessibility_focus : false, apply_source_formatting : true, theme : 'advanced', - plugins : 'emotions,table,searchreplace', + plugins : 'emotions,media,nonbreaking,table,searchreplace,spellchecker,visualchars', theme_advanced_buttons1 : 'bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent,indent,separator,forecolor,backcolor,formatselect,fontselect,fontsizeselect', - theme_advanced_buttons2 : 'undo,redo,image,hr,link,unlink,emotions,charmap,code,separator,search,replace,spellchecker,separator,tablecontrols', + theme_advanced_buttons2 : 'undo,redo,image,media,hr,link,unlink,emotions,charmap,code,nonbreaking,visualchars,separator,search,replace,spellchecker,separator,tablecontrols', theme_advanced_buttons3 : '', theme_advanced_toolbar_location : 'top', theme_advanced_toolbar_align : 'left', extended_valid_elements : 'font[face|size|color|style],span[id|class|align|style]', content_css : skin_path + '/editor_content.css', - popups_css : skin_path + '/editor_popups.css', + popups_css : skin_path + '/editor_popup.css', editor_css : skin_path + '/editor_ui.css' }); } -- Gitblit v1.9.1