jQuery(document).ready(function() {
	jQuery.optionsSetup({
		messages: {
			notApplicable: "Not applicable.",
			loading: "Loading...",
			serverFailure: "Could not retrieve list of categories from server."
		},
		language: "en"
	});
});
