]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
transtation fix
authorArtur Frysiak <artur@frysiak.net>
Tue, 8 Oct 2002 08:42:22 +0000 (08:42 +0000)
committerArtur Frysiak <artur@frysiak.net>
Tue, 8 Oct 2002 08:42:22 +0000 (08:42 +0000)
obsolete/buildlogs/index.php

index 7cddd94a7f8377487b97f9ae9a6560d296b7d70b..894b5b205e1272753d4ded8aebb6c983e931e932 100644 (file)
@@ -77,7 +77,7 @@ if (isset($_POST["action"]))$action=$_POST["action"];
 
 function myheader()
 {
-echo '<' . '?xml version="1.0" encoding="' . $langs[$lang]["charset"] .'"?' . '>';
+echo '<' . '?xml version="1.0" encoding="' . _("ISO-8859-1") .'"?' . '>';
 echo '<' . '?xml-stylesheet href="#internalStyle" type="text/css"?' . '>';
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
@@ -85,7 +85,7 @@ echo '<' . '?xml-stylesheet href="#internalStyle" type="text/css"?' . '>';
 <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
   <title>PLD Build Logs</title>
-  <meta http-equiv="Content-type" content="text/html; charset=<?php echo $langs[$lang]["charset"];?>">
+  <?php echo '<meta http-equiv="Content-type" content="text/html; charset=' . _("ISO-8859-1") .'">';?>
   <style type="text/css" id="internalStyle"><!--
 A { text-decoration: none; }
 A:hover { text-decoration: underline; }
@@ -923,7 +923,7 @@ function welcome()
 <!-- ech... niech strace... -->
 <a href="mailto:feedback@pld.org.pl"><?=_("to us")?></a>. <?=_("Positive opinions are also")?> 
 <a href="mailto:feedback@pld.org.pl"><?=_("welcome")?></a> ;)</p>
-<p>Version: $Id: index.php,v 1.34 2002/10/08 07:34:54 ggodlewski Exp $</p>
+<p>Version: $Id: index.php,v 1.35 2002/10/08 08:30:01 wiget Exp $</p>
 </td><td width=20%>&nbsp;</td></tr>
 </table>
 <?php
This page took 0.168606 seconds and 4 git commands to generate.