/*
KOIVI TTW WYSIWYG Editor Copyright (C) 2005 Justin Koivisto
Version 4.0b1
Last Modified: 9/15/2005

    This library is free software; you can redistribute it and/or modify it
    under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation; either version 2.1 of the License, or (at
    your option) any later version.

    This library is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
    or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
    License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with this library; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

    Full license agreement notice can be found in the LICENSE file contained
    within this distribution package.

    Justin Koivisto
    justin.koivisto@gmail.com
    http://koivi.com
*/
WYSIWYG_Editor_Lang_EN = new Object();
WYSIWYG_Editor_Lang_EN.LANGUAGE                     =   'American English (en)';
WYSIWYG_Editor_Lang_EN.browser_not_supported        =   'Browser not supported at this time.';
WYSIWYG_Editor_Lang_EN.textarea_warning             =   '<b>WARNING:</b> Your browser does not support the KOIVI TTW WYSIWYG Editor class. The script you are posting to may expect HTML code.';
WYSIWYG_Editor_Lang_EN.font_option                  =   '- Font -';
WYSIWYG_Editor_Lang_EN.font_cursive                 =   'Cursive';
WYSIWYG_Editor_Lang_EN.font_fantasy                 =   'Fantasy';
WYSIWYG_Editor_Lang_EN.font_sansserif               =   'Sans Serif';
WYSIWYG_Editor_Lang_EN.font_serif                   =   'Serif';
WYSIWYG_Editor_Lang_EN.font_typewriter              =   'Typewriter';
WYSIWYG_Editor_Lang_EN.size_option                  =   '- Size -';
WYSIWYG_Editor_Lang_EN.size_xsmall                  =   'X Small';
WYSIWYG_Editor_Lang_EN.size_small                   =   'Small';
WYSIWYG_Editor_Lang_EN.size_medium                  =   'Medium';
WYSIWYG_Editor_Lang_EN.size_large                   =   'Large';
WYSIWYG_Editor_Lang_EN.size_xlarge                  =   'X Large';
WYSIWYG_Editor_Lang_EN.format_normal                =   'Normal';
WYSIWYG_Editor_Lang_EN.format_h1                    =   'Heading 1';
WYSIWYG_Editor_Lang_EN.format_h2                    =   'Heading 2';
WYSIWYG_Editor_Lang_EN.format_h3                    =   'Heading 3';
WYSIWYG_Editor_Lang_EN.format_h4                    =   'Heading 4';
WYSIWYG_Editor_Lang_EN.format_h5                    =   'Heading 5';
WYSIWYG_Editor_Lang_EN.format_h6                    =   'Heading 6';
WYSIWYG_Editor_Lang_EN.format_address               =   'Address';
WYSIWYG_Editor_Lang_EN.hyperlink                    =   'Hyperlink';
WYSIWYG_Editor_Lang_EN.unlink                       =   'Remove Link';
WYSIWYG_Editor_Lang_EN.ordered_list                 =   'Ordered List';
WYSIWYG_Editor_Lang_EN.unordered_list               =   'Bulleted List';
WYSIWYG_Editor_Lang_EN.horizontal_rule              =   'Horizontal Rule';
WYSIWYG_Editor_Lang_EN.insert_table                 =   'Insert Table';
WYSIWYG_Editor_Lang_EN.insert_image                 =   'Insert Image';
WYSIWYG_Editor_Lang_EN.spell_check                  =   'Check Spelling';
WYSIWYG_Editor_Lang_EN.save                         =   'Save';
WYSIWYG_Editor_Lang_EN.preview                      =   'Preview';
WYSIWYG_Editor_Lang_EN.print                        =   'Print';
WYSIWYG_Editor_Lang_EN.foreground_color             =   'Font Color';
WYSIWYG_Editor_Lang_EN.hilight_color                =   'Text Background Color';
WYSIWYG_Editor_Lang_EN.background_color             =   'Background Color';
WYSIWYG_Editor_Lang_EN.bold                         =   'Bold';
WYSIWYG_Editor_Lang_EN.italic                       =   'Italic';
WYSIWYG_Editor_Lang_EN.underline                    =   'Underline';
WYSIWYG_Editor_Lang_EN.superscript                  =   'Superscript';
WYSIWYG_Editor_Lang_EN.subscript                    =   'Subscript';
WYSIWYG_Editor_Lang_EN.align_left                   =   'Left';
WYSIWYG_Editor_Lang_EN.align_center                 =   'Center';
WYSIWYG_Editor_Lang_EN.align_right                  =   'Right';
WYSIWYG_Editor_Lang_EN.align_justify                =   'Justify';
WYSIWYG_Editor_Lang_EN.indent                       =   'Indent';
WYSIWYG_Editor_Lang_EN.outdent                      =   'Outdent';
WYSIWYG_Editor_Lang_EN.toggle_mode                  =   'Toggle Mode';
WYSIWYG_Editor_Lang_EN.table_num_cols               =   'Enter the number of columns per row.';
WYSIWYG_Editor_Lang_EN.table_num_rows               =   'Enter the number of rows to create.';
WYSIWYG_Editor_Lang_EN.content_preview              =   'Content Preview';
WYSIWYG_Editor_Lang_EN.spell_check_complete         =   'Spell check complete:';
WYSIWYG_Editor_Lang_EN.spell_check_no_change        =   'No words changed.';
WYSIWYG_Editor_Lang_EN.spell_check_no_misspellings  =   'No misspellings found.';
WYSIWYG_Editor_Lang_EN.spell_check_one_change       =   'One word changed.';
WYSIWYG_Editor_Lang_EN.spell_check_words_changed    =   ' words changed.';
WYSIWYG_Editor_Lang_EN.spell_check_init_problem     =   'Unable to initiate spell checking session.';
WYSIWYG_Editor_Lang_EN.no_spellerpages              =   'SpellerPages has not been included in your HTML document.';
