From 2679ec868579ebc22e0bd2417250a9cbf1f1141e Mon Sep 17 00:00:00 2001 From: farggus <61951994+farggus@users.noreply.github.com> Date: Tue, 31 Mar 2020 04:00:28 +0300 Subject: [PATCH] Update LocaleController.php - Added new entries from .js for traslations. --- airtime_mvc/application/controllers/LocaleController.php | 2 ++ 1 file changed, 2 insertions(+) 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"),