summaryrefslogtreecommitdiffstats
path: root/codebase/sources/locale/locale_ua.js
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/sources/locale/locale_ua.js')
-rw-r--r--codebase/sources/locale/locale_ua.js63
1 files changed, 63 insertions, 0 deletions
diff --git a/codebase/sources/locale/locale_ua.js b/codebase/sources/locale/locale_ua.js
new file mode 100644
index 0000000..7037e76
--- /dev/null
+++ b/codebase/sources/locale/locale_ua.js
@@ -0,0 +1,63 @@
+/*
+@license
+dhtmlxScheduler v.4.3.1
+
+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.
+*/
+scheduler.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: "Часовий проміжок",
+ full_day: "Весь день",
+
+ /*recurring events*/
+ confirm_recurring: "Хочете редагувати весь перелік повторюваних подій?",
+ section_recurring: "Повторювана подія",
+ button_recurring: "Відключено",
+ button_recurring_open: "Включено",
+ button_edit_series: "Редагувати серію",
+ button_edit_occurrence: "Редагувати примірник",
+
+ /*agenda view extension*/
+ agenda_tab: "Перелік",
+ date: "Дата",
+ description: "Опис",
+
+ /*year view extension*/
+ year_tab: "Рік",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Перелік",
+
+ /*grid view extension*/
+ grid_tab: "Таблиця",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+}; \ No newline at end of file