These are strings now.
authorJan Schneider <jan@horde.org>
Mon, 8 Feb 2010 22:01:43 +0000 (23:01 +0100)
committerJan Schneider <jan@horde.org>
Mon, 8 Feb 2010 22:01:43 +0000 (23:01 +0100)
kronolith/lib/Kronolith.php

index 0752e7c..7efe48c 100644 (file)
@@ -303,9 +303,9 @@ class Kronolith
             'ajax_recover' => _("The connection to the calendar server has been restored."),
             'alarm' => _("Alarm:"),
             'noalerts' => _("No Notifications"),
-            'alerts' => sprintf(_("%d notifications"), '#{count}'),
+            'alerts' => sprintf(_("%s notifications"), '#{count}'),
             'hidelog' => _("Hide Notifications"),
-            'week' => sprintf(_("Week %d"), '#{week}'),
+            'week' => sprintf(_("Week %s"), '#{week}'),
             'agenda' => _("Agenda"),
             'searching' => sprintf(_("Events matching \"%s\""), '#{term}'),
             'allday' => _("All day"),