Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 98 → Rev 99

/trunk/index.php
253,18 → 253,18
<hr size=1 width="100%" noshade>
<p style="text-align: center"><?php echo sprintf(
_("Original LCARS design by"
. " <a href='%s' title='%s'>Michael&nbsp;Okuda</a>."
. " This site is based on an <a href='%s'"
. " title='LCARS Standards Development Board'"
. ">implementation in Flash by Chris&nbsp;Rossi</a>,"
. " and research by <a href='%s'"
. " title='Creating a Coherent LCARS Interface'>Bracer&nbsp;Jack</a>"
. " and <a href='%s'"
. " title='LCARS 47 Development Blog&nbsp;– LCARS&nbsp;101: A Designer’s Handbook'"
. ">Eleanor&nbsp;Denver</a>."),
"Original LCARS design by"
. " <a href='%s' title='%s'>Michael&nbsp;Okuda</a>."
. " This site is based on an <a href='%s'"
. " title='LCARS Standards Development Board'"
. ">implementation in Flash by Chris&nbsp;Rossi</a>,"
. " and research by <a href='%s'"
. " title='Creating a Coherent LCARS Interface'>Bracer&nbsp;Jack</a>"
. " and <a href='%s'"
. " title='LCARS 47 Development Blog&nbsp;– LCARS&nbsp;101: A Designer’s Handbook'"
. ">Eleanor&nbsp;Denver</a>.",
'https://twitter.com/MikeOkuda',
_('Michael Okuda on Twitter'),
'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');