var _G = {
	"MESSAGE_CONFIRM":"Are you sure?",
	"GOAL_IS_REQUIRED": "Please, enter a goal or task.",
	"GOAL_SAVED_OK": "Your goal has been saved.",
	"EMAIL_REQUIRED": "Type your email",
	"PASSWORD_REQUIRED": "Enter your password.",
	"NAME_REQUIRED": "What is your name?",
	"SENDING_LABEL": "Sending...",
	"MESSAGE_REQUIRED": "Enter your message, please.",
	"EMAIL_SENT": "Email has been sent.",
	"VIEW_LABEL":"view"
};

var priority_label_to_readable = {
	"today": "Today",
	"tomorrow": "Tomorrow",
	"thisweek": "This Week",
	"nextweek": "Next Week",	
	"thismonth": "This Month",
	"nextmonth": "Next Month",
	"thisyear": "This Year",
	"delayed":"Delayed"
	};

var status_label_to_readable = {
	"notstarted":"Not started",
	"working":"Working on",
	"achieved":"Achieved",
	"gaveup":"Gave up"
};

var _Goal = {
	"DISPLAY_ALL":"Displaying status: <b>Not Started</b> and <b>Working on</b>",
	"DISPLAY_LABEL":"Displaying",
	"DISPLAY_ALL_1":"Displaying status: <b>Not Started</b> and <b>Working on</b>  due to <b> ",
	
	"QUESTION_GIVING_UP":"Are you sure\n\nSometimes giving up is not the correct solution.",
	"GOAL_UPDATED_OK": "Your goal has been updated.",
	"GOAL_UPDATED_SAVING": "updating...",
	"GOAL_UPDATED_PROCESSING" : "updating... please wait",	
	"GOAL_REFRESH_LIST" : "<b>Click here</b></a> to refresh your goals ordered by <b>stars</b> (priority)"	
}

var _Invite = {
	"PROVIDER_REQUIRED": "Select the provider",
	"BUTTON_PROCESSING": "Processing... please wait",
	"BUTTON_SEND_PROCESSING": "Sending... please wait"	
}

