D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
cwd
/
admin
/
plugins
/
fullcalendar
/
locales
/
Filename :
pt-br.js
back
Copy
FullCalendar.globalLocales.push(function () { 'use strict'; var ptBr = { code: 'pt-br', buttonText: { prev: 'Anterior', next: 'Próximo', today: 'Hoje', month: 'Mês', week: 'Semana', day: 'Dia', list: 'Lista', }, weekText: 'Sm', allDayText: 'dia inteiro', moreLinkText: function(n) { return 'mais +' + n }, noEventsText: 'Não há eventos para mostrar', }; return ptBr; }());