diff options
author | MaZderMind | 2014-10-20 21:20:38 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-20 21:20:38 +0200 |
commit | cbd2ca293077e9deaf47e3ad4676c81e4fd1265c (patch) | |
tree | 9281d4b9dc5a7b299d6a9ba0c65ed73faacee6ef /template/assemblies/switcher/video.phtml | |
parent | 96a9b89ad2ea1237895db5177602ac2725f37b55 (diff) |
de->en
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/switcher/video.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml index e4551bb..549b5d7 100644 --- a/template/assemblies/switcher/video.phtml +++ b/template/assemblies/switcher/video.phtml @@ -1,4 +1,4 @@ -<h3>Formate</h3> +<h3>Formats</h3> <ul> <? foreach(array('hd', 'hq', 'lq') as $iter): ?> <li> @@ -18,7 +18,7 @@ <hr /> <? foreach(array('rtmp', 'hls') as $protocol): ?> - <h3>Direktlinks (<?=h(strtoupper($protocol))?>)</h3> + <h3>Directlinks (<?=h(strtoupper($protocol))?>)</h3> <ul> <? foreach(array('hd', 'hq', 'lq') as $iter): ?> <li> @@ -36,7 +36,7 @@ </ul> <? endforeach ?> -<h3>Direktlinks (WebM)</h3> +<h3>Directlinks (WebM)</h3> <ul> <li> <span class="label filetype">HQ</span> |