Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 182 → Rev 183

/trunk/LocaleData/de/LC_MESSAGES/de.pointedears.mo
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/index.phtml
87,7 → 87,7
-->
</style>
 
<script type="text/javascript" src="scripts/builder?src=object,dom,dom/storage,dom/events,dom/timeout,dom/widgets,dom/window,http,lcars<?php
<script type="text/javascript" src="scripts/builder?src=object,dom,dom/css,dom/storage,dom/events,dom/geolocation,dom/timeout,dom/widgets,dom/window,http,lcars<?php
if ($isLocal)
{
?>&amp;verbose=1&amp;debug=1<?php
113,6 → 113,8
document.cookie= cookieVal;
*/
?>
var TEXT_NOT_AVAILABLE = "<?php echo tr('N/A'); ?>";
 
function body_load ()
{
if (typeof this.ontouchstart != 'undefined')
126,7 → 128,28
fullscreenLI.firstChild.style.cursor = "";
}
 
lcars.multiDisplay = new lcars.MultiDisplay();
jsx.dom.geolocation.setTexts({
TEXT_LATITUDE: "<?php echo tr('Latitude'); ?>",
TEXT_NORTH_ABBR: "<?php echo tr('N'); ?>",
TEXT_SOUTH_ABBR: "<?php echo tr('S'); ?>",
TEXT_LONGITUDE: "<?php echo tr('Longitude'); ?>",
TEXT_WEST_ABBR: "<?php echo tr('W'); ?>",
TEXT_EAST_ABBR: "<?php echo tr('E'); ?>",
TEXT_LAT_LNG_ACCURACY: "<?php echo tr('Lat/Lng Accuracy'); ?>",
TEXT_ALTITUDE: "<?php echo tr('Altitude'); ?>",
TEXT_ALT_ACCURACY: "<?php echo tr('Alt. Accuracy'); ?>",
TEXT_SPEED: "<?php echo tr('Speed'); ?>",
TEXT_HEADING: "<?php echo tr('Heading'); ?>",
TEXT_NOT_AVAILABLE: TEXT_NOT_AVAILABLE
});
 
lcars.multiDisplay = new lcars.MultiDisplay(null, null, {
texts: {
TEXT_NOT_AVAILABLE: TEXT_NOT_AVAILABLE,
TEXT_CURRENT_COORDS: "<?php echo tr('Your current coordinates on Terra'); ?>",
TEXT_ACCURACY: "<?php echo tr('accuracy'); ?>"
}
});
}
</script>
<?php /* <bgsound src="media/interface/sound/beginop.wav" loop="infinite"> */ ?>
375,7 → 398,7
<div class="upper">
<div class="content">
<div class="title" id="title"><span>Home</span></div>
<div class="analysis">
<div class="analysis" id="analysis">
<table>
<tr>
<th><?php echo tr('Display'); ?>:</th>
385,7 → 408,6
var ID_SCREEN_DIM = 'screenDim';
var ID_AVAIL_DIM = 'availDim';
var ID_INNER_DIM = 'innerDim';
var TEXT_NOT_AVAILABLE = "<?php echo tr('N/A'); ?>";
 
var dim = (function () {
var screenInfo = jsx.dom.window.screenInfo;
503,28 → 525,6
<td><script type="text/javascript">
var fullscreen = jsx.dom.window.fullscreen;
 
jsx.dom.geolocation = {
getText: function (position) {
var coords = position.coords;
var latitude = coords.latitude;
var longitude = coords.longitude;
var altitude = coords.altitude;
var altitudeAccuracy = coords.altitudeAccuracy;
var speed = coords.speed;
var heading = coords.heading;
 
return [
"<?php echo tr('Latitude:'); ?> " + (latitude != null ? latitude + "°" : TEXT_NOT_AVAILABLE),
"<?php echo tr('Longitude:'); ?> " + (longitude != null ? longitude + "°" : TEXT_NOT_AVAILABLE),
"<?php echo tr('Lat/Lng Accuracy:'); ?> " + coords.accuracy + " m",
"<?php echo tr('Altitude:'); ?> " + (altitude != null ? altitude + " m": TEXT_NOT_AVAILABLE),
"<?php echo tr('Alt. Accuracy:'); ?> " + (altitudeAccuracy != null ? altitudeAccuracy + " m": TEXT_NOT_AVAILABLE),
"<?php echo tr('Speed:'); ?> " + (speed != null && !isNaN(speed) ? speed + " m∕s": TEXT_NOT_AVAILABLE),
"<?php echo tr('Heading:'); ?> " + (heading != null && !isNaN(heading) ? heading + "°" : TEXT_NOT_AVAILABLE)
].join("\n");
},
};
 
(function () {
function getFeatures ()
{
/trunk/po/de.po
5,10 → 5,10
#
msgid ""
msgstr ""
"Project-Id-Version: PE 0.3.9.13\n"
"Project-Id-Version: PE 0.3.9.15\n"
"Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n"
"POT-Creation-Date: 2013-03-28 11:52+0100\n"
"PO-Revision-Date: 2013-03-28 12:34+0100\n"
"POT-Creation-Date: 2013-07-01 23:08+0200\n"
"PO-Revision-Date: 2013-07-01 23:08+0200\n"
"Last-Translator: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n"
"Language-Team: German <webmaster@PointedEars.de>\n"
"Language: de_DE\n"
65,6 → 65,58
msgid "Welcome to PointedEars’ Website"
msgstr "Willkommen auf PointedEars’ Website"
 
#: ../index.phtml:132
msgid "Latitude"
msgstr "Geogr. Breite"
 
#: ../index.phtml:133
msgid "N"
msgstr ""
 
#: ../index.phtml:134
msgid "S"
msgstr ""
 
#: ../index.phtml:135
msgid "Longitude"
msgstr "Geogr. Länge"
 
#: ../index.phtml:136
msgid "W"
msgstr ""
 
#: ../index.phtml:137
msgid "E"
msgstr "O"
 
#: ../index.phtml:138
msgid "Lat/Lng Accuracy"
msgstr "Genauigkeit"
 
#: ../index.phtml:139
msgid "Altitude"
msgstr "Höhe"
 
#: ../index.phtml:140
msgid "Alt. Accuracy"
msgstr "Genauigkeit Höhe"
 
#: ../index.phtml:141
msgid "Speed"
msgstr "Geschwindigkeit"
 
#: ../index.phtml:142
msgid "Heading"
msgstr "Richtung"
 
#: ../index.phtml:149
msgid "Your current coordinates on Terra"
msgstr "Ihre aktuellen Koordinaten auf Terra"
 
#: ../index.phtml:150
msgid "accuracy"
msgstr "Genauigkeit"
 
#: ../index.phtml:49
msgid "Send your feedback to PointedEars"
msgstr "Senden Sie eine Feedback E-Mail an PointedEars"
/trunk/po/de.pointedears.pot
5,9 → 5,9
#
msgid ""
msgstr ""
"Project-Id-Version: PE 0.3.9.13\n"
"Project-Id-Version: PE 0.3.9.15\n"
"Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n"
"POT-Creation-Date: 2013-03-28 11:52+0100\n"
"POT-Creation-Date: 2013-07-01 23:08+0200\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"
36,6 → 36,58
msgid "Welcome to PointedEars’ Website"
msgstr ""
 
#: ../index.phtml:132
msgid "Latitude"
msgstr ""
 
#: ../index.phtml:133
msgid "N"
msgstr ""
 
#: ../index.phtml:134
msgid "S"
msgstr ""
 
#: ../index.phtml:135
msgid "Longitude"
msgstr ""
 
#: ../index.phtml:136
msgid "W"
msgstr ""
 
#: ../index.phtml:137
msgid "E"
msgstr ""
 
#: ../index.phtml:138
msgid "Lat/Lng Accuracy"
msgstr ""
 
#: ../index.phtml:139
msgid "Altitude"
msgstr ""
 
#: ../index.phtml:140
msgid "Alt. Accuracy"
msgstr ""
 
#: ../index.phtml:141
msgid "Speed"
msgstr ""
 
#: ../index.phtml:142
msgid "Heading"
msgstr ""
 
#: ../index.phtml:149
msgid "Your current coordinates on Terra"
msgstr ""
 
#: ../index.phtml:150
msgid "accuracy"
msgstr ""
 
#: ../index.phtml:49
msgid "Send your feedback to PointedEars"
msgstr ""