// message notifications
widget.messages={
	store_success:"Your settings were successfully stored.",
	store_error:"An error occurred trying to store your settings",
	show_config_dialog:"Show/Hide widget configuration dialog",
	hide_widget_dialog:"Show/Hide widget content",
	close_widget_dialog:"Close the widget",
	loading_info:"Loading widgets, please wait..",
	widget_loading:"Widget content is loading ..",
	button_cancel:"cancel",
	button_submit:"save",
	info_save_config:"saving",
	info_refresh:"refreshing"
}

// default widgets, loaded when user widget list is empty
widget.default_widgets=[
	{"y":1,"identifier":"logged_users","active":1,"x":2,"state":1, "title":"Users Online"},
	{"y":1,"identifier":"custom_rss","active":1,"x":1,"state":1,"title":"Trade Shows"},
	{"y":2,"identifier":"website_news","active":1,"x":2,"state":1,"title":"Website News"},
	{"y":2,"identifier":"worldtime","active":1,"x":1,"state":1,"title":"World Time"}
]