SAAS-916: Localize schedule widget dates
Forgot to commit msg strings for this
This commit is contained in:
parent
e69eb9c2b1
commit
6914e16165
|
@ -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?"),
|
||||
|
|
Loading…
Reference in New Issue