forked from extern/egroupware
58 lines
1.7 KiB
JavaScript
Executable File
58 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
|
|
*/
|
|
/*
|
|
@Traducido por Vicente Adria Bohigues - vicenteadria@hotmail.com
|
|
*/
|
|
gantt.locale = {
|
|
date: {
|
|
month_full: ["Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"],
|
|
month_short: ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Des"],
|
|
day_full: ["Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte"],
|
|
day_short: ["Dg", "Dl", "Dm", "Dc", "Dj", "Dv", "Ds"]
|
|
},
|
|
labels: {
|
|
dhx_cal_today_button: "Hui",
|
|
day_tab: "Dia",
|
|
week_tab: "Setmana",
|
|
month_tab: "Mes",
|
|
new_event: "Nou esdeveniment",
|
|
icon_save: "Guardar",
|
|
icon_cancel: "Cancel·lar",
|
|
icon_details: "Detalls",
|
|
icon_edit: "Editar",
|
|
icon_delete: "Esborrar",
|
|
confirm_closing: "", //"Els seus canvis es perdràn, continuar ?"
|
|
confirm_deleting: "L'esdeveniment s'esborrarà definitivament, continuar ?",
|
|
section_description: "Descripció",
|
|
section_time: "Periode de temps",
|
|
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"
|
|
}
|
|
};
|
|
|