From df676657c1d5bc5e1afa2b0664ff08550a6052b9 Mon Sep 17 00:00:00 2001
From: farggus <61951994+farggus@users.noreply.github.com>
Date: Sun, 29 Mar 2020 20:52:16 +0300
Subject: [PATCH] Update for translation
- Added new entries from .js for traslations.
---
.../application/controllers/LocaleController.php | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/airtime_mvc/application/controllers/LocaleController.php b/airtime_mvc/application/controllers/LocaleController.php
index 14497bab9..63cbb495c 100644
--- a/airtime_mvc/application/controllers/LocaleController.php
+++ b/airtime_mvc/application/controllers/LocaleController.php
@@ -464,7 +464,8 @@ final class LocaleController extends Zend_Controller_Action
"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 _START_ to _END_ of _TOTAL_ track types" => _("Showing _START_ to _END_ of _TOTAL_ track types"),
+ "Showing _START_ to _END_ of _TOTAL_ users" => _("Showing _START_ to _END_ of _TOTAL_ users"),
"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"),
@@ -478,6 +479,13 @@ final class LocaleController extends Zend_Controller_Action
"Disabled" => _("Disabled"),
"Cancel upload" => _("Cancel upload"),
"Type" => _("Type"),
+ "Autoloading playlists' contents are added to shows one hour before the show airs. More information" => _("Autoloading playlists' contents are added to shows one hour before the show airs. More information"),
+ "Podcast settings saved" => _("Podcast settings saved"),
+ "Are you sure you want to delete this user?" => _("Are you sure you want to delete this user?"),
+ "Can't delete yourself!" => _("Can't delete yourself!"),
+ "You haven't published any episodes!" => _("You haven't published any episodes!"),
+ "You can publish your uploaded content from the 'Tracks' view." => _("You can publish your uploaded content from the 'Tracks' view."),
+ "Try it now" => _("Try it now"),
//embed player
"On Air" => _("On Air"),
"Off Air" => _("Off Air"),