var lang = new Array();

lang = {
    'SKIPTARGET'            : 'Start of main content',
    'SOURCE'                : 'Source',
    'DESCRIPTION'           : 'Description',
    'HELP'                  : 'Help',
    'CLOSE'                 : 'Close',
    'FAVORITE_REMOVE'       : 'Remove from Favorites',
    'FAVORITE_ADD'          : 'Mark as Favorite',
    'EULA_READ'             : 'You must indicate that you have read and understand the Terms and Conditions before you can share a book.',
    'FLASH_WARN'            : '"Thank you for using the CAST UDL Book Builder.\n\n CAST UDL Book Builder uses Adobe Flash Player version 9 and above for some of its features.  This computer appears to be missing or using an older version of the Flash Player.\n\nClick OK to Download the Adobe Flash Player, or Cancel to Continue."',
    'SAFARI_WARN'           : '*** W A R N I N G *** W A R N I N G ***\n\nThe CAST UDL Book Builder uses a text editor that is not fully compatible with older versions of Safari, resulting in errors and possible loss of information.\n\nCAST recommends using another browser such as Firefox (available at http://www.mozilla.com).\n\n We are sorry for any inconvenience.',
    'EDIT_CLOSE_CONFIRM'    : 'There are unsaved changes.\n\n  Are you sure you want to close the edit window?',
    'EDIT_COACH_TEXT'       : 'Please provide something for the coach to say.',
    'EDIT_INFO_TITLE'       : 'Please provide a Book Title.',
    'EDIT_INFO_CREDIT'      : 'Please provide at least one book Credit.',
    'EDIT_INFO_CONTENT'     : 'Please make a Content Area selection.',
    'EDIT_INFO_LANGUAGE'    : 'Please make a Book Language selection.',
    'EDIT_INFO_GRADE'       : 'Please provide at least one Grade Level for your book.',
    'EDIT_INFO_SLOT'        : 'You may only use one coach per available slot',
    'EDIT_INFO_ERROR'       : 'A few issues with your Book Information have been found:',
    'EDIT_GLOSSARY_TERM'    : 'Please supply a glossary term.',
    'ERROR_CONTENT_LENGTH'  : 'Your content is too long, please limit it to " + maxlength + " characters or less.',
    'EXPAND'                : 'Expand',
    'COLLAPSE'              : 'Collapse'
};

