/* English/UK initialisation for the jQuery UI date picker plugin. */
/* Written by Stuart. */
( function( factory ) {
	if ( typeof define === "function" && define.amd ) {

		// AMD. Register as an anonymous module.
		define( [ "../widgets/datepicker" ], factory );
	} else {

		// Browser globals
		factory( jQuery.datepicker );
	}
}( function( datepicker ) {

datepicker.regional[ "en-GB" ] = {
	closeText: "Done",
	prevText: "Prev",
	nextText: "Next",
	currentText: "Today",
	monthNames: [ "January","February","March","April","May","June",
	"July","August","September","October","November","December" ],
	monthNamesShort: [ "Jan", "Feb", "Mar", "Apr", "May", "Jun",
	"Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ],
	dayNames: [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ],
	dayNamesShort: [ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" ],
	dayNamesMin: [ "Su","Mo","Tu","We","Th","Fr","Sa" ],
	weekHeader: "Wk",
	dateFormat: "dd/mm/yy",
	firstDay: 1,
	isRTL: false,
	showMonthAfterYear: false,
	yearSuffix: "" };
datepicker.setDefaults( datepicker.regional[ "en-GB" ] );

return datepicker.regional[ "en-GB" ];

} ) );
(function($){$.oststrings={"Cancel":"Cancel","You sure?":"You sure?","File Upload Error":"File Upload Error","Uploading ...":"Uploading ...","Your browser is not supported":"Your browser is not supported","You are trying to upload too many files":"You are trying to upload too many files","File is too large":"File is too large","This type of file is not allowed":"This type of file is not allowed","Could not find or read this file":"Could not find or read this file","Are you sure you want to leave? Any changes or info you've entered will be discarded!":"Are you sure you want to leave? Any changes or info you've entered will be discarded!","Show Images":"Show Images","Download":"Download","all changes saved":"all changes saved","Delete Draft":"Delete Draft","Save Draft":"Save Draft","saving...":"saving...","save error":"save error","Unable to save draft.":"Unable to save draft.","Refresh the current page to restore and continue your draft.":"Refresh the current page to restore and continue your draft.","unsaved":"unsaved","Annotate":"Annotate","Annotate Image":"Annotate Image","Commit":"Commit","Add Shape":"Add Shape","Add Arrow":"Add Arrow","Add Box":"Add Box","Add Ellipse":"Add Ellipse","Add Text":"Add Text","Add Scribble":"Add Scribble","Shape Color":"Shape Color","Font Size":"Font Size","Font Family":"Font Family","Outline":"Outline","Bring Forward":"Bring Forward","Toggle Opacity":"Toggle Opacity","Delete Shape":"Delete Shape","Fill":"Fill","Text":"Text","Translate":"Translate","save translation":"save translation","Loading":"Loading","Add":"Add","Not currently translated":"Not currently translated","Save":"Save","Saving":"Saving","You're limited to only {0} selections.\\n":"You're limited to only {0} selections.\\n","You have made {0} selections.\\n":"You have made {0} selections.\\n","Please remove {0} selection(s).":"Please remove {0} selection(s).","Alert":"Alert","Please make at least {0} selections. {1} checked so far.":"Please make at least {0} selections. {1} checked so far.","Are you sure you want to remove this attachment?":"Are you sure you want to remove this attachment?","Please Confirm":"Please Confirm","Please confirm to continue.":"Please confirm to continue.","OK":"OK","Create":"Create","just now":"just now","about a minute ago":"about a minute ago","%d minutes ago":"%d minutes ago","about an hour ago":"about an hour ago","%d hours ago":"%d hours ago","yesterday":"yesterday","%d days ago":"%d days ago","Acquiring Lock":"Acquiring Lock","Your lock is expiring soon.":"Your lock is expiring soon.","The lock you hold on this ticket will expire soon. Would you like to renew the lock?":"The lock you hold on this ticket will expire soon. Would you like to renew the lock?","Renew":"Renew","Unable to lock the ticket.":"Unable to lock the ticket.","Someone else could be working on the same ticket.":"Someone else could be working on the same ticket.","Still busy... smile #":"Still busy... smile #","Cleaning up!...":"Cleaning up!...","Error occurred.  Aborting...":"Error occurred.  Aborting...","Manual upgrade required (ajax failed)":"Manual upgrade required (ajax failed)","Something went wrong":"Something went wrong"};})(jQuery);