mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 05:23:26 +01:00
55 lines
2.0 KiB
JavaScript
Executable File
55 lines
2.0 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
|
||
*/
|
||
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"
|
||
}
|
||
};
|
||
|