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
|
<?php $TRANSLATIONS = array(
"Timezone changed" => "Zon waktu diubah",
"Invalid request" => "Permintaan tidak sah",
"Calendar" => "Kalendar",
"Does not repeat" => "Tidak berulang",
"Daily" => "Harian",
"Weekly" => "Mingguan",
"Every Weekday" => "Setiap hari minggu",
"Bi-Weekly" => "Dua kali seminggu",
"Monthly" => "Bulanan",
"Yearly" => "Tahunan",
"All day" => "Sepanjang hari",
"Title" => "Tajuk",
"Week" => "Minggu",
"Month" => "Bulan",
"Today" => "Hari ini",
"Calendars" => "Kalendar",
"There was a fail, while parsing the file." => "Berlaku kegagalan ketika penguraian fail. ",
"Choose active calendars" => "Pilih kalendar yang aktif",
"Download" => "Muat turun",
"Edit" => "Edit",
"Edit calendar" => "Edit kalendar",
"Displayname" => "Paparan nama",
"Active" => "Aktif",
"Calendar color" => "Warna kalendar",
"Submit" => "Hantar",
"Edit an event" => "Edit agenda",
"Title of the Event" => "Tajuk agenda",
"Category" => "kategori",
"All Day Event" => "Agenda di sepanjang hari ",
"From" => "Dari",
"To" => "ke",
"Repeat" => "Ulang",
"Location" => "Lokasi",
"Location of the Event" => "Lokasi agenda",
"Description" => "Huraian",
"Description of the Event" => "Huraian agenda",
"Create a new event" => "Buat agenda baru",
"Timezone" => "Zon waktu"
);
|