Update LocaleController.php

- Added new entries from .js for traslations.
This commit is contained in:
farggus 2020-03-31 01:35:40 +03:00 committed by GitHub
parent 6cd7726ec9
commit 98e16d9a95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -356,7 +356,7 @@ final class LocaleController extends Zend_Controller_Action
"Import media files" => _("Import media files"), "Import media files" => _("Import media files"),
"Create playlists, smart blocks, and webstreams" => _("Create playlists, smart blocks, and webstreams"), "Create playlists, smart blocks, and webstreams" => _("Create playlists, smart blocks, and webstreams"),
"Manage their own library content" => _("Manage their own library content"), "Manage their own library content" => _("Manage their own library content"),
"Progam Managers can do the following:" => _("Progam Managers can do the following:"), "Program Managers can do the following:" => _("Program Managers can do the following:"),
"View and manage show content" => _("View and manage show content"), "View and manage show content" => _("View and manage show content"),
"Schedule shows" => _("Schedule shows"), "Schedule shows" => _("Schedule shows"),
"Manage all library content" => _("Manage all library content"), "Manage all library content" => _("Manage all library content"),
@ -431,17 +431,13 @@ final class LocaleController extends Zend_Controller_Action
"New Show" => _("New Show"), "New Show" => _("New Show"),
"New Log Entry" => _("New Log Entry"), "New Log Entry" => _("New Log Entry"),
//Datatables: //Datatables:
"No data available in table", "No data available in table" => _("No data available in table"),
"(filtered from _MAX_ total entries)", "(filtered from _MAX_ total entries)" => _("(filtered from _MAX_ total entries)"),
//"",
//",",
//"Loading...",
//"Processing...",
": activate to sort column ascending", ": activate to sort column ascending",
": activate to sort column descending", ": activate to sort column descending",
//End of datatables //End of datatables
"Welcome to the new Airtime Pro!" => _("Welcome to the new Airtime Pro!"), "Welcome to the new Airtime Pro!" => _("Welcome to the new Airtime Pro!"),
//New entries from .js "" => _(""), //New entries from .js "" => _(""),
"First" => _("First"), "First" => _("First"),
"Last" => _("Last"), "Last" => _("Last"),
@ -491,6 +487,18 @@ final class LocaleController extends Zend_Controller_Action
"Smart Block" => _("Smart Block"), "Smart Block" => _("Smart Block"),
"Webstream preview" => _("Webstream preview"), "Webstream preview" => _("Webstream preview"),
"You don't have permission to view the library." => _("You don't have permission to view the library."), "You don't have permission to view the library." => _("You don't have permission to view the library."),
"Now" => _("Now"),
"Click 'New' to create one now." => _("Click 'New' to create one now."),
"Click 'Upload' to add some now." => _("Click 'Upload' to add some now."),
"Feed URL" => _("Feed URL"),
"Import Date" => _("Import Date"),
"Add New Podcast" => _("Add New Podcast"),
"Cannot schedule outside a show.\nTry creating a show first." => _("Cannot schedule outside a show.\nTry creating a show first."),
"No files have been uploaded yet." => _("No files have been uploaded yet."),
//"Value is required and can't be empty" => _("Value is required and can't be empty"),
//"mute" => _("mute"),
//"max volume" => _("max volume"),
//embed player //embed player
"On Air" => _("On Air"), "On Air" => _("On Air"),
"Off Air" => _("Off Air"), "Off Air" => _("Off Air"),