From 072fda2b8489426d9d68cb8449db4312e4879baa Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 16 Apr 2015 15:18:43 +0000 Subject: [PATCH] jscalendar: make sv work git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@9682 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/blog/jscalendar/lang/calendar-sv.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/themes/blog/jscalendar/lang/calendar-sv.js b/themes/blog/jscalendar/lang/calendar-sv.js index 13220eae3..cccefe0e1 100644 --- a/themes/blog/jscalendar/lang/calendar-sv.js +++ b/themes/blog/jscalendar/lang/calendar-sv.js @@ -80,8 +80,16 @@ Calendar._TT["NEXT_YEAR"] = "Följande år (håll för menu)"; Calendar._TT["SEL_DATE"] = "Välj datum"; Calendar._TT["DRAG_TO_MOVE"] = "Drag för att flytta"; Calendar._TT["PART_TODAY"] = " (idag)"; -Calendar._TT["MON_FIRST"] = "Visa måndag först"; -Calendar._TT["SUN_FIRST"] = "Visa söndag först"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Display %s first"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + Calendar._TT["CLOSE"] = "Stäng"; Calendar._TT["TODAY"] = "Idag"; Calendar._TT["TIME_PART"] = "(Skift-)klicka eller drag för att ändra tid"; @@ -91,3 +99,4 @@ Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; Calendar._TT["TT_DATE_FORMAT"] = "%A %d %b %Y"; Calendar._TT["WK"] = "vecka"; +Calendar._TT["TIME"] = "Tid:"; -- 2.45.0