/* Inicialització en català per a l'extensió 'UI date picker' per jQuery. */
/* Writers: (joan.leon@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.ca = {
	closeText: "Tanca",
	prevText: "Anterior",
	nextText: "Següent",
	currentText: "Avui",
	monthNames: [ "gener","febrer","març","abril","maig","juny",
	"juliol","agost","setembre","octubre","novembre","desembre" ],
	monthNamesShort: [ "gen","feb","març","abr","maig","juny",
	"jul","ag","set","oct","nov","des" ],
	dayNames: [ "diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte" ],
	dayNamesShort: [ "dg","dl","dt","dc","dj","dv","ds" ],
	dayNamesMin: [ "dg","dl","dt","dc","dj","dv","ds" ],
	weekHeader: "Set",
	dateFormat: "dd/mm/yy",
	firstDay: 1,
	isRTL: false,
	showMonthAfterYear: false,
	yearSuffix: "" };
datepicker.setDefaults( datepicker.regional.ca );

return datepicker.regional.ca;

} ) );
(function($){$.oststrings={"Cancel":"cancel\u00b7lar","You sure?":"Est\u00e0 segur?","File Upload Error":"Error al pujar el fitxer","Uploading ...":"S'est\u00e0 pujant ...","Your browser is not supported":"El seu navegador no est\u00e0 suportat","You are trying to upload too many files":"Est\u00e0 intentant pujar massa arxius","File is too large":"L'arxiu \u00e9s massa gran","This type of file is not allowed":"Aquest tipus d'arxiu no est\u00e0 perm\u00e9s","Could not find or read this file":"No es pot trobar o llegir aquest arxiu","Are you sure you want to leave? Any changes or info you've entered will be discarded!":"Esteu segur que voleu sortir? Informaci\u00f3 que heu introdu\u00eft o canvis es descartaran!","Show Images":"Mostrar imatges","Download":"Descarregar","all changes saved":"all changes saved","Delete Draft":"Eliminar esborrany","Save Draft":"Save Draft","saving...":"saving...","save error":"save error","Unable to save draft.":"No es pot desar l'esborrany.","Refresh the current page to restore and continue your draft.":"Actualitzeu la p\u00e0gina actual per recuperar i continuar amb el seu esborrany.","unsaved":"unsaved","Annotate":"Anotar","Annotate Image":"Annotate Image","Commit":"Commit","Add Shape":"Add Shape","Add Arrow":"Afegir fletxa","Add Box":"Add Box","Add Ellipse":"Afegir El\u00b7lipse","Add Text":"Afegir Text","Add Scribble":"Add Scribble","Shape Color":"Shape Color","Font Size":"Font Size","Font Family":"Font Family","Outline":"Outline","Bring Forward":"Portar Endevant","Toggle Opacity":"Canviar opacitat","Delete Shape":"Delete Shape","Fill":"Fill","Text":"Text","Translate":"Traducci\u00f3","save translation":"save translation","Loading":"Carregant","Add":"Afegir","Not currently translated":"Actualment no traduit","Save":"Guardar","Saving":"Desant","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).":"Suprimiu {0} a\u00efllada.","Alert":"Alerta","Please make at least {0} selections. {1} checked so far.":"Si us plau faci almenys {0} seleccions. {1} comprovat fins ara.","Are you sure you want to remove this attachment?":"Esteu segur que voleu suprimir aquest fitxer adjunt?","Please Confirm":"Per favor, confirma","Please confirm to continue.":"Per favor confirme per a continuar.","OK":"OK","Create":"Crear","just now":"ara mateix","about a minute ago":"fa m\u00e9s o menys un minut","%d minutes ago":"Fa %d minuts","about an hour ago":"fa aproximadament una hora","%d hours ago":"Fa %d hores","yesterday":"ahir","%d days ago":"fa %d dies","Acquiring Lock":"Adquisici\u00f3 de bloqueig","Your lock is expiring soon.":"El teu bloqueig caducar\u00e0 aviat.","The lock you hold on this ticket will expire soon. Would you like to renew the lock?":"El bloqueig que mantens sobre aquest tiquet caducar\u00e0 aviat. Voleu renovar el bloqueig?","Renew":"Renovar","Unable to lock the ticket.":"No \u00e9s pot bloquejar el tiquet.","Someone else could be working on the same ticket.":"Alg\u00fa podr\u00eda estar treballant amb el mateix tiquet.","Still busy... smile #":"Encara ocupat... somriu #","Cleaning up!...":"Neteja!...","Error occurred.  Aborting...":"S'ha produ\u00eft l'error.  Abandone...","Manual upgrade required (ajax failed)":"L'Actualitzaci\u00f3 manual es necess\u00e0ria (ajax ha fallat)","Something went wrong":"Alguna cosa va sortir malament"};})(jQuery);