/* $Id: mail-en.js 15330 2009-01-22 15:21:21Z dror $ */

/** 
 * @fileoverview Plug in for Zapatec Mail widget to enable English language.
 * Requires utils/zpdict.js. To translate Zapatec Mail, simply include this
 * file into your HTML page after zpdict.js.
 *
 * <pre>
 * Copyright (c) 2004-2008 by Zapatec, Inc.
 * http://www.zapatec.com
 * 1700 MLK Way, Berkeley, California,
 * 94709, U.S.A.
 * All rights reserved.
 * </pre>
 */
 
Zapatec.Dict.set({
	core : {
		noContainer: "No container!!!",
		objectCreated: "The object is already created!!!",
		loading: "Loading...",
		loadingExternal: "Loading RSS...",
		loadingInternalBlog: "Loading blog entries",
		loadingInternalPhoto: "Loading galleries...",
		loadingInternalEssay: "Loading essays...",
		loadingLastFm: "Loading LastFM...",
		loadingPhotoFile: "Loading PhotoFile...",
		loadingPicasa: "Loading Picasa...",
		loadingYouTube: "Loading YouTube...",
		loadingLiveJournal: "Loading LiveJournal..."
	},
	home : {
		forumStats: {
			stats: "Statistics of",
			ofForum: "forums",
			chapters: "Chapters",
			topics: "Topics",
			replies: "Replies",
			created: "Last posted on",
			visited: "Last visited on"
		},
		buildTimes: {
			title: "Actuality of RSS"
		},
		original : {
			title : "Site content",
			photo: "photo",
			diary: "blog",
			essay: "essay",
			loadingDiary: "Loading the blog entry..."
		},
		external : {
			title: "Syndicated RSS Feeds",
			total: "total",
			tag: "Tag",
			tags: "Tags",
			lastListening: "Last listening"
		},
		links: {
			linkedin: "LinkedIn",
			odnoklassniki: "odnoklassniki",
			facebook: "Facebook",
			vkontakte: "vkontakte",
			moikrug: "moikrug", 
			title: "Networks:"
		}
	},
	"errors" : {
		"noTimestampInRssItem" : "RSS item without timestamp is received"
	}

});
