(function ($)
{
	$.Redactor.opts.langs['en'] = {
    "format": "Format",
    "image": "Image",
    "file": "File",
    "link": "Link",
    "bold": "Bold",
    "italic": "Italic",
    "deleted": "Strikethrough",
    "underline": "Underline",
    "bold-abbr": "B",
    "italic-abbr": "I",
    "deleted-abbr": "S",
    "underline-abbr": "U",
    "lists": "Lists",
    "link-insert": "Insert link",
    "link-edit": "Edit link",
    "link-in-new-tab": "Open link in new tab",
    "unlink": "Unlink",
    "cancel": "Cancel",
    "close": "Close",
    "insert": "Insert",
    "save": "Save",
    "delete": "Delete",
    "text": "Text",
    "edit": "Edit",
    "title": "Title",
    "paragraph": "Normal text",
    "quote": "Quote",
    "code": "Code",
    "heading1": "Heading 1",
    "heading2": "Heading 2",
    "heading3": "Heading 3",
    "heading4": "Heading 4",
    "heading5": "Heading 5",
    "heading6": "Heading 6",
    "filename": "Name",
    "optional": "optional",
    "unorderedlist": "Unordered List",
    "orderedlist": "Ordered List",
    "outdent": "Outdent",
    "indent": "Indent",
    "horizontalrule": "Line",
    "upload-label": "Drop file here or ",
    "accessibility-help-label": "Rich text editor",
    "caption": "Caption",
    "bulletslist": "Bullets",
    "numberslist": "Numbers",
    "image-position": "Position",
    "none": "None",
    "left": "Left",
    "right": "Right",
    "center": "Center"
};

})(jQuery);/* 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","Draft Saved":"Draft Saved","Delete Draft":"Delete Draft","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.","Remove Font Family":"Remove Font Family","Change Font Family":"Change Font Family","Left to Right":"Left to Right","Right to Left":"Right to Left","Change Text Direction":"Change Text Direction","Annotate":"Annotate","Add Arrow":"Add Arrow","Add Rectangle":"Add Rectangle","Add Ellipse":"Add Ellipse","Add Text":"Add Text","Decrease Font Size":"Decrease Font Size","Increase Font Size":"Increase Font Size","Set Stroke":"Set Stroke","Set Fill":"Set Fill","Toggle Opacity":"Toggle Opacity","Bring Forward":"Bring Forward","Delete Object":"Delete Object","Commit Annotations":"Commit Annotations","Text":"Text","Translate":"Translate","Save":"Save","Saving":"Saving","Loading":"Loading","Add":"Add","Not currently translated":"Not currently translated","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);