Calendar.LANG("fi", "suomi", {

        fdow: 1,                // first day of week for this locale; 0 = Sunday, 1 = Monday, etc.

        goToday: "siirry tänään",

        today: "tänään",         // appears in bottom bar

        wk: "v",

        weekend: "0,6",         // 0 = Sunday, 1 = Monday, etc.

        AM: "am",

        PM: "pm",

        mn : [ "tammikuu",
               "helmikuu",
               "maaliskuu",
               "huhtikuu",
               "toukokuu",
               "kesäkuu",
               "heinäkuu",
               "elokuu",
               "syyskuu",
               "lokakuu",
               "marraskuu",
               "joulukuu" ],

        smn : [ "tam",
                "hel",
                "maa",
                "huh",
                "tou",
                "kes",
                "hei",
                "elo",
                "syy",
                "lok",
                "mar",
                "jou" ],

        dn : [ "sunnuntai",
               "maanantai",
               "tiistai",
               "keskiviikko",
               "torstai",
               "perjantai",
               "lauantai",
               "sunnuntai" ],

        sdn : [ "su",
                "ma",
                "ti",
                "ke",
                "to",
                "pe",
                "la",
                "su" ]

});

