Removing duplicate locale strings

This commit is contained in:
drigato 2015-07-06 10:29:02 -04:00
parent 6914e16165
commit 71b2a4e946
1 changed files with 0 additions and 7 deletions

View File

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