Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1879910
es-us.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
1 KB
Subscribers
None
es-us.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
,
a
){
!
function
(){
var
e
=
"ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic."
.
split
(
"_"
),
n
=
"ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic"
.
split
(
"_"
);
a
.
defineLocale
(
"es-us"
,{
months
:
"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre"
.
split
(
"_"
),
monthsShort
:
function
(
a
,
o
){
return
a
?
/-MMM-/
.
test
(
o
)
?
n
[
a
.
month
()]
:
e
[
a
.
month
()]
:
e
},
monthsParseExact
:!
0
,
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
(
"_"
),
weekdaysParseExact
:!
0
,
longDateFormat
:
{
LT
:
"H:mm"
,
LTS
:
"H:mm:ss"
,
L
:
"MM/DD/YYYY"
,
LL
:
"MMMM [de] D [de] YYYY"
,
LLL
:
"MMMM [de] D [de] YYYY H:mm"
,
LLLL
:
"dddd, MMMM [de] D [de] YYYY H:mm"
},
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"
},
dayOfMonthOrdinalParse
:
/\d{1,2}º/
,
ordinal
:
"%dº"
,
week
:
{
dow
:
0
,
doy
:
6
}})}(),
e
.
fullCalendar
.
locale
(
"es-us"
,{
buttonText
:
{
month
:
"Mes"
,
week
:
"Semana"
,
day
:
"Día"
,
list
:
"Agenda"
},
allDayHtml
:
"Todo<br/>el día"
,
eventLimitText
:
"más"
,
noEventsMessage
:
"No hay eventos para mostrar"
})});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 23, 6:33 PM (20 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915504
Default Alt Text
es-us.js (1 KB)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment