mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 21:43:11 +01:00
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
|
|
*/
|
|
/*
|
|
@Autor Manuel Fernandez Panzuela - www.mfernandez.es
|
|
*/
|
|
gantt.locale = {
|
|
date: {
|
|
month_full: ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"],
|
|
month_short: ["Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"],
|
|
day_full: ["Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado"],
|
|
day_short: ["Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb"]
|
|
},
|
|
labels: {
|
|
dhx_cal_today_button: "Hoy",
|
|
day_tab: "Día",
|
|
week_tab: "Semana",
|
|
month_tab: "Mes",
|
|
new_event: "Nuevo evento",
|
|
icon_save: "Guardar",
|
|
icon_cancel: "Cancelar",
|
|
icon_details: "Detalles",
|
|
icon_edit: "Editar",
|
|
icon_delete: "Eliminar",
|
|
confirm_closing: "", //"Sus cambios se perderán, continuar ?"
|
|
confirm_deleting: "El evento se borrará definitivamente, ¿continuar?",
|
|
section_description: "Descripción",
|
|
section_time: "Período",
|
|
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"
|
|
}
|
|
};
|
|
|