Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 71 → Rev 70

/trunk/styles/lcars22.css
208,7 → 208,7
 
.menu
{
height: 21.2em;
height: 20.1em;
background-color: #000;
}
 
/trunk/LocaleData/de/LC_MESSAGES/de.pointedears.mo
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/po/de.po
5,10 → 5,10
#
msgid ""
msgstr ""
"Project-Id-Version: PE 0.3.8\n"
"Project-Id-Version: PE 0.3.7\n"
"Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n"
"POT-Creation-Date: 2013-02-04 22:13+0100\n"
"PO-Revision-Date: 2013-02-04 22:13+0100\n"
"POT-Creation-Date: 2013-02-04 04:29+0100\n"
"PO-Revision-Date: 2013-02-02 11:05+0100\n"
"Last-Translator: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n"
"Language-Team: German <webmaster@PointedEars.de>\n"
"Language: de_DE\n"
53,7 → 53,7
"von der Website entfernen oder dieses modifizieren zu lassen, und von "
"rechtlichen Schritten abzusehen."
 
#: ../global.php:39
#: ../global.php:34
msgid "Other software"
msgstr "Andere Software"
 
89,11 → 89,7
msgid "All rights reserved."
msgstr "Alle Rechte vorbehalten."
 
#: ../global.php:37
msgid "A comparison of features of ECMAScript implementations"
msgstr "Ein Vergleich der Features von ECMAScript-Implementierungen"
 
#: ../global.php:44
#: ../index.phtml:267
msgid "United Federation of Planets DataBase"
msgstr ""
"United Federation of Planets DataBase -- Datenbanken der Vereinten "
/trunk/po/de.pointedears.pot
5,9 → 5,9
#
msgid ""
msgstr ""
"Project-Id-Version: PE 0.3.8\n"
"Project-Id-Version: PE 0.3.7\n"
"Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n"
"POT-Creation-Date: 2013-02-04 22:13+0100\n"
"POT-Creation-Date: 2013-02-04 04:29+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
24,7 → 24,7
msgid "The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are asked to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you."
msgstr ""
 
#: ../global.php:39
#: ../global.php:34
msgid "Other software"
msgstr ""
 
56,11 → 56,7
msgid "All rights reserved."
msgstr ""
 
#: ../global.php:37
msgid "A comparison of features of ECMAScript implementations"
msgstr ""
 
#: ../global.php:44
#: ../index.phtml:267
msgid "United Federation of Planets DataBase"
msgstr ""
 
/trunk/global.php
30,15 → 30,10
/* Translation is looking for in ./LocaleData/de_DE/LC_MESSAGES/de.pointedears.mo now */
 
$menu = array(
'scripts' => array('path' => 'scripts/', 'text' => 'Scripting'),
'es-matrix' => array(
'path' => 'es-matrix',
'text' => 'ES Matrix',
'title' => 'ECMAScript Support Matrix: ' . _("A comparison of features of ECMAScript implementations")
),
'devel' => array('path' => 'devel/', 'text' => _('Other software')),
'series' => array('path' => "media/video/series/", 'text' => 'Seri-o-meter'),
'ufpdb' => array(
'scripts' => array('path' => 'scripts/', 'text' => 'Scripting'),
'devel' => array('path' => 'devel/', 'text' => _('Other software')),
'series' => array('path' => "media/video/series/", 'text' => 'Seri-o-meter'),
'ufpdb' => array(
'path' => "ufpdb/index.$language",
'text' => 'UFPDB',
'title' => _('United Federation of Planets DataBase')
/trunk/index.phtml
54,7 → 54,7
<meta name="DC.Identifier" content="http://pointedears.de/index.<?php echo $language; ?>">
<meta name="DC.Language" content="<?php echo $language; ?>">
<meta name="DC.Rights"
content="Copyright © 2002&#8211;<?php echo gmdate('Y', $modi); ?> Thomas&nbsp;Lahn. <?php echo _("All rights reserved."); ?> <?php echo _("The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are asked to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you."); ?>">
content="Copyright © 2002&#8211;<?php echo gmdate('Y', $modi); ?> Thomas&nbsp;Lahn. <?php echo _("All rights reserved."); ?> <?php echo _("The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are pleased to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you."); ?>">
<?php /*
<!-- <link rel="stylesheet" type="text/css" href="styles/lcars.css"> -->
<!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
277,9 → 277,6
<div class="bow" style="margin-bottom: 0.4em; width: 8em; height: 0.4em">&nbsp;</div>
<ul style="margin-bottom: 1.2em">
<li><a href="<?php echo $menu['scripts']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['scripts']['text']; ?></span></a></li>
<li><a href="<?php echo $menu['es-matrix']['path']; ?>" target="_top" class="button"
title="<?php echo $menu['es-matrix']['title']; ?>"
><span class="text"><?php echo $menu['es-matrix']['text']; ?></span></a></li>
<li><a href="<?php echo $menu['devel']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['devel']['text']; ?></span></a></li>
</ul>
<ul style="margin-bottom: 0.2em">
354,8 → 351,8
<div class="bow" style="position: absolute; top: 0; left: 0; width: 2em; height: 1em">&nbsp;</div>
<div class="bow" style="position: absolute; top: 0; left: 2.2em; width: 5em; height: 1em">&nbsp;</div>
<div class="bow" style="position: absolute; top: 13.6em; left: 0; width: 2em; height: 0.8em">&nbsp;</div>
<div class="bow" style="position: absolute; top: 13.6em; left: 2.2em; width: 5em; height: 0.8em">&nbsp;</div>
<div class="bow" style="position: absolute; top: 12.4em; left: 0; width: 2em; height: 0.8em">&nbsp;</div>
<div class="bow" style="position: absolute; top: 12.4em; left: 2.2em; width: 5em; height: 0.8em">&nbsp;</div>
</div>
<div class="multi-display">
<div class="upper">