/* 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'
'd mmmm',' yyyy''",
full_long: "d mmm',' yyyy 'vid' H:MM",
full_long_small_date: "H:MM'
d mmm',' yyyy''"
},
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"
}
}
}