From 6914e161653409163faa5c49e97cc9cc1c0991ca Mon Sep 17 00:00:00 2001 From: drigato Date: Mon, 6 Jul 2015 10:21:27 -0400 Subject: [PATCH] SAAS-916: Localize schedule widget dates Forgot to commit msg strings for this --- airtime_mvc/application/controllers/LocaleController.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/airtime_mvc/application/controllers/LocaleController.php b/airtime_mvc/application/controllers/LocaleController.php index 7d83a165e..444bc058e 100644 --- a/airtime_mvc/application/controllers/LocaleController.php +++ b/airtime_mvc/application/controllers/LocaleController.php @@ -251,6 +251,13 @@ class LocaleController extends Zend_Controller_Action "Thu" => _("Thu"), "Fri" => _("Fri"), "Sat" => _("Sat"), + "SUN" => _("SUN"), + "MON" => _("MON"), + "TUE" => _("TUE"), + "WED" => _("WED"), + "THU" => _("THU"), + "FRI" => _("FRI"), + "SAT" => _("SAT"), "Shows longer than their scheduled time will be cut off by a following show." => _("Shows longer than their scheduled time will be cut off by a following show."), "Cancel Current Show?" => _("Cancel Current Show?"), "Stop recording current show?" => _("Stop recording current show?"),