Added missing translation

This commit is contained in:
Hristo Stefanov 2015-11-07 06:11:30 +02:00
parent 6ea910cd53
commit ea461fd09a
2 changed files with 2 additions and 1 deletions

View File

@ -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">

View File

@ -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');
}