From: Michael J. Rubinsky Date: Fri, 19 Nov 2010 04:07:19 +0000 (-0500) Subject: Remove mobile specific javascript from includeJSVars() X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=66b4d28136e004bbedc62e905174d177ab8284df;p=horde.git Remove mobile specific javascript from includeJSVars() --- diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index eca5254e6..877643cff 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -314,7 +314,6 @@ class Kronolith 'wrong_date_format' => sprintf(_("You used an unknown date format \"%s\". Please try something like \"%s\"."), '#{wrong}', '#{right}'), 'wrong_time_format' => sprintf(_("You used an unknown time format \"%s\". Please try something like \"%s\"."), '#{wrong}', '#{right}'), 'fix_form_values' => _("Please enter correct values in the form first."), - 'noevents' => _("No events to display"), ); for ($i = 1; $i <= 12; ++$i) { $code['text']['month'][$i - 1] = Horde_Nls::getLangInfo(constant('MON_' . $i)); @@ -332,14 +331,6 @@ class Kronolith $code['text']['recur'][$recurType] = self::recurToString($recurType); } - $code['text']['recur']['desc'] = array( - Horde_Date_Recurrence::RECUR_WEEKLY => array(sprintf(_("Recurs weekly on every %s"), "#{weekday}"), - sprintf(_("Recurs every %s weeks on %s"), "#{interval}", "#{weekday}")), - Horde_Date_Recurrence::RECUR_MONTHLY_DATE => array(sprintf(_("Recurs on the %s of every month"), "#{date}"), - sprintf(_("Recurs every %s months on the %s"), "#{interval}", "#{date}")), - Horde_Date_Recurrence::RECUR_MONTHLY_WEEKDAY => array(_("Recurs every month on the same weekday"), - sprintf(_("Recurs every %s months on the same weekday"), "#{interval}")) - ); $code['text']['recur']['exception'] = _("Exception"); // Maps