mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
New dhtmlxGantt library, and etemplate2 widget to use it (work in progress)
This commit is contained in:
54
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_cs.js
Executable file
54
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_cs.js
Executable file
@ -0,0 +1,54 @@
|
||||
/*
|
||||
This software is allowed to use under GPL or you need to obtain Commercial or Enterprise License
|
||||
to use it in non-GPL project. Please contact sales@dhtmlx.com for details
|
||||
*/
|
||||
gantt.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",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user