Add missing string to localcontroller
This commit is contained in:
parent
ee81a73817
commit
01e7b31ccb
|
@ -280,6 +280,7 @@ final class LocaleController extends Zend_Controller_Action
|
||||||
"Filtering out " => _("Filtering out "),
|
"Filtering out " => _("Filtering out "),
|
||||||
" of " => _(" of "),
|
" of " => _(" of "),
|
||||||
" records" => _(" records"),
|
" records" => _(" records"),
|
||||||
|
"There are no shows scheduled during the specified time period." => _("There are no shows scheduled during the specified time period."),
|
||||||
//already in library/library.js
|
//already in library/library.js
|
||||||
//"Title" => _("Title"),
|
//"Title" => _("Title"),
|
||||||
//"Creator" => _("Creator"),
|
//"Creator" => _("Creator"),
|
||||||
|
|
Loading…
Reference in New Issue