var nimAM = {
	application: {
		TXT: {
			windowTitle: "Webmail",
			copyrightNotice: "",
			warningText: "Warning",
			confirmExit: "Doing so will terminate Webmail.",
			helpText: "Help",
			preloadContent: "Loading Webmail.  Please Wait...",
			monthNames: ['January','February','March','April','May','June','July','August','September','October','November','December'],
			monthAbbreviations: ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'],
			dayNames: ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],
			dayAbbreviations: ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'],
			dayAbbreviationsOrder: ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'],
			didYouKnow: "Did you know?",
			resizeMsg: "For optimal viewing, this application should be run in resolutions above 900x600.  The application will resume once you resize your browser.",
			inboxFolder: "Inbox",
			draftsFolder: "Drafts",
			sentFolder: "Sent Items",
			trashFolder: "Trash",
			spamFolder: "Spam",
			errorInvalidEntry: "Please validate your information and try your request again.",
			allowSpamFolderChange: "T",
			allowSpamTagChange: "T",
			allowSpamBlockLevelChange: "T",
			cancel: "Cancel",
			ok: "Ok"
		}
	},

	login: {
		TXT: {
			contentHeading: "",
			promoList: "",
			crossSellItems: "",
			loginHeader: "Log in to Webmail",
			loginSettingsHeader: "Log in to Settings",
			loginFilterOnlyHeader: "Log in to Spam Quarantine",
			username: "Email Address:",
			password: "Password:",
			loginBtn: "Log in to Webmail",
			loginSettingsBtn: "Log in to Settings",
			loginFilterOnlyBtn: "Log in to Spam Quarantine",
			forgotLink: "Forget your email address or password?",
			usernameHint: "e.g. yourname@example.com",
			usernameEmpty: "Please enter an email address",
			usernameInvalid: "Please enter a valid email address",
			passwordHint: "Password is case-sensitive",
			webmailTypeAJAX: "Standard (high-speed connection)",
			webmailTypeHTML: "Basic",
			usernamePasswordInvalid: "Your email address or password are invalid, please try again.",
			browserCookiesDisabled: "Your browser cookies are disabled. Please enable browser cookies to login.",
			showPreview: "F",
			previewHint: "Faster Webmail! Preview the future Webmail release.",
			previewNoLabel: "Current (supported)",
			previewYesLabel: "Preview (unsupported)",
			sendFeedbackLink: "Please Send Feedback",
			feedbackWindowTitle: "Webmail Preview Feedback",
			feedbackHeading: "Thanks for participating in the Webmail Preview",
			feedbackMessage: "We'd love to hear your feedback on the new version of Webmail. We appreciate and read all comments and your feedback helps us improve Webmail in future versions. Please note that we aren't able to respond back to any specific questions or concerns.",
			feedbackThankYou: "Thank You.",
			feedbackComments: "Comments:",
			feedbackClose: "Close",
			feedbackSent: "Your comments have been sent.",
			feedbackMoreFeedback: "If you have anything else to add in the coming days, please don't hesitate to drop us another line.",
			systemStatus: "F",
			brandStatus: "F",
			brandStatusMessage: ""
		}
	},

	settings: {
		TXT: {
			titleMsg: "Spam Settings",
			spamFolderLabel: "Choose a Spam Folder: ",
			spamFolderHint: "Choose which folder you would like your spam delivered to.",
			spamFolderSystemFolders: "System Folders",
			spamFolderOtherFolders: "Other Folders",
			spamTagLabel: "Add a Custom Spam Tag: ",
			spamTagHint: "Enter text that you want added to the subject of any mail identified as spam.<br />For example '{SPAM} '.",
			spamTagInheritLabel: "Use Default",
			spamBlockLevelLabel: "Choose Spam Block Level: ",
			spamBlockLevelHint: "Choose the level of spam blocking that you want.",
			spamBlockLevelNormal: "Normal",
			spamBlockLevelHigh: "High",
			spamBlockLevelVeryHigh: "Very High",
			saving: "Saving...",
			success: "Completed Successfully",
			errorChangeMailboxSettingsFailed: "Change Mailbox Settings Failed",
			errorGetMailboxFoldersFailed: "Get Mailbox Folders Failed",
			errorGetMailboxSettingsFailed: "Get Mailbox Settings Failed"
		},
		BTN: {
			save: "Save",
			cancel: "Cancel"
		}
	},

	folderListing: {
		TXT: {
			msgCheckMailOther: "Check Other",
			systemFoldersHeading: "Mail Folders",
			myFoldersHeading: "Email",
			addNewFolder: "&nbsp;+&nbsp;",
			renameFolder: "Click to rename this folder",
			emptyFolder: "Click to empty this folder",
			deleteFolder: "Click to delete this folder",
			messages: "Message(s)",
			unread: "unread",
			save: "Save",
			cancel: "Cancel",
			saving: "Saving...",
			deleting: "Deleting...",
			emptying: "Emptying...",
			confirmFolderDelete: "Are you sure you want to delete this folder?  All emails and any sub-folders will also be deleted.",
			confirmEmptyFolder: "Are you sure you want to empty this folder?",
			theFolder: "The folder",
			duplicateRemaneFolderName: "was not renamed, as its new name may be a duplicate.",
			duplicateNewFolderName: "already exists.  Please enter another name.",
			specifyFolderName: "Please specify a name for your folder.",
			inboxFolder: "Inbox",
			sentFolder: "Sent Items",
			draftsFolder: "Drafts",
			trashFolder: "Trash",
			spamFolder: "Spam",
			invalidFolderName: "Invalid folder name, please validate the data.",
			newMessages: "New message(s)",
			emptyingFolder: "Emptying folder...",
			addFolderTitle: "Add New Folder",
			newFolderLabel: "Enter a name for your folder:",
			addSubFolderLabel: "Add folder as a sub-folder of:",
			maxLevelsAllowedPrefix: "",
			maxLevelsAllowedSuffix: "",
			filterExistsOnFolder: "The folder cannot be updated as it is being used by a mail filter or POP account.  Please update the filter or POP account before updating the folder."
		},
		IMG: {
			msgCheckMailImage: {
				src: "modules/folderListing/images/en/check_mail.gif",
				alt: "Check Mail",
				width: "84",
				height: "21"
			},
			msgComposeImage: {
				src: "modules/folderListing/images/en/new.gif",
				alt: "New Message",
				width: "52",
				height: "21"
			}
		}
	},

	folderView: {
		TXT: {
			messages: "Messages",
			today: "Today",
			at: "at",
			numUnreadOf: "unread of",
			blockSender: "Block Sender",
			msgsMarkUnread: "Mark As Unread",
			msgsMarkRead: "Mark As Read",
			msgsInText: "in",
			sortSender: "Sender",
			sortRecipient: "Recipient(s)",
			sortSubject: "Subject",
			sortDate: "Date",
			sortSize: "Size",
			previous: "Previous",
			next: "Next",
			msgPagingOfText: "of",
			loadingMessages: "Loading Messages...",
			searchingMessages: "Searching Messages...",
			movingMessages: "Moving Messages...",
			deletingMessages: "Deleting Messages...",
			noMessages: "No Messages in Folder",
			noMessagesSearch: "No messages matched your search.",
			searchFor: "Search for",
			selectedDestFolder: "This is the destination folder you selected in the mail settings.",
			noDestFolderSelected: "There is not folder selected for this option, please go to mail settings and select one.",
			blockSenderLimitMessage1: "You can not add more than ",
			blockSenderLimitMessage2: " safe and block senders.",
			blockActionDisabled: "The block sender action is disabled, please go to mail settings to enable it.",
			blockActionNotSelected: "There is no block sender action selected, please go to mail settings to set one.",
			messageSaved: "Your message has been saved",
			messageSent: "Your message has been sent",
			noSubject: "(no subject)"
		},
		BTN: {
			moveToFolder: "Move to Folder",
			markAsJunk: "Spam",
			markAsNotJunk: "Not Spam",
			moreOptions: "More Options",
			msgDelete: "Delete",
			msgReply: "Reply",
			msgReplyAll: "Reply All",
			blockSender: "Block Sender",
			safeSender: "Safe Sender",
			search: "Search Mail"
		},
		IMG: {
			fullMsgListViewImage: {
				alt: "Full Pane"
			},
			splitMsgListViewImage: {
				alt: "Split Pane"
			}
		}
	},

	mailQuota: {
		TXT: {
			ofText: "of"
		}
	},

	messageCompose: {
		TXT: {
			messageMaxSizeError: "Your message exceeds the maximum size allowed of ",
			messageMaxSizeError2: " KB.",
			maxSMSSizeError1: "Your message has exceeded the max length of 160 chars.  It will be split up into ",
			maxSMSSizeError2: " messages.\n\nClick OK to Send, Cancel to edit.",
			composeIdent: "Compose",
			editDraftIdent: "Edit Draft",
			addCC: "Add CC",
			hideCC: "Hide CC",
			addBCC: "Add BCC",
			hideBCC: "Hide BCC",
			msgAttach: "Show Attachment(s)",
			msgHideAttach: "Hide Attachment(s)",
			plainTextFormat: "Plain Text",
			htmlTextFormat: "HTML Text",
			htmlTextFormatLost: "All HTML formatting will be lost",
			composeTo: "To:",
			composeCC: "CC:",
			composeBCC: "BCC:",
			composeSubject: "Subject:",
			composeSaveAsDraft: "Saving message as Draft",
			composeSendingMessage: "Sending message...",
			composeWrote: "wrote",
			composeOn: "On",
			composeMsgNotSent: "Your message has not been sent. \nDiscard your message?",
			composeSessionExpired: "Your session has expired",
			unableToSend: "Unable to Send Message",
			uploadInProgress: "Sorry, we're not done attaching your file just yet.  Please try again as soon as your file has been attached.",
			group: "Group",
			messageAttachmentError: "Your attachment could not be uploaded, please verify that your attachment size is not bigger than ",
			initEditor: "Initializing Editor...",
			msgFileUploadError : "Please validate your information and try your request again.",
			msgFileUpload : "Attach a file",
			spamError: "The message cannot be sent because it is considered spam.",
			composeMsgNotSent_0_102_32: "Are you sure you want to cancel editing the mail?"
		},
		BTN: {
			sendMessage: "Send",
			saveDraft: "Save",
			attachFile: "Attach",
			ok: "Ok",
			cancel: "Cancel",
			email: "Email",
			sms: "TXT"
		},
		IMG: {
			composeAttach: {
				alt: "Edit the attachments for this message"
			}
		}
	},

	messageViewer: {
		TXT: {
			msgSummaryToggle: "Less Detail",
			msgExpandedToggle: "More Detail",
			msgSubjectLabel: "Subject:",
			msgToLabel: "To:",
			msgReplyToLabel: "Reply-To:",
			msgCCLabel: "CC:",
			msgFromLabel: "From:",
			msgDateLabel: "Date:",
			msgAttachLabel: "Attachments",
			attachment: "Attachment",
			msgShowHeaders: "View Message Headers",
			msgTitleHeaders: "All Message Headers",
			defaultMsg: "Click on a message in the above list to display it here.",
			defaultMsgCustom: "(service provider can customize this content on a per-user basis)",
			ofText: "of",
			fromText: "from",
			onText: "on",
			loadingMessage: "Loading Message...",
			movingMessage: "Moving Message...",
			deletingMessage: "Deleting Message...",
			unknownSender: "&lt;unknown sender&gt;",
			messageDateSent: "Sent:",
			messageDateSaved: "Saved:",
			noSubject: "(no subject)",
			msgBlockSender: "Adding to blocksender list...",
			msgSafeSender: "Adding to safesender list..."
		},
		BTN: {
			reply: "Reply",
			replyAll: "Reply All",
			forward: "Forward",
			print: "Print",
			msgDelete: "Delete",
			blockImages: "Block Images",
			showImages: "Show Images",
			slideshow: "Slideshow",
			endSlideshow: "End Slideshow",
			editDraft: "Edit Draft",
			addContact: "Add Contact",
			blockSender: "Block Sender",
			safeSender: "Safe Sender",
			previousMessage : "Previous Message",
                        nextMessage : "Next Message"
		},
		IMG: {
			msgAddContactImage: {
				alt: "Add Contact"
			},
			fullMsgViewImage: {
				alt: "Full Pane"
			},
			splitMsgViewImage: {
				alt: "Split Pane"
			},
			msgAttachmentsImage: {
				alt: "Attachments:"
			},
			fullViewPrevMsgImage: {
				alt: "Previous"
			},
			fullViewNextMsgImage: {
				alt: "Next"
			}
		}
	},

	subCanvasMail: {
		TXT: {
			noMessageSelected: "No Message is selected.",
			singleMessageOnly: "Please select a single message and try again."
		}
	},

	addContact: {
		TXT: {
			addCntIdent: "Add Contact",
			nameDetailsText: "Details",
			cntHideForm: "Hide",
			newCntNickLabel: "Nickname(*)",
			newCntFirstNameLabel: "First Name",
			newCntLastNameLabel: "Last Name",
			newCntEmailLabel: "Email(*)",
			newCntTitleLabel: "Title",
			newCntCompanyLabel: "Company",
			phoneNumberText: "Telephone Numbers",
			newCntPhoneHomeLabel: "Home",
			newCntPhoneWorkLabel: "Work",
			newCntPhoneMobileLabel: "Mobile",
			addressesText: "Addresses",
			newCntHomeAddressLabel: "Home",
			newCntWorkAddressLabel: "Work",
			notesText: "Notes",
			newCntNotesLabel: "Notes",
			cntShowForm: "Show",
			editCntForm: "Edit Contact",
			loadingAltText: "Loading...",
			requiredNickNameAndEmail: "Nickname and Email are required.\n Please enter those values for your contact.",
			invalidInputErrorMessage: "The required fields are missing or the given data is invalid, please validate the data",
			addingContact: "Adding Contact...",
			savingChanges: "Saving Changes...",
			savingContact: "Saving Contact...",
			saveChanges: "Changes have not been saved.  Do you want to discard the changes made to the contact?",
			maxLengthExceed1: "Please add less than ",
			maxLengthExceed2: " characters in this field"
		},
		BTN: {
			save: "Save",
			cancel: "Cancel"
		}
	},

	contactListing: {
		TXT: {
			groupIdent: "Contacts",
			sortName: "Name",
			sortEmail: "Email Address",
			sortHome: "Home",
			sortWork: "Work",
			sortMobile: "Mobile",		
			loadingAltText: "Loading...",
			inText: "in",
			previous: "Previous",
			next: "Next",
			loadingContacts: "Loading Contacts...",
			ofText: "of",
			searchingContacts: "Searching Contacts...",
			addingContactsToGroup: "Adding Contacts to Group...",
			deletingContacts: "Deleting Contacts...",
			removingContactsFromGroup: "Removing Contacts from Group...",
			cntsConfBody: "Contact was added successfully.",
			noContacts: "No contacts in this group.",
			noContactsSearch: "No contacts matched your search.",
			searchForText: "Search for",
			confirmDelete: "Are you sure you want to remove the selected entries?"
		},
		BTN: {
			sendMessage: "Send Message",
			addToGroup: "Add To Group",
			removeFromGroup: "Remove from Group",
			cntDelete: "Delete",
			search: "Search Contacts",
			importExport: "Import/Export"
		}
	},

	contactViewer: {
		TXT: {
			contactDetailsTitle: "Contact Details",
			cntDefaultDisplay: "<p>To view a contact from the list above, simply click it and it will be displayed in this Contact View pane.</p><p><b>(service provider can customize this content on a per-user basis)</b></p>",
			loadingAltText: "Loading...",
			phoneNumberText: "Telephone Numbers",
			home: "Home",
			work: "Work",
			mobile: "Mobile",
			emailIM: "Email / IM",
			email: "Email",
			addresses: "Addresses",
			belongsToGroups: "Belongs to Groups",
			notes: "Notes",			
			loadingContact: "Loading Contact...",
			addingContactToGroup: "Adding Contact to Group...",
			deletingContact: "Deleting Contact...",
			removingContactFromGroup: "Removing Contact from Group...",
			sendMessageTo: "Send Message To",
			callHome: "Call Home",
			callWork: "Call Work",
			callMobile: "Call Mobile"
		},
		BTN: {
			sendMessage: "Send Message",
			addToGroup: "Add To Group",
			removeFromGroup: "Remove from Group",
			cntDelete: "Delete",
			editContact: "Edit Contact"
		}
	},

	groupListing: {
		TXT: {
			groupHeader: "Address Book",
			addNewGroup: "&nbsp;+&nbsp;",
			addGroupTitle: "Add New Group",
                        addGroupAddContactTitle: "Create a new group and add selected contacts to it.",
                        addNewContact: "&nbsp;+&nbsp;",
                        addNewContactTitle: "Add Contact",
			hide: "Hide",
			show: "Show",
			renameGroup: "Rename Group",
			emptyGroup: "Empty Group",
			deleteGroup: "Delete Group",
			save: "Save",
			cancel: "Cancel",
			saving: "Loading...",
			deleting: "Deleting...",
			confirmGroupDelete: "Are you sure you want to delete this group?  Any contacts associated with this group will not be deleted.",
			confirmEmptyGroup: "Are you sure you want to empty group",
			theGroup: "The group",
			duplicateGroupNameErrorMessage: "was not renamed, as its new name may be a duplicate.",
			specifyGroupName: "Please specify a name for your group.",
			invalidGroupName: "Invalid group name, please validate the data.",
			emptying: "Emptying...",
			groupAll: "All",
			enterGroupName: "Enter Group Name",
                        addGroupContactLabel: "The selected contacts will be added to the new group",
			duplicateNewGroupName: "The specified group name is already used by another group. Please assign a different group name.",
			memberTooltip: "Member(s)"
		}
	},	

	logoutConfirm: {
		TXT: {
			logoutTitle: "Logout?",
			logoutConfirmText: "Are you sure you want to logout?"
		},
		BTN: {
			yes: "Yes",
			no: "No"
		}
	},

	messagingService: {
		TXT: {
			communicationError: "A communication error has occurred.  Please check your connection and try again.",
			applicationError: "Application Error"
		}
	},

	subCanvasSettings: {
		TXT: {
			settingsTitleText: "Settings",
			settingsGeneralLink: "General",
			settingsMailLink: "Mail",
			settingsCalendarLink : "Calendar",
			settingsIdent: "Settings",
			settingsPageGeneralTitle: "General Settings",
			subCanvasSettingsPasswordTitle: "Password",
			changePasswordLegend: "Change Password",
			changePasswordText: "To change your password, enter the current one and then enter the new one twice.",
			currentPasswordLabel: "Current Password:",
			newPasswordLabel: "New Password:",
			confirmPasswordLabel: "Confirm Password:",
			subCanvasSettingsPreferencesTitle: "Display Preferences",
			displayPreferencesLegend: "Display Preferences",
			itemPerPageLabel: "Items Per Page:",
			itemPerPageHint: "How many email messages do you want displayed per inbox or contacts page?",
			settingsTimezoneLabel: "Your Time Zone:",
			settingsTimezoneHint: "What is your current time zone?",
			settingsInterfaceTitle: "Interface Preferences",
			settingsInterfaceLegend: "Interface Preferences",
			settingsInterfaceAdvanced: "Standard",
			settingsInterfaceTraditional: "Basic",
			settingsLanguageLabel: "Desired Language:",
			settingsLanguageHint: "Changing this setting will reload the application",
			settingsInterfaceLabel: "Desired Interface:",
			settingsInterfaceHint: "Changing this setting will reload the application",
			subCanvasSettingsGeneralTitle: "Mail Settings",
			subCanvasSettingsSetupTitle: "Setup",
			setupLegend: "Generic Email Setup",
			setupNameLabel: "Name:",
			setupQuotaLabel: "Mail Quota:",
			setupQuotaHint: "You will receive notification in your inbox when you have reached 90% or more of your quota. When you reach 100%, you will be unable to receive mail.",
			setupNameHint: "Enter a name that you want to appear on your outgoing email messages. This can be a nickname or your real name.",
			replyToAddressLabel: "Reply-to Address:",
			replyToAddressHint: "If you want email replies sent to a different email address, enter it here.",
			forwardingAddressLabel: "Forwarding:",
			forwardingAddressHint: "Enter the email addresses, separated by commas, to which you would like all incoming email messages to be forwarded.",
			forwardSettingsLabel: "Forwarding Settings:",
			forwardSettingsHint: "You may choose whether and how incoming messages are forwarded.",
			saveSentMessagesLabel: "Save sent messages:",
			saveSentMessagesHint: "You can have your outgoing messages saved to your Sent Items folder automatically.",
			subCanvasSettingsVacation: "Vacation",
			vacationLegend: "Vacation / Out of office",
			vacationAutoReplyLabel: "Vacation Auto Reply Message:",
			vacationAutoReplyHint: "Enter a message you would like to have automatically sent to all incoming email messages.",
			enableVacationLabel: "Enable vacation message:",
			subCanvasSettingsSignature: "Signature",
			signatureLegend: "Signature",
			signatureTextLabel: "Type a text signature for your email messages:",
			enableSignatureLabel: "Enable signature:",
			enableSignatureHint: "Select to automatically add your signature to all outgoing email messages.",
			subCanvasSettingsBlocking: "Blocking",
			emailBlockingLegend: "Email Blocking",
			actionHeader: "Select An Action",
			saveToExistingFolderHeader: "Save to an existing folder:",
			blockSendersListHeader: "Block Senders List",
			addBlockSendersListHint: "To add an email address or a domain that you want to block, enter it in the field below, and then click the <b>Add</b> button. The entry moves to the list.",
			removeBlockSendersListHint: "To remove an email address or domain from the Block Senders List, select the item, and then click the <b>Remove</b> button.",
			safeListHeader: "Safe List",
			addSafeListHint1: "Use the Save List for those email addresses and domains from which you always want to accept email.",
			addSafeListHint2: "To add an email address or domain to the Safe List, enter it in the field below, and then click the <b>Add</b> button. The entry shows in the list.",
			removeSafeListHint: "To remove an entry from the Safe List, select it and then click the <b>Remove</b> button.",
			subCanvasSettingsFilter: "Filters",
			filterLegend: "Filters",
			addNewFilterHeader: "Add Filter",
			editFilterHeader: "Edit Filter",
			existingFilterListHeader: "Existing Filter List:",
			existingFilterListHint: "Each of the following filters will be applied to each incoming message.",
			filterRuleHeader: "Filter",
			filterActionHeader: "Action", 
			subCanvasSettingsPOP: "POP",
			addNewPOPAccountLegend: "Add New POP Account",
			editPOPAccountLegend: "Edit POP Account",
			POPServerNameLabel: "POP Server Name",
			POPServerPortLabel: "POP Server Port",
			POPServerPortHint: "Typically this number is 110",
			POPUserNameLabel: "POP User Name",
			POPUserNameHint: "Enter the user name for this POP email account (not necessarily the same as your NetMail user name).",
			POPEmailAddressLabel: "POP Full Email Address",
			POPEmailAddressHint: "This is your full email address that is on your POP server (such as name@domain.com). By default, any email address retrieved from this account that is forwarded or replied to will show this address in the \"From\" field.",
			POPPasswordLabel: "POP Password",
			POPDestinationFolderLabel: "Destination Folder",
			POPDestinationFolderHint: "Save email messages retrieved from this POP account in this folder.",
			POPMessageDisposalLabel: "Message Disposal",
			POPMessageDisposalHint: "Select this option if you want to leave your read email messages on the POP server.",
			POPNameLabel: "POP Name",
			POPNameHint: "Give a name to remember this POP account.",
			POPTimeoutLabel: "Server Timeout",
			POPTimeoutHint: "This is the number of seconds to wait for the server response.",
			existingPOPLegend: "Existing POP Account List",
			POPNameHeader: "POP Name",
			POPEmailAddressHeader: "POP Email Address",
			POPActionHeader: "Action",
			savingText: "Saving...",
			passwordsRequired: "Current Password, New Password and Confirm Password are required.",
			alphaNumeric: "The password must contain only alphanumeric characters or specical characters: ~ ! @ $ % ^ & * ( ) - _ = + / \\ ] [ { } : ; ? > < , . ' |.",
			passwordLength: "The password must have between 6 and 54 characters.",
			passwordsDontMatch: "New Password value and Confirm Password value are different.",
			currentPasswordWrong: "Current Password value incorrect.",
			unsavedSettingsMessage: "You have some unsaved settings, do you want to continue?",
			noPOPAccounts: "There are no POP accounts currently configured.",
			removeText: "Remove",
			invalidParameters: "Please enter valid input parameters.",
			requiredParametersError: "Required fields are empty or contain invalid entries.\nPlease validate the data. Please use email addresses that look like user@example.com and separate multiple addresses with a comma.",
			noFiltersConfigured: "There are no Filters currently configured.",
			forwardCopyText: "Forward and keep a copy",
			forwardDiscardText: "Forward, then discard",
			disabledText: "Disabled",
			saveText: "Save",
			dontSaveText: "Don't Save",
			dontUseBlockSenderList: "Do not use Block Senders list",
			deleteInBlockSenderList: "Delete the email from those in the Block Senders List",
			saveFromBlockList: "Save the email from those in the Block Senders List",
			invalidConditionMessage: "Please add a valid condition value.",
			blockSenderLimitMessage1: "You cannot add more entries to the block or safe list",
			blockSenderLimitMessage2: " safe and block senders.",
			invalidBlockSenderMessage: "You have entered an invalid block sender.  Please check your input.",
			invalidSafeSenderMessage: "You have entered an invalid safe sender.  Please check your input.",
			mailFilterLimitMessage1: "You cannot add more filters.",
			mailFilterLimitMessage2: " filters.",
			invalidEmailAddress: "You have entered an invalid email address.",
			fromText: "From",
			subjectText: "Subject",
			toText: "To",
			ccText: "CC",
			toOrCCText: "To or CC",
			containsText: "contains",
			doesNotContainText: "doesn't contain",
			matchesText: "matches",
			doesNotMatchText: "doesn't match",
			sendNotificationLabel: "Forward to:",
			sendNotificationLabel2: "and delete.",
			moveToFolderLabel: "Move to folder:",
			deleteEmailLabel: "Delete email message",
			then: "then",
			autFwTo: "automatically forward to",
			autDelete: "automatically delete",
			autMoveToFolder: "automatically moves to folder",
			ifText: "If",
			selectFolder: "Select a folder",
			noFolderSpecified: "Please select a folder.",
			subCanvasSettingsBlockSender: "Sender List",
			senderListLegend: "Sender List",
			blockerSenderTextLabel: "Blocked Sender List:",
			blockerSenderAddHint: "Enter an email address or domain name to be added to the list. Domain names require an asterisk (e.g. *example.com).",
			blockerSenderRemoveHint1: "Click on a name you want to remove from the list then click Remove",
			blockerSenderRemoveHint2: "Email from addresses of domain names on your Blocked Senders list will <b>always</b> be treated as spam email",
			safeSenderTextLabel: "Safe Sender List:",
			safeSenderAddHint: "Enter an email address or domain name to be added to the list. Domain names require an asterisk (e.g. *example.com).",
			safeSenderRemoveHint1: "Click on a name you want to remove from the list then click Remove",
			safeSenderRemoveHint2: "Email from addresses of domain names on your Safe Senders list will <b>never</b> be treated as spam email",
			enableTrustMyContacts: "Also trust email from my Contacts",
			errorForwardingToItself: "Also trust email from my Contacts",
			settingsPageCalendarTitle : "Calendar Settings",
			calendarDisplayTitle : "View Calendar",
			settingsDisplayLegend : "Calendar View",
			weekStartDayLabel : "Week Start Day",
			weekStartDayLabelHint : "Select the start day of the week for your calendar.",
			numberItemAgendaLabel : "Number Of Items In The Agenda",
			numberItemAgendaLabelHint : "The number of Item to display in the Agenda View of your calendar",
			calendarReminderTitle : "Reminders",
			settingsReminderLegend : "Calendar Reminders",
			defaultReminderLabel : "Default Reminder",
			defaultReminderLabelHint : "Do you want to be reminder of upcoming events",
			weekStartDayMonday : "Mon",
			weekStartDaySunday : "Sun"
		},
		BTN: {
			save: "Save",
			cancel: "Cancel",
			add: "Add",
			remove: "Remove",
			addNewFilter: "Add New Filter",
			addNewPOP: "Add New POP Account"
		},
		IMG: {
			deletePOPButton: {
				alt: "Remove POP Account"
			},
			deleteFilterButton: {
				alt: "Remove Filter"
			},
			editPOPButton: {
				alt: "Edit POP Account"
			},
			editFilterButton: {
				alt: "Edit Filter"
			},
			removeButton: {
				alt: "Remove"
			}
		}
	},

	topNavigation: {
		TXT: {
			navSignout: "Logout",
			tabMail: "Mail",
			tabContacts: "Contacts",
			tabSettings: "Settings",
			welcome: "Welcome"
		},
		BTN: {
			checkMail: "Check Mail",
			checkPOP: "Get POP Mail",
			newItem: "New",
			newMessage: "Message",
			newContact: "Contact",
			newEvent : "Event"
		}
	},

	feedListing: {
		TXT: {
			hide: "Hide",
			show: "Show",
			save: "Save",
			cancel: "Cancel",		
			saving: "Saving...",
			deleting: "Deleting...",
			deleteFeed: "Delete Feed",
			moveGroupUp: "Move Up",
			moveGroupDown: "Move Down",
			confirmFeedDelete: "Are you sure you want to delete this feed?",
			myFeedsHeading: "My Feeds",
			addNewFeed: "&nbsp;+&nbsp;"
		}
	},

	feedViewer: {
		TXT: {
			articlesTxt: "articles"
		}
	},

	contactsImportExport: {
		TXT: {
			importExportIdent: "Import/Export Contacts",
			importSpecificHeading: "Specific Import:",
			importSpecificHint: "Please select the site from which you wish to import your address book.<br/><br/>Enter your Username and Password for the site from which you would like to retrieve your address book.",
			importSpecificEmailAddressLabel: "Email Address:",
			importSpecificPassowrdLabel: "Password:",
			importingContactsSpecific: "Importing Contacts...",
			importGenericHeading: "Generic Import:",
			importGenericHint: "Please locate the Comma Separated Values (CSV) address book file you wish to import.<br/><br/>Click the \"Import\" button to import the addresses into your address book.<br/>Warning: Importing data may cause duplicate entries into your address book.",
			importGenericUploadFormatLabel: "Format:",
			importGenericUploadFormat_outlook_csv: "Outlook (*.csv)",
			importingContactsGeneric: "Importing Contacts...",
			exportHeading: "Export:",
			exportHint: "Click the \"Export\" button to export the addresses in your address book.",
			exportingContacts: "Exporting Contacts..."
		},
		BTN: {
			specificImport: "Import",
			genericImport: "Import",
			exportTxt: "Export"
		}
	},

	calendarList: {
		TXT: {
			calendarHeading: "Calendar",
			manageCalendars: "&nbsp;+&nbsp;",
			manageCalendarsTitle: "Manage Calendars",
			addNewCalendar: "Add New Calendar",
			dayView: "Day View",
			weekView: "Week View",
			monthView: "Month View",
			agenda: "Agenda"
		}
	},

	manageCalendars: {
		TXT: {
			manageCalendarsTitle: "Manage Calendars",
			addNewCalendar: "Add New Calendar",
			titleEditCalendar: "Edit Calendar",
			addCalendars: "Add Calendars",
			headerName: "My Calendars",
			headerOtherName: "Shared by Others",
			headerColours: "Colours",
			headerShared: "Shared",
			headerActions: "Actions",
			headerPerson: "Person",
			headerPermisionTo: "Permision To",
			titleName: "Name",
			titleColour: "Colour",
			titleDescription: "Description",
			titlePrivacy: "Privacy",
			titleSharing: "Sharing",
			checkSharing: "Sharing this calendar with:",
			radioButtonPrivate: "Private",
			radioButtonPublicAll: "Public (See All Details)",
			radioButtonPublicFree: "Public (See Free/Busy)",
			permissionRule3: "View Free/Busy",
			permissionRule2: "View All",
			optionsAll: "All",
			optionsFree: "View Free Busy",
			optionsEdit: "Edit",
			optionsViewAll: "View All",
			sharingButton: "Add",
			buttonSave: "Save",
			buttonCancel: "Cancel",
			invalidInputErrorMessage: "The required fields are missing or the given data is invalid, please validate the data",
			emptyErrorMessage: "The Email can not be empty",
			confirmDelete: "Are you sure you want to remove the calendar?",
			duplicatePerson: "Duplicate Shared email",
			duplicateCalendar: "Duplicate Calendar Name"
		},
		IMG: {
			editCalendarButton: {
				src: "modules/manageCalendars/images/edit.gif",
				alt: "Edit Calendar",
				width: "16",
				height: "16"

			},
			deleteCalendarButton: {
				src: "modules/manageCalendars/images/delete.gif",
				alt: "Delete Calendar",
				width: "16",
				height: "16"

			},
			shareCalendarIcon: {
				src: "modules/manageCalendars/images/share_icon.gif",
				alt: "Shared Calendar",
				width: "16",
				height: "16"
			},
			colorCalendarIcon: {
				alt: "Color of Calendar"
			},
			removePersonButton: {
				src: "modules/manageCalendars/images/delete.gif",
				alt: "Delete Calendar",
				title: "Delete Contact",
				width: "16",
				height: "16"
			}
		},
		BTN: {
			done: "Done",
			cancel: "Cancel",
			save: "Save"
		}
	},

	subCanvasCalendar: {
		TXT: {
			todayText: "Today",
			btnManageCalendars: "Manage Calendars",
			btnRefresh: "Refresh",
			viewMenu: "View Calendars",
			calendarTitle: "Calendar",
			agendaTitle: "Agenda",
			dayView: "Day View",
			weekView: "Week View",
			monthView: "Month View",
			agendaView: "Agenda",
			dayViewPrevPaging: "Previous day",
			dayViewNextPaging: "Next day",
			weekViewPrevPaging: "Previous week",
			weekViewNextPaging: "Next week",
			monthViewPrevPaging: "Previous month",
			monthViewNextPaging: "Next month"
		}
	},

	addEvent: {
		TXT: {
			dateFormat: "MM/dd/yyyy",
			addEventTitle: "Add Event",
			editEventTitle: "Edit Event",
			detailsTitle: "Event Details",
			eventTitle: "Title",
			whenLabel: "When",
			toLabel: "to",
			allDayLabel: "All Day",
			whereLabel: "Where",
			recurrenceLabel: "Repeat",
			recurrence: ['Does not repeat','Daily','Weekly','Monthly','Yearly'],
			every: "Every ",
			days: "Day(s)",
			weekOn: "Week on:",
			ofMonth: "of the month",
			everyYear: "Every year on this date",
			repeatUntil: "Repeats",
			repeat: ['Forever','Up to','Until'],
			times: "times",
			calendarLabel: "Calendar",
			descriptionLabel: "Description",
			attendLabel: "Attending?",
			attendYesLabel: "Yes",
			attendNoLabel: "No",
			attendMaybeLabel: "Maybe",
			noteLabel: "Add a note",
			btnCalRespond: "Respond",
			remindersTitle: "Reminders",
			addReminderTypes: ['Email','Pop-Up','SMS'],
			minute: "minute",
			day: "day",
			hour: "hour",
			week: "week",
			btnCalAddReminder: "Add Reminder",
			sendEmail: "Send email to ",
			beforeEvent: " before the event.",
			displayPopUp: "Display ",
			invitationTitle: "Invitation",
			inviteLabel: "Invite",
			btnCalAddInvitiees: "Add Invitee",
			questLabel: "Guests can:",
			questInviteOthersLabel: "invite others",
			questSeeListLabel: "see guests list",
			questInviteNameLabel: "Name",
			questInviteEmailLabel: "Email",
			questInviteStatusLabel: "Status",
			questInviteReplyLabel: "Reply",
			questInviteActionLabel: "Action",
			guestReplySays: "says:",
			noQuestList: "There are no Guests to invite.",
			moreOptsTitle: "More Options",
			privacyLabel: "Privacy",
			privacyDefaultLabel: "Default",
			privacyPrivateLabel: "Private",
			privacyPublicLabel: "Public",
			privacyShowMeAsLabel: "Show me as",
			privacyShowMeAs: ['Available','Busy'],
			commentsTitle: "Comments",
			btnCalPostNewComment: "Post Comments",
			newComments: "Enter your comments bellow",
			btnCalPostComment: "Post",
			invalidInputErrorMessage: "The required fields are missing or the given data is invalid, please validate the data",
			invalidCalendarErrorMessage: "The calendar has not been selected, please validate the data.",
			invalidReminderErrorMessage: "Insert a valid name for this reminder",
			invalidInvitiiesErrorMessage: "Insert a valid email for this invitation",
			invalidCommentsErrorMessage: "Insert a valid commentary",
			maxLengthExceed1: "Please add less than ",
			maxLengthExceed2: " characters in this field ",
			confirmDeleteEventTitle: "Delete event?",
			confirmDelete: "Are you sure you want to remove the event?",
			confirmDeleteRecurEventTitle: "Delete recurring events?",
			confirmDeleteRecurEvent: "Do you want to delete only this event, all events in the series, this and all future events in the series, or this and all previous events in the series?",
			confirmInstances: "Do you want to edit only this event, all events in the series, this and all future events in the series, or this and all previous events in the series?",
			addingEvent: "Adding Event...",
			savingChanges: "Saving Changes...",
			savingEvent: "Saving Event...",
			clickAddWhere: "Click to add a location",
			clickAddDescription: "Click to add a description",
			saveChanges: "Changes have not been saved.  Do you want to discard the changes made to the event?",
			confirmDeleteEventPrefix: "Are you sure you want to delete \"",
			confirmDeleteEventSuffix: "\"?",
			invalidResponse: "Please, select a valid response option",
			createdBy: "Created by",
			selectADay: "Please select at least one day of the week",
			biggerEndDate: "The end date should be greater than the start date",
			allLastDay: "Do you want the event to occur on the last day of every month for given period?",
			repeatedInvitee: "This invitee already exists. Please enter another invitee.",
			invalidInvitee: "You are not allowed to enter yourself as invitee.",
			validCountingValue: "The repeats counting value must be bigger than 0"
		},
		IMG: {
			aceptUserIcon: {
				src: "modules/addEvent/images/acept_icon.gif",
				alt: "User Accepted",
				width: "16",
				height: "16"
			},
			waitUserIcon: {
				src: "modules/addEvent/images/wait_icon.gif",
				alt: "User Waiting",
				width: "16",
				height: "16"
			},
			noUserIcon: {
				src: "modules/addEvent/images/noacept_icon.gif",
				alt: "User Declined",
				width: "16",
				height: "16"
			},
			replyIcon: {
				src: "modules/addEvent/images/reply_icon.gif",
				alt: "Reply",
				width: "16",
				height: "16"
			},
			deleteUserButton: {
				src: "modules/addEvent/images/delete.gif",
				alt: "Revoke Invitatiees",
				width: "16",
				height: "16"
			},
			deleteReminderButton: {
				src: "modules/addEvent/images/delete.gif",
				alt: "Delete Reminders",
				width: "16",
				height: "16"
			}
		},
		BTN: {
			cancel: "Cancel",
			save: "Save",
			remove: "Delete",
			thisInstance: "This event only",
			futureInstances: "This and future events",
			priorInstances: "This and prior events",
			allInstance: "All events",
			yes: "Yes",
			no: "No"
		}
	},

	weekView: {
		TXT: {
			deleteEvents: "Deleting event(s)...",
			editEvents: "Editing event(s)...",
			confirmDeleteEventTitle: "Delete event?",
			confirmDeleteEventPrefix: "Are you sure you want to delete \"",
			confirmDeleteEventSuffix: "\"?",

			confirmDeleteRecurEventTitle: "Delete recurring events?",
			confirmDeleteRecurEvent: "Do you want to delete only this event, all events in the series, this and all future events in the series, or this and all previous events in the series?",
			deleteOnlyThisEvent: "This event only",
			deleteAllEvents: "All events",
			deleteAllNext: "This and future events",
			deleteAllPrevious: "This and prior events",
			confirmEditEventTitle: "Edit recurring events?",
			confirmEditRecurEvent: "Do you want to edit only this event, all events in the series, this and all future events in the series, or this and all previous events in the series?",
			confirmEditRecurEventBreak: "If you go ahead with this operation only this instance of the repeating event will be modified. Click Ok to proceed. If you wish to modify the repeating event click Cancel and double-click the event to go to the Edit Event page.",
			editOnlyThisEvent: "This event only",
			editAllEvents: "All events",
			editAllNext: "This and future events",
			editAllPrevious: "This and prior events",
			cancel: "Cancel",
			isBusy: "is busy"
		}
	},

	monthView: {
		TXT: {
			more: "more",
			moreEvents: "More Events",
			loadingEvents: "Loading Events...",
			confirmEditRecurEventBreak: "If you go ahead with this operation only this instance of the repeating event will be modified. Click Ok to proceed. If you wish to modify the repeating event click Cancel and double-click the event to go to the Edit Event page."
		}
	},

	agendaView: {
		TXT: {
			agendaTodayTitle: "Today",
			agendaUpcomingTitle: "Upcoming Events",
			agendaTimeLabel: "Time",
			agendaDateLabel: "Date",
			agendaTitleLabel: "Title",
			agendaLocationLabel: "Location",
			agendaDescriptionLabel: "Description",
			agendaActionsLabel: "Actions",
			detailsReminders: "Reminders:",
			detailsRepeats: "Repeats:",
			detailsRecurrence: "Recurrence:",
			detailsPrivacy: "Privacy:",
			detailsType: "This event is:",
			btnAgendaEditEvent: "Edit Event",
			btnAgendaRemoveEvent: "Delete Event"
		}
	}
};
