// JavaScript Document

/********************
LIBRARY OF MESSAGES *
********************/

var msglib = Array();

// Categories

msglib[0] = 'Do you want My Categories to be opened by default?<br /><br /><span>You can change this setting at any time later.</span>';
msglib[1] = 'Do you want Popular Categories to be opened by default?<br /><br /><span>You can change this setting at any time later.</span>';
msglib[2] = 'A true gamer! Click on the game and use the arrow keys to play!';

// Tutorials

msglib[50] = 'You are about to report a tutorial for review! Are you sure?<br /><br /><span>You are flagging the record for a manual review by one of our administrators to ensure the link is valid and the tutorial contains valid images etc... Please only report a tutorial if there is a problem with it.</span>';

// Submit

msglib[100] = 'Are you sure you want to remove this tutorial from your submission list?<br /><br /><span>This action cannot be undone</span>';
msglib[101] = 'Are you sure you want to remove <strong class="red">all tutorials</strong> from your submission list?<br /><br /><span>This action cannot be undone</span>';
msglib[102] = 'Are you sure you want to submit your tutorials?<br /><br /><span>By clicking Yes, the tutorials in your submission list will be submitted to the approval queue.</span>';

// Publishing

msglib[150] = 'Are you sure you want to delete this tutorial?<br /><br /><span>This action cannot be undone.<br />Associated collections &amp; attachments will not be deleted but moved to the Global collection. Make sure to fix all affected tutorials.</span>';
msglib[151] = 'Are you sure you want to use the default avatar?<br /><br /><span>This will replace your current avatar with the category\'s default avatar.</span>';
msglib[152] = 'Are you sure you want to revert to the last saved version?<br /><br /><span>All unsaved modifications will be lost!</span>';
msglib[153] = 'Are you sure you want to send credits to the author?<br /><br /><span>The amount will be deducted from your account.</span>';
msglib[154] = 'Are you sure you want to delete this image?<br /><br /><span>This action cannot be undone!</span>';
msglib[155] = 'Are you sure you want to delete this attachment?<br /><br /><span>This action cannot be undone!</span>';
msglib[156] = 'Are you sure you want to publish this tutorial?<br /><br /><span>The tutorial will be sent to the review queue.</span>';
msglib[157] = 'Are you sure you want to clear the contributor notes?<br /><br /><span>This action cannot be undone.</span>';

// User Profile

msglib[200] = 'Do you want to add this user to your friends list?<br /><br /><span>You can manage your friends in your user settings at any time.</span>';

// Advertising

msglib[250] = 'Are you sure you want to delete this campaign?<br /><br /><span>This action cannot be undone.</span>';
msglib[251] = 'The ad campaign could not be deleted. An error occured.';
msglib[252] = 'All ad campaigns were deactivated successfully.';
msglib[253] = 'All ad campaigns were activated successfully.';
msglib[254] = 'The credit threshold for automatic email notification has been set successfully.';

// Comments

msglib[300] = 'Do you want to report this comment for review?<br /><br /><span>Please only report a comment if it contains spam, disrespectful or hate content.';
