diff options
Diffstat (limited to 'codebase/sources/locale/locale_sk.js')
-rw-r--r-- | codebase/sources/locale/locale_sk.js | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/codebase/sources/locale/locale_sk.js b/codebase/sources/locale/locale_sk.js new file mode 100644 index 0000000..b0afd9f --- /dev/null +++ b/codebase/sources/locale/locale_sk.js @@ -0,0 +1,64 @@ +/* +@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: ["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" + } +}; + |