Added Viewer and

change to App Setting File from Constants
This commit is contained in:
2022-07-27 10:47:57 -07:00
parent 2afec95704
commit b155863645
1012 changed files with 53014 additions and 110896 deletions

View File

@ -0,0 +1,9 @@
/*!@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.ru=$.ig.locale.ru||{};$.ig.SchedulerLocale=$.ig.SchedulerLocale||{};$.ig.locale.ru.SchedulerLocale={tag:"ru-RU",agenda:"Деловой календарь",month:"Месяц",week:"Неделя",day:"День",next:"Следующий",previous:"Предыдущий",dateRange:"Диапазон дат",todayButton:"Сегодня",nonDivError:"Экземпляр igScheduler можно создать только в элементе HTML DIV.",createNewAppointmentDialogTitle:"Создать новое назначение",editAppointmentDialogTitle:"Изменить назначение",appointmentDialogSubjectLabel:"Тема",appointmentDialogLocationLabel:"Местоположение",appointmentDialogFromLabel:"С",appointmentDialogToLabel:"По",appointmentDialogDescriptionLabel:"Описание",appointmentDialogCreateButtonLabel:"Создать",appointmentDialogSaveButtonLabel:"Сохранить",appointmentDialogCancelButtonLabel:"Отмена",appointmentDialogCreateAppointmentButtonLabel:"Создать назначение",dayPopoverTitle:"Создать новое назначение",appointmentPopoverTitle:"Изменить назначение",appointmentPopoverOpenButtonLabel:"Открыть назначение",appointmentPopoverDeleteButtonLabel:"Удалить",deleteAppointmentDialogTitle:"Удалить назначение",deleteAppointmentDialogConfirmation:"Удалить это назначение?",deleteAppointmentDialogDeleteButtonLabel:"Удалить",deleteAppointmentDialogCancelButtonLabel:"Отмена",deleteOccurrenceDialogTitle:"Удалить повторяющийся элемент",deleteOccurrenceDialogText:"Удалить этот экземпляр или всю серию?",deleteOccurrenceDialogDeleteButtonLabel:"Удалить экземпляр",deleteOccurrenceDialogDeleteSeriesLabel:"Удалить серию",deleteOccurrenceDialogCancelLabel:"Отмена",appointmentDialogResourceLabel:"Ресурс",invalidIntervalErrorMessage:"Введенная дата окончания наступает до даты начала.",dialogCloseButtonText:"закрыть",countNumericEditorLabel:"Количество",recurringEventLabel:"Повторяющееся событие",frequencyComboLabel:"Частота",dateRecurrenceFrequencyDaily:"Ежедневно",dateRecurrenceFrequencyWeekly:"Еженедельно",dateRecurrenceFrequencyMonthly:"Ежемесячно",dateRecurrenceFrequencyYearly:"Ежегодно",editAppointmentDialogConfirmation:"Редактировать этот экземпляр или всю серию?",editAppointmentDialogOccurrenceButtonLabel:"Редактировать экземпляр",editAppointmentDialogSeriesButtonLabel:"Редактировать серию",editOccurrenceDialogTitle:"Редактировать экземпляр",editSeriesDialogTitle:"Редактировать серию",editSeriesButtonText:"Редактировать повторяющийся элемент"};$.ig.SchedulerLocale.locale=$.ig.SchedulerLocale.locale||$.ig.locale.ru.SchedulerLocale;return $.ig.locale.ru});