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
11 years ago
|
/* Malay LANGUAGE
|
||
|
================================================== */
|
||
|
if(typeof VMM != 'undefined') {
|
||
|
VMM.Language = {
|
||
|
lang: "ms",
|
||
|
api: {
|
||
|
wikipedia: "ms"
|
||
|
},
|
||
|
date: {
|
||
|
month: ["Januari", "Februari", "Mac", "April", "Mei", "Jun", "Julai", "Ogos", "September", "Oktober", "November", "Disember"],
|
||
|
month_abbr: ["Jan.", "Feb.", "Mac", "Apr", "Mei", "Jun", "Jul", "Ogos.", "Sept.", "Okt.", "Nov.", "Dis."],
|
||
|
day: ["Ahad","Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu"],
|
||
|
day_abbr: ["Ahd.","Isn.", "Sel.", "Rab.", "Kha.", "Jum.", "Sab."]
|
||
|
},
|
||
|
dateformats: {
|
||
|
year: "yyyy",
|
||
|
month_short: "mmm",
|
||
|
month: "mmmm yyyy",
|
||
|
full_short: "d mmm",
|
||
|
full: "d mmmm yyyy",
|
||
|
time_short: "h:MM:ss TT",
|
||
|
time_no_seconds_short: "h:MM TT",
|
||
|
time_no_seconds_small_date: "h:MM TT'<br/><small>'d mmmm yyyy'</small>'",
|
||
|
full_long: "d mmm yyyy 'jam' h:MM TT",
|
||
|
full_long_small_date: "h:MM TT'<br/><small>d mmm yyyy'</small>'"
|
||
|
},
|
||
|
messages: {
|
||
|
loading_timeline: "Memuat Garis Masa... ",
|
||
|
return_to_title: "Kembali ke Tajuk",
|
||
|
expand_timeline: "Besarkan Garis Masa",
|
||
|
contract_timeline: "Kecilkan Garis Masa",
|
||
|
wikipedia: "Daripada Wikipedia, ensiklopedia bebas.",
|
||
|
loading_content: "Memuat Kandungan",
|
||
|
loading: "Memuat"
|
||
|
}
|
||
|
}
|
||
|
}
|