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
/* Luxembourgish LANGUAGE |
|
================================================== */ |
|
if(typeof VMM != 'undefined') { |
|
VMM.Language = { |
|
lang: "lb", |
|
api: { |
|
wikipedia: "lb" |
|
}, |
|
date: { |
|
month: ["Januar", "Februar", "Mäerz", "Abrëll", "Mee", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"], |
|
month_abbr: ["Jan.", "Feb.", "Mäe.", "Abr.", "Mee", "Jun.", "Jul", "Aug.", "Sept.", "Okt.", "Nov.", "Dez."], |
|
day: ["Sonndeg","Méindeg", "Dënschdeg", "Mëttwoch", "Donneschden", "Freiden", "Samschden"], |
|
day_abbr: ["Son.","Méi.", "Dë.", "Më.", "Do.", "Fr.", "Sa."] |
|
}, |
|
dateformats: { |
|
year: "yyyy", |
|
month_short: "mmm", |
|
month: "mmmm yyyy", |
|
full_short: "mmm d", |
|
full: "d'.' mmmm yyyy", |
|
time_short: "hh:MM:ss", |
|
time_no_seconds_short: "hh:MM", |
|
time_no_seconds_small_date: "h:MM TT'<br/><small>'d'.' mmmm yyyy'</small>'", |
|
full_long: "d'.' mmm yyyy 'um' hh:MM TT", |
|
full_long_small_date: "hh:MM'<br/><small>d'.' mmm yyyy'</small>'" |
|
}, |
|
messages: { |
|
loading_timeline: "Timeline gëtt gelueden... ", |
|
return_to_title: "Zeréck zum Titel", |
|
expand_timeline: "Timeline vergréisseren", |
|
contract_timeline: "Timeline verklengeren", |
|
wikipedia: "Vu Wikipedia, der fräier Enzyklopedie", |
|
loading_content: "Inhalt lued", |
|
loading: "Lued" |
|
} |
|
} |
|
}
|
|
|