mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:19 +01:00
55 lines
1.7 KiB
JavaScript
Executable File
55 lines
1.7 KiB
JavaScript
Executable File
/*
|
|
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: ["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",
|
|
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"
|
|
}
|
|
};
|
|
|