summaryrefslogtreecommitdiffstats
path: root/codebase/locale
diff options
context:
space:
mode:
authorAlexKlimenkov <shurick.klimenkov@gmail.com>2014-06-10 20:50:30 +0300
committerAlexKlimenkov <shurick.klimenkov@gmail.com>2014-06-10 20:50:30 +0300
commitb5a0589955460a44c5428c4cb5429fcfce265d23 (patch)
tree87db58400a3e036de646fb630cbb358beeac3bc1 /codebase/locale
parente2aaaef8540fabd0b5200a4959c269d6f1ae352e (diff)
downloadscheduler-b5a0589955460a44c5428c4cb5429fcfce265d23.zip
scheduler-b5a0589955460a44c5428c4cb5429fcfce265d23.tar.gz
scheduler-b5a0589955460a44c5428c4cb5429fcfce265d23.tar.bz2
[update] version 4.1.0
Diffstat (limited to 'codebase/locale')
-rw-r--r--codebase/locale/locale_ar.js52
-rw-r--r--codebase/locale/locale_be.js64
-rw-r--r--codebase/locale/locale_ca.js64
-rw-r--r--codebase/locale/locale_cn.js69
-rw-r--r--codebase/locale/locale_cs.js63
-rw-r--r--codebase/locale/locale_da.js62
-rw-r--r--codebase/locale/locale_de.js62
-rw-r--r--codebase/locale/locale_el.js63
-rw-r--r--codebase/locale/locale_en.js63
-rw-r--r--codebase/locale/locale_es.js64
-rw-r--r--codebase/locale/locale_fi.js63
-rw-r--r--codebase/locale/locale_fr.js61
-rw-r--r--codebase/locale/locale_he.js63
-rw-r--r--codebase/locale/locale_hu.js57
-rw-r--r--codebase/locale/locale_id.js8
-rw-r--r--codebase/locale/locale_it.js61
-rw-r--r--codebase/locale/locale_jp.js65
-rw-r--r--codebase/locale/locale_nb.js61
-rw-r--r--codebase/locale/locale_nl.js63
-rw-r--r--codebase/locale/locale_no.js63
-rw-r--r--codebase/locale/locale_pl.js63
-rw-r--r--codebase/locale/locale_pt.js73
-rw-r--r--codebase/locale/locale_ro.js67
-rw-r--r--codebase/locale/locale_ru.js61
-rw-r--r--codebase/locale/locale_si.js63
-rw-r--r--codebase/locale/locale_sk.js63
-rw-r--r--codebase/locale/locale_sv.js62
-rw-r--r--codebase/locale/locale_tr.js62
-rw-r--r--codebase/locale/locale_ua.js62
29 files changed, 1767 insertions, 0 deletions
diff --git a/codebase/locale/locale_ar.js b/codebase/locale/locale_ar.js
new file mode 100644
index 0000000..d0f87cd
--- /dev/null
+++ b/codebase/locale/locale_ar.js
@@ -0,0 +1,52 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+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: "التغييرات سوف تضيع, هل انت متأكد؟", //Your changes will be lost, are your sure ?
+ confirm_deleting: "الحدث سيتم حذفها نهائيا ، هل أنت متأكد؟",
+ section_description: "الوصف",
+ section_time: "الفترة الزمنية",
+ full_day: "طوال اليوم",
+
+ confirm_recurring: "هل تريد تحرير مجموعة كاملة من الأحداث المتكررة؟",
+ section_recurring: "تكرار الحدث",
+ button_recurring: "تعطيل",
+ button_recurring_open: "تمكين",
+ button_edit_series: "تحرير سلسلة",
+ button_edit_occurrence: "تعديل نسخة",
+
+ /*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"
+ }
+};
+
+
diff --git a/codebase/locale/locale_be.js b/codebase/locale/locale_be.js
new file mode 100644
index 0000000..f5a31cf
--- /dev/null
+++ b/codebase/locale/locale_be.js
@@ -0,0 +1,64 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+/*
+ Translation by Sofya Morozova
+ */
+scheduler.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: "Перыяд часу",
+ full_day: "Увесь дзень",
+
+ 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: "Спic",
+
+ /* 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
diff --git a/codebase/locale/locale_ca.js b/codebase/locale/locale_ca.js
new file mode 100644
index 0000000..fe908e8
--- /dev/null
+++ b/codebase/locale/locale_ca.js
@@ -0,0 +1,64 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+/*
+ @Traducido por Vicente Adria Bohigues - vicenteadria@hotmail.com
+ */
+scheduler.locale = {
+ date: {
+ month_full: ["Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"],
+ month_short: ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Des"],
+ day_full: ["Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte"],
+ day_short: ["Dg", "Dl", "Dm", "Dc", "Dj", "Dv", "Ds"]
+ },
+ labels: {
+ dhx_cal_today_button: "Hui",
+ day_tab: "Dia",
+ week_tab: "Setmana",
+ month_tab: "Mes",
+ new_event: "Nou esdeveniment",
+ icon_save: "Guardar",
+ icon_cancel: "Cancel·lar",
+ icon_details: "Detalls",
+ icon_edit: "Editar",
+ icon_delete: "Esborrar",
+ confirm_closing: "", //"Els seus canvis es perdràn, continuar ?"
+ confirm_deleting: "L'esdeveniment s'esborrarà definitivament, continuar ?",
+ section_description: "Descripció",
+ section_time: "Periode de temps",
+ full_day: "Tot el dia",
+
+ confirm_recurring: "¿Desitja modificar el conjunt d'esdeveniments repetits?",
+ section_recurring: "Repeteixca l'esdeveniment",
+ button_recurring: "Impedit",
+ button_recurring_open: "Permés",
+ button_edit_series: "Edit sèrie",
+ button_edit_occurrence: "Edita Instància",
+
+ /*agenda view extension*/
+ agenda_tab: "Agenda",
+ date: "Data",
+ description: "Descripció",
+
+ /*year view extension*/
+ year_tab: "Any",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Agenda",
+
+ /*grid view extension*/
+ grid_tab: "Taula",
+
+ /* 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
diff --git a/codebase/locale/locale_cn.js b/codebase/locale/locale_cn.js
new file mode 100644
index 0000000..783afb3
--- /dev/null
+++ b/codebase/locale/locale_cn.js
@@ -0,0 +1,69 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+/*
+Translation by FreezeSoul
+*/
+scheduler.config.day_date="%M %d日 %D";
+scheduler.config.default_date="%Y年 %M %d日";
+scheduler.config.month_date="%Y年 %M";
+
+scheduler.locale={
+ date: {
+ month_full: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
+ month_short: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
+ 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: "请确认是否撤销修改!", //Your changes will be lost, are your sure?
+ confirm_deleting: "是否删除日程?",
+ section_description: "描述",
+ section_time: "时间范围",
+ full_day: "整天",
+
+ 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"
+ }
+};
+
diff --git a/codebase/locale/locale_cs.js b/codebase/locale/locale_cs.js
new file mode 100644
index 0000000..2d1833d
--- /dev/null
+++ b/codebase/locale/locale_cs.js
@@ -0,0 +1,63 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Leden", "Únor", "Březen", "Duben", "Květen", "Červen", "Červenec", "Srpen", "Září", "Říjen", "Listopad", "Prosinec"],
+ month_short: ["Led", "Ún", "Bře", "Dub", "Kvě", "Čer", "Čec", "Srp", "Září", "Říj", "List", "Pro"],
+ day_full: ["Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota"],
+ day_short: ["Ne", "Po", "Út", "St", "Čt", "Pá", "So"]
+ },
+ labels: {
+ dhx_cal_today_button: "Dnes",
+ day_tab: "Den",
+ week_tab: "Týden",
+ month_tab: "Měsíc",
+ new_event: "Nová událost",
+ icon_save: "Uložit",
+ icon_cancel: "Zpět",
+ icon_details: "Detail",
+ icon_edit: "Edituj",
+ icon_delete: "Smazat",
+ confirm_closing: "", //Vaše změny budou ztraceny, opravdu ?
+ confirm_deleting: "Událost bude trvale smazána, opravdu?",
+ section_description: "Poznámky",
+ section_time: "Doba platnosti",
+
+ /*recurring events*/
+ confirm_recurring: "Přejete si upravit celou řadu opakovaných událostí?",
+ section_recurring: "Opakování události",
+ button_recurring: "Vypnuto",
+ button_recurring_open: "Zapnuto",
+ button_edit_series: "Edit series",
+ button_edit_occurrence: "Upravit instance",
+
+ /*agenda view extension*/
+ agenda_tab: "Program",
+ date: "Datum",
+ description: "Poznámka",
+
+ /*year view extension*/
+ year_tab: "Rok",
+ full_day: "Full day",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Program",
+
+ /*grid view extension*/
+ grid_tab: "Mřížka",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+
diff --git a/codebase/locale/locale_da.js b/codebase/locale/locale_da.js
new file mode 100644
index 0000000..430b20d
--- /dev/null
+++ b/codebase/locale/locale_da.js
@@ -0,0 +1,62 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December"],
+ month_short: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
+ day_full: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"],
+ day_short: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør"]
+ },
+ labels: {
+ dhx_cal_today_button: "Idag",
+ day_tab: "Dag",
+ week_tab: "Uge",
+ month_tab: "Måned",
+ new_event: "Ny begivenhed",
+ icon_save: "Gem",
+ icon_cancel: "Fortryd",
+ icon_details: "Detaljer",
+ icon_edit: "Tilret",
+ icon_delete: "Slet",
+ confirm_closing: "Dine rettelser vil gå tabt.. Er dy sikker?", //Your changes will be lost, are your sure ?
+ confirm_deleting: "Bigivenheden vil blive slettet permanent. Er du sikker?",
+ section_description: "Beskrivelse",
+ section_time: "Tidsperiode",
+
+ /*recurring events*/
+ confirm_recurring: "Vil du tilrette hele serien af gentagne begivenheder?",
+ section_recurring: "Gentag begivenhed",
+ button_recurring: "Frakoblet",
+ button_recurring_open: "Tilkoblet",
+ button_edit_series: "Rediger serien",
+ button_edit_occurrence: "Rediger en kopi",
+
+ /*agenda view extension*/
+ agenda_tab: "Dagsorden",
+ date: "Dato",
+ description: "Beskrivelse",
+
+ /*year view extension*/
+ year_tab: "År",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Dagsorden",
+
+ /*grid view extension*/
+ grid_tab: "Grid",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+
diff --git a/codebase/locale/locale_de.js b/codebase/locale/locale_de.js
new file mode 100644
index 0000000..051dd6d
--- /dev/null
+++ b/codebase/locale/locale_de.js
@@ -0,0 +1,62 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: [" Januar", " Februar", " März ", " April", " Mai", " Juni", " Juli", " August", " September ", " Oktober", " November ", " Dezember"],
+ month_short: ["Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"],
+ day_full: [ "Sonntag", "Montag", "Dienstag", " Mittwoch", " Donnerstag", "Freitag", "Samstag"],
+ day_short: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"]
+ },
+ labels: {
+ dhx_cal_today_button: "Heute",
+ day_tab: "Tag",
+ week_tab: "Woche",
+ month_tab: "Monat",
+ new_event: "neuer Eintrag",
+ icon_save: "Speichern",
+ icon_cancel: "Abbrechen",
+ icon_details: "Details",
+ icon_edit: "Ändern",
+ icon_delete: "Löschen",
+ confirm_closing: "", //"Ihre Veränderungen werden verloren sein, wollen Sie ergänzen? "
+ confirm_deleting: "Der Eintrag wird gelöscht",
+ section_description: "Beschreibung",
+ section_time: "Zeitspanne",
+ full_day: "Ganzer Tag",
+
+ confirm_recurring: "Wollen Sie alle Einträge bearbeiten oder nur diesen einzelnen Eintrag?",
+ section_recurring: "Wiederholung",
+ button_recurring: "Aus",
+ button_recurring_open: "An",
+ button_edit_series: "Bearbeiten Sie die Serie",
+ button_edit_occurrence: "Bearbeiten Sie eine Kopie",
+
+ /*agenda view extension*/
+ agenda_tab: "Agenda",
+ date: "Datum",
+ description: "Beschreibung",
+
+ /*year view extension*/
+ year_tab: "Jahre",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Agenda",
+
+ /*grid view extension*/
+ grid_tab: "Grid",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+
diff --git a/codebase/locale/locale_el.js b/codebase/locale/locale_el.js
new file mode 100644
index 0000000..a1aaee0
--- /dev/null
+++ b/codebase/locale/locale_el.js
@@ -0,0 +1,63 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+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: "", //Your changes will be lost, are your sure ?
+ 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"
+ }
+};
+
diff --git a/codebase/locale/locale_en.js b/codebase/locale/locale_en.js
new file mode 100644
index 0000000..ce79b21
--- /dev/null
+++ b/codebase/locale/locale_en.js
@@ -0,0 +1,63 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date:{
+ month_full:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
+ month_short:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
+ day_full:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
+ day_short:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]
+ },
+ labels:{
+ dhx_cal_today_button:"Today",
+ day_tab:"Day",
+ week_tab:"Week",
+ month_tab:"Month",
+ new_event:"New event",
+ icon_save:"Save",
+ icon_cancel:"Cancel",
+ icon_details:"Details",
+ icon_edit:"Edit",
+ icon_delete:"Delete",
+ confirm_closing:"",//Your changes will be lost, are your sure ?
+ confirm_deleting:"Event will be deleted permanently, are you sure?",
+ section_description:"Description",
+ section_time:"Time period",
+ full_day:"Full day",
+
+ /*recurring events*/
+ confirm_recurring:"Do you want to edit the whole set of repeated events?",
+ section_recurring:"Repeat event",
+ button_recurring:"Disabled",
+ button_recurring_open:"Enabled",
+ button_edit_series: "Edit series",
+ button_edit_occurrence: "Edit occurrence",
+
+ /*agenda view extension*/
+ agenda_tab:"Agenda",
+ date:"Date",
+ description:"Description",
+
+ /*year view extension*/
+ year_tab:"Year",
+
+ /* week agenda extension */
+ week_agenda_tab: "Agenda",
+
+ /*grid view extension*/
+ grid_tab: "Grid",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+
diff --git a/codebase/locale/locale_es.js b/codebase/locale/locale_es.js
new file mode 100644
index 0000000..010a551
--- /dev/null
+++ b/codebase/locale/locale_es.js
@@ -0,0 +1,64 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+/*
+ @Autor Manuel Fernandez Panzuela - www.mfernandez.es
+ */
+scheduler.locale = {
+ date: {
+ month_full: ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"],
+ month_short: ["Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"],
+ day_full: ["Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado"],
+ day_short: ["Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb"]
+ },
+ labels: {
+ dhx_cal_today_button: "Hoy",
+ day_tab: "Día",
+ week_tab: "Semana",
+ month_tab: "Mes",
+ new_event: "Nuevo evento",
+ icon_save: "Guardar",
+ icon_cancel: "Cancelar",
+ icon_details: "Detalles",
+ icon_edit: "Editar",
+ icon_delete: "Eliminar",
+ confirm_closing: "", //"Sus cambios se perderán, continuar ?"
+ confirm_deleting: "El evento se borrará definitivamente, ¿continuar?",
+ section_description: "Descripción",
+ section_time: "Período",
+ full_day: "Todo el día",
+
+ confirm_recurring: "¿Desea modificar el conjunto de eventos repetidos?",
+ section_recurring: "Repita el evento",
+ button_recurring: "Impedido",
+ button_recurring_open: "Permitido",
+ button_edit_series: "Editar la serie",
+ button_edit_occurrence: "Editar una copia",
+
+ /*agenda view extension*/
+ agenda_tab: "Día",
+ date: "Fecha",
+ description: "Descripción",
+
+ /*year view extension*/
+ year_tab: "Año",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Día",
+
+ /*grid view extension*/
+ grid_tab: "Reja",
+
+ /* 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
diff --git a/codebase/locale/locale_fi.js b/codebase/locale/locale_fi.js
new file mode 100644
index 0000000..91e7bbb
--- /dev/null
+++ b/codebase/locale/locale_fi.js
@@ -0,0 +1,63 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Tammikuu", "Helmikuu", "Maaliskuu", "Huhtikuu", "Toukokuu", "Kes&auml;kuu", "Hein&auml;kuu", "Elokuu", "Syyskuu", "Lokakuu", "Marraskuu", "Joulukuu"],
+ month_short: ["Tam", "Hel", "Maa", "Huh", "Tou", "Kes", "Hei", "Elo", "Syy", "Lok", "Mar", "Jou"],
+ day_full: ["Sunnuntai", "Maanantai", "Tiistai", "Keskiviikko", "Torstai", "Perjantai", "Lauantai"],
+ day_short: ["Su", "Ma", "Ti", "Ke", "To", "Pe", "La"]
+ },
+ labels: {
+ dhx_cal_today_button: "Tänään",
+ day_tab: "Päivä",
+ week_tab: "Viikko",
+ month_tab: "Kuukausi",
+ new_event: "Uusi tapahtuma",
+ icon_save: "Tallenna",
+ icon_cancel: "Peru",
+ icon_details: "Tiedot",
+ icon_edit: "Muokkaa",
+ icon_delete: "Poista",
+ confirm_closing: "", //Your changes will be lost, are your sure ?
+ confirm_deleting: "Haluatko varmasti poistaa tapahtuman?",
+ section_description: "Kuvaus",
+ section_time: "Aikajakso",
+ full_day: "Koko päivä",
+
+ confirm_recurring: "Haluatko varmasti muokata toistuvan tapahtuman kaikkia jaksoja?",
+ section_recurring: "Toista tapahtuma",
+ button_recurring: "Ei k&auml;yt&ouml;ss&auml;",
+ button_recurring_open: "K&auml;yt&ouml;ss&auml;",
+ button_edit_series: "Muokkaa sarja",
+ button_edit_occurrence: "Muokkaa kopio",
+
+ /*agenda view extension*/
+ agenda_tab: "Esityslista",
+ date: "Päivämäärä",
+ description: "Kuvaus",
+
+ /*year view extension*/
+ year_tab: "Vuoden",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Esityslista",
+
+ /*grid view extension*/
+ grid_tab: "Ritilä",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+
+
diff --git a/codebase/locale/locale_fr.js b/codebase/locale/locale_fr.js
new file mode 100644
index 0000000..2bfcb89
--- /dev/null
+++ b/codebase/locale/locale_fr.js
@@ -0,0 +1,61 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"],
+ month_short: ["Jan", "Fév", "Mar", "Avr", "Mai", "Juin", "Juil", "Aoû", "Sep", "Oct", "Nov", "Déc"],
+ day_full: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"],
+ day_short: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"]
+ },
+ labels: {
+ dhx_cal_today_button: "Aujourd'hui",
+ day_tab: "Jour",
+ week_tab: "Semaine",
+ month_tab: "Mois",
+ new_event: "Nouvel événement",
+ icon_save: "Enregistrer",
+ icon_cancel: "Annuler",
+ icon_details: "Détails",
+ icon_edit: "Modifier",
+ icon_delete: "Effacer",
+ confirm_closing: "", //Vos modifications seront perdus, êtes-vous sûr ?
+ confirm_deleting: "L'événement sera effacé sans appel, êtes-vous sûr ?",
+ section_description: "Description",
+ section_time: "Période",
+ full_day: "Journée complète",
+
+ confirm_recurring: "Voulez-vous éditer toute une série d'évènements répétés?",
+ section_recurring: "Périodicité",
+ button_recurring: "Désactivé",
+ button_recurring_open: "Activé",
+ button_edit_series: "Modifier la série",
+ button_edit_occurrence: "Modifier une copie",
+
+ /*agenda view extension*/
+ agenda_tab: "Jour",
+ date: "Date",
+ description: "Description",
+
+ /*year view extension*/
+ year_tab: "Année",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Jour",
+
+ /*grid view extension*/
+ grid_tab: "Grille",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
diff --git a/codebase/locale/locale_he.js b/codebase/locale/locale_he.js
new file mode 100644
index 0000000..3b6996d
--- /dev/null
+++ b/codebase/locale/locale_he.js
@@ -0,0 +1,63 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+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: "", //Your changes will be lost, are your sure ?
+ confirm_deleting: "ארוע ימחק סופית.להמשיך?",
+ section_description: "הסבר",
+ section_time: "תקופה",
+
+ confirm_recurring: "האם ברצונך לשנות כל סדרת ארועים מתמשכים?",
+ section_recurring: "להעתיק ארוע",
+ button_recurring: "לא פעיל",
+ button_recurring_open: "פעיל",
+ full_day: "יום שלם",
+ 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"
+ }
+};
+
+
diff --git a/codebase/locale/locale_hu.js b/codebase/locale/locale_hu.js
new file mode 100644
index 0000000..17e649e
--- /dev/null
+++ b/codebase/locale/locale_hu.js
@@ -0,0 +1,57 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"],
+ month_short: ["Jan", "Feb", "Már", "Ápr", "Máj", "Jún", "Júl", "Aug", "Sep", "Okt", "Nov", "Dec"],
+ day_full: ["Vasárnap", "Hétfõ", "Kedd", "Szerda", "Csütörtök", "Péntek", "szombat"],
+ day_short: ["Va", "Hé", "Ke", "Sze", "Csü", "Pé", "Szo"]
+ },
+ labels: {
+ dhx_cal_today_button: "Ma",
+ day_tab: "Nap",
+ week_tab: "Hét",
+ month_tab: "Hónap",
+ new_event: "Új esemény",
+ icon_save: "Mentés",
+ icon_cancel: "Mégse",
+ icon_details: "Részletek",
+ icon_edit: "Szerkesztés",
+ icon_delete: "Törlés",
+ confirm_closing: "", //A változások elvesznek, biztosan folytatja? "
+ confirm_deleting: "Az esemény törölve lesz, biztosan folytatja?",
+ section_description: "Leírás",
+ section_time: "Idõszak",
+ full_day: "Egesz napos",
+
+ /*ismétlõdõ események*/
+ confirm_recurring: "Biztosan szerkeszteni akarod az összes ismétlõdõ esemény beállítását?",
+ section_recurring: "Esemény ismétlése",
+ button_recurring: "Tiltás",
+ button_recurring_open: "Engedélyezés",
+ button_edit_series: "Edit series",
+ button_edit_occurrence: "Szerkesztés bíróság",
+
+ /*napirendi nézet*/
+ agenda_tab: "Napirend",
+ date: "Dátum",
+ description: "Leírás",
+
+ /*éves nézet*/
+ year_tab: "Év",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+
diff --git a/codebase/locale/locale_id.js b/codebase/locale/locale_id.js
new file mode 100644
index 0000000..c50b4ba
--- /dev/null
+++ b/codebase/locale/locale_id.js
@@ -0,0 +1,8 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = { date: { month_full: ["Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"], month_short: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ags", "Sep", "Okt", "Nov", "Des"], day_full: ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"], day_short: ["Ming", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab"] }, labels: { dhx_cal_today_button: "Hari Ini", day_tab: "Hari", week_tab: "Minggu", month_tab: "Bulan", new_event: "Acara Baru", icon_save: "Simpan", icon_cancel: "Batal", icon_details: "Detail", icon_edit: "Edit", icon_delete: "Hapus", confirm_closing: "", //Perubahan tidak akan disimpan ? confirm_deleting: "Acara akan dihapus", section_description: "Keterangan", section_time: "Periode", full_day: "Hari penuh", /*recurring events*/ confirm_recurring: "Apakah acara ini akan berulang?", section_recurring: "Acara Rutin", button_recurring: "Tidak Difungsikan", button_recurring_open: "Difungsikan", button_edit_series: "Mengedit seri", button_edit_occurrence: "Mengedit salinan", /*agenda view extension*/ agenda_tab: "Agenda", date: "Tanggal", description: "Keterangan", /*year view extension*/ year_tab: "Tahun", /*week agenda view extension*/ week_agenda_tab: "Agenda", /*grid view extension*/ grid_tab: "Tabel", /* 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
diff --git a/codebase/locale/locale_it.js b/codebase/locale/locale_it.js
new file mode 100644
index 0000000..33c028d
--- /dev/null
+++ b/codebase/locale/locale_it.js
@@ -0,0 +1,61 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"],
+ month_short: ["Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"],
+ day_full: ["Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato"],
+ day_short: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab"]
+ },
+ labels: {
+ dhx_cal_today_button: "Oggi",
+ day_tab: "Giorno",
+ week_tab: "Settimana",
+ month_tab: "Mese",
+ new_event: "Nuovo evento",
+ icon_save: "Salva",
+ icon_cancel: "Chiudi",
+ icon_details: "Dettagli",
+ icon_edit: "Modifica",
+ icon_delete: "Elimina",
+ confirm_closing: "", //Le modifiche apportate saranno perse, siete sicuri?
+ confirm_deleting: "L'evento sarà eliminato, siete sicuri?",
+ section_description: "Descrizione",
+ section_time: "Periodo di tempo",
+ full_day: "Intera giornata",
+
+ confirm_recurring: "Vuoi modificare l'intera serie di eventi?",
+ section_recurring: "Ripetere l'evento",
+ button_recurring: "Disattivato",
+ button_recurring_open: "Attivato",
+ button_edit_series: "Modificare la serie",
+ button_edit_occurrence: "Modificare una copia",
+
+ /*agenda view extension*/
+ agenda_tab: "Giorno",
+ date: "Data",
+ description: "Descrizione",
+
+ /*year view extension*/
+ year_tab: "Anni",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Giorno",
+
+ /*grid view extension*/
+ grid_tab: "Griglia",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
diff --git a/codebase/locale/locale_jp.js b/codebase/locale/locale_jp.js
new file mode 100644
index 0000000..8a47216
--- /dev/null
+++ b/codebase/locale/locale_jp.js
@@ -0,0 +1,65 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+/*
+ Translation by Genexus Japan Inc.
+ */
+scheduler.locale = {
+ date: {
+ month_full: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
+ month_short: [ "1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
+ 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: "期間",
+ confirm_recurring: "繰り返されているイベントを全て編集しますか?",
+ section_recurring: "イベントを繰り返す",
+ button_recurring: "無効",
+ button_recurring_open: "有効",
+ full_day: "終日",
+ 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"
+ }
+};
+
+
diff --git a/codebase/locale/locale_nb.js b/codebase/locale/locale_nb.js
new file mode 100644
index 0000000..e7a632a
--- /dev/null
+++ b/codebase/locale/locale_nb.js
@@ -0,0 +1,61 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Januar", "Februar", "Mars", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Desember"],
+ month_short: ["Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Des"],
+ day_full: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"],
+ day_short: ["Søn", "Mon", "Tir", "Ons", "Tor", "Fre", "Lør"]
+ },
+ labels: {
+ dhx_cal_today_button: "I dag",
+ day_tab: "Dag",
+ week_tab: "Uke",
+ month_tab: "Måned",
+ new_event: "Ny hendelse",
+ icon_save: "Lagre",
+ icon_cancel: "Avbryt",
+ icon_details: "Detaljer",
+ icon_edit: "Rediger",
+ icon_delete: "Slett",
+ confirm_closing: "", //Your changes will be lost, are your sure ?
+ confirm_deleting: "Hendelsen vil bli slettet permanent. Er du sikker?",
+ section_description: "Beskrivelse",
+ section_time: "Tidsperiode",
+
+ /*recurring events*/
+ confirm_recurring: "Vil du forandre hele dette settet av repeterende hendelser?",
+ section_recurring: "Repeter hendelsen",
+ button_recurring: "Av",
+ button_recurring_open: "På",
+ button_edit_series: "Rediger serien",
+ button_edit_occurrence: "Redigere en kopi",
+
+ /*agenda view extension*/
+ agenda_tab: "Agenda",
+ date: "Dato",
+ description: "Beskrivelse",
+
+ /*year view extension*/
+ year_tab: "År",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Agenda",
+
+ /*grid view extension*/
+ grid_tab: "Grid",
+
+ /* 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
diff --git a/codebase/locale/locale_nl.js b/codebase/locale/locale_nl.js
new file mode 100644
index 0000000..73f7f3d
--- /dev/null
+++ b/codebase/locale/locale_nl.js
@@ -0,0 +1,63 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "Oktober", "November", "December"],
+ month_short: ["Jan", "Feb", "mrt", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
+ day_full: ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag"],
+ day_short: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za"]
+ },
+ labels: {
+ dhx_cal_today_button: "Vandaag",
+ day_tab: "Dag",
+ week_tab: "Week",
+ month_tab: "Maand",
+ new_event: "Nieuw item",
+ icon_save: "Opslaan",
+ icon_cancel: "Annuleren",
+ icon_details: "Details",
+ icon_edit: "Edit",
+ icon_delete: "Verwijderen",
+ confirm_closing: "", //Your changes will be lost, are your sure ?
+ confirm_deleting: "Item zal permanent worden verwijderd, doorgaan?",
+ section_description: "Beschrijving",
+ section_time: "Tijd periode",
+ full_day: "Hele dag",
+
+ confirm_recurring: "Wilt u alle terugkerende items bijwerken?",
+ section_recurring: "Item herhalen",
+ button_recurring: "Uit",
+ button_recurring_open: "Aan",
+ button_edit_series: "Bewerk de serie",
+ button_edit_occurrence: "Bewerk een kopie",
+
+ /*agenda view extension*/
+ agenda_tab: "Agenda",
+ date: "Datum",
+ description: "Omschrijving",
+
+ /*year view extension*/
+ year_tab: "Jaar",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Agenda",
+
+ /*grid view extension*/
+ grid_tab: "Tabel",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+
+
diff --git a/codebase/locale/locale_no.js b/codebase/locale/locale_no.js
new file mode 100644
index 0000000..efb76a4
--- /dev/null
+++ b/codebase/locale/locale_no.js
@@ -0,0 +1,63 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Januar", "Februar", "Mars", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Desember"],
+ month_short: ["Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Des"],
+ day_full: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"],
+ day_short: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør"]
+ },
+ labels: {
+ dhx_cal_today_button: "Idag",
+ day_tab: "Dag",
+ week_tab: "Uke",
+ month_tab: "Måned",
+ new_event: "Ny",
+ icon_save: "Lagre",
+ icon_cancel: "Avbryt",
+ icon_details: "Detaljer",
+ icon_edit: "Endre",
+ icon_delete: "Slett",
+ confirm_closing: "Endringer blir ikke lagret, er du sikker?", //Endringer blir ikke lagret, er du sikker?
+ confirm_deleting: "Oppføringen vil bli slettet, er du sikker?",
+ section_description: "Beskrivelse",
+ section_time: "Tidsperiode",
+ full_day: "Full dag",
+
+ /*recurring events*/
+ confirm_recurring: "Vil du endre hele settet med repeterende oppføringer?",
+ section_recurring: "Repeterende oppføring",
+ button_recurring: "Ikke aktiv",
+ button_recurring_open: "Aktiv",
+ button_edit_series: "Rediger serien",
+ button_edit_occurrence: "Redigere en kopi",
+
+ /*agenda view extension*/
+ agenda_tab: "Agenda",
+ date: "Dato",
+ description: "Beskrivelse",
+
+ /*year view extension*/
+ year_tab: "År",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Agenda",
+
+ /*grid view extension*/
+ grid_tab: "Grid",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+
diff --git a/codebase/locale/locale_pl.js b/codebase/locale/locale_pl.js
new file mode 100644
index 0000000..66da5ca
--- /dev/null
+++ b/codebase/locale/locale_pl.js
@@ -0,0 +1,63 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"],
+ month_short: ["Sty", "Lut", "Mar", "Kwi", "Maj", "Cze", "Lip", "Sie", "Wrz", "Paź", "Lis", "Gru"],
+ day_full: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota"],
+ day_short: ["Nie", "Pon", "Wto", "Śro", "Czw", "Pią", "Sob"]
+ },
+ labels: {
+ dhx_cal_today_button: "Dziś",
+ day_tab: "Dzień",
+ week_tab: "Tydzień",
+ month_tab: "Miesiąc",
+ new_event: "Nowe zdarzenie",
+ icon_save: "Zapisz",
+ icon_cancel: "Anuluj",
+ icon_details: "Szczegóły",
+ icon_edit: "Edytuj",
+ icon_delete: "Usuń",
+ confirm_closing: "", //Zmiany zostaną usunięte, jesteś pewien?
+ confirm_deleting: "Zdarzenie zostanie usunięte na zawsze, kontynuować?",
+ section_description: "Opis",
+ section_time: "Okres czasu",
+ full_day: "Cały dzień",
+
+ /*recurring events*/
+ confirm_recurring: "Czy chcesz edytować cały zbiór powtarzających się zdarzeń?",
+ section_recurring: "Powtórz zdarzenie",
+ button_recurring: "Nieaktywne",
+ button_recurring_open: "Aktywne",
+ button_edit_series: "Edytuj serię",
+ button_edit_occurrence: "Edytuj kopię",
+
+ /*agenda view extension*/
+ agenda_tab: "Agenda",
+ date: "Data",
+ description: "Opis",
+
+ /*year view extension*/
+ year_tab: "Rok",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Agenda",
+
+ /*grid view extension*/
+ grid_tab: "Tabela",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+
diff --git a/codebase/locale/locale_pt.js b/codebase/locale/locale_pt.js
new file mode 100644
index 0000000..25ba2ca
--- /dev/null
+++ b/codebase/locale/locale_pt.js
@@ -0,0 +1,73 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+/*
+
+ TRANSLATION BY MATTHEUS PIROVANI RORIZ GONЗALVES
+
+ mattheusroriz@hotmail.com / mattheus.pirovani@gmail.com /
+
+ www.atrixian.com.br
+
+ */
+
+scheduler.locale = {
+ date: {
+ month_full: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
+ month_short: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
+ day_full: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"],
+ day_short: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sab"]
+ },
+ labels: {
+ dhx_cal_today_button: "Hoje",
+ day_tab: "Dia",
+ week_tab: "Semana",
+ month_tab: "Mês",
+ new_event: "Novo evento",
+ icon_save: "Salvar",
+ icon_cancel: "Cancelar",
+ icon_details: "Detalhes",
+ icon_edit: "Editar",
+ icon_delete: "Deletar",
+ confirm_closing: "", //Your changes will be lost, are your sure ?
+ confirm_deleting: "Tem certeza que deseja excluir?",
+ section_description: "Descrição",
+ section_time: "Período de tempo",
+ full_day: "Dia inteiro",
+
+ confirm_recurring: "Deseja editar todos esses eventos repetidos?",
+ section_recurring: "Repetir evento",
+ button_recurring: "Desabilitar",
+ button_recurring_open: "Habilitar",
+ button_edit_series: "Editar a série",
+ button_edit_occurrence: "Editar uma cópia",
+
+ /*agenda view extension*/
+ agenda_tab: "Dia",
+ date: "Data",
+ description: "Descrição",
+
+ /*year view extension*/
+ year_tab: "Ano",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Dia",
+
+ /*grid view extension*/
+ grid_tab: "Grade",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+
+
diff --git a/codebase/locale/locale_ro.js b/codebase/locale/locale_ro.js
new file mode 100644
index 0000000..87dde46
--- /dev/null
+++ b/codebase/locale/locale_ro.js
@@ -0,0 +1,67 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+/*
+ Traducere de Ovidiu Lixandru: http://www.madball.ro
+ */
+
+scheduler.locale = {
+ date:{
+ month_full:["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "November", "December"],
+ month_short:["Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Nov", "Dec"],
+ day_full:["Duminica", "Luni", "Marti", "Miercuri", "Joi", "Vineri", "Sambata"],
+ day_short:["Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sa"]
+ },
+ labels:{
+ dhx_cal_today_button:"Astazi",
+ day_tab:"Zi",
+ week_tab:"Saptamana",
+ month_tab:"Luna",
+ new_event:"Eveniment nou",
+ icon_save:"Salveaza",
+ icon_cancel:"Anuleaza",
+ icon_details:"Detalii",
+ icon_edit:"Editeaza",
+ icon_delete:"Sterge",
+ confirm_closing:"Schimbarile nu vor fi salvate, esti sigur?",//Your changes will be lost, are your sure ?
+ confirm_deleting:"Evenimentul va fi sters permanent, esti sigur?",
+ section_description:"Descriere",
+ section_time:"Interval",
+ full_day:"Toata ziua",
+
+ /*recurring events*/
+ confirm_recurring:"Vrei sa editezi toata seria de evenimente repetate?",
+ section_recurring:"Repetare",
+ button_recurring:"Dezactivata",
+ button_recurring_open:"Activata",
+ button_edit_series: "Editeaza serie",
+ button_edit_occurrence: "Editeaza doar intrare",
+
+ /*agenda view extension*/
+ agenda_tab:"Agenda",
+ date:"Data",
+ description:"Descriere",
+
+ /*year view extension*/
+ year_tab:"An",
+
+ /* week agenda extension */
+ week_agenda_tab: "Agenda",
+
+ /*grid view extension*/
+ grid_tab: "Lista",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+
diff --git a/codebase/locale/locale_ru.js b/codebase/locale/locale_ru.js
new file mode 100644
index 0000000..fa1311d
--- /dev/null
+++ b/codebase/locale/locale_ru.js
@@ -0,0 +1,61 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.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: "Период времени",
+ full_day: "Весь день",
+
+ 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
diff --git a/codebase/locale/locale_si.js b/codebase/locale/locale_si.js
new file mode 100644
index 0000000..f8a9564
--- /dev/null
+++ b/codebase/locale/locale_si.js
@@ -0,0 +1,63 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Januar", "Februar", "Marec", "April", "Maj", "Junij", "Julij", "Avgust", "September", "Oktober", "November", "December"],
+ month_short: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
+ day_full: ["Nedelja", "Ponedeljek", "Torek", "Sreda", "Četrtek", "Petek", "Sobota"],
+ day_short: ["Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob"]
+ },
+ labels: {
+ dhx_cal_today_button: "Danes",
+ day_tab: "Dan",
+ week_tab: "Teden",
+ month_tab: "Mesec",
+ new_event: "Nov dogodek",
+ icon_save: "Shrani",
+ icon_cancel: "Prekliči",
+ icon_details: "Podrobnosti",
+ icon_edit: "Uredi",
+ icon_delete: "Izbriši",
+ confirm_closing: "", //Spremembe ne bodo shranjene. Želite nadaljevati ?
+ confirm_deleting: "Dogodek bo izbrisan. Želite nadaljevati?",
+ section_description: "Opis",
+ section_time: "Časovni okvir",
+ full_day: "Ves dan",
+
+ /*recurring events*/
+ confirm_recurring: "Želite urediti celoten set ponavljajočih dogodkov?",
+ section_recurring: "Ponovi dogodek",
+ button_recurring: "Onemogočeno",
+ button_recurring_open: "Omogočeno",
+ button_edit_series: "Edit series",
+ button_edit_occurrence: "Edit occurrence",
+
+ /*agenda view extension*/
+ agenda_tab: "Zadeva",
+ date: "Datum",
+ description: "Opis",
+
+ /*year view extension*/
+ year_tab: "Leto",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Zadeva",
+
+ /*grid view extension*/
+ grid_tab: "Miza",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+
diff --git a/codebase/locale/locale_sk.js b/codebase/locale/locale_sk.js
new file mode 100644
index 0000000..5ffdedd
--- /dev/null
+++ b/codebase/locale/locale_sk.js
@@ -0,0 +1,63 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"],
+ month_short: ["Jan", "Feb", "Mar", "Apr", "Máj", "Jún", "Júl", "Aug", "Sept", "Okt", "Nov", "Dec"],
+ day_full: ["Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatok", "Sobota"],
+ day_short: ["Ne", "Po", "Ut", "St", "Št", "Pi", "So"]
+ },
+ labels: {
+ dhx_cal_today_button: "Dnes",
+ day_tab: "Deň",
+ week_tab: "Týždeň",
+ month_tab: "Mesiac",
+ new_event: "Nová udalosť",
+ icon_save: "Uložiť",
+ icon_cancel: "Späť",
+ icon_details: "Detail",
+ icon_edit: "Edituj",
+ icon_delete: "Zmazať",
+ confirm_closing: "Vaše zmeny nebudú uložené. Skutočne?", //Vaše změny budou ztraceny, opravdu ?
+ confirm_deleting: "Udalosť bude natrvalo vymazaná. Skutočne?",
+ section_description: "Poznámky",
+ section_time: "Doba platnosti",
+
+ /*recurring events*/
+ confirm_recurring: "Prajete si upraviť celú radu opakovaných udalostí?",
+ section_recurring: "Opakovanie udalosti",
+ button_recurring: "Vypnuté",
+ button_recurring_open: "Zapnuté",
+ button_edit_series: "Upraviť opakovania",
+ button_edit_occurrence: "Upraviť inštancie",
+
+ /*agenda view extension*/
+ agenda_tab: "Program",
+ date: "Dátum",
+ description: "Poznámka",
+
+ /*year view extension*/
+ year_tab: "Rok",
+ full_day: "Celý deň", // Full day
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Program",
+
+ /*grid view extension*/
+ grid_tab: "Mriežka",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+
diff --git a/codebase/locale/locale_sv.js b/codebase/locale/locale_sv.js
new file mode 100644
index 0000000..061cfc8
--- /dev/null
+++ b/codebase/locale/locale_sv.js
@@ -0,0 +1,62 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"],
+ month_short: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
+ day_full: ["Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"],
+ day_short: ["Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör"]
+ },
+ labels: {
+ dhx_cal_today_button: "Idag",
+ day_tab: "Dag",
+ week_tab: "Vecka",
+ month_tab: "Månad",
+ new_event: "Ny händelse",
+ icon_save: "Spara",
+ icon_cancel: "Ångra",
+ icon_details: "Detajer",
+ icon_edit: "Ändra",
+ icon_delete: "Ta bort",
+ confirm_closing: "", //Dina förändingar kommer gå förlorade, är du säker?
+ confirm_deleting: "Är du säker på att du vill ta bort händelsen permanent?",
+ section_description: "Beskrivning",
+ section_time: "Tid",
+ full_day: "Hela dagen",
+
+ /*recurring events*/
+ confirm_recurring: "Vill du redigera hela serien med repeterande händelser?",
+ section_recurring: "Upprepa händelse",
+ button_recurring: "Inaktiverat",
+ button_recurring_open: "Aktiverat",
+ button_edit_series: "Redigera serien",
+ button_edit_occurrence: "Redigera en kopia",
+
+ /*agenda view extension*/
+ agenda_tab: "Dagordning",
+ date: "Datum",
+ description: "Beskrivning",
+
+ /*year view extension*/
+ year_tab: "År",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Dagordning",
+
+ /*grid view extension*/
+ grid_tab: "Galler",
+
+ /* 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
diff --git a/codebase/locale/locale_tr.js b/codebase/locale/locale_tr.js
new file mode 100644
index 0000000..67649ac
--- /dev/null
+++ b/codebase/locale/locale_tr.js
@@ -0,0 +1,62 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+scheduler.locale = {
+ date: {
+ month_full: ["Ocak", "Þubat", "Mart", "Nisan", "Mayýs", "Haziran", "Temmuz", "Aðustos", "Eylül", "Ekim", "Kasým", "Aralýk"],
+ month_short: ["Oca", "Þub", "Mar", "Nis", "May", "Haz", "Tem", "Aðu", "Eyl", "Eki", "Kas", "Ara"],
+ day_full: ["Pazar", "Pazartes,", "Salý", "Çarþamba", "Perþembe", "Cuma", "Cumartesi"],
+ day_short: ["Paz", "Pts", "Sal", "Çar", "Per", "Cum", "Cts"]
+ },
+ labels: {
+ dhx_cal_today_button: "Bugün",
+ day_tab: "Gün",
+ week_tab: "Hafta",
+ month_tab: "Ay",
+ new_event: "Uygun",
+ icon_save: "Kaydet",
+ icon_cancel: "Ýptal",
+ icon_details: "Detaylar",
+ icon_edit: "Düzenle",
+ icon_delete: "Sil",
+ confirm_closing: "", //Your changes will be lost, are your sure ?
+ confirm_deleting: "Etkinlik silinecek, devam?",
+ section_description: "Açýklama",
+ section_time: "Zaman aralýðý",
+ full_day: "Tam gün",
+
+ /*recurring events*/
+ confirm_recurring: "Tüm tekrar eden etkinlikler silinecek, devam?",
+ section_recurring: "Etkinliði tekrarla",
+ button_recurring: "Pasif",
+ button_recurring_open: "Aktif",
+ button_edit_series: "Dizi düzenleme",
+ button_edit_occurrence: "Bir kopyasını düzenleyin",
+
+ /*agenda view extension*/
+ agenda_tab: "Ajanda",
+ date: "Tarih",
+ description: "Açýklama",
+
+ /*year view extension*/
+ year_tab: "Yýl",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Ajanda",
+
+ /*grid view extension*/
+ grid_tab: "Izgara",
+
+ /* 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
diff --git a/codebase/locale/locale_ua.js b/codebase/locale/locale_ua.js
new file mode 100644
index 0000000..11299ec
--- /dev/null
+++ b/codebase/locale/locale_ua.js
@@ -0,0 +1,62 @@
+/*
+dhtmlxScheduler v.4.1.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.
+*/
+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