<?php
    define ('PL_VISUALEDITOR_TITLE', ' ,  3.6');
    define ('PL_VISUALEDITOR_MINIMIZE', '/ ');
    define ('PL_VISUALEDITOR_SAVE', '');
    
    define ('PL_VISUALEDITOR_CUT', '');
    define ('PL_VISUALEDITOR_COPY', '');
    define ('PL_VISUALEDITOR_PASTE', '');
    define ('PL_VISUALEDITOR_PASTE_PLAIN', '    ');
    define ('PL_VISUALEDITOR_PASTE_WORD', '   Microsoft Word');
    define ('PL_VISUALEDITOR_FIND', '/ ');
    define ('PL_VISUALEDITOR_UNDO', '');
    define ('PL_VISUALEDITOR_REDO', '');
    define ('PL_VISUALEDITOR_LINK', ' ');
    define ('PL_VISUALEDITOR_ANCHOR', '  ');
    define ('PL_VISUALEDITOR_UNLINK', ' '); 
    define ('PL_VISUALEDITOR_IMAGE', ' ');
    define ('PL_VISUALEDITOR_IMAGEMAP', ' ');
    define ('PL_VISUALEDITOR_POPUP', '  ');
    define ('PL_VISUALEDITOR_FLASH', ' Flash-');
    define ('PL_VISUALEDITOR_TABLE', ' ');
    define ('PL_VISUALEDITOR_SPECIAL_CHAR', '  ');
    define ('PL_VISUALEDITOR_HR', '  ');
    define ('PL_VISUALEDITOR_BR', '  ');
    define ('PL_VISUALEDITOR_EXIT', ' ');

    define ('PL_VISUALEDITOR_BOLD', '');
    define ('PL_VISUALEDITOR_ITALIC', '');
    define ('PL_VISUALEDITOR_UNDERLINE', '');
    define ('PL_VISUALEDITOR_STRIKE', '');
    define ('PL_VISUALEDITOR_SUBSCRIPT', '');
    define ('PL_VISUALEDITOR_SUPERSCRIPT', '');
    define ('PL_VISUALEDITOR_LEFT', '  ');
    define ('PL_VISUALEDITOR_CENTER', ' ');
    define ('PL_VISUALEDITOR_RIGHT', '  ');
    define ('PL_VISUALEDITOR_FULL', ' ');
    define ('PL_VISUALEDITOR_ORDERED_LIST', ' ');
    define ('PL_VISUALEDITOR_UNORDERED_LIST', ' ');
    define ('PL_VISUALEDITOR_OUTDENT', ' ');
    define ('PL_VISUALEDITOR_INDENT', ' ');
    define ('PL_VISUALEDITOR_FONT_COLOR', ' ');
    define ('PL_VISUALEDITOR_BACKGROUND_COLOR', ' ');
    define ('PL_VISUALEDITOR_SHOW_BORDERS', '  ');
    define ('PL_VISUALEDITOR_SELECTALL', ' ');
    define ('PL_VISUALEDITOR_REMOVE_FORMAT', ' ');
    define ('PL_VISUALEDITOR_HTML', 'HTML-');
    
    define ('PL_VISUALEDITOR_PARAGRAPH', ' ');   
    define ('PL_VISUALEDITOR_STYLE', '');
    define ('PL_VISUALEDITOR_STYLE_NORMAL', '');
    define ('PL_VISUALEDITOR_STYLE_HEADING1', ' 1');
    define ('PL_VISUALEDITOR_STYLE_HEADING2', ' 2');
    define ('PL_VISUALEDITOR_STYLE_HEADING3', ' 3');
    define ('PL_VISUALEDITOR_STYLE_HEADING4', ' 4');
    define ('PL_VISUALEDITOR_STYLE_HEADING5', ' 5');
    define ('PL_VISUALEDITOR_STYLE_HEADING6', ' 6');
    define ('PL_VISUALEDITOR_FONT', '');
    define ('PL_VISUALEDITOR_SIZE', '');
    
    define ('PL_VISUALEDITOR_EDIT_TABLE', '  ');
    define ('PL_VISUALEDITOR_EDIT_CELL', '  ');
    define ('PL_VISUALEDITOR_ALIGN_TOP', '    ');
    define ('PL_VISUALEDITOR_ALIGN_MIDDLE', '    ');
    define ('PL_VISUALEDITOR_ALIGN_BOTTOM', '    ');
    define ('PL_VISUALEDITOR_MERGE_RIGHT', '   ');
    define ('PL_VISUALEDITOR_MERGE_DOWN', '   ');
    define ('PL_VISUALEDITOR_SPLIT_HORZ', '   ');
    define ('PL_VISUALEDITOR_SPLIT_VERT', '   ');
    define ('PL_VISUALEDITOR_ADDCOL_AFTER', '   ');
    define ('PL_VISUALEDITOR_ADDCOL_BEFORE', '   ');
    define ('PL_VISUALEDITOR_ADDROW_AFTER', '   ');
    define ('PL_VISUALEDITOR_ADDROW_BEFORE', '   ');
    define ('PL_VISUALEDITOR_REMOVE_COL', ' ');
    define ('PL_VISUALEDITOR_REMOVE_ROW', ' ');
?>