Fix missing translations

This commit is contained in:
Xabi Spacebiker 2017-09-27 10:13:44 +02:00
parent 29e7cc38a7
commit 2e47b00453

View file

@ -51,6 +51,7 @@ final class LocaleController extends Zend_Controller_Action
"Please select a cursor position on timeline." => _("Please select a cursor position on timeline."),
"You haven't added any tracks" => _("You haven't added any tracks"),
"You haven't added any playlists" => _("You haven't added any playlists"),
"You haven't added any podcasts" => _("You haven't added any podcasts"),
"You haven't added any smart blocks" => _("You haven't added any smart blocks"),
"You haven't added any webstreams" => _("You haven't added any webstreams"),
"Learn about tracks" => _("Learn about tracks"),
@ -434,7 +435,8 @@ final class LocaleController extends Zend_Controller_Action
"On Air" => _("On Air"),
"Off Air" => _("Off Air"),
"Offline" => _("Offline"),
"Nothing scheduled" => _("Nothing scheduled")
"Nothing scheduled" => _("Nothing scheduled"),
"Click 'Add' to create one now." => _("Click 'Add' to create one now.")
);
$this->view->layout()->disableLayout();
$this->_helper->viewRenderer->setNoRender(true);