mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
New dhtmlxGantt library, and etemplate2 widget to use it (work in progress)
This commit is contained in:
54
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_tr.js
Executable file
54
phpgwapi/js/dhtmlxGantt/codebase/sources/locale/locale_tr.js
Executable file
@ -0,0 +1,54 @@
|
||||
/*
|
||||
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: ["Ocak", "Þubat", "Mart", "Nisan", "Mayýs", "Haziran", "Temmuz", "Aðustos", "Eylül", "Ekim", "Kasým", "Aralýk"],
|
||||
month_short: ["Oca", "Þub", "Mar", "Nis", "May", "Haz", "Tem", "Aðu", "Eyl", "Eki", "Kas", "Ara"],
|
||||
day_full: ["Pazar", "Pazartes,", "Salý", "Çarþamba", "Perþembe", "Cuma", "Cumartesi"],
|
||||
day_short: ["Paz", "Pts", "Sal", "Çar", "Per", "Cum", "Cts"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Bugün",
|
||||
day_tab: "Gün",
|
||||
week_tab: "Hafta",
|
||||
month_tab: "Ay",
|
||||
new_event: "Uygun",
|
||||
icon_save: "Kaydet",
|
||||
icon_cancel: "Ýptal",
|
||||
icon_details: "Detaylar",
|
||||
icon_edit: "Düzenle",
|
||||
icon_delete: "Sil",
|
||||
confirm_closing: "", //Your changes will be lost, are your sure ?
|
||||
confirm_deleting: "Etkinlik silinecek, devam?",
|
||||
section_description: "Açýklama",
|
||||
section_time: "Zaman aralýðý",
|
||||
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