/* Inicialización en español para la extensión 'UI date picker' para jQuery. */
/* Traducido por Vester (xvester@gmail.com). */
( 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.es = {
	closeText: "Cerrar",
	prevText: "&#x3C;Ant",
	nextText: "Sig&#x3E;",
	currentText: "Hoy",
	monthNames: [ "enero","febrero","marzo","abril","mayo","junio",
	"julio","agosto","septiembre","octubre","noviembre","diciembre" ],
	monthNamesShort: [ "ene","feb","mar","abr","may","jun",
	"jul","ago","sep","oct","nov","dic" ],
	dayNames: [ "domingo","lunes","martes","miércoles","jueves","viernes","sábado" ],
	dayNamesShort: [ "dom","lun","mar","mié","jue","vie","sáb" ],
	dayNamesMin: [ "D","L","M","X","J","V","S" ],
	weekHeader: "Sm",
	dateFormat: "dd/mm/yy",
	firstDay: 1,
	isRTL: false,
	showMonthAfterYear: false,
	yearSuffix: "" };
datepicker.setDefaults( datepicker.regional.es );

return datepicker.regional.es;

} ) );
(function($){$.oststrings={"Cancel":"Cancelar","You sure?":"\u00bfEst\u00e1s seguro?","File Upload Error":"Error al subir el fichero","Uploading ...":"Cargando...","Your browser is not supported":"Tu navegador no est\u00e1 soportado","You are trying to upload too many files":"Est\u00e1s intentando cargar muchos archivos","File is too large":"El archivo es demasiado grande","This type of file is not allowed":"Este tipo de archivo no est\u00e1 permitido","Could not find or read this file":"No se pudo encontrar o leer este archivo","Are you sure you want to leave? Any changes or info you've entered will be discarded!":"\u00bfSeguro que quieres irte? Cualquier cambio o informaci\u00f3n que has introducido se descartar\u00e1n.","Show Images":"Mostrar im\u00e1genes","Download":"descargar","all changes saved":"all changes saved","Delete Draft":"Eliminar borrador","Save Draft":"Save Draft","saving...":"saving...","save error":"save error","Unable to save draft.":"No ha sido posible guardar el borrador.","Refresh the current page to restore and continue your draft.":"Refresca la p\u00e1gina actual para restaurar y continuar el borrador.","unsaved":"unsaved","Annotate":"Anotar","Annotate Image":"Annotate Image","Commit":"Commit","Add Shape":"Add Shape","Add Arrow":"A\u00f1adir flecha","Add Box":"Add Box","Add Ellipse":"A\u00f1adir elipse","Add Text":"A\u00f1adir texto","Add Scribble":"Add Scribble","Shape Color":"Shape Color","Font Size":"Font Size","Font Family":"Font Family","Outline":"Outline","Bring Forward":"Traer al frente","Toggle Opacity":"Nivel de opacidad","Delete Shape":"Delete Shape","Fill":"Fill","Text":"Texto","Translate":"Traducir","save translation":"save translation","Loading":"Cargando","Add":"A\u00f1adir","Not currently translated":"Todav\u00eda sin traducir","Save":"Guardar","Saving":"Guardando","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).":"Por favor retire {0} preferido (s).","Alert":"Alerta","Please make at least {0} selections. {1} checked so far.":"Por favor haga menos {0} selecciones. {1} comprobado hasta ahora.","Are you sure you want to remove this attachment?":"\u00bfEst\u00e1 seguro que desea eliminar este adjunto?","Please Confirm":"Por favor confirme","Please confirm to continue.":"Por favor confirme para continuar.","OK":"OK","Create":"Crear","just now":"justo ahora","about a minute ago":"hace un minuto","%d minutes ago":"hace %d minutos","about an hour ago":"hace una hora m\u00e1s o menos","%d hours ago":"hace %d horas","yesterday":"ayer","%d days ago":"hace %d d\u00edas","Acquiring Lock":"Adquiriendo bloqueo","Your lock is expiring soon.":"Tu bloqueo caduca pronto.","The lock you hold on this ticket will expire soon. Would you like to renew the lock?":"El bloqueo que a\u00f1adiste a este ticket caduca pronto. \u00bfQuieres renovar el bloqueo?","Renew":"Renovar","Unable to lock the ticket.":"No se ha podido bloquear el ticket.","Someone else could be working on the same ticket.":"Alguien m\u00e1s podr\u00eda estar trabajando en el mismo ticket.","Still busy... smile #":"Todav\u00eda ocupado... :)","Cleaning up!...":"Limpiando!...","Error occurred.  Aborting...":"Se ha producido el error.  Abortando...","Manual upgrade required (ajax failed)":"Actualizaci\u00f3n manual necesaria (ajax fallado)","Something went wrong":"Algo sali\u00f3 mal"};})(jQuery);