Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.2 KiB
37 lines
1.2 KiB
13 years ago
|
/* LANGUAGE
|
||
|
================================================== */
|
||
|
if(typeof VMM != 'undefined') {
|
||
|
VMM.Language = {
|
||
|
lang: "id",
|
||
|
api: {
|
||
|
wikipedia: "id"
|
||
|
},
|
||
|
date: {
|
||
|
month: ["Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"],
|
||
|
month_abbr: ["Jan.", "Feb.", "Maret", "April", "Mei", "Juni", "July", "Agus.", "Sept.", "Okt.", "Nov.", "Des."],
|
||
|
day: ["Ahad","Senin", "Selasa", "Rabu", "Kamis", "Jum'at", "Sabtu"],
|
||
|
day_abbr: ["Ahad","Sen.", "Sel.", "Rabu", "Kamis", "Jum.", "Sab."],
|
||
|
},
|
||
|
dateformats: {
|
||
|
year: "yyyy",
|
||
|
month_short: "mmm",
|
||
|
month: "mmmm yyyy",
|
||
|
full_short: "d mmm",
|
||
|
full: "d mmmm yyyy",
|
||
|
time_no_seconds_short: "HH:MM",
|
||
|
time_no_seconds_small_date: "HH:MM'<br/><small>'d mmmm yyyy'</small>'",
|
||
|
full_long: "dddd',' d mmm yyyy 'pukul' HH:MM",
|
||
|
full_long_small_date: "HH:MM'<br/><small>'dddd',' d mmm yyyy'</small>'",
|
||
|
},
|
||
|
messages: {
|
||
|
loading_timeline: "Memuat Timeline... ",
|
||
|
return_to_title: "Kembali ke Judul",
|
||
|
expand_timeline: "Kembangkan Timeline",
|
||
|
contract_timeline: "Ciutkan Timeline",
|
||
|
wikipedia: "dari Wikipedia, ensiklopedia bebas",
|
||
|
loading_content: "Memuat Isi",
|
||
|
loading: "Memuat"
|
||
|
}
|
||
|
}
|
||
|
}
|