diff options
Diffstat (limited to 'template/assemblies')
-rw-r--r-- | template/assemblies/desktop-player.phtml | 4 | ||||
-rw-r--r-- | template/assemblies/embed-form.phtml | 4 | ||||
-rw-r--r-- | template/assemblies/feedback.phtml | 14 | ||||
-rw-r--r-- | template/assemblies/switcher/audio.phtml | 2 | ||||
-rw-r--r-- | template/assemblies/switcher/music.phtml | 2 | ||||
-rw-r--r-- | template/assemblies/switcher/slides.phtml | 4 | ||||
-rw-r--r-- | template/assemblies/switcher/video.phtml | 2 |
7 files changed, 16 insertions, 16 deletions
diff --git a/template/assemblies/desktop-player.phtml b/template/assemblies/desktop-player.phtml index f4320b6..208e4e8 100644 --- a/template/assemblies/desktop-player.phtml +++ b/template/assemblies/desktop-player.phtml @@ -1,4 +1,4 @@ <div class="desktop-player-hint"> - <h3>Use a Desktop-Player!</h3> - <p>Browsers and Video doesn't go together well, even in <?=h(date('Y'))?> and especially when it's live. So for your best viewing-experience please use a Desktop-Player like VLC or mplayer.</p> + <h3>Use a desktop player!</h3> + <p>Browsers and video doesn't go together well, even in <?=h(date('Y'))?> and especially when it's live. So for your best viewing experience please use a desktop player like VLC or mplayer.</p> </div> diff --git a/template/assemblies/embed-form.phtml b/template/assemblies/embed-form.phtml index 617f477..424d63a 100644 --- a/template/assemblies/embed-form.phtml +++ b/template/assemblies/embed-form.phtml @@ -6,7 +6,7 @@ <div class="col-sm-3 embed-form"> <div class="form-group"> - <label for="size">Select Size</label> + <label for="size">Select size</label> <select id="size" class="form-control"> <option value="512,288">512×288</option> <option value="800,450">800×450</option> @@ -29,7 +29,7 @@ <div class="col-sm-9 embed-form"> <div class="form-group"> - <label for="embed-code">Embed Code</label> + <label for="embed-code">Embed code</label> <input type="text" id="embed-code" class="form-control" readonly value="<?=h(trim(' <iframe src="'.h($stream->getEmbedUrl()).'" width="1024" height="576" frameborder="none" allowfullscreen="allowfullscreen" seamless="seamless" scrolling="no"></iframe> '))?>"> diff --git a/template/assemblies/feedback.phtml b/template/assemblies/feedback.phtml index 97075d9..a33cc31 100644 --- a/template/assemblies/feedback.phtml +++ b/template/assemblies/feedback.phtml @@ -12,8 +12,8 @@ <option>DSL >6000</option> <option>VDSL</option> <option>Public Hotspot</option> - <option>WLAN Inside the CCH</option> - <option>Ethernet Inside the CCH</option> + <option>WiFi inside the CCH</option> + <option>Ethernet inside the CCH</option> <option>Something else</option> </select> </div> @@ -73,7 +73,7 @@ <div class="col-sm-4 col"> <div class="form-group"> - <label>IP-Connectivity</label> + <label>IP connectivity</label> <div class="checkbox"> <label> <input type="checkbox" value="v4" name="ipproto[]" /> IPv4 @@ -99,7 +99,7 @@ <div class="col-sm-4 col"> <div class="form-group"> - <label>Did you have Issues?</label> + <label>Did you have issues?</label> <div class="checkbox"> <label> <input type="checkbox" name="issues[]" value="Dropouts" /> Dropouts @@ -117,12 +117,12 @@ </div> <div class="checkbox"> <label> - <input type="checkbox" name="issues[]" value="No Image" /> No Image + <input type="checkbox" name="issues[]" value="No image" /> No image </label> </div> <div class="checkbox"> <label> - <input type="checkbox" name="issues[]" value="No Audio" /> No Audio + <input type="checkbox" name="issues[]" value="No audio" /> No audio </label> </div> <div class="checkbox"> @@ -144,5 +144,5 @@ </form> <h3 class="feedback-thankyou">Thank you!</h3> -<h3 class="feedback-error">The Feedback seems to be also broken…</h3> +<h3 class="feedback-error">The feedback also seems to be broken…</h3> <iframe name="feedback-target" style="display: none;"></iframe> diff --git a/template/assemblies/switcher/audio.phtml b/template/assemblies/switcher/audio.phtml index ede7a0e..6bb36d9 100644 --- a/template/assemblies/switcher/audio.phtml +++ b/template/assemblies/switcher/audio.phtml @@ -28,7 +28,7 @@ <div class="directlinks"> <? foreach(Stream::getAudioProtos() as $proto => $display): ?> - <h3>Directlinks (<?=h($display)?>)</h3> + <h3>Direct links (<?=h($display)?>)</h3> <div class="row"> <? $switcherstream = $room->createStreamObject('music') ?> <div class="col-lg-3 col-md-4 col-lg-5 col-xs-12"> diff --git a/template/assemblies/switcher/music.phtml b/template/assemblies/switcher/music.phtml index c349aec..2767fe8 100644 --- a/template/assemblies/switcher/music.phtml +++ b/template/assemblies/switcher/music.phtml @@ -1,5 +1,5 @@ <div class="container-fluid"> - <h3>Directlinks</h3> + <h3>Direct links</h3> <div class="directlinks"> <div class="row"> <? foreach(Stream::getMusicProtos() as $proto => $display): ?> diff --git a/template/assemblies/switcher/slides.phtml b/template/assemblies/switcher/slides.phtml index a401729..978e966 100644 --- a/template/assemblies/switcher/slides.phtml +++ b/template/assemblies/switcher/slides.phtml @@ -28,7 +28,7 @@ <div class="directlinks"> <? foreach(Stream::getSlidesProtos() as $proto => $display): ?> - <h3>Directlinks (<?=h($display)?>)</h3> + <h3>Direct links (<?=h($display)?>)</h3> <div class="row"> <? $switcherstream = $room->createStreamObject('slides') ?> <div class="col-lg-3 col-md-4 col-lg-5 col-xs-12"> @@ -59,4 +59,4 @@ <? endforeach ?> </div> -</div>
\ No newline at end of file +</div> diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml index 2d31532..2a5b0d7 100644 --- a/template/assemblies/switcher/video.phtml +++ b/template/assemblies/switcher/video.phtml @@ -39,7 +39,7 @@ <div class="directlinks"> <? foreach(Stream::getVideoProtos() as $proto => $display): ?> - <h3>Directlinks (<?=h($display)?>)</h3> + <h3>Direct links (<?=h($display)?>)</h3> <div class="row"> <? foreach($room->getVideoResolutions() as $res): ?> <? $selection = $room->createSelectionObject($res) ?> |