CC-1960: Internationalize Airtime / Support translations

-added gettext function to strings in layout/scripts
This commit is contained in:
denise 2012-11-16 13:59:51 -05:00
parent 43a797058c
commit b801235c99
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Audio Player</title>
<title><?php echo _("Audio Player")?></title>
<?php echo $this->headScript() ?>
<?php echo $this->headLink() ?>
<?php echo isset($this->google_analytics)?$this->google_analytics:"" ?>