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.3 KiB
37 lines
1.3 KiB
10 years ago
|
/* English LANGUAGE
|
||
|
================================================== */
|
||
|
if(typeof VMM != 'undefined') {
|
||
|
VMM.Language = {
|
||
|
lang: "fy",
|
||
|
api: {
|
||
|
wikipedia: "fy"
|
||
|
},
|
||
|
date: {
|
||
|
month: ["Foarmoanne", "Sellemoanne", "Foarjiersmoanne", "Gersmoanne", "Blommemoanne", "Simmermoanne", "Heamoanne", "Rispmoanne", "Hjerstmoanne", "Wynmoanne", "Slachtmoanne", "Wintermoanne"],
|
||
|
month_abbr: ["Jan.", "Feb.", "Mar", "Apr", "Mei", "Juni", "Juli", "Aug.", "Sept.", "Okt.", "Nov.", "Des."],
|
||
|
day: ["Snein","Moandei", "Tiisdei", "Woansdei", "Tongersdei", "Freed", "Sneon"],
|
||
|
day_abbr: ["Snein","Moandei", "Tiisdei", "Woansdei", "Tongersdei", "Freed", "Sneon"]
|
||
|
},
|
||
|
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: "dddd',' d mmm yyyy 'om' HH:MM",
|
||
|
full_long_small_date: "HH:MM'<br/><small>'dddd',' d mmm yyyy'</small>'"
|
||
|
},
|
||
|
messages: {
|
||
|
loading_timeline: "Tiidline ynlade ... ",
|
||
|
return_to_title: "Wer werom nei it begjin",
|
||
|
expand_timeline: "Tiidline útzoomen",
|
||
|
contract_timeline: "Tiidline ynzoomen",
|
||
|
wikipedia: "Fan Wikipedia, de frije ensyklopedy",
|
||
|
loading_content: "Ynhâld ynlade",
|
||
|
loading: "Ynlade"
|
||
|
}
|
||
|
}
|
||
|
}
|