Update LocaleController.php

Added new entries from .js files for traslations
This commit is contained in:
farggus 2020-03-26 08:25:12 +02:00 committed by GitHub
parent 1c5ead9468
commit f01af6f91f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 12 deletions

View File

@ -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"),