<script type="text/javascript">
        function mailStatus ()
        {
          return setStatus("
<?php echo tr
("Send your feedback to PointedEars"); ?>");
        }
      </script>
      <hr style="height: 0; border-width: 1px 0 0 0; width: 100%">
      <p style="text-align: center" lang="
<?php echo $language; ?>"><span class="text">
<?php echo sprintf(
          tr
("Original LCARS design by"
            . " <a href='%s' title='%s'>Michael Okuda</a>."
            . " Website design based on an <a href='%s'"
            . " title='LCARS Standards Development Board'"
            . ">implementation in Flash by Chris Rossi</a>,"
            . " and research by <a href='%s'"
            . " title='Creating a Coherent LCARS Interface'>Bracer Jack</a>"
            . " and <a href='%s'"
            . " title='LCARS 47 Development Blog -- LCARS 101: A Designer's Handbook'"
            . ">Eleanor C. Davenport</a>.")
            . ($app == 'Language' || $language === $klingon
                ? 
"<br> "
                  . tr
("Translation into Klingon supported by the"
                      . " <a href='http://kli.org/'>Klingon Language Institute</a>,"
                      . " Qo'onoS.")
                : '')
            . ($app == 'Language' || $language === $vulcan
                ? 
"<br> "
                  . tr
("Translation into Modern Golic Vulcan supported by the"
                      . " <a href='http://home.comcast.net/~markg61/vlif.htm'>Vulcan Language Institute</a>,"
                      . " Shi'Kahr, T'Khasi.")
                : ''),
          'https://twitter.com/MikeOkuda',
          tr
('Michael Okuda on Twitter'),
          'http://www.lcarsdeveloper.com/',
          'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html',
          'http://www.lcars47.com/p/lcars-101.html');
        ?></span><br>
        Copyright © 2002–
<?php echo gmdate('Y', $modi); ?> <a
        href="mailto:js@PointedEars.de?subject=Feedback/LCARS/
<?php echo $app;
        ?>&body=
<?php
          echo rawurlencode(sprintf('[%s]', tr
("Your feedback")));
        ?>"
        title="
<?php echo tr
("Send your feedback to PointedEars"); ?>"
        onmouseover="return mailStatus()"
        onmouseout="return resetStatus()"
        >Thomas ‘PointedEars’ Lahn</a>. <span class="text">
<?php echo tr
("All rights reserved."); ?></span></p>