2017-04-07 18:37:17 +02:00
|
|
|
<?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"] = "Aby się zalogować musisz podać login i hasło";
|
|
|
|
$lang["authfail"] = "błędny login lub hasło";
|
|
|
|
$lang["user"] = "Użytkownik";
|
|
|
|
$lang["track"] = "Trasa";
|
|
|
|
$lang["latest"] = "ostatnia pozycja";
|
|
|
|
$lang["autoreload"] = "odświeżaj";
|
|
|
|
$lang["reload"] = "Odśwież teraz";
|
|
|
|
$lang["download"] = "Pobierz dane";
|
|
|
|
$lang["chart"] = "Wykres przewyższeń";
|
|
|
|
$lang["close"] = "zamknij";
|
|
|
|
$lang["time"] = "Czas";
|
|
|
|
$lang["speed"] = "Prędkość";
|
2017-04-08 12:44:20 +02:00
|
|
|
$lang["accuracy"] = "Dokładność";
|
2017-04-07 18:37:17 +02:00
|
|
|
$lang["altitude"] = "Wysokość";
|
|
|
|
$lang["ttime"] = "Czas podróży";
|
|
|
|
$lang["aspeed"] = "Średnia prędkość";
|
|
|
|
$lang["tdistance"] = "Odległość";
|
|
|
|
$lang["suser"] = "wybierz login";
|
|
|
|
$lang["point"] = "Punkt";
|
|
|
|
$lang["of"] = "z";
|
|
|
|
$lang["summary"] = "Podsumowanie";
|
2017-04-07 19:13:39 +02:00
|
|
|
$lang["logout"] = "Wyloguj";
|
|
|
|
$lang["login"] = "Zaloguj";
|
2017-04-07 18:37:17 +02:00
|
|
|
$lang["username"] = "Login";
|
|
|
|
$lang["password"] = "Hasło";
|
|
|
|
$lang["language"] = "Język";
|
|
|
|
$lang["newinterval"] = "Podaj częstotliwość odświeżania (w sekundach)";
|
|
|
|
$lang["api"] = "Map API";
|
|
|
|
$lang["language"] = "Język";
|
|
|
|
$lang["units"] = "Jednostki";
|
|
|
|
$lang["metric"] = "Metryczne";
|
|
|
|
$lang["imperial"] = "Anglosaskie";
|
|
|
|
$lang["adminmenu"] = "Administracja";
|
|
|
|
$lang["passwordrepeat"] = "Powtórz hasło";
|
|
|
|
$lang["passwordenter"] = "Podaj hasło";
|
|
|
|
$lang["usernameenter"] = "Podaj użytkownika";
|
|
|
|
$lang["adduser"] = "Dodaj użytkownika";
|
|
|
|
$lang["userexists"] = "Użytkownik istnieje";
|
|
|
|
$lang["cancel"] ="Anuluj";
|
|
|
|
$lang["submit"] = "Zatwierdź";
|
|
|
|
$lang["oldpassword"] = "Obecne hasło";
|
|
|
|
$lang["newpassword"] = "Nowe hasło";
|
|
|
|
$lang["newpasswordrepeat"] = "Powtórz nowe hasło";
|
|
|
|
$lang["changepass"] = "Zmień hasło";
|
2017-04-09 14:03:43 +02:00
|
|
|
$lang["gps"] = "GPS";
|
|
|
|
$lang["network"] = "Sieć";
|
2017-04-07 18:37:17 +02:00
|
|
|
|
|
|
|
?>
|