From: <var...@us...> - 2015-04-16 15:12:25
|
Revision: 9681 http://sourceforge.net/p/phpwiki/code/9681 Author: vargenau Date: 2015-04-16 15:12:23 +0000 (Thu, 16 Apr 2015) Log Message: ----------- jscalendar: add Calendar._FD Modified Paths: -------------- trunk/themes/blog/jscalendar/lang/calendar-sv.js Modified: trunk/themes/blog/jscalendar/lang/calendar-sv.js =================================================================== --- trunk/themes/blog/jscalendar/lang/calendar-sv.js 2015-04-16 15:08:43 UTC (rev 9680) +++ trunk/themes/blog/jscalendar/lang/calendar-sv.js 2015-04-16 15:12:23 UTC (rev 9681) @@ -33,6 +33,10 @@ Calendar._SDN_len = 2; Calendar._SMN_len = 3; +// First day of the week. "0" means display Sunday first, "1" means display +// Monday first, etc. +Calendar._FD = 0; + // full month names Calendar._MN = new Array ("januari", @@ -54,7 +58,7 @@ Calendar._TT["ABOUT"] = "DHTML Datum/tid-väljare\n" + -"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this ;-) "För senaste version gå till: http://www.dynarch.com/projects/calendar/\n" + "Distribueras under GNU LGPL. Se http://gnu.org/licenses/lgpl.html för detaljer." + "\n\n" + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |