Update LocaleController.php
Added new entries from .js files for traslations
This commit is contained in:
parent
1c5ead9468
commit
f01af6f91f
|
@ -432,23 +432,52 @@ final class LocaleController extends Zend_Controller_Action
|
||||||
"New Log Entry" => _("New Log Entry"),
|
"New Log Entry" => _("New Log Entry"),
|
||||||
//Datatables:
|
//Datatables:
|
||||||
"No data available in table",
|
"No data available in table",
|
||||||
"Showing _START_ to _END_ of _TOTAL_ entries",
|
|
||||||
"Showing 0 to 0 of 0 entries",
|
|
||||||
"(filtered from _MAX_ total entries)",
|
"(filtered from _MAX_ total entries)",
|
||||||
"",
|
//"",
|
||||||
",",
|
//",",
|
||||||
"Show _MENU_",
|
//"Loading...",
|
||||||
"Loading...",
|
//"Processing...",
|
||||||
"Processing...",
|
|
||||||
"No matching records found",
|
|
||||||
"First",
|
|
||||||
"Last",
|
|
||||||
"Next",
|
|
||||||
"Previous",
|
|
||||||
": 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 "" => _(""),
|
||||||
|
"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
|
//embed player
|
||||||
"On Air" => _("On Air"),
|
"On Air" => _("On Air"),
|
||||||
"Off Air" => _("Off Air"),
|
"Off Air" => _("Off Air"),
|
||||||
|
|
Loading…
Reference in New Issue