Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1880003
gl.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
1 KB
Subscribers
None
gl.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
,
o
){
!
function
(){
o
.
defineLocale
(
"gl"
,{
months
:
"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro"
.
split
(
"_"
),
monthsShort
:
"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec."
.
split
(
"_"
),
monthsParseExact
:!
0
,
weekdays
:
"domingo_luns_martes_mércores_xoves_venres_sábado"
.
split
(
"_"
),
weekdaysShort
:
"dom._lun._mar._mér._xov._ven._sáb."
.
split
(
"_"
),
weekdaysMin
:
"do_lu_ma_mé_xo_ve_sá"
.
split
(
"_"
),
weekdaysParseExact
:!
0
,
longDateFormat
:
{
LT
:
"H:mm"
,
LTS
:
"H:mm:ss"
,
L
:
"DD/MM/YYYY"
,
LL
:
"D [de] MMMM [de] YYYY"
,
LLL
:
"D [de] MMMM [de] YYYY H:mm"
,
LLLL
:
"dddd, D [de] MMMM [de] YYYY H:mm"
},
calendar
:
{
sameDay
:
function
(){
return
"[hoxe "
+
(
1
!==
this
.
hours
()
?
"ás"
:
"á"
)
+
"] LT"
},
nextDay
:
function
(){
return
"[mañá "
+
(
1
!==
this
.
hours
()
?
"ás"
:
"á"
)
+
"] LT"
},
nextWeek
:
function
(){
return
"dddd ["
+
(
1
!==
this
.
hours
()
?
"ás"
:
"a"
)
+
"] LT"
},
lastDay
:
function
(){
return
"[onte "
+
(
1
!==
this
.
hours
()
?
"á"
:
"a"
)
+
"] LT"
},
lastWeek
:
function
(){
return
"[o] dddd [pasado "
+
(
1
!==
this
.
hours
()
?
"ás"
:
"a"
)
+
"] LT"
},
sameElse
:
"L"
},
relativeTime
:
{
future
:
function
(
e
){
return
0
===
e
.
indexOf
(
"un"
)
?
"n"
+
e
:
"en "
+
e
},
past
:
"hai %s"
,
s
:
"uns segundos"
,
m
:
"un minuto"
,
mm
:
"%d minutos"
,
h
:
"unha hora"
,
hh
:
"%d horas"
,
d
:
"un día"
,
dd
:
"%d días"
,
M
:
"un mes"
,
MM
:
"%d meses"
,
y
:
"un ano"
,
yy
:
"%d anos"
},
dayOfMonthOrdinalParse
:
/\d{1,2}º/
,
ordinal
:
"%dº"
,
week
:
{
dow
:
1
,
doy
:
4
}})}(),
e
.
fullCalendar
.
locale
(
"gl"
,{
buttonText
:
{
month
:
"Mes"
,
week
:
"Semana"
,
day
:
"Día"
,
list
:
"Axenda"
},
allDayHtml
:
"Todo<br/>o día"
,
eventLimitText
:
"máis"
,
noEventsMessage
:
"Non hai eventos para amosar"
})});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 23, 6:34 PM (20 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915452
Default Alt Text
gl.js (1 KB)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment