CC-1960: Internationalize Airtime / Support translations
-added gettext function to strings in layout/scripts
This commit is contained in:
parent
43a797058c
commit
b801235c99
3 changed files with 3 additions and 3 deletions
|
@ -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:"" ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue