var CommonTemplatesLang = {
	TermsWin: {
		mask: {
			loading: "Loading..."
		},
		button: {
			printVersion: "Print Version"
		}
	},
	
	SearchLocations: {
		message: {
			findNearestLocation: "Find our location nearest you",
			invalidZip: "Please enter a valid zip code",
			sorryNoLocationsExist: "Sorry, no locations exist",
			sorryNoLocationsClose: "Sorry, there are no locations near you"
		},
		label: {
			zipCode: "Zipcode",
			allLocations: "All Locations"
		},
		button: {
			submit: "Submit"
		},
		title: {
			ourLocations: "Our Locations"
		}
	},
	
	PCA: {
		title: {
			highlightOptions: "Highlight Options"
		},
		label: {
			off: "Off",
			differentValues: "Different Values",
			similarValues: "Similar Values",
			price: "Our Price",
			qty: "Quantity"
		},
		message: {
			noImage: "No image",
			youHaveXProductsToDisplay: "You have [1] product(s) to display"
		},
		button: {
			remove: "Remove",
			addToCart: "Add To Cart >"
		},
		mask: {
			comparingProducts: "Comparing Products...",
			filteringResults: "Filtering Results..."
		}
	},
	
	PaymentCalculator: {
		message: {
			enterValidAmount: "Please enter a valid dollar amount"
		},
		label: {
			price: "Our Price",
			dollars: "Dollars",
			downPayment: "Down Payment",
			loanTerm: "Loan Term",
			months: "Months",
			annualInterestRate: "Annual Interest Rate",
			percent: "Percent",
			monthlyPayment: "Monthly Payment"
		},
		button: {
			calculate: "Calculate"
		},
		title: {
			paymentCalculator: "Payment Calculator"
		}
	},
	
	LoginFormPanel: {
		button: {
			login: "Login",
			newAccount: "New Account",
			cancel: "Cancel",
			ok: "OK"
		},
		message: {
			forgotPassword: "Forgot password?",
			createAccount: "Create New Account",
			
			loginNeedEmail: "This site is now using email addresses for login, and the email address associated with this account is invalid. Please enter a valid email address.<br\/><br\/>",
			loginNeedUsername: "This site is now using usernames instead of email address for login, and the username associated with this account is invalid. Please enter a valid username.<br\/><br\/>",
			
			errorBlankPassword: "New password cannot be blank",
			errorPasswordLength: "Password too short, must be at least $X characters.",
			errorPasswordsDontMatch: "The passwords do not match.",
			anErrorOccured: "An error occured. Please try again"
		},
		label: {
			emailAddress: "Email Address",
			username: "Username",
			password: "Password",
			confirmPassword: "Confirm password",
			rememberMe: "Remember Me"
		},
		mask: {
			updatingEmail: "Updating Email Address...",
			updatingUsername: "Updating User Name...",
			loggingIn: "Logging In..."
		},
		title: {
			error: "Error"
		}	},
	
	LoginFormWindow: {
		button: {
			login: "Login",
			newAccount: "New Account",
			cancel: "Cancel"
		}
	},
	
		
	General: {
		title: {
			error: "Error",
			contactUs: "Contact Us",
			contactFinance: "Contact Finance",
			thankYou: "Thank You"
		},
		message: {
			compareChoose: "Please choose 2 to 3 products to compare",
			sendWishlistToFriend: "Fill in your name and the name of your friend to let them know about your wishlist.  If you like you can add an optional message for your friend.",
			sendProductToFriend: "Fill in your name and the name of your friend to let them know about this product.  If you like you can add an optional message for your friend.",
			formSubmitted: "Your form has been successfully submitted",
			formSubmittedFinance: "Your form has been successfully submitted to the finance department"
		}
	},
	
	DiscountDisplayWindow: {
		title: {
			yourDiscounts: "Your Discounts",
			success: "Success"
		},
		button: {
			apply: "Apply",
			email: "Email",
			close: "Close"
		},
		mask: {
			emailing: "Sending Email...",
			applying: "Applying..."
		},
		error: {
			title: "Error",
			message: "Your Request Failed"
		}
	},
	
	EmailFriend: {
		title: {
			sendToFriend: "Send To A Friend",
			thankYou: "Thank You",
			error: "Error"
		},
		message: {
			fillOutForm: "Fill out the form below",
			emailSentToFriend: "An email has been sent to you friend. A link will be provided for them to easily find the product you've sent.",
			anErrorOccured: "An error occured. Please try again"
		},
		button: {
			close: "Close",
			send: "Send"
		},
		label: {
			yourName: "Your name",
			yourEmail: "Your e-mail",
			friendsName: "Friend's Name",
			friendsEmail: "Friend's Email",
			message: "Message"
		},
		mask: {
			sending: "Sending..."
		}
	},
	
	ContactForm: {
		title: {
			contactUs: "Contact Us",
			error: "Error",
			thankYou: "Thank You",
			incompleteForm: "Incomplete Form"
		},
		message: {
			anErrorOccured: "An error occured. Please try again",
			formSubmitted: "Your form has been successfully submitted",
			formIncomplete: "Please fill in all of the required fields"
		},
		mask: {
			sendingForm: "Sending form..."
		},
		button: {
			submit: "Submit"
		},
		label: {
			anytime: "Anytime",
			morning: "Morning",
			afternoon: "Afternoon",
			evening: "Evening",
			
			firstName: "First name",
			lastName: "Last name",
			email: "E-mail",
			phone: "Phone",
			bestTimeToContact: "Best Time To Contact",
			preferredMethod: "Preferred Method",
			zipCode: "Zipcode",
			city: "City",
			state: "State\/province",
			country: "Country",
			subject: "Subject",
			message: "Message"
		},
		emptyText: {
			selectState: "Select A State...",
			selectCountry: "Select A Country..."
		}
	},
	
	WishList: {
		message: {
			cannotAddProduct: "Cannot Add this Product"
		},
		button: {
			viewWishList: "View Wishlist",
			ok: "OK"
		},
		title: {
			wishlist: "Wish List"
		}
	},
	
	CartMgr: {
		message: {
			cannotBuyProduct: "Cannot buy this product",
			provideValidQuantity: "Please provide a valid quantity",
			provideOneValidQuantity: "Please provide at least 1 valid quantity"
		},
		label: {
			cart: "Cart",
			addingToX: "Adding to [1]"
		},
		button: {
			viewCart: "View Cart \/ Check Out",
			ok: "OK"
		},
		title: {
			error: "Error"
		}
	},
	
	ProdSearch: {
		button: {
			more: "more"
		}
	}
	
};

