summaryrefslogtreecommitdiffstats
path: root/sources/locale/locale_sk.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/locale/locale_sk.js')
-rw-r--r--sources/locale/locale_sk.js48
1 files changed, 48 insertions, 0 deletions
diff --git a/sources/locale/locale_sk.js b/sources/locale/locale_sk.js
new file mode 100644
index 0000000..51ec587
--- /dev/null
+++ b/sources/locale/locale_sk.js
@@ -0,0 +1,48 @@
+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"
+ }
+};
+