9 lines
2.7 KiB
JavaScript
9 lines
2.7 KiB
JavaScript
/*!@license
|
|
* Infragistics.Web.ClientUI Scheduler localization resources 19.1.20
|
|
*
|
|
* Copyright (c) 2011-2019 Infragistics Inc.
|
|
*
|
|
* http://www.infragistics.com/
|
|
*
|
|
*/
|
|
(function(factory){if(typeof define==="function"&&define.amd){define(["jquery"],factory)}else{return factory(jQuery)}})(function($){$.ig=$.ig||{};$.ig.locale=$.ig.locale||{};$.ig.locale.es=$.ig.locale.es||{};$.ig.SchedulerLocale=$.ig.SchedulerLocale||{};$.ig.locale.es.SchedulerLocale={tag:"es-ES",agenda:"Agenda",month:"Mes",week:"Semana",day:"Día",next:"Siguiente",previous:"Anterior",dateRange:"Intervalo de fechas",todayButton:"Hoy",nonDivError:"igScheduler solo puede instalarse en un elemento HTML DIV.",createNewAppointmentDialogTitle:"Crear cita nueva",editAppointmentDialogTitle:"Editar cita",appointmentDialogSubjectLabel:"Asunto",appointmentDialogLocationLabel:"Ubicación",appointmentDialogFromLabel:"De",appointmentDialogToLabel:"a",appointmentDialogDescriptionLabel:"Descripción",appointmentDialogCreateButtonLabel:"Crear",appointmentDialogSaveButtonLabel:"Guardar",appointmentDialogCancelButtonLabel:"Cancelar",appointmentDialogCreateAppointmentButtonLabel:"Crear cita",dayPopoverTitle:"Crear cita nueva",appointmentPopoverTitle:"Editar cita",appointmentPopoverOpenButtonLabel:"Abrir cita",appointmentPopoverDeleteButtonLabel:"Eliminar",deleteAppointmentDialogTitle:"Eliminar cita",deleteAppointmentDialogConfirmation:"¿Desea eliminar esta cita?",deleteAppointmentDialogDeleteButtonLabel:"Eliminar",deleteAppointmentDialogCancelButtonLabel:"Cancelar",deleteOccurrenceDialogTitle:"Borrar elemento periódico",deleteOccurrenceDialogText:"¿Desea borrar esta repetición o la serie completa?",deleteOccurrenceDialogDeleteButtonLabel:"Borrar repetición",deleteOccurrenceDialogDeleteSeriesLabel:"Borrar serie",deleteOccurrenceDialogCancelLabel:"Cancelar",appointmentDialogResourceLabel:"Recurso",invalidIntervalErrorMessage:"La fecha de finalización introducida es anterior a la fecha de inicio.",dialogCloseButtonText:"Cerrar",countNumericEditorLabel:"Recuento",recurringEventLabel:"Evento periódico",frequencyComboLabel:"Frecuencia",dateRecurrenceFrequencyDaily:"Diariamente",dateRecurrenceFrequencyWeekly:"Semanalmente",dateRecurrenceFrequencyMonthly:"Mensualmente",dateRecurrenceFrequencyYearly:"Anualmente",editAppointmentDialogConfirmation:"¿Desea editar esta repetición o la serie completa?",editAppointmentDialogOccurrenceButtonLabel:"Editar repetición",editAppointmentDialogSeriesButtonLabel:"Editar serie",editOccurrenceDialogTitle:"Editar repetición",editSeriesDialogTitle:"Editar serie",editSeriesButtonText:"Editar elemento periódico"};$.ig.SchedulerLocale.locale=$.ig.SchedulerLocale.locale||$.ig.locale.es.SchedulerLocale;return $.ig.locale.es}); |