Removing duplicate locale strings
This commit is contained in:
parent
6914e16165
commit
71b2a4e946
|
@ -251,13 +251,6 @@ 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