summaryrefslogtreecommitdiffstats
path: root/templates/install_header.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/install_header.inc.php')
-rw-r--r--templates/install_header.inc.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/install_header.inc.php b/templates/install_header.inc.php
index 9f91b952..57ee13db 100644
--- a/templates/install_header.inc.php
+++ b/templates/install_header.inc.php
@@ -41,20 +41,20 @@ $prefix = realpath(dirname(__FILE__). "/../");
<script src="modules/prototype/prototype.js" language="javascript" type="text/javascript"></script>
<script src="lib/javascript/base.js" language="javascript" type="text/javascript"></script>
<div id="header">
-<h1><?php echo _('Ampache Installation'); ?></h1>
+<h1><?php echo T_('Ampache Installation'); ?></h1>
<p>For the love of Music</p>
</div>
<div id="text-box">
<div class="notify">
- <h3><?php echo _('Requirements'); ?></h3>
+ <h3><?php echo T_('Requirements'); ?></h3>
<p>
- <?php echo _('This page handles the installation of the Ampache database and the creation of the ampache.cfg.php file. Before you continue please make sure that you have the following prerequisites:'); ?>
+ <?php echo T_('This page handles the installation of the Ampache database and the creation of the ampache.cfg.php file. Before you continue please make sure that you have the following prerequisites:'); ?>
</p>
<ul>
- <li><?php echo _('A MySQL server with a username and password that can create/modify databases'); ?></li>
- <li><?php echo sprintf(_('Your webserver has read access to the files %s and %s'),$prefix . '/sql/ampache.sql',$prefix . '/config/ampache.cfg.php.dist'); ?></li>
+ <li><?php echo T_('A MySQL server with a username and password that can create/modify databases'); ?></li>
+ <li><?php echo sprintf(T_('Your webserver has read access to the files %s and %s'),$prefix . '/sql/ampache.sql',$prefix . '/config/ampache.cfg.php.dist'); ?></li>
</ul>
<p>
-<?php echo sprintf(_("Once you have ensured that the above requirements are met please fill out the information below. You will only be asked for the required config values. If you would like to make changes to your Ampache install at a later date simply edit %s"), $prefix . '/config/ampache.cfg.php'); ?>
+<?php echo sprintf(T_("Once you have ensured that the above requirements are met please fill out the information below. You will only be asked for the required config values. If you would like to make changes to your Ampache install at a later date simply edit %s"), $prefix . '/config/ampache.cfg.php'); ?>
</p>
</div>