// English strings
var	str_Information						= "Information";
var	str_PleaseDisablePopupBlockers		= "Please disable all popup blockers for GatherPlace and try again";
var	str_NotSharingTitle					= "Not Sharing";
var	str_NotSharingQuestion				= "Do you want to start sharing?";
var	str_GrantControlTitle				= "Grant Remote Control?";
var	str_GrantControlQuestion			= "Grant control to %1?  You can simply press and hold Escape to take control back.";
var	str_PresenterModuleNotLoaded		= "Presenter Module not loaded";
var	str_DriverError						= "PRESENTER MODULE ERROR: Please try to reboot.  If the problem persists, please contact Support";
var	str_SharedAppsNone					= "Not Sharing";
var	str_SharedAppsList					= "Sharing";
var	str_SharedAppsDesktop				= "Desktop";

var	str_DisconnectedByModerator			= "Disconnected by the moderator of this session";
var	str_DisconnectedSessionTerminated	= "Session was terminated";

var	str_ButtonYes						= "Yes";
var	str_ButtonNo						= "No";
var	str_ButtonOK						= "OK";
var	str_ButtonCancel					= "Cancel";

//error messages
var	str_ErrorIncorrectServerAddress		= "Incorrect address for server";
var	str_ErrorJoinRequestRejected		= "Your request to join this session was rejected";
var	str_ErrorSessionDoesNotExist		= "Session does not exist anymore";
var	str_ErrorServerFull					= "Server is out of seats";
var	str_ErrorSessionFull				= "Session is out of seats";
var	str_ErrorSessionLocked				= "Access Denied: Session is locked";
var	str_ErrorRequiresPassword			= "Session is password protected";
var	str_ErrorIncorrectPassword			= "Incorrect password provided";
var	str_ErrorTopProviderNotFound		= "Host server could not be found";
var	str_ErrorInvalidSSLCertificate		= "SSL certificate not correct";
var	str_ErrorSSLInit					= "SSL module missing or init error";
var	str_ErrorFatal						= "Fatal Connect Error - please restart your browser and try again.";
var	str_ErrorCommunications				= "Communications Error";
var	str_ErrorConnect					= "Connection error";

//less important messages that should not be seen by users if all goes well
var	str_WARNING							= "WARNING: ";
var	str_INFO							= "INFO: ";
var	str_CouldNotFindObject				= "Could not find object: ";
var	str_InvalidCallback					= "Invalid callback";
var str_NoSuchToolFound					= "No such tool found: ";

var str_cannotInstallPresenterModule	= 'Cannot install the Presenter Module.  You need Administrator right and Windows 2000 or better';
var str_connected						= 'You are now connected to the session as the host.  Closing this browser will end your on-line session.\r\n\r\nPlease select the applications you want to share from the next dialog box and click OK.  Then invite guests into your session';
var str_browserNotSupported				= 'IE 6.0 or higher required';

//FILE MANAGER
var str_firstUseOfFileManager			= 'No files available.<br /><br />Please click on the "Browse" button below to select a file.  Then click on "Upload Now" to load the file into the file manager list.<br /><br />From here you can then push files to other participants in the same session';

//PARTICIPANT LIST
var str_PListTitle						= "Participant List";
var str_PListMenuInfo					= "Info";
var	str_PListMenuRevokeControl			= "Revoke remote control from %1";
var	str_PListMenuGrantControl			= "Grant control to %1";
var	str_PListMenuRequestControl			= "Request remote control";
var	str_PListMenuRevokePresenter		= "Revoke presenter rights";
var	str_PListMenuMakeCopresenter		= "Make %1 the Co-Presenter";
var	str_PListMenuDisconnect				= "Disconnect %1";
var	str_PListMenuBecomePresenter		= "Become presenter again";
var	str_PListMenuLeaveFullscreen		= "Leave Full Screen Mode";
var	str_PListMenuEnterFullscreen		= "Enter full screen mode";
var	str_PListMenuImageResizeOff			= "Turn image resizing off for faster updates";
var	str_PListMenuAboutJavaViewer		= "%1 is using the basic Java viewer";
var	str_PListMenuAboutClient			= "%1's screen resolution is %2x%3";
