1,12 → 1,12 |
<script type="text/javascript"> |
function mailStatus () |
{ |
return setStatus("<?php echo _("Send your feedback to PointedEars"); ?>"); |
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"><?php echo sprintf( |
_("Original LCARS design by" |
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'" |
17,7 → 17,7 |
. " title='LCARS 47 Development Blog – LCARS 101: A Designer’s Handbook'" |
. ">Eleanor Denver</a>."), |
'https://twitter.com/MikeOkuda', |
_('Michael Okuda on Twitter'), |
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'); |
25,9 → 25,9 |
Copyright © 2002–<?php echo gmdate('Y', $modi); ?> <a |
href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/<?php echo $app; |
?>&body=<?php |
echo rawurlencode(sprintf('[%s]', _("Your feedback"))); |
echo rawurlencode(sprintf('[%s]', tr("Your feedback"))); |
?>" |
title="<?php echo _("Send your feedback to PointedEars"); ?>" |
title="<?php echo tr("Send your feedback to PointedEars"); ?>" |
onmouseover="return mailStatus()" |
onmouseout="return resetStatus()" |
>Thomas ‘PointedEars’ Lahn</a>. <?php echo _("All rights reserved."); ?></p> |
>Thomas ‘PointedEars’ Lahn</a>. <?php echo tr("All rights reserved."); ?></p> |