// i18n key/values.
var i18n = {
	Dr: "Dr.",
	Miss: "Miss.",
	Mr: "Mr.",
	Mrs: "Mrs.",
	Ms: "Ms.",
	Prof: "Prof.",
	Jr: "Jr.",
	Sr: "Sr.",
	uploadMissingFile: "Missing file for upload.",
	serverReceivedEmptyFile: "Server received an empty file.",
	Failed: "Failed",
	Success: "Success",
	Error: "Error",
	Save: "Save",
	Cancel: "Cancel",
	OK: "OK",
	Sort: "Sort",
	General: "General",
	Other: "Other",
	Home: "Home",
	Work: "Work",
	Forums: "Forums",
	Share: "Share",
	expiredSession: "You are not logged in.",
	UPLOAD_VCARD_TITLE: "Accepts VCARD 2.1 and VCARD 3.0.",
	UPLOAD_VCARD_PHOTO_TITLE: "JPEG Only (128KB Maximum).",
	UPLOAD_LDIF_TITLE: "Accepts LDIF.",
	failedToCreateDialog: "Failed to create the dialog.",
	editChangeNewPhoto: "Can only change/delete photos for existing contacts.",
	uploadTooLarge: "Image too large. The maximum size is 128KB.",
	wipeLDAPContacts: "This will delete all of your contacts on the server.\nThis WILL cause SyncML 'delete' commands to be sent on your next sync.\nClick Ok to delete your contacts on the server.",
	updateContacts: "This will update the last-modified time for all your contacts on the server.\nAll of your contacts will be received as updated on your next sync.\nClick Ok to update the last-modified times on the server.",
	downloadInGoogle: "Click Ok to download your contacts in Google CSV format.",
	downloadInVCard3: "Click Ok to download your contacts in VCARD 3.0 format.",
	nameValueMissing: "The 'Name' value is missing.",
	nameValue: "The 'Name' value",
	isNotUnique: "is not unique.",
	categories: "Categories",
	categoriesEditList: "Edit List"
};

