diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-25 21:36:57 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-25 21:36:57 +0000 |
commit | 9e97e1a980069af52991f637993c75b3b7ddc8ff (patch) | |
tree | dba43a96ae033653a0933af316a5c53376ad9374 /templates/show_install.inc.php | |
parent | b588a9475f7e37f80ada63d98448e933e19bf95a (diff) | |
download | ampache-9e97e1a980069af52991f637993c75b3b7ddc8ff.tar.gz ampache-9e97e1a980069af52991f637993c75b3b7ddc8ff.tar.bz2 ampache-9e97e1a980069af52991f637993c75b3b7ddc8ff.zip |
fixed some missing gettext, tweaked error reporting level on test.php and fixed timeout issues with API (Thx Beef Doughnut)
Diffstat (limited to 'templates/show_install.inc.php')
-rw-r--r-- | templates/show_install.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_install.inc.php b/templates/show_install.inc.php index 5a477e74..5d3a05eb 100644 --- a/templates/show_install.inc.php +++ b/templates/show_install.inc.php @@ -30,7 +30,7 @@ if (INSTALL != '1') { exit; } <script src="lib/javascript-base.js" language="javascript" type="text/javascript"></script> <div id="header"> <h1><?php echo _("Ampache Installation"); ?></h1> -<p>For the love of Music</p> +<p>Pour l'Amour de la Musique</p> </div> <div id="text-box"> @@ -58,7 +58,7 @@ if (INSTALL != '1') { exit; } <br /> <?php Error::display('general'); ?> <br /> - <span class="header2">Insert Ampache Database</span> + <span class="header2"><?php echo _('Insert Ampache Database'); ?></span> <form method="post" action="<?php echo $http_type . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?action=create_db&htmllang=$htmllang&charset=$charset"; ?>" enctype="multipart/form-data" > <table> <tr> @@ -104,7 +104,7 @@ if (INSTALL != '1') { exit; } </div> <div id="bottom"> <p><b>Ampache Installation.</b><br /> - For the love of Music.</p> + Pour l'Amour de la Musique</p> </div> </div> |