diff --git a/airtime_mvc/application/controllers/LocaleController.php b/airtime_mvc/application/controllers/LocaleController.php index 81fce3f15..e1c1a0e77 100644 --- a/airtime_mvc/application/controllers/LocaleController.php +++ b/airtime_mvc/application/controllers/LocaleController.php @@ -443,6 +443,7 @@ final class LocaleController extends Zend_Controller_Action "Last" => _("Last"), "Next" => _("Next"), "Previous" => _("Previous"), + "Search:" => _("Search:"), "No matching records found" => _("No matching records found"), "Drag tracks here from the library" => _("Drag tracks here from the library"), "No tracks were played during the selected time period." => _("No tracks were played during the selected time period."), @@ -458,6 +459,7 @@ final class LocaleController extends Zend_Controller_Action "Successfully imported" => _("Successfully imported"), "No matching records found" => _("No matching records found"), "Show _MENU_" => _("Show _MENU_"), + "Show _MENU_ entries" => _("Show _MENU_ entries"), "Showing _START_ to _END_ of _TOTAL_ entries" => _("Showing _START_ to _END_ of _TOTAL_ entries"), "Showing _START_ to _END_ of _TOTAL_ tracks" => _("Showing _START_ to _END_ of _TOTAL_ tracks"), "Showing _START_ to _END_ of _TOTAL_ track types" => _("Showing _START_ to _END_ of _TOTAL_ track types"),