









var Lang = function() {
	this.Arrange = {
		This_Set_has_No_Photos		: "This set has no images",
		Incorrect_email_or_password : "Incorrect email or password",
		Please_try_another			: " Please try another.",
		No_such_user_in				: "No such user in ",
		Input_not_understood		: "That input was not understood.",
		Not_responding				: " is not responding right now.",
		Click_the_signin_link	 	: "Click the 'sign in' link on the top of the page",
		Try_again_later				: " Please try again later.",
		Problem_reading_page		: "There was a problem reading this page.",
		Protected_profile		    : "Sorry, this is a private account.",
		Not_valid_URL				: "This is not a valid URL.",
		Please_try_again			: " Please try again.",
		Try_another					: "Try another",
		Sign_in_for_Slide			: "SIGN IN to retrieve your Slide images!",
		Cannot_load_image			: "Cannot load an image from that URL.",
		Please_enter_text			: "Please enter some text.",
		This_acct_has_no_photos		: "This account has no photos",
		No_videos_found				: "No videos found",
		No_images_found				: "No images found",
		Enter_valid_screen_name		: "Please enter a valid Screen Name",
		Enter_valid_password		: "Please enter a valid Password",
		Enter_valid_Wretch_ID		: "Please enter a valid Wretch ID",
		Enter_valid_search_word		: "Please enter search term(s)",
		All_photos					: "All photos",
		Unsaved_Changes				: "You have unsaved changes. Are you sure you want to leave?",
		Discard_Slide_Show			: "Are you sure you want to discard this slideshow?",
		Confirm_Delete_Picture		: "Are you sure you want to remove this item from your Slide Show?",
		Enter_Photo_Cap				: "(Enter photo caption)",
		Saving						: "Saving...",
		SAVE						: "SAUVEGARDER",
		Search						: "Search",
		Enter_valid_email			: "Please enter a valid Email",
		Enter_MySpace_URL			: "Indiquer l'URL Myspace (Groupe ou Profil)",
		Enter_Friendster_URL		: "Indiquer l'URL Friendster (Groupe ou Profil)",
		Enter_valid_youtube_url 	: "Please enter the URL for a YouTube video, e.g. http://www.youtube.com/watch?v=JpXFluYTdnQ",
		Enter_valid_myspacevideo_url : "Please enter the URL for a MySpace video, e.g. http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=1574755863",
		Many_Items_Added 			: " photos added to Slide Show. Scroll down to view images.",
		One_Item_Added   			: "One photo added to Slide Show.  Scroll down to view image.",
		Updated 					: "Updated",
		Must_be_valid_video_url		: "URL must be an individual video URL",
		Skip_Message				: null ,
		Save_the_guestbook : "Save the GuestBook?",
		Upload_Error_Many_Items		: " files failed to upload:",
		Upload_Error_Reasons		: {
			1 : "File exceeds maximum upload size of 0 megabytes: "
		},
		Your_pick					: "Your pick",
		No_skin_selected			: "No skin selected",
		No_theme_selected			: "No theme selected",
		No_effect_selected			: "No effect selected",
		Remove						: "remove",
		Gif_not_supported 			: "Oops! We don't currently support .gif file types. Please choose another image."

	};

	this.Music = {
		Your_current_pick			: "Your current pick:",
		No_song_selected			: "No song selected"
	};

	this.Signin = {
		Blank_Password_error		: "Please enter password",
		Blank_Email_error			: "Please enter email",
		Bad_Email_Format_error		: "Incorrect email format",
		Blank_Pw_and_Email_error	: "Please enter email and password",
		Bad_Password_error			: "Please use only unaccented Latin characters for your password",
		Mismatched_Pw_error			: "The two passwords do not match",
		Lost_Username_or_Pw			: "Lost Username or Password?",
		Invalid_Username_or_Pw		: "Invalid Username or Password",
		Signing_In					: "Signing in...",
		Signing_Out					: "Signing out...",
		Slide_ID_or_Email			: "Slide ID or email:",
		Password					: "Mot de passe",
		Remember_Me					: "Mémoriser mon compte",
		Sign_In						: "Identifiez-vous"
	};
	
	this.Mscd = {
		Add							: "Add!",
		Select_all					: "Select all",
		Unselect_all				: "Unselect all",
		No_Friend_Selected			: "Please select at least one friend"
	};
	
	this.Search = {
		Displaying					: "Results",
		NotFound					: "not found"
	};

	this.Ratings = {
		Thanks_for_rating : "Thanks for rating!"
	};

	this.IG_Superpoke = {
		status_select_friends 		: "Please select some friends to SuperPoke!",
		status_select_action 		: "Please select a SuperPoke action!",
		status_success 				: "Congratulations, you have successfully Superpoke'd!",
		status_settings_success		: "Congratulations, you have successfully updated your settings!"
	};

	this.IG_SlideTV = {
		empty_favorites				: "You have no favorites yet :(",
		favorites					: "My Favorites",
		empty_posts					: "You have not created any posts :(",
		empty_wall					: "Your inbox is empty :(",
		empty_inbox					: "Your inbox is empty :(",		
		no_posts_link				: "Find popular content here",
		add_to_favorites			: "Add to my Favorites",
		remove_from_favorites		: "remove from favorites",
		'delete'					: "delete",
		reply						: "reply",
		loading_items				: "loading items...",
		forward						: "Forward",
		find_popular				: "Find and forward popular content!",
		successful_forward 			: "Item successfully forwarded.  Forward another!",
		adding_favorite 			: "Adding Favorite...",
		added_favorite 				: "Favorite Added!",
		click_here 					: "Click here to check it out.",
		select_all 					: "select all",
		deselect_all 				: "deselect all",
		from_pop 					: "From:",
		unknown_user 				: "unknown user",
		forwarded 					: "Forwarded:",
		please_select_friends 		: "Please select your friends below.",
		please_select_a_friend 		: "Please select a friend",
		please_enter_message 		: "Please enter a message",
		here						: "here",
		forwarding					: "Forwarding...",
		who_do_you_want				: "Who do you want to get messages from?",

		_favorite_text				: "{user} has chosen a {media_type} as a favorite on Slide TV. Click {link} to check it out!",
		favorite_text				: function(user, media_type, link) { return this._favorite_text.replace(/{user}/, user).replace(/{media_type}/, media_type).replace(/{link}/, link) },

		_favorite_title				: "{user} is showing off a new {media_type} on Slide TV.",
		favorite_title				: function(user, media_type) { return this._favorite_title.replace(/{user}/, user).replace(/{media_type}/, media_type) },

		_favorite_body				: "Click {link} to check it out!",
		favorite_body				: function(link) { return this._favorite_body.replace(/{link}/, link) },

		_share_title				: "{user} has shared a {media_type} with {number} friend(s). ",
		share_title					: function(user, media_type, number) { return this._share_title.replace(/{user}/, user).replace(/{media_type}/, media_type).replace(/{number}/, number) },

		_notification_title			: "You received a {media_type} from {user}. {link}",
		notification_title			: function(user, media_type, link) { return this._notification_title.replace(/{user}/, user).replace(/{media_type}/, media_type).replace(/{link}/, link) },

		_notification_invite_title : "{user} thinks you should check out some hot stuff on Slide TV. {link}",
		notification_invite_title   : function(user, link) { return this._notification_invite_title.replace(/{user}/, user).replace(/{link}/, link) }, 

		notification_invite_link_body : "Click here to first install it!",
		
		_email_subject				: "You have just received a new {media_type}",
		email_subject				: function(media_type) { return this._email_subject.replace(/{media_type}/, media_type) },

		_email_body					: "{user} just sent you a {media_type} in Slide TV! {link}",
		email_body					: function(user, media_type, link) { return this._email_body.replace(/{user}/, user).replace(/{media_type}/, media_type).replace(/{link}/, link) },

		_invite_text				: "{user} wants you to use SlideTV! Check out and create videos, funpix, graffiti and much more",
		invite_text					: function(user) { return this._invite_text.replace(/{user}/, user) },
		
		messages					: "Messages",
		invite_tab_instr            : "Some friends can't send their favorite videos, send a bulletin so they can!"

	};
};
var cl = new Lang()











	
















	























