summaryrefslogtreecommitdiffstats
path: root/codebase/sources/locale/locale_cs.js
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/sources/locale/locale_cs.js')
-rw-r--r--codebase/sources/locale/locale_cs.js64
1 files changed, 64 insertions, 0 deletions
diff --git a/codebase/sources/locale/locale_cs.js b/codebase/sources/locale/locale_cs.js
new file mode 100644
index 0000000..8c972a9
--- /dev/null
+++ b/codebase/sources/locale/locale_cs.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: ["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"
+ }
+};
+