mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
55 lines
1.7 KiB
JavaScript
55 lines
1.7 KiB
JavaScript
|
/*
|
|||
|
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"
|
|||
|
}
|
|||
|
};
|
|||
|
|