Update LocaleController.php

- Added new entries from .js for traslations.
This commit is contained in:
farggus 2020-03-31 04:00:28 +03:00 committed by GitHub
parent 50acf98c67
commit 2679ec8685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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