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
11 years ago
|
/* Swedish LANGUAGE
|
||
|
================================================== */
|
||
|
if(typeof VMM != 'undefined') {
|
||
|
VMM.Language = {
|
||
|
lang: "sv",
|
||
|
api: {
|
||
|
wikipedia: "sv"
|
||
|
},
|
||
|
date: {
|
||
|
month: ["januari", "februari", "mars", "april", "maj", "juni", "juli", "augusti", "september", "oktober", "november", "december"],
|
||
|
month_abbr: ["jan", "febr", "mars", "april", "maj", "juni", "juli", "aug", "sept", "okt", "nov", "dec"],
|
||
|
day: ["söndag","måndag", "tisdag", "onsdag", "torsdag", "fredag", "lördag"],
|
||
|
day_abbr: ["sön","mån", "tis", "ons", "tors", "fre", "lör"]
|
||
|
},
|
||
|
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: "H:MM",
|
||
|
time_no_seconds_small_date: "H:MM'<br/><small>'d mmmm',' yyyy'</small>'",
|
||
|
full_long: "d mmm',' yyyy 'vid' H:MM",
|
||
|
full_long_small_date: "H:MM'<br/><small>d mmm',' yyyy'</small>'"
|
||
|
},
|
||
|
messages: {
|
||
|
loading_timeline: "Laddar tidslinje... ",
|
||
|
return_to_title: "Tillbaka till start",
|
||
|
expand_timeline: "Förstora tidslinje",
|
||
|
contract_timeline: "Förminska tidslinje",
|
||
|
wikipedia: "Från Wikipedia, den fria encyklopedin",
|
||
|
loading_content: "Laddar innehåll",
|
||
|
loading: "Laddar"
|
||
|
}
|
||
|
}
|
||
|
}
|