Moving dhtmlxGantt library to 'libraries' folder
This commit is contained in:
parent
dbcdde741c
commit
5e16eb66dd
162 changed files with 6 additions and 5 deletions
58
libraries/dhtmlxgantt/sources/locale/locale_ru.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_ru.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Январь", "Февраль", "Март", "Апрель", "Maй", "Июнь", "Июль", "Август", "Сентябрь", "Oктябрь", "Ноябрь", "Декабрь"],
|
||||
month_short: ["Янв", "Фев", "Maр", "Aпр", "Maй", "Июн", "Июл", "Aвг", "Сен", "Окт", "Ноя", "Дек"],
|
||||
day_full: [ "Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"],
|
||||
day_short: ["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Сегодня",
|
||||
day_tab: "День",
|
||||
week_tab: "Неделя",
|
||||
month_tab: "Месяц",
|
||||
new_event: "Новое событие",
|
||||
icon_save: "Сохранить",
|
||||
icon_cancel: "Отменить",
|
||||
icon_details: "Детали",
|
||||
icon_edit: "Изменить",
|
||||
icon_delete: "Удалить",
|
||||
confirm_closing: "", //Ваши изменения будут потеряны, продолжить?
|
||||
confirm_deleting: "Событие будет удалено безвозвратно, продолжить?",
|
||||
section_description: "Описание",
|
||||
section_time: "Период времени",
|
||||
section_type:"Тип",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Задача",
|
||||
column_start_date : "Начало",
|
||||
column_duration : "Длительность",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Связь",
|
||||
confirm_link_deleting:"будет удалена",
|
||||
link_start: " (начало)",
|
||||
link_end: " (конец)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Минута",
|
||||
hours: "Час",
|
||||
days: "День",
|
||||
weeks: "Неделя",
|
||||
months: "Месяц",
|
||||
years: "Год"
|
||||
}
|
||||
};
|
||||
|
Reference in a new issue