mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
New dhtmlxGantt library, and etemplate2 widget to use it (work in progress)
This commit is contained in:
54
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_be.js
Executable file
54
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_be.js
Executable file
@ -0,0 +1,54 @@
|
||||
/*
|
||||
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: ["Студзень", "Люты", "Сакавік", "Красавік", "Maй", "Чэрвень", "Ліпень", "Жнівень", "Верасень", "Кастрычнік", "Лістапад", "Снежань"],
|
||||
month_short: ["Студз", "Лют", "Сак", "Крас", "Maй", "Чэр", "Ліп", "Жнів", "Вер", "Каст", "Ліст", "Снеж"],
|
||||
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: "Хвiлiна",
|
||||
hours: "Гадзiна",
|
||||
days: "Дзень",
|
||||
weeks: "Тыдзень",
|
||||
months: "Месяц",
|
||||
years: "Год"
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user