Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1821182
es.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
2 KB
Subscribers
None
es.js
View Options
!
function
(
a
){
"function"
==
typeof
define
&&
define
.
amd
?
define
([
"jquery"
,
"moment"
],
a
)
:
a
(
jQuery
,
moment
)}(
function
(
a
,
b
){
var
c
=
"ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic."
.
split
(
"_"
),
d
=
"ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic"
.
split
(
"_"
);(
b
.
defineLocale
||
b
.
lang
).
call
(
b
,
"es"
,{
months
:
"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre"
.
split
(
"_"
),
monthsShort
:
function
(
a
,
b
){
return
/-MMM-/
.
test
(
b
)
?
d
[
a
.
month
()]
:
c
[
a
.
month
()]},
weekdays
:
"domingo_lunes_martes_miércoles_jueves_viernes_sábado"
.
split
(
"_"
),
weekdaysShort
:
"dom._lun._mar._mié._jue._vie._sáb."
.
split
(
"_"
),
weekdaysMin
:
"Do_Lu_Ma_Mi_Ju_Vi_Sá"
.
split
(
"_"
),
longDateFormat
:
{
LT
:
"H:mm"
,
LTS
:
"LT:ss"
,
L
:
"DD/MM/YYYY"
,
LL
:
"D [de] MMMM [de] YYYY"
,
LLL
:
"D [de] MMMM [de] YYYY LT"
,
LLLL
:
"dddd, D [de] MMMM [de] YYYY LT"
},
calendar
:
{
sameDay
:
function
(){
return
"[hoy a la"
+
(
1
!==
this
.
hours
()
?
"s"
:
""
)
+
"] LT"
},
nextDay
:
function
(){
return
"[mañana a la"
+
(
1
!==
this
.
hours
()
?
"s"
:
""
)
+
"] LT"
},
nextWeek
:
function
(){
return
"dddd [a la"
+
(
1
!==
this
.
hours
()
?
"s"
:
""
)
+
"] LT"
},
lastDay
:
function
(){
return
"[ayer a la"
+
(
1
!==
this
.
hours
()
?
"s"
:
""
)
+
"] LT"
},
lastWeek
:
function
(){
return
"[el] dddd [pasado a la"
+
(
1
!==
this
.
hours
()
?
"s"
:
""
)
+
"] LT"
},
sameElse
:
"L"
},
relativeTime
:
{
future
:
"en %s"
,
past
:
"hace %s"
,
s
:
"unos segundos"
,
m
:
"un minuto"
,
mm
:
"%d minutos"
,
h
:
"una hora"
,
hh
:
"%d horas"
,
d
:
"un día"
,
dd
:
"%d días"
,
M
:
"un mes"
,
MM
:
"%d meses"
,
y
:
"un año"
,
yy
:
"%d años"
},
ordinalParse
:
/\d{1,2}º/
,
ordinal
:
"%dº"
,
week
:
{
dow
:
1
,
doy
:
4
}}),
a
.
fullCalendar
.
datepickerLang
(
"es"
,
"es"
,{
closeText
:
"Cerrar"
,
prevText
:
"<Ant"
,
nextText
:
"Sig>"
,
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
:!
1
,
showMonthAfterYear
:!
1
,
yearSuffix
:
""
}),
a
.
fullCalendar
.
lang
(
"es"
,{
buttonText
:
{
month
:
"Mes"
,
week
:
"Semana"
,
day
:
"Día"
,
list
:
"Agenda"
},
allDayHtml
:
"Todo<br/>el día"
,
eventLimitText
:
"más"
})});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 23, 7:07 AM (14 h, 12 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
914293
Default Alt Text
es.js (2 KB)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment