Moving dhtmlxGantt library to 'libraries' folder
This commit is contained in:
parent
dbcdde741c
commit
5e16eb66dd
162 changed files with 6 additions and 5 deletions
61
libraries/dhtmlxgantt/sources/locale/locale_es.js
Normal file
61
libraries/dhtmlxgantt/sources/locale/locale_es.js
Normal file
|
@ -0,0 +1,61 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
/*
|
||||
@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"
|
||||
}
|
||||
};
|
||||
|
Reference in a new issue