55 lines
1.9 KiB
PHP
55 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"] = "Felhasználónév és jelszó szükséges a belépéshez";
|
|
$lang["authfail"] = "Hibás név vagy jelszó";
|
|
$lang["user"] = "Felhasználó";
|
|
$lang["track"] = "Útvonal";
|
|
$lang["latest"] = "Utolsó rögzített pont";
|
|
$lang["autoreload"] = "Automatikus frissítés";
|
|
$lang["reload"] = "Frissítés most";
|
|
$lang["download"] = "Adatok letöltése";
|
|
$lang["chart"] = "Magasság diagramm";
|
|
$lang["close"] = "Bezár";
|
|
$lang["time"] = "Rögzítés ideje";
|
|
$lang["speed"] = "Sebesség";
|
|
$lang["accuracy"] = "Pontosság";
|
|
$lang["altitude"] = "Magasság";
|
|
$lang["ttime"] = "Menetidő";
|
|
$lang["aspeed"] = "Átlagsebesség";
|
|
$lang["tdistance"] = "Megtett út";
|
|
$lang["suser"] = "Felhasználónév";
|
|
$lang["pointof"] = "Rögzített pontok száma %d / %d";
|
|
$lang["summary"] = "Utazás adatai";
|
|
$lang["logout"] = "Kilépés";
|
|
$lang["login"] = "Belépés";
|
|
$lang["username"] = "Felhasználó";
|
|
$lang["password"] = "Jelszó";
|
|
$lang["language"] = "Nyelv";
|
|
$lang["newinterval"] = "Automatikus frissítés ideje (másodpercben)";
|
|
$lang["api"] = "Map API";
|
|
$lang["language"] = "Nyelv";
|
|
$lang["units"] = "Mértékegység";
|
|
$lang["metric"] = "Metrikus";
|
|
$lang["imperial"] = "Imperal/US";
|
|
$lang["adminmenu"] = "Adminisztráció";
|
|
|
|
?>
|