var StringTable = {
	
	HTML: {
		loginLabel:					"Login",
		loginSubtitle:				"Please login using your FatBookie.com credentials...",
		loginLabelUsername:			"Username",
		loginLabelPassword:			"Password",
		loginLabelRememberMe:		"Remember Me",
		login_button:				"Login",
		
		updatesLabelTitle:			"Updates",
		refresh_updates_button:		"Refresh",
		
		inboxLabelTitle:			"Inbox",
		prev_inbox_button:			"&lt;",
		refresh_inbox_button:		"Refresh",
		next_inbox_button:			"&gt;",
		
		outboxLabelTitle:			"Outbox",
		prev_outbox_button:			"&lt;",
		refresh_outbox_button:		"Refresh",
		next_outbox_button:			"&gt;",

		messageLabelTitle:			"View Message",
		back_message_button:		"&lt;",
		delete_message_button:		"Delete",
		new_message_button:			"Reply",
		unread_message_button:		"Mark Unread",
		flag_message_button:		"Flag",
		unflag_message_button:		"Remove Flag",
		
		messageReplyLabelTitle:		"Reply Message",
		replyToLabel:				"To:",
		replySubjectLabel:			"Subject:",
		replyBodyLabel:				"Message:",
		cancel_message_button:		"Cancel",
		send_message_button:		"Send",

		setGameLabelTitle:			"Create new game",
		gameSubjectLabel:			"Game subject:",
		gameChipValueLabel:			"Chip value:",
		reset_set_game_button:		"Reset",
		create_set_game_button:		"Create &gt;",
		
		gameOptionsLabelTitle:		"Game Options",
		gameOptionsLabel:			"Provide possible outcomes:",
		reset_game_options_button:	"Reset",
		save_game_options_button:	"Save &gt;",

		publishGameLabelTitle:		"Publish Game",
		publishGameLabel:			"Below are the game settings you provided. Please review and use Back button if you need to make corrections.",
		l_gameSubjectLabel:			"Game subject: ",
		l_gameChipValueLabel:		"Chip value: ",
		l_gameOutcomesLabel:		"Possible outcomes: ",
		back_publish_game_button:	"&lt; Back",
		publish_game_button:		"Publish &gt;",

		searchTitle:				"Search friends to invite to game",
		find_button:				"Find",
		reset_invite_friends_button:	"Reset",
		finish_invite_friends_button:	"Finish",

		settingsTitle:				"Settings",
		settingsRefreshLabel:		"MiniView Refresh",
		settingsDropOne:			"1 minute",
		settingsDropTwo:			"2 minutes",
		settingsDropFive:			"5 minutes",
		settingsLoginLabel:			"Login",
		settingsRememberMeLabel:	"Remember Me",
		settingsStartupLabel:		"My Startup Page",
		settingsUpdatesLabel:		"Updates List",
		settingsNewgameLabel:		"New Game",
		settingsInboxLabel:			"Inbox",
		settingsOutboxLabel:		"Outbox",

		save_button:				"Save",
		
		button_updates:				"Updates",
		button_newgame:				"New Game",
		button_inbox:				"Inbox",
		button_outbox:				"Outbox",
		button_settings:			"Settings",

		button_exit:				"Exit", 
		button_logout:				"Logout", 		
		
		loaderLoadingTitle:			"LOADING",
		loaderLoadingSubtitle:		"Please wait while we process data...",
		
		miniViewLoading:			"Loading..."
	},

	Code: {
		loginScreenDataError: 				"Error trying to login to FatBookie",

		miniViewCaption:					"Latest FatBookie Updates",
		miniViewError: 						"Error...",
		
		menuRefreshFatBookie:				"Refresh Updates",
		menuUpdates:						"Updates",
		menuNewgame:						"New Game",
		menuInbox:							"Inbox",
		menuOutbox:							"Outbox",
		menuSettings:						"Settings",
		menuLogout:							"Logout",
		
		settingsSavedAlert: 				"Your settings were successfully saved!",
		
		fbServiceNoStatusAlert: 			"No status specified in response.",
		
		updatesScreenDataError: 			"Error when processing FatBookie data",
		updatesScreenInvalidSessionError:	"Your server session has been terminated due to prolonged inactivity. Please login again.",
		
		inboxScreenDataError: 				"Error when processing FatBookie data",
		inboxScreenInvalidSessionError:		"Your server session has been terminated due to prolonged inactivity. Please login again.",
		
		outboxScreenDataError: 				"Error when processing FatBookie data",
		outboxScreenInvalidSessionError:	"Your server session has been terminated due to prolonged inactivity. Please login again.",
		
		messageScreenDataError: 			"Error when processing FatBookie data",
		messageScreenInvalidSessionError:	"Your server session has been terminated due to prolonged inactivity. Please login again.",
		deleteMessageWarning:				"Are you sure you want to delete this message?\nThis action cannot be undone.",
		markUnreadMessageWarning:			"This function is available only for Inbox messages",
		
		replyScreenDataError: 				"Error when processing FatBookie data",
		replyScreenInvalidSessionError:		"Your server session has been terminated due to prolonged inactivity. Please login again.",
		replyMessageWarning:				"This function is available only for Inbox messages",
		replyScreenConfirmCancel:			"Are you sure you want to cancel your reply?",

		setGameScreenDataError: 			"Error when processing FatBookie data",
		setGameScreenInvalidSessionError:	"Your server session has been terminated due to prolonged inactivity. Please login again.",
		setGameIncompleteValuesWarning:		"Both form entries are mandatory. Please provide values before continuing.",

		gameOptionsScreenDataError: 			"Error when processing FatBookie data",
		gameOptionsScreenInvalidSessionError:	"Your server session has been terminated due to prolonged inactivity. Please login again.",
		resetGameOptionsWarning:				"Are you sure you want to reset this form?",
		gameOptionsIncompleteValuesWarning:		"At least two options are required to continue.",

		publishGameScreenDataError: 			"Error when processing FatBookie data",
		publishGameScreenInvalidSessionError:	"Your server session has been terminated due to prolonged inactivity. Please login again.",
		successfulPublishMessage:				"Your game has been published. You need to invite a few FatBookie friends now. If you do not have FatBookie friends you need to use the website to connect with them first. You can  manage this game later on www.fatbookie.com as well.",

		inviteFriendsScreenDataError: 			"Error when processing FatBookie data",
		inviteFriendsScreenInvalidSessionError:	"Your server session has been terminated due to prolonged inactivity. Please login again.",
		inviteFriendsInviteButton:				"Invite",
		inviteFriendsConfirmFinish:				"If you leave this screen you will not be able to invite more friends to current game from this application. You can invite more friends to this game from your account on www.fatbookie.com.",
		inviteFriendsScreenSuccessInvite:		"The invitation has been sent. You may invite more friends from current search result set, or repeat search for a fresh batch.",

		featureNotAvailable:				"This feature is not available in the current beta release.",
		emptyServerResponseWarning:			"Server did not return any content for your query.",
		fatalAPIError:						"Fatal API error encountered. Please report this at feedback@fatbookie.com. We apologize for the inconvenience.",

		iPhoneNotSupportedError:			"You have stumbled on something iPhone does not support, probably due to screen resolution. Please resize back to full screen.",
		safariCloseWarning:					"You need to close this Safari window to exit the application.\n\nIf you liked this application, you can add a link to it from your home screen for easy access by clicking the \"+\" button at the bottom of this Safari window."
	}
	
}

