CC-1960: Internationalize Airtime / Support translations

-added gettext wrapper function to all strings in layout, and common
This commit is contained in:
denise 2012-11-15 13:49:44 -05:00
parent 8338152876
commit 9958d8da9f
2 changed files with 6 additions and 5 deletions

View file

@ -13,8 +13,9 @@
<?php echo $this->layout()->content ?>
</div>
<div class="footer">
Airtime&nbsp;Copyright &copy; Sourcefabric o.p.s. All rights reserved.<br/>
Maintained and distributed under GNU GPL v.3 by <a href="http://www.sourcefabric.org"> Sourcefabric o.p.s </a>
<?php echo sprintf(_("Airtime Copyright &copy;Sourcefabric o.p.s. All rights reserved.%s"
."Maintained and distributed under GNU GPL v.3 by %sSourcefabric o.p.s%s"),
"<br>", "<a href='http://www.sourcefabric.org'>" ,"</a>");?>
</div>
</body>