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
/* Afrikaans LANGUAGE |
|
================================================== */ |
|
if(typeof VMM != 'undefined') { |
|
VMM.Language = { |
|
lang: "af", |
|
api: { |
|
wikipedia: "af" |
|
}, |
|
date: { |
|
month: ["Januarie", "Februarie", "Maart", "April", "Mei", "Junie", "Julie", "Augustus", "September", "Oktober", "November", "Desember"], |
|
month_abbr: ["Jan.", "Feb.", "Maart", "April", "Mei", "Junei", "Julie", "Aug.", "Sept.", "Okt.", "Nov.", "Des."], |
|
day: ["Sondag","Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrydag", "Saterdag"], |
|
day_abbr: ["Son.","Maan.", "Dins.", "Woen.", "Don.", "Vry.", "Sat."] |
|
}, |
|
dateformats: { |
|
year: "yyyy", |
|
month_short: "mmm", |
|
month: "mmmm yyyy", |
|
full_short: "d mmm", |
|
full: "d mmmm yyyy", |
|
time_short: "HH:MM:SS", |
|
time_no_seconds_short: "HH:MM", |
|
time_no_seconds_small_date: "HH:MM'<br/><small>'d mmmm yyyy'</small>'", |
|
full_long: "d mmm',' yyyy 'om' HH:MM", |
|
full_long_small_date: "HH:MM'<br/><small>d mmm yyyy'</small>'" |
|
}, |
|
messages: { |
|
loading_timeline: "Die tydlyn laai... ", |
|
return_to_title: "Begin voor", |
|
expand_timeline: "Rek die tydlyn", |
|
contract_timeline: "Krimp die tydlyn", |
|
wikipedia: "Van Wikipedia, die gratis ensiklopedie", |
|
loading_content: "Die inhoud laai", |
|
loading: "Aan't laai" |
|
} |
|
} |
|
} |
|
|
|
|