From f01af6f91fc1644f3e835df69f65c9db5fad6715 Mon Sep 17 00:00:00 2001 From: farggus <61951994+farggus@users.noreply.github.com> Date: Thu, 26 Mar 2020 08:25:12 +0200 Subject: [PATCH] Update LocaleController.php Added new entries from .js files for traslations --- .../controllers/LocaleController.php | 53 ++++++++++++++----- 1 file changed, 41 insertions(+), 12 deletions(-) diff --git a/airtime_mvc/application/controllers/LocaleController.php b/airtime_mvc/application/controllers/LocaleController.php index b5364377b..14497bab9 100644 --- a/airtime_mvc/application/controllers/LocaleController.php +++ b/airtime_mvc/application/controllers/LocaleController.php @@ -432,23 +432,52 @@ final class LocaleController extends Zend_Controller_Action "New Log Entry" => _("New Log Entry"), //Datatables: "No data available in table", - "Showing _START_ to _END_ of _TOTAL_ entries", - "Showing 0 to 0 of 0 entries", "(filtered from _MAX_ total entries)", - "", - ",", - "Show _MENU_", - "Loading...", - "Processing...", - "No matching records found", - "First", - "Last", - "Next", - "Previous", + //"", + //",", + //"Loading...", + //"Processing...", ": activate to sort column ascending", ": activate to sort column descending", //End of datatables "Welcome to the new Airtime Pro!" => _("Welcome to the new Airtime Pro!"), + + //New entries from .js "" => _(""), + "First" => _("First"), + "Last" => _("Last"), + "Next" => _("Next"), + "Previous" => _("Previous"), + "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."), + "Unpublish" => _("Unpublish"), + "No matching results found." => _("No matching results found."), + "Author" => _("Author"), + "Description" => _("Description"), + "Link" => _("Link"), + "Publication Date" => _("Publication Date"), + "Import Status" => _("Import Status"), + "Actions" => _("Actions"), + "Delete from Library" => _("Delete from Library"), + "Successfully imported" => _("Successfully imported"), + "No matching records found" => _("No matching records found"), + "Show _MENU_" => _("Show _MENU_"), + "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"), + "Showing 0 to 0 of 0 entries" => _("Showing 0 to 0 of 0 entries"), + "Showing 0 to 0 of 0 tracks" => _("Showing 0 to 0 of 0 tracks"), + "Showing 0 to 0 of 0 track types" => _("Showing 0 to 0 of 0 track types"), + "(filtered from _MAX_ total track types)" => _("(filtered from _MAX_ total track types)"), + //"This is used for tracks containing music." => _("This is used for tracks containing music."), + "Are you sure you want to delete this tracktype?" => _("Are you sure you want to delete this tracktype?"), + "No track types were found." => _("No track types were found."), + "No track types found" => _("No track types found"), + "No matching track types found" => _("No matching track types found"), + "Enabled" => _("Enabled"), + "Disabled" => _("Disabled"), + "Cancel upload" => _("Cancel upload"), + "Type" => _("Type"), //embed player "On Air" => _("On Air"), "Off Air" => _("Off Air"),