Files
luos/gulliver/js/widgets/js-calendar/lang/sv.js

16 lines
805 B
JavaScript
Raw Normal View History

if (typeof Calendar!='undefined' ) {
Calendar.LANG("sv", "svenska", {
2010-12-02 23:34:41 +00:00
fdow: 1, // first day of week for this locale; 0 = Sunday, 1 = Monday, etc.
goToday: "Gå till idag",
today: "Idag", // appears in bottom bar
wk: "v",
weekend: "0,6", // 0 = Sunday, 1 = Monday, etc.
AM: "am",
PM: "pm",
mn : [ "januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december" ],
smn : [ "jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec" ],
dn : [ "söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag","söndag" ],
sdn : [ "sö","må","ti","on","to","fr","lö","sö" ],
done: "Klar" //Appears in bottom bar
2010-12-02 23:34:41 +00:00
});
}