Update for translation
- Added new entries from .js for traslations.
This commit is contained in:
parent
988b46d30c
commit
df676657c1
|
@ -464,7 +464,8 @@ final class LocaleController extends Zend_Controller_Action
|
||||||
"Show _MENU_" => _("Show _MENU_"),
|
"Show _MENU_" => _("Show _MENU_"),
|
||||||
"Showing _START_ to _END_ of _TOTAL_ entries" => _("Showing _START_ to _END_ of _TOTAL_ 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_ 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 _START_ to _END_ of _TOTAL_ track types" => _("Showing _START_ to _END_ of _TOTAL_ track types"),
|
||||||
|
"Showing _START_ to _END_ of _TOTAL_ users" => _("Showing _START_ to _END_ of _TOTAL_ users"),
|
||||||
"Showing 0 to 0 of 0 entries" => _("Showing 0 to 0 of 0 entries"),
|
"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 tracks" => _("Showing 0 to 0 of 0 tracks"),
|
||||||
"Showing 0 to 0 of 0 track types" => _("Showing 0 to 0 of 0 track types"),
|
"Showing 0 to 0 of 0 track types" => _("Showing 0 to 0 of 0 track types"),
|
||||||
|
@ -478,6 +479,13 @@ final class LocaleController extends Zend_Controller_Action
|
||||||
"Disabled" => _("Disabled"),
|
"Disabled" => _("Disabled"),
|
||||||
"Cancel upload" => _("Cancel upload"),
|
"Cancel upload" => _("Cancel upload"),
|
||||||
"Type" => _("Type"),
|
"Type" => _("Type"),
|
||||||
|
"Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>" => _("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"),
|
||||||
|
"Podcast settings saved" => _("Podcast settings saved"),
|
||||||
|
"Are you sure you want to delete this user?" => _("Are you sure you want to delete this user?"),
|
||||||
|
"Can't delete yourself!" => _("Can't delete yourself!"),
|
||||||
|
"You haven't published any episodes!" => _("You haven't published any episodes!"),
|
||||||
|
"You can publish your uploaded content from the 'Tracks' view." => _("You can publish your uploaded content from the 'Tracks' view."),
|
||||||
|
"Try it now" => _("Try it now"),
|
||||||
//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