Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
891e993cd1
15 changed files with 674 additions and 7 deletions
|
@ -372,7 +372,7 @@ class LibraryController extends Zend_Controller_Action
|
|||
list(, $plFadeOut) = $originalPl->getFadeInfo($originalPl->getSize()-1);
|
||||
|
||||
$newPl->setfades($plFadeIn, $plFadeOut);
|
||||
$newPl->setName("Copy of ".$originalPl->getName());
|
||||
$newPl->setName(sprintf(_("Copy of %s"), $originalPl->getName()));
|
||||
}
|
||||
|
||||
public function contentsFeedAction()
|
||||
|
|
|
@ -54,6 +54,7 @@ class LocaleController extends Zend_Controller_Action
|
|||
"You can only add tracks, smart blocks, and webstreams to playlists." => _("You can only add tracks, smart blocks, and webstreams to playlists."),
|
||||
//library/events/library_showbuilder.js
|
||||
//already in library/events/library_playlistbuilder.js
|
||||
"Please select a cursor position on timeline." => _("Please select a cursor position on timeline."),
|
||||
//"Adding 1 Item" => _("Adding 1 Item"),
|
||||
//"Adding %s Items" => _("Adding %s Items"),
|
||||
//library/library.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue