mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 05:23:26 +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: ["Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"],
|
|
month_short: ["Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"],
|
|
day_full: ["Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato"],
|
|
day_short: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab"]
|
|
},
|
|
labels: {
|
|
dhx_cal_today_button: "Oggi",
|
|
day_tab: "Giorno",
|
|
week_tab: "Settimana",
|
|
month_tab: "Mese",
|
|
new_event: "Nuovo evento",
|
|
icon_save: "Salva",
|
|
icon_cancel: "Chiudi",
|
|
icon_details: "Dettagli",
|
|
icon_edit: "Modifica",
|
|
icon_delete: "Elimina",
|
|
confirm_closing: "", //Le modifiche apportate saranno perse, siete sicuri?
|
|
confirm_deleting: "L'evento sarà eliminato, siete sicuri?",
|
|
section_description: "Descrizione",
|
|
section_time: "Periodo di tempo",
|
|
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"
|
|
}
|
|
};
|
|
|