forked from extern/egroupware
55 lines
2.0 KiB
JavaScript
55 lines
2.0 KiB
JavaScript
|
/*
|
|||
|
This software is allowed to use under GPL or you need to obtain Commercial or Enterprise License
|
|||
|
to use it in non-GPL project. Please contact sales@dhtmlx.com for details
|
|||
|
*/
|
|||
|
gantt.locale = {
|
|||
|
date: {
|
|||
|
month_full: ["Січень", "Лютий", "Березень", "Квітень", "Травень", "Червень", "Липень", "Серпень", "Вересень", "Жовтень", "Листопад", "Грудень"],
|
|||
|
month_short: ["Січ", "Лют", "Бер", "Кві", "Тра", "Чер", "Лип", "Сер", "Вер", "Жов", "Лис", "Гру"],
|
|||
|
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 : "Task name",
|
|||
|
column_start_date : "Start time",
|
|||
|
column_duration : "Duration",
|
|||
|
column_add : "",
|
|||
|
|
|||
|
/* link confirmation */
|
|||
|
link: "Link",
|
|||
|
confirm_link_deleting:"will be deleted",
|
|||
|
link_start: " (start)",
|
|||
|
link_end: " (end)",
|
|||
|
|
|||
|
type_task: "Task",
|
|||
|
type_project: "Project",
|
|||
|
type_milestone: "Milestone",
|
|||
|
|
|||
|
|
|||
|
minutes: "Minutes",
|
|||
|
hours: "Hours",
|
|||
|
days: "Days",
|
|||
|
weeks: "Week",
|
|||
|
months: "Months",
|
|||
|
years: "Years"
|
|||
|
}
|
|||
|
};
|
|||
|
|