Update LocaleController.php
- Added new entries from .js for traslations.
This commit is contained in:
parent
50acf98c67
commit
2679ec8685
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue