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.
38 lines
1.3 KiB
38 lines
1.3 KiB
11 years ago
|
/* Tagalog LANGUAGE
|
||
|
================================================== */
|
||
|
if(typeof VMM != 'undefined') {
|
||
|
VMM.Language = {
|
||
|
lang: "tl",
|
||
|
api: {
|
||
|
wikipedia: "tl"
|
||
|
},
|
||
|
date: {
|
||
|
month: ["Enemo", "Pebrero", "Marso", "Abril", "Mayo", "Hunyo", "Hulyo", "Agosto", "Setyembre", "Oktubre", "Nobyembre", "Disyembre"],
|
||
|
month_abbr: ["Ene.", "Peb.", "Mar.", "Abr.", "Mayo", "Hun.", "Hul.", "Ago.", "Set.", "Okt.", "Nob.", "Dis."],
|
||
|
day: ["Linggo", "Lunes", "Martes", "Miyerkules", "Huwebes", "Biyernes", "Sabado"],
|
||
|
day_abbr: ["Li.","L.", "M.", "Mi.", "H.", "B.", "S."]
|
||
|
},
|
||
|
dateformats: {
|
||
|
year: "yyyy",
|
||
|
month_short: "mmm",
|
||
|
month: "mmmm yyyy",
|
||
|
full_short: "mmm d",
|
||
|
full: "mmmm d',' yyyy",
|
||
|
time_short: "h:MM:ss TT",
|
||
|
time_no_seconds_short: "h:MM TT",
|
||
|
time_no_seconds_small_date: "h:MM TT'<br/><small>'mmmm d',' yyyy'</small>'",
|
||
|
full_long: "mmm d',' yyyy 'at' h:MM TT",
|
||
|
full_long_small_date: "h:MM TT'<br/><small>mmm d',' yyyy'</small>'"
|
||
|
},
|
||
|
messages: {
|
||
|
loading_timeline: "Loading Timeline... ",
|
||
|
return_to_title: "Return to Title",
|
||
|
expand_timeline: "Expand Timeline",
|
||
|
contract_timeline: "Contract Timeline",
|
||
|
wikipedia: "Mula sa Wikipedia, ang malayang ensiklopedya",
|
||
|
loading_content: "Loading Content",
|
||
|
loading: "Loading"
|
||
|
}
|
||
|
}
|
||
|
}
|