Merge pull request #611 from frecuencialibre/autoloading-playlists
"Autoloading" playlists UI changes. closes #560
This commit is contained in:
commit
b351a42b4e
41 changed files with 241 additions and 87 deletions
|
@ -15,7 +15,7 @@ class Application_Form_AddShowAutoPlaylist extends Zend_Form_SubForm
|
||||||
|
|
||||||
// Add autoplaylist checkbox element
|
// Add autoplaylist checkbox element
|
||||||
$this->addElement('checkbox', 'add_show_has_autoplaylist', array(
|
$this->addElement('checkbox', 'add_show_has_autoplaylist', array(
|
||||||
'label' => _('Auto Schedule Playlist ?'),
|
'label' => _('Add Autoloading Playlist ?'),
|
||||||
'required' => false,
|
'required' => false,
|
||||||
'class' => 'input_text',
|
'class' => 'input_text',
|
||||||
'decorators' => array('ViewHelper')
|
'decorators' => array('ViewHelper')
|
||||||
|
@ -29,7 +29,7 @@ class Application_Form_AddShowAutoPlaylist extends Zend_Form_SubForm
|
||||||
$this->addElement($autoPlaylistSelect);
|
$this->addElement($autoPlaylistSelect);
|
||||||
// Add autoplaylist checkbox element
|
// Add autoplaylist checkbox element
|
||||||
$this->addElement('checkbox', 'add_show_autoplaylist_repeat', array(
|
$this->addElement('checkbox', 'add_show_autoplaylist_repeat', array(
|
||||||
'label' => _('Repeat AutoPlaylist Until Show is Full ?'),
|
'label' => _('Repeat Playlist Until Show is Full ?'),
|
||||||
'required' => false,
|
'required' => false,
|
||||||
'class' => 'input_text',
|
'class' => 'input_text',
|
||||||
'decorators' => array('ViewHelper')
|
'decorators' => array('ViewHelper')
|
||||||
|
|
|
@ -7,9 +7,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<?php echo $this->element->getElement('add_show_has_autoplaylist') ?>
|
<?php echo $this->element->getElement('add_show_has_autoplaylist') ?>
|
||||||
|
<span class="show_autoplaylist_help_icon" aria-describedby="ui-tooltip-2"></span>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<div id="add_show_playlist_dropdown">
|
<div id="add_show_playlist_dropdown">
|
||||||
|
<p><?php echo _("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>"); ?></p>
|
||||||
<dt id="add_show_autoplaylist_id">
|
<dt id="add_show_autoplaylist_id">
|
||||||
<label for="add_show_autoplaylist_id" class="required">
|
<label for="add_show_autoplaylist_id" class="required">
|
||||||
<?php echo $this->element->getElement('add_show_autoplaylist_id')->getLabel()?>
|
<?php echo $this->element->getElement('add_show_autoplaylist_id')->getLabel()?>
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
<?php echo $this->repeats; ?>
|
<?php echo $this->repeats; ?>
|
||||||
</div>
|
</div>
|
||||||
<h3 class="collapsible-header"><span class="arrow-icon"></span><?php echo _("Automatic Playlist") ?></h3>
|
<h3 class="collapsible-header"><span class="arrow-icon"></span><?php echo _("Autoloading Playlist") ?></h3>
|
||||||
<div id="schedule-show-auto" class="collapsible-content">
|
<div id="schedule-show-auto" class="collapsible-content">
|
||||||
<?php echo $this->autoplaylist; ?>
|
<?php echo $this->autoplaylist; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -2534,9 +2534,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2534,9 +2534,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2538,9 +2538,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Musíte počkat alespoň 1 hodinu před dalším vysíláním"
|
msgstr "Musíte počkat alespoň 1 hodinu před dalším vysíláním"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4940,7 +4944,7 @@ msgid "What"
|
||||||
msgstr "Co"
|
msgstr "Co"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2534,9 +2534,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2551,9 +2551,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Das Wiederholen einer Sendung ist erst nach einer Stunde Wartezeit möglich."
|
msgstr "Das Wiederholen einer Sendung ist erst nach einer Stunde Wartezeit möglich."
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4953,7 +4957,7 @@ msgid "What"
|
||||||
msgstr "Was"
|
msgstr "Was"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2553,9 +2553,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Das Wiederholen einer Sendung ist erst nach einer Stunde Wartezeit möglich."
|
msgstr "Das Wiederholen einer Sendung ist erst nach einer Stunde Wartezeit möglich."
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4955,7 +4959,7 @@ msgid "What"
|
||||||
msgstr "Was"
|
msgstr "Was"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr "Automatische Playlist"
|
msgstr "Automatische Playlist"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2538,9 +2538,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Πρέπει να περιμένετε τουλάχιστον 1 ώρα για την αναμετάδοση"
|
msgstr "Πρέπει να περιμένετε τουλάχιστον 1 ώρα για την αναμετάδοση"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4940,7 +4944,7 @@ msgid "What"
|
||||||
msgstr "Τι"
|
msgstr "Τι"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2538,9 +2538,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Must wait at least 1 hour to rebroadcast"
|
msgstr "Must wait at least 1 hour to rebroadcast"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4940,7 +4944,7 @@ msgid "What"
|
||||||
msgstr "What"
|
msgstr "What"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2539,9 +2539,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Must wait at least 1 hour to rebroadcast"
|
msgstr "Must wait at least 1 hour to rebroadcast"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4944,7 +4948,7 @@ msgid "What"
|
||||||
msgstr "What"
|
msgstr "What"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2538,9 +2538,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Must wait at least 1 hour to rebroadcast"
|
msgstr "Must wait at least 1 hour to rebroadcast"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4940,7 +4944,7 @@ msgid "What"
|
||||||
msgstr "What"
|
msgstr "What"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2548,9 +2548,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Debes esperar al menos 1 hora para reprogramar"
|
msgstr "Debes esperar al menos 1 hora para reprogramar"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr "¿Auto Programar Lista?"
|
msgstr "¿Auto Programar Lista?"
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr "Seleccionar Lista"
|
msgstr "Seleccionar Lista"
|
||||||
|
@ -4966,7 +4970,7 @@ msgid "What"
|
||||||
msgstr "Qué"
|
msgstr "Qué"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr "Lista de reproducción automática"
|
msgstr "Lista de reproducción automática"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2538,9 +2538,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Vous devez attendre au moins 1 heure pour retransmettre"
|
msgstr "Vous devez attendre au moins 1 heure pour retransmettre"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4940,7 +4944,7 @@ msgid "What"
|
||||||
msgstr "Quoi"
|
msgstr "Quoi"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2537,9 +2537,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Moraš čekati najmanje 1 sat za re-emitiranje"
|
msgstr "Moraš čekati najmanje 1 sat za re-emitiranje"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4939,7 +4943,7 @@ msgid "What"
|
||||||
msgstr "Što"
|
msgstr "Što"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2700,9 +2700,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Az újraközvetítésre legalább 1 órát kell várni"
|
msgstr "Az újraközvetítésre legalább 1 órát kell várni"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr "Lejátszási lista automatikus ütemezése?"
|
msgstr "Lejátszási lista automatikus ütemezése?"
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr "Lejátszási lista kiválasztása"
|
msgstr "Lejátszási lista kiválasztása"
|
||||||
|
@ -5267,7 +5271,7 @@ msgid "What"
|
||||||
msgstr "Mi"
|
msgstr "Mi"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr "Automatikus lejátszási lista"
|
msgstr "Automatikus lejátszási lista"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2531,9 +2531,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4931,7 +4935,7 @@ msgid "What"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2534,9 +2534,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2534,9 +2534,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2539,9 +2539,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Aspettare almeno un'ora prima di ritrasmettere"
|
msgstr "Aspettare almeno un'ora prima di ritrasmettere"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4941,7 +4945,7 @@ msgid "What"
|
||||||
msgstr "Cosa"
|
msgstr "Cosa"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2537,9 +2537,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "再配信するには、1時間以上待たなければなりません"
|
msgstr "再配信するには、1時間以上待たなければなりません"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4939,7 +4943,7 @@ msgid "What"
|
||||||
msgstr "番組内容"
|
msgstr "番組内容"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2532,9 +2532,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4932,7 +4936,7 @@ msgid "What"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2534,9 +2534,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2535,9 +2535,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "재방송 설정까지 1시간 기간이 필요합니다"
|
msgstr "재방송 설정까지 1시간 기간이 필요합니다"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4937,7 +4941,7 @@ msgid "What"
|
||||||
msgstr "무엇"
|
msgstr "무엇"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2535,9 +2535,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4935,7 +4939,7 @@ msgid "What"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2541,9 +2541,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Ten minste 1 uur opnieuw uitzenden moet wachten"
|
msgstr "Ten minste 1 uur opnieuw uitzenden moet wachten"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4943,7 +4947,7 @@ msgid "What"
|
||||||
msgstr "Wat"
|
msgstr "Wat"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2538,9 +2538,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Należy odczekać przynajmniej 1 godzinę przed ponownym odtworzeniem"
|
msgstr "Należy odczekać przynajmniej 1 godzinę przed ponownym odtworzeniem"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4940,7 +4944,7 @@ msgid "What"
|
||||||
msgstr "Co"
|
msgstr "Co"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2539,9 +2539,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "É preciso aguardar uma hora para retransmitir"
|
msgstr "É preciso aguardar uma hora para retransmitir"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4941,7 +4945,7 @@ msgid "What"
|
||||||
msgstr "O que"
|
msgstr "O que"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2534,9 +2534,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2554,9 +2554,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "1 час нужно подождать до ретрансляции"
|
msgstr "1 час нужно подождать до ретрансляции"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr "Выбрать плейлист"
|
msgstr "Выбрать плейлист"
|
||||||
|
@ -4982,7 +4986,7 @@ msgid "What"
|
||||||
msgstr "Что"
|
msgstr "Что"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr "Автоматический Плейлист"
|
msgstr "Автоматический Плейлист"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2534,9 +2534,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2537,9 +2537,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Мораш да чекаш најмање 1 сат за ре-емитовање"
|
msgstr "Мораш да чекаш најмање 1 сат за ре-емитовање"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4939,7 +4943,7 @@ msgid "What"
|
||||||
msgstr "Шта"
|
msgstr "Шта"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2537,9 +2537,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Moraš da čekaš najmanje 1 sat za re-emitovanje"
|
msgstr "Moraš da čekaš najmanje 1 sat za re-emitovanje"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4939,7 +4943,7 @@ msgid "What"
|
||||||
msgstr "Šta"
|
msgstr "Šta"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2534,9 +2534,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2535,9 +2535,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "Tekrar yayın yapmak için en az bir saat bekleyiniz"
|
msgstr "Tekrar yayın yapmak için en az bir saat bekleyiniz"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4935,7 +4939,7 @@ msgid "What"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -2537,9 +2537,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
||||||
msgstr "至少间隔一个小时"
|
msgstr "至少间隔一个小时"
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||||
msgid "Auto Schedule Playlist ?"
|
msgid "Add Autoloading Playlist ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||||
|
msgid "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>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||||
msgid "Select Playlist"
|
msgid "Select Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4939,7 +4943,7 @@ msgid "What"
|
||||||
msgstr "名称"
|
msgstr "名称"
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||||
msgid "Automatic Playlist"
|
msgid "Autoloading Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||||
|
|
|
@ -85,6 +85,9 @@ label.wrapp-label input[type="checkbox"] {
|
||||||
#schedule-add-show fieldset dd input[type="checkbox"] {
|
#schedule-add-show fieldset dd input[type="checkbox"] {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
#schedule-show-auto input[type="checkbox"] {
|
||||||
|
margin-left: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
#add_show_day_check-element.block-display {
|
#add_show_day_check-element.block-display {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|
|
@ -204,14 +204,18 @@ img.logo
|
||||||
.airtime_auth_help_icon, .custom_auth_help_icon, .stream_username_help_icon,
|
.airtime_auth_help_icon, .custom_auth_help_icon, .stream_username_help_icon,
|
||||||
.playlist_type_help_icon, .repeat_tracks_help_icon, .show_linking_help_icon,
|
.playlist_type_help_icon, .repeat_tracks_help_icon, .show_linking_help_icon,
|
||||||
.admin_username_help_icon, .stream_type_help_icon,
|
.admin_username_help_icon, .stream_type_help_icon,
|
||||||
.show_timezone_help_icon{
|
.show_timezone_help_icon, .show_autoplaylist_help_icon {
|
||||||
cursor: help;
|
cursor: help;
|
||||||
position: relative;
|
position: relative;
|
||||||
display:inline-block; zoom:1;
|
display:inline-block; zoom:1;
|
||||||
width:14px; height:14px;
|
width:14px; height:14px;
|
||||||
background:url(images/icon_info.png) 0 0 no-repeat;
|
background:url(images/icon_info.png) 0 0 no-repeat;
|
||||||
top:2px; right:7px; left: 3px;
|
left: 3px;
|
||||||
line-height:16px !important;
|
line-height:16px !important;
|
||||||
|
vertical-align: text-top;
|
||||||
|
}
|
||||||
|
.qtip a {
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Clearfix */
|
/* Clearfix */
|
||||||
|
@ -2888,7 +2892,6 @@ dt.block-display.info-block {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
letter-spacing:-.3px;
|
letter-spacing:-.3px;
|
||||||
text-shadow: rgba(248,248,248,.3) 0 1px 0, rgba(0,0,0,.8) 0 -1px 0;
|
text-shadow: rgba(248,248,248,.3) 0 1px 0, rgba(0,0,0,.8) 0 -1px 0;
|
||||||
rgba(51,51,51,.9)
|
|
||||||
}
|
}
|
||||||
.error-content p {
|
.error-content p {
|
||||||
color: #acacac;
|
color: #acacac;
|
||||||
|
|
|
@ -310,17 +310,6 @@ function setAddShowEvents(form) {
|
||||||
$(this).blur();
|
$(this).blur();
|
||||||
form.find("#add_show_playlist_dropdown").toggle();
|
form.find("#add_show_playlist_dropdown").toggle();
|
||||||
form.find("#add_show_autoplaylist_repeat").toggle();
|
form.find("#add_show_autoplaylist_repeat").toggle();
|
||||||
|
|
||||||
var checkBoxSelected = false;
|
|
||||||
|
|
||||||
//must switch rebroadcast displays
|
|
||||||
if(form.find("#add_show_has_autoplaylist").attr('checked')) {
|
|
||||||
form.find("#add_show_playlist_dropdown").show();
|
|
||||||
form.find("#add_show_autoplaylist_repeat").show();
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
form.find("#add_show_playlist_downdown").hide();
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
form.find("#add_show_repeats").click(function(){
|
form.find("#add_show_repeats").click(function(){
|
||||||
|
@ -491,6 +480,27 @@ function setAddShowEvents(form) {
|
||||||
at: "right center"
|
at: "right center"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
form.find(".show_autoplaylist_help_icon").qtip({
|
||||||
|
content: {
|
||||||
|
text: $.i18n._("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>")
|
||||||
|
},
|
||||||
|
hide: {
|
||||||
|
delay: 500,
|
||||||
|
fixed: true
|
||||||
|
},
|
||||||
|
style: {
|
||||||
|
border: {
|
||||||
|
width: 0,
|
||||||
|
radius: 4
|
||||||
|
},
|
||||||
|
classes: "ui-tooltip-dark ui-tooltip-rounded"
|
||||||
|
},
|
||||||
|
position: {
|
||||||
|
my: "left bottom",
|
||||||
|
at: "right center"
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
form.find(".airtime_auth_help_icon").qtip({
|
form.find(".airtime_auth_help_icon").qtip({
|
||||||
content: {
|
content: {
|
||||||
|
|
|
@ -9,7 +9,7 @@ In the top left corner of the page, you can go back or forward through the **Cal
|
||||||
Adding a show
|
Adding a show
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Only *Admins* and *Program Managers* can use this feature. To add a new show to the Calendar, click the **+ New Show** button in the top left corner of the page, or click on any future row or box in the Calendar which is empty. Either of these actions opens the **Add this show** box, which has seven sections, arranged vertically: **What**, **Automatic Playlist**, **When**, **Live Stream Input**, **Record & Rebroadcast**, **Who**, and **Style**. Click the small orange triangle to the left of the section name if you wish to minimize or maximize it.
|
Only *Admins* and *Program Managers* can use this feature. To add a new show to the Calendar, click the **+ New Show** button in the top left corner of the page, or click on any future row or box in the Calendar which is empty. Either of these actions opens the **Add this show** box, which has seven sections, arranged vertically: **What**, **Autoloading Playlist**, **When**, **Live Stream Input**, **Record & Rebroadcast**, **Who**, and **Style**. Click the small orange triangle to the left of the section name if you wish to minimize or maximize it.
|
||||||
|
|
||||||
What
|
What
|
||||||
----
|
----
|
||||||
|
@ -18,7 +18,7 @@ In the **What** box, enter the **Name**, public website **URL**, **Genre** and *
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Automatic Playlist
|
Autoloading Playlist
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
In this section, you can select a playlist that will be used for this show. The playlist must already be defined in your library. **Auto Schedule Playlist** needs to be checked for **Select Playlist** and **Repeat AutoPlaylist Until Show is Full** to be visible.
|
In this section, you can select a playlist that will be used for this show. The playlist must already be defined in your library. **Auto Schedule Playlist** needs to be checked for **Select Playlist** and **Repeat AutoPlaylist Until Show is Full** to be visible.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue