﻿App.Loc = {
	loading: "Loading ...",
	updating: "Updating",
	error: "Error",
	addContent: "Add content",
	moreContent: "More content",
	appOptions: "Options",
	collapseAll: "Collapse all",
	expandAll: "Expand all",
	editBtn: "Edit",
	closeEditBtn: "Close Edit",
	navAddFeed: "Add my feed",
	navMyFeeds: "My Feeds",
	navFeaturedFeeds: "Featured feeds",
	navCategories: "Feed Directory",
	navNoFeeds: "No feeds added",
	saving: "Saving",
	deleting: "Deleting",
	profileLink: "Profile",

	navExportOPML: "export to OPML",
	navRename: "Rename",
	navDelete: "Delete",
	navMove: "Move",
	navSaving: "Saving",
	navDeleteConfirm: "Are you sure you want to do this ?",
	navMoveTo: "Move to",
	navMyNewCat: "MY NEW CATEGORY",
	navNewCat: "NEW CATEGORY",
	yes: "Yes",
	no: "No",
	
	enterFeedURL: "Enter an RSS/ATOM feed link",
	orImportOPML: "Or import an OPML file",
	add: "Add",
	importLabel: "Import",
	importing: "Importing",
	errorImport: "hum, something went wrong with your file, it doesn't look like a valid OPML file",
	feedNotValid: "looks like this feed is not valid or currently not responding",
	checkFeed: "verifying feed...",
	add2MyPage: "Add to my page",
	listenPod: "LISTEN",
	downloadPod: "DOWNLOAD",
	errorSavingUserData: "hum, something went wrong with the server, your changes may have not been saved, reload the page to check it out",
	typePageTitle: "Type your page title here",
	link: "link",
	editSave: "Save",
	readAll: "Read All",
	backToMyPage: "Back to my page",
	addingNewFeed: "Adding a new feed",
	checking: "checking",
	
	signupEmailInUse: "this email address is already in use",
	signupSuccess: "Congratulations, you can now access your personalized page from any computer using your email address and password. An email has been sent to you with your information.",
	signinNoMatch: "There is no match in the database, check your infos and try again",
	signupBadCode: "the verification code you entered is incorrect",

	upProfileOk: "Your profile has been succefully updated !",
	upProfileErr: "Profile update failed !",
	upPasswordErr: "Password update failed !",
	upPasswordOk: "Your password has been succefully updated !",

	footerLink_about: "About",
	footerLink_blog: "Weblog",
	footerLink_feedback: "Send us your feedback !",
	footerLink_privacy: "Privacy Policy",
	footerLink_tos: "Terms of service",
	footerLink_contact: "Contact",
	footerLink_webmaster: "For webmasters",
	footerLink_signIn:"Sign In",
	footerLink_signOut: "Sign Out",
	
	defaultRssReader_infos: "Click here to add your own RSS/ATOM feeds, just enter your feed URL or import an OPML file",
	defaultGmail_title: "Gmail",
	defaultGmail_infos: "Displays the last unread messages of your Gmail inbox",
	defaultPopMail_title: "PopMail",
	defaultPopMail_infos: "Displays the last messages of your POP3 / IMAP4 inbox",
	defaultWeather_title: "Weather",
	defaultWeather_infos:	"Displays today’s weather info and the forecast for the next 3 days of a specific town",
	defaultPriceWatch_title: "Price Watch",
	defaultPriceWatch_infos: "Lets you keep an eye on the price evolution of a product by displaying its best prices from a comparison price database",
	defaultWebSearch_title: "Web Search",
	defaultWebSearch_infos: "Search the web using one the following search engine : Google, MSN Search, Yahoo, or Wikipedia",
	defaultBookmarks_title: "Bookmarks",
	defaultBookmarks_infos: "Keep your best bookmarks visible on your page with that module",
	defaultBlogmarksnet_title: "Blogmarks",
	defaultBlogmarksnet_infos: "Keep your blogmarks.net bookmarks visible on your page with this module.",
	defaultDelicious_title: "del.icio.us",
	defaultDelicious_infos: "Keep your del.icio.us bookmarks visible on your page with this module.",
	defaultPublicBookmarks_title: "Public Bookmarks",
	defaultPublicBookmarks_infos: "This is pretty cool, it lets you keep track of the last public bookmarks for a specific tag. It uses the del.icio.us and blogmarks database",
	defaultFlickr_title: "Flickr photos",
	defaultFlickr_infos: "Put on your page the last added pictures of any public photostream or for a specific tag",
	defaultPostIt_title: "Webnote",
	defaultPostIt_infos: "This is pretty self explicit, it lets you add some notes on your page",
	defaultTodoList_title: "To Do List",
	defaultTodoList_infos: "Add items you have to do in a neat list, check'em when it's done, they'll remain with a line-through for a day then go away",
	defaultWritely_title: "Writely Documents",
	defaultWritely_infos: "Keep track of updates on your Writely active documents (Writely is a very simple web document sharing service - www.writely.com)",
	defaultFoxSportsVideo_title: "FOX Sports Video",
	defaultFoxSportsVideo_infos: "Stay up to date with the latest sports video from FOXSports.com",
	defaultBoxNet_title: "Web storage",
	defaultBoxNet_infos: "A place to keep your files online",
	defaultApi_title: "API",
	defaultApi_infos: "Blah Blah",
		
	defaultEchos_title: "Les cours de la Bourse",
	defaultEchos_infos: "Vous permet de suivre les cours de la Bourse avec les Echos.fr, Il vous suffit de sélectionner les indices qui vous intéresse",

	defaultPopMail_title: "PopMail",
	defaultPopMail_infos: "Displays the latest messages of your POP3 / IMAP4 inbox",
	defaultYahooMail_title: "Yahoo! Mail",
	defaultYahooMail_infos: "Displays the latest messages of your POP3 enabled Yahoo! Mail account",
	
	RssReader_edit_title: "Title",
	RssReader_edit_feed: "Feed",
	RssReader_edit_nbItems: "Nb Items",
	RssReader_edit_links: "Links",
	RssReader_edit_openLinks: "Open directly on the site",
	
	Weather_edit_town: "Town",
	Weather_edit_unit: "Unit",
	Weather_edit_noInfos: "No informations for this town",
	Weather_edit_fahrenheit: "Fahrenheit",
	Weather_edit_celsius: "Celsius",
	Weather_days: {
		Monday:"Monday",
		Tuesday:"Tuesday",
		Wednesday:"Wednesday",
		Thursday:"Thursday",
		Friday:"Friday",
		Saturday:"Saturday",
		Sunday:"Sunday"
	},
	
	PriceWatch_edit_watch: "Watch",
	PriceWatch_edit_category: "Category",
	PriceWatch_edit_nbOffers: "Nb Offers",
	PriceWatch_seeOffer: "See offer",
	PriceWatch_at: "at",
	PriceWatch_noResults: "No results",
	
	Gmail_notConfigured: "Account not configured, use the Edit button to set your login and password",
	Gmail_noUnread: "No unread messages",
	Gmail_badAccount: "No infos for this account, check your login and password and try again",

	PopMail_notConfigured: "Account not configured, use the Edit button to set your POP3 / IMAP4 informations",
	PopMail_noUnread: "No awaiting messages",
	PopMail_badAccount: "No infos for this account, check your POP3 / IMAP4 informations and try again",
	
	Writely_notConfigured: "Account not configured, use the Edit button to set your email and password",
	Writely_noUnread: "No documents",
	Writely_badAccount: "No infos for this account, check your email and password and try again",
	Writely_view: "View",
	Writely_edit: "Edit",
	Writely_edit_email: "Email",
	
	PostIt_typeText: "Type your text here",
	PostIt_edit_color: "Color",
	PostIt_edit_title: "Title",
	PostIt_deletionConfirm: "Are you sure you want to delete this webnote ?",
	
	WebSearch_edit_results: "Results",
	WebSearch_edit_displayInPage: "Display in this page",
	
	Bookmark_defaultTag: "default",
	Bookmark_defaultTagValue: "tag1,tag2,...",
	Bookmark_myTags: "My tags",
	Bookmark_edit_importBookmarks: "Import bookmarks",
	Bookmark_edit_deleteBookmarks: "Delete bookmarks",
	Bookmark_edit_deleteAll: "Delete All",
	Bookmark_edit_deleteTag: "Delete the current tag",
	Bookmark_edit_addNewBookmark: "Add a new bookmark",
	Bookmark_edit_title: "Title",
	Bookmark_edit_url: "URL",
	Bookmark_edit_tags: "Tags",
	Bookmark_edit_editBookmark: "Edit bookmark",
	Bookmark_noLinksAdded: "No links added",
	Bookmark_deleteConfirm: "Are you sure you want do delete %s ?",
	Bookmark_deleteAllConfirm: "Are you sure you want do delete all your bookmarks?",
	Bookmark_deleteTagConfirm: "Are you sure you want do delete this tag?",

	Blogmarksnet_noTag: "ALL",
	Blogmarksnet_defaultTagValue: "tag1,tag2,...",
	Blogmarksnet_myTags: "My tags",
	Blogmarksnet_edit_title: "Title",
	Blogmarksnet_edit_url: "URL",
	Blogmarksnet_edit_description: "Description",
	Blogmarksnet_edit_tags: "Tags",
	Blogmarksnet_edit_addNewBookmark: "Add a new mark",
	Blogmarksnet_edit_editBookmark: "Edit a mark",
	Blogmarksnet_noLinksAdded: "No link added",
	Blogmarksnet_deleteConfirm: "Are you sure to delete this blogmark ?",
	Blogmarksnet_notConfigured: "Account not configured, use the Edit button to set your login and password",	

	Delicious_noTag: "ALL",
	Delicious_defaultTagValue: "tag1,tag2,...",
	Delicious_myTags: "My tags",
	Delicious_loadingBookmarks: "Loading bookmarks ...",
	Delicious_loadingTags: "Loading tags ...",
	Delicious_edit_title: "Title",
	Delicious_edit_url: "URL",
	Delicious_edit_extended: "Extended",
	Delicious_edit_tags: "Tags",
	Delicious_edit_addNewBookmark: "Add a new bookmark",
	Delicious_edit_editBookmark: "Edit bookmark",
	Delicious_noLinksAdded: "No link added",
	Delicious_deleteConfirm: "Are you sure to delete this bookmark ?",
	Delicious_notConfigured: "Account not configured, use the Edit button to set your login and password",
			
	Todolist_newTodo: "New To Do",
	Todolist_delTodo: "delete To Do",
	Todolist_editTodo: "edit To Do",
	Todolist_nothing: "nothing to do",
	Todolist_todoEdit: "To Do edit",
	Todolist_delConfirm: "Are you sure you want to delete the To Do",

	PopMail_notConfigured: "Account not configured, use the Edit button to set your POP3 / IMAP4 informations",
	PopMail_noUnread: "No awaiting messages",
	PopMail_badAccount: "No infos for this account, check your POP3 / IMAP4 informations and try again",
	YahooMail_notConfigured: "Account not configured, use the Edit button to set your Yahoo! Mail account informations",
	YahooMail_noUnread: "No awaiting messages",
	YahooMail_badAccount: "No infos for this account, check your Yahoo! Mail account informations and try again"
}
