54 lines
1.9 KiB
PHP
54 lines
1.9 KiB
PHP
<?php
|
|
/* μlogger
|
|
*
|
|
* Copyright(C) 2017 Bartek Fabiszewski (www.fabiszewski.net)
|
|
*
|
|
* This is free software; you can redistribute it and/or modify it under
|
|
* the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful, but
|
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
$lang["title"] = "• μlogger •";
|
|
$lang["private"] = "Sie müssen Benutzernamen und Kennwort eingeben, um auf diese Seite zuzugreifen.";
|
|
$lang["authfail"] = "Falscher Benutzername oder Passwort";
|
|
$lang["user"] = "Benutzer";
|
|
$lang["track"] = "Route";
|
|
$lang["latest"] = "letzte Position";
|
|
$lang["autoreload"] = "Autoneuladen";
|
|
$lang["reload"] = "Neuladen";
|
|
$lang["export"] = "Download Daten";
|
|
$lang["chart"] = "Höhentabelle";
|
|
$lang["close"] = "Schließen";
|
|
$lang["time"] = "Zeit";
|
|
$lang["speed"] = "Geschwindigkeit";
|
|
$lang["accuracy"] = "Genauigkeit";
|
|
$lang["altitude"] = "Höhe";
|
|
$lang["ttime"] = "Gesamte Zeit";
|
|
$lang["aspeed"] = "Durchschnittstempo";
|
|
$lang["tdistance"] = "Gesamt Entfernung";
|
|
$lang["pointof"] = "Punkt %d von %d";
|
|
$lang["summary"] = "Streckenzusammenfassung";
|
|
$lang["suser"] = "Wähle Benutzer";
|
|
$lang["logout"] = "Abmelden";
|
|
$lang["login"] = "Anmelden";
|
|
$lang["username"] = "Benutzername";
|
|
$lang["password"] = "Passwort";
|
|
$lang["language"] = "Sprache";
|
|
$lang["newinterval"] = "Neuen Intervall-Wert eingeben (in Sekunden)";
|
|
$lang["api"] = "Karten API";
|
|
$lang["units"] = "Maßsystem";
|
|
$lang["metric"] = "Metrisches";
|
|
$lang["imperial"] = "Angloamerikanisches";
|
|
$lang["adminmenu"] = "Verwaltung";
|
|
|
|
?>
|