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.
31 lines
1.2 KiB
31 lines
1.2 KiB
// @codekit-prepend "VMM.Timeline.js"; |
|
/* LANGUAGE |
|
================================================== */ |
|
if(typeof VMM != 'undefined') { |
|
VMM.debug = false; |
|
VMM.Language = { |
|
date: { |
|
month: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], |
|
month_abbr: ["Jan.", "Feb.", "March", "April", "May", "June", "July", "Aug.", "Sept.", "Oct.", "Nov.", "Dec."], |
|
day: ["Sunday","Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], |
|
day_abbr: ["Sun.","Mon.", "Tues.", "Wed.", "Thurs.", "Fri.", "Sat."], |
|
}, |
|
dateformats: { |
|
year: "yyyy", |
|
month_short: "mmm", |
|
month: "mmmm yyyy", |
|
full_short: "mmm d", |
|
full: "mmmm d',' yyyy", |
|
time_no_seconds_short: "h:MM TT", |
|
time_no_seconds_small_date: "dddd', 'h:MM TT'<br/><small>'mmmm d',' yyyy'</small>'", |
|
full_long: "dddd',' mmm d',' yyyy 'at' hh:MM TT", |
|
full_long_small_date: "hh:MM TT'<br/><small>'dddd',' mmm d',' yyyy'</small>'", |
|
}, |
|
messages: { |
|
loading_timeline: "Loading Timeline... ", |
|
return_to_title: "Return to Title", |
|
expand_timeline: "Expand Timeline", |
|
contract_timeline: "Contract Timeline" |
|
} |
|
} |
|
}
|
|
|