﻿var lang = {
	CLICK_TO_VIEW : "Click image to view Card Description",
	FB_NO_CONTENT : "You need to enter title and content of feedback.",
	REQ_PWD : "Password required",
	REQ_LEVEL : "Level required",
	REQ_RANK : "Rank required",
	INFORMATION : "Information",
	CONFIRM : "Confirmation",
	WAIT : "Please wait...",
	ER_ATDECK_CHANGE : "Unable to change active deck. There's problem from server.",
	ER_DECKINFO_INVALID : "Deck name or description is not valid",
	ER_ATDECK_CANNOTDEL : "You cannot delete active deck",
	ER_BL_VIOLATION : "<li>{0} - {1} card, violates {2} List</li>",
	ER_DEL_DECK_UNK : "Unable to delete deck, maybe deck used in a tournament.",
	ER_DECK_4060 : "Your deck must contains from 40 to 60 cards",
	ER_DECK_SIDE15 : 'Side Deck must not exceed 15 cards',
	ER_MAX3 : "You\'ve had 3 copies of this card already",
	ER_SAVED_CHANGES : "Error while saving changes",
	ER_CARD_SEARCH : "Text too short or set or atribute or type not set",
	ER_DECK_NAME150 : 'Deck Name must be between 1 to 150 characters.',
	ER_SLOGAN150 : 'Slogan must not exceed 150 characters length',
	SAVED_CHANGES : "Saved changes",
	SAVED_FAV : "Saved changes of favorite list!!",
	FAV_ADDNOTE_TITLE : "Add note to your favorite card",
	NEXT3 : "The next 3 cards",
	CONFIRM_DEL_DECK : "Are you sure to delete the deck? It will be deleted permanently",
	CARD_INFO : "Card Information",
	TAKE_NOTE : "Take note on card",
	FILTER_BY_NAME : "Filter by Name",
	SKILL : "Dueling Skill",
	CREATIVITY : "Creativity",
	FRIENDLY : "Friendly",
	FAIRPLAY: "Fairplay",
	get : function(tag) {
		var t = "lang." + Ext.util.Format.uppercase(tag);
		return eval(t);
	}
};
