mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +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", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"],
|
|
month_short: ["Jan", "Feb", "Már", "Ápr", "Máj", "Jún", "Júl", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
|
day_full: ["Vasárnap", "Hétfõ", "Kedd", "Szerda", "Csütörtök", "Péntek", "szombat"],
|
|
day_short: ["Va", "Hé", "Ke", "Sze", "Csü", "Pé", "Szo"]
|
|
},
|
|
labels: {
|
|
dhx_cal_today_button: "Ma",
|
|
day_tab: "Nap",
|
|
week_tab: "Hét",
|
|
month_tab: "Hónap",
|
|
new_event: "Új esemény",
|
|
icon_save: "Mentés",
|
|
icon_cancel: "Mégse",
|
|
icon_details: "Részletek",
|
|
icon_edit: "Szerkesztés",
|
|
icon_delete: "Törlés",
|
|
confirm_closing: "", //A változások elvesznek, biztosan folytatja? "
|
|
confirm_deleting: "Az esemény törölve lesz, biztosan folytatja?",
|
|
section_description: "Leírás",
|
|
section_time: "Idõszak",
|
|
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"
|
|
}
|
|
};
|
|
|