Moving dhtmlxGantt library to 'libraries' folder
This commit is contained in:
parent
dbcdde741c
commit
5e16eb66dd
162 changed files with 6 additions and 5 deletions
62
libraries/dhtmlxgantt/sources/locale/locale_ro.js
Normal file
62
libraries/dhtmlxgantt/sources/locale/locale_ro.js
Normal file
|
@ -0,0 +1,62 @@
|
|||
/*
|
||||
@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.
|
||||
*/
|
||||
/*
|
||||
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"
|
||||
}
|
||||
};
|
||||
|
Reference in a new issue