var OB_language_en = {
	
	"id" : "english",
	"name" : "en",
	
    "RATE_DESCRIPTION": [
		"Bad",
		"Boring",
		"OK",
		"Good",
		"Excellent"
    ],
	
	"PERSONAL_RATE_DESC": [
		"disliked ({X.xx}) by {Y} people <em>like you</em>",
		"rated ({X.xx}) by {Y} people <em>like you</em>",
		"RECOMMENDED ({X.xx}) by {Y} people <em>like you</em>"
	],
	
	"THANKS_STR": "Thanks....",
	
	"RATE_POST_RATE": [
		"You hated this post",
		"You didn't like this post",
		"You thought this was OK",
		"You liked this post",
		"You loved this post"
	],
	
	"RATE_POST_RATE_FOR_RECOMMENDATIONS": [
		"You might like:",
		"You hated this post ({starsImage}), you might like:",
		"You didn't like this post ({starsImage}), you might like:",
		"You thought this was OK ({starsImage}), you might like:",
		"You liked this post ({starsImage}), you might also like:",
		"You loved this post ({starsImage}), you might also like:"
	],
	
	"BE_THE_FIRST_STR":					"Be the first to rate this",
	"UNABLE_TO_SUBMIT_STR":				"unable to submit your rate. Please check your internet connection.",
	"RATED_X_BY_Y_PEOPLE":				"rated {X.xx} by {Y} people",
	"RATED_X_BY_1_PERSON":				"rated {X.xx} by 1 person",
	"AVERAGE_RATING_X_BY_Y_PEOPLE":		"average rating {X.xx} by {Y} people",
	"RATED_X_BY_YOU": 					"rated {X.xx} by you",
	"RATED_X_BY_YOU_AND_1_OTHER":		"rated {X.xx} by you and 1 other",
	"RATED_X_BY_YOU_AND_Y_OTHERS":		"rated {X.xx} by you and {Y} others",
	"HOW": 								"How?",
	"BY":								"by",
	"THIS_SITE":						"this site",
	"MOST_POPULAR":						"Most Popular Posts",
	"MIGHT_ALSO_LIKE":					"you might also like",
	"MORE_RECOMMENDED_SINGLE":			"{N} more recommended post",
	"MORE_RECOMMENDED_PLURAL":			"{N} more recommended posts",
	"MORE_RECOMMENDED_CLOSE_SINGLE":	"hide more recommended post",
	"MORE_RECOMMENDED_CLOSE_PLURAL":	"hide more recommended posts",
	"WHATS_THIS":	"what's this",
	"IS_RTL": false,
	"COMMENT" : "comment",
	
	OPTIONAL_ADDONS	:	{
		"mostPopular": true,
		"recommendations": true,
		"disqus": true
	}
};

OB_lang.initLang(OB_language_en);