Add missing string to localcontroller

This commit is contained in:
Lucas Bickel 2017-03-24 13:36:31 +01:00
parent ee81a73817
commit 01e7b31ccb
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ final class LocaleController extends Zend_Controller_Action
"Filtering out " => _("Filtering out "),
" of " => _(" of "),
" 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
//"Title" => _("Title"),
//"Creator" => _("Creator"),