Added missing translation
This commit is contained in:
parent
6ea910cd53
commit
ea461fd09a
|
@ -78,7 +78,7 @@
|
|||
</script>
|
||||
|
||||
<section class="content">
|
||||
<h3>Streaming | <small><a href="streaming">всички зали</a></small></h3>
|
||||
<h3>Streaming | <small><a href="streaming"><?php echo htmlentities(pll__('ALL_STREAMS'));?></a></small></h3>
|
||||
<h3 id="of-stream-halls-container" class="ofhr-text-center">
|
||||
</h3>
|
||||
<p id="of-stream-iframe-container">
|
||||
|
|
|
@ -341,4 +341,5 @@ if (function_exists("pll_register_string")) {
|
|||
pll_register_string('low_quality','LOW_QUALITY');
|
||||
pll_register_string('normal_quality','NORMAL_QUALITY');
|
||||
pll_register_string('high_quality','HIGH_QUALITY');
|
||||
pll_register_string('all_streams','ALL_STREAMS');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue