the names of the months and the short name of the days:
Dilluns, dimarts, dimecres, dijous, divendres, dissabte i diumenge
By the way, the rest of component is also missing the translation: bit.ly/2nDzhMy
All titles are in spanish: Evento, descripción del evento, titulo, cuando, categoria...etc.
I check the Catalan language pack and looks fine, in fact the blog view use the correct translation:
bit.ly/2BefMlj
(Gener, desembre...)
And the file ../language/ca-ES/ca-ES.ini contains the correct lines:
; Months
JANUARY_SHORT="Gen"
JANUARY="Gener"
FEBRUARY_SHORT="febrer"
FEBRUARY="Febrer"
MARCH_SHORT="Mar"
MARCH="Març"
APRIL_SHORT="Abr"
APRIL="abril"
MAY_SHORT="Mai"
MAY="Mai"
JUNE_SHORT="Jun"
JUNE="Juny"
JULY_SHORT="Jul"
JULY="Juliol"
AUGUST_SHORT="Ago"
AUGUST="Agost"
SEPTEMBER_SHORT="Set"
SEPTEMBER="Setembre"
OCTOBER_SHORT="Oct"
OCTOBER="Octubre"
NOVEMBER_SHORT="Nov"
NOVEMBER="Novembre"
DECEMBER_SHORT="Des"
DECEMBER="Desembre"
;Days of the Week
SAT="Dis"
SATURDAY="Dissabte"
SUN="Diu"
SUNDAY="Diumenge"
MON="Dil"
MONDAY="Dilluns"
TUE="Dim"
TUESDAY="Dimarts"
WED="Dic"
WEDNESDAY="Dimecres"
THU="Dij"
THURSDAY="Dijous"
FRI="Div"
FRIDAY="Divendres"