Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1879437
ca.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
1 KB
Subscribers
None
ca.js
View Options
!
function
(
e
){
"function"
==
typeof
define
&&
define
.
amd
?
define
([
"jquery"
,
"moment"
],
e
)
:
"object"
==
typeof
exports
?
module
.
exports
=
e
(
require
(
"jquery"
),
require
(
"moment"
))
:
e
(
window
.
jQuery
,
window
.
moment
)}(
function
(
e
,
d
){
!
function
(){
d
.
defineLocale
(
"ca"
,{
months
:
{
standalone
:
"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre"
.
split
(
"_"
),
format
:
"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre"
.
split
(
"_"
),
isFormat
:
/D[oD]?(\s)+MMMM/
},
monthsShort
:
"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des."
.
split
(
"_"
),
monthsParseExact
:!
0
,
weekdays
:
"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte"
.
split
(
"_"
),
weekdaysShort
:
"dg._dl._dt._dc._dj._dv._ds."
.
split
(
"_"
),
weekdaysMin
:
"dg_dl_dt_dc_dj_dv_ds"
.
split
(
"_"
),
weekdaysParseExact
:!
0
,
longDateFormat
:
{
LT
:
"H:mm"
,
LTS
:
"H:mm:ss"
,
L
:
"DD/MM/YYYY"
,
LL
:
"D MMMM [de] YYYY"
,
ll
:
"D MMM YYYY"
,
LLL
:
"D MMMM [de] YYYY [a les] H:mm"
,
lll
:
"D MMM YYYY, H:mm"
,
LLLL
:
"dddd D MMMM [de] YYYY [a les] H:mm"
,
llll
:
"ddd D MMM YYYY, H:mm"
},
calendar
:
{
sameDay
:
function
(){
return
"[avui a "
+
(
1
!==
this
.
hours
()
?
"les"
:
"la"
)
+
"] LT"
},
nextDay
:
function
(){
return
"[demà a "
+
(
1
!==
this
.
hours
()
?
"les"
:
"la"
)
+
"] LT"
},
nextWeek
:
function
(){
return
"dddd [a "
+
(
1
!==
this
.
hours
()
?
"les"
:
"la"
)
+
"] LT"
},
lastDay
:
function
(){
return
"[ahir a "
+
(
1
!==
this
.
hours
()
?
"les"
:
"la"
)
+
"] LT"
},
lastWeek
:
function
(){
return
"[el] dddd [passat a "
+
(
1
!==
this
.
hours
()
?
"les"
:
"la"
)
+
"] LT"
},
sameElse
:
"L"
},
relativeTime
:
{
future
:
"d'aquí %s"
,
past
:
"fa %s"
,
s
:
"uns segons"
,
m
:
"un minut"
,
mm
:
"%d minuts"
,
h
:
"una hora"
,
hh
:
"%d hores"
,
d
:
"un dia"
,
dd
:
"%d dies"
,
M
:
"un mes"
,
MM
:
"%d mesos"
,
y
:
"un any"
,
yy
:
"%d anys"
},
dayOfMonthOrdinalParse
:
/\d{1,2}(r|n|t|è|a)/
,
ordinal
:
function
(
e
,
d
){
var
a
=
1
===
e
?
"r"
:
2
===
e
?
"n"
:
3
===
e
?
"r"
:
4
===
e
?
"t"
:
"è"
;
return
"w"
!==
d
&&
"W"
!==
d
||
(
a
=
"a"
),
e
+
a
},
week
:
{
dow
:
1
,
doy
:
4
}})}(),
e
.
fullCalendar
.
locale
(
"ca"
,{
buttonText
:
{
month
:
"Mes"
,
week
:
"Setmana"
,
day
:
"Dia"
,
list
:
"Agenda"
},
allDayText
:
"Tot el dia"
,
eventLimitText
:
"més"
,
noEventsMessage
:
"No hi ha esdeveniments per mostrar"
})});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 23, 6:13 PM (12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915362
Default Alt Text
ca.js (1 KB)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment