mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 21:43:11 +01:00
59 lines
1.7 KiB
JavaScript
Executable File
59 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
|
|
*/
|
|
/*
|
|
Traducere de Ovidiu Lixandru: http://www.madball.ro
|
|
*/
|
|
|
|
gantt.locale = {
|
|
date:{
|
|
month_full:["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "November", "December"],
|
|
month_short:["Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Nov", "Dec"],
|
|
day_full:["Duminica", "Luni", "Marti", "Miercuri", "Joi", "Vineri", "Sambata"],
|
|
day_short:["Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sa"]
|
|
},
|
|
labels:{
|
|
dhx_cal_today_button:"Astazi",
|
|
day_tab:"Zi",
|
|
week_tab:"Saptamana",
|
|
month_tab:"Luna",
|
|
new_event:"Eveniment nou",
|
|
icon_save:"Salveaza",
|
|
icon_cancel:"Anuleaza",
|
|
icon_details:"Detalii",
|
|
icon_edit:"Editeaza",
|
|
icon_delete:"Sterge",
|
|
confirm_closing:"Schimbarile nu vor fi salvate, esti sigur?",//Your changes will be lost, are your sure ?
|
|
confirm_deleting:"Evenimentul va fi sters permanent, esti sigur?",
|
|
section_description:"Descriere",
|
|
section_time:"Interval",
|
|
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"
|
|
}
|
|
};
|
|
|