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.
36 lines
1.2 KiB
36 lines
1.2 KiB
/* LANGUAGE |
|
================================================== */ |
|
if(typeof VMM != 'undefined') { |
|
VMM.Language = { |
|
lang: "dk", |
|
api: { |
|
wikipedia: "dk" |
|
}, |
|
date: { |
|
month: ["Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December"], |
|
month_abbr: ["Jan.", "Feb.", "Marts", "April", "Maj", "Juni", "Juli", "Aug.", "Sept.", "Okt.", "Nov.", "Dec."], |
|
day: ["Søndag","Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"], |
|
day_abbr: ["Sø.","Ma.", "Ti.", "On.", "To.", "Fr.", "L?."] |
|
}, |
|
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 'um' HH:MM", |
|
full_long_small_date: "HH:MM'<br/><small>'dddd',' d. mmm yyyy'</small>'" |
|
}, |
|
messages: { |
|
loading_timeline: "Henter timeline... ", |
|
return_to_title: "Tilbage til titel", |
|
expand_timeline: "Forstør timeline", |
|
contract_timeline: "Minimør timeline", |
|
wikipedia: "Fra Wikipedia", |
|
loading_content: "Henter indhold", |
|
loading: "Arbejder" |
|
} |
|
} |
|
} |