mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 15:25:09 +02:00
New dhtmlxGantt library, and etemplate2 widget to use it (work in progress)
This commit is contained in:
53
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_ar.js
Executable file
53
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_ar.js
Executable file
@ -0,0 +1,53 @@
|
||||
/*
|
||||
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
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["كانون الثاني", "شباط", "آذار", "نيسان", "أيار", "حزيران", "تموز", "آب", "أيلول", "تشرين الأول", "تشرين الثاني", "كانون الأول"],
|
||||
month_short: ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"],
|
||||
day_full: ["الأحد", "الأثنين", "ألثلاثاء", "الأربعاء", "ألحميس", "ألجمعة", "السبت"],
|
||||
day_short: ["احد", "اثنين", "ثلاثاء", "اربعاء", "خميس", "جمعة", "سبت"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "اليوم",
|
||||
day_tab: "يوم",
|
||||
week_tab: "أسبوع",
|
||||
month_tab: "شهر",
|
||||
new_event: "حدث جديد",
|
||||
icon_save: "اخزن",
|
||||
icon_cancel: "الغاء",
|
||||
icon_details: "تفاصيل",
|
||||
icon_edit: "تحرير",
|
||||
icon_delete: "حذف",
|
||||
confirm_closing: "التغييرات سوف تضيع, هل انت متأكد؟", //Your changes will be lost, are your sure ?
|
||||
confirm_deleting: "الحدث سيتم حذفها نهائيا ، هل أنت متأكد؟",
|
||||
section_description: "الوصف",
|
||||
section_time: "الفترة الزمنية",
|
||||
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 New Issue
Block a user