1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
/*
dhtmlxScheduler v.4.3.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.
*/
scheduler.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ýðý",
full_day: "Tam gün",
/*recurring events*/
confirm_recurring: "Tüm tekrar eden etkinlikler silinecek, devam?",
section_recurring: "Etkinliði tekrarla",
button_recurring: "Pasif",
button_recurring_open: "Aktif",
button_edit_series: "Dizi düzenleme",
button_edit_occurrence: "Bir kopyasını düzenleyin",
/*agenda view extension*/
agenda_tab: "Ajanda",
date: "Tarih",
description: "Açýklama",
/*year view extension*/
year_tab: "Yýl",
/*week agenda view extension*/
week_agenda_tab: "Ajanda",
/*grid view extension*/
grid_tab: "Izgara",
/* touch tooltip*/
drag_to_create:"Drag to create",
drag_to_move:"Drag to move",
/* dhtmlx message default buttons */
message_ok:"OK",
message_cancel:"Cancel"
}
};
|