diff options
author | AlexKlimenkov <shurick.klimenkov@gmail.com> | 2014-06-10 20:50:30 +0300 |
---|---|---|
committer | AlexKlimenkov <shurick.klimenkov@gmail.com> | 2014-06-10 20:50:30 +0300 |
commit | b5a0589955460a44c5428c4cb5429fcfce265d23 (patch) | |
tree | 87db58400a3e036de646fb630cbb358beeac3bc1 /codebase/locale/locale_sk.js | |
parent | e2aaaef8540fabd0b5200a4959c269d6f1ae352e (diff) | |
download | scheduler-b5a0589955460a44c5428c4cb5429fcfce265d23.zip scheduler-b5a0589955460a44c5428c4cb5429fcfce265d23.tar.gz scheduler-b5a0589955460a44c5428c4cb5429fcfce265d23.tar.bz2 |
[update] version 4.1.0
Diffstat (limited to 'codebase/locale/locale_sk.js')
-rw-r--r-- | codebase/locale/locale_sk.js | 63 |
1 files changed, 63 insertions, 0 deletions
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" + } +}; + |