SAAS-916: Localize schedule widget dates

Forgot to commit msg strings for this
This commit is contained in:
drigato 2015-07-06 10:21:27 -04:00
parent e69eb9c2b1
commit 6914e16165
1 changed files with 7 additions and 0 deletions

View File

@ -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?"),