Bartek Fabiszewski a280ce33a5 Fix letter case
2017-04-07 19:13:39 +02:00

62 lines
2.1 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"] = "Devi accedere per visualizzare questa pagina.";
$lang["authfail"] = "Nome utente o password errati.";
$lang["user"] = "Utente";
$lang["track"] = "Traccia";
$lang["latest"] = "ultima posizione";
$lang["autoreload"] = "auto-ricarica";
$lang["reload"] = "Ricaria ora";
$lang["download"] = "Scarica dati";
$lang["chart"] = "Grafico altitudine";
$lang["close"] = "chiudi";
$lang["time"] = "Ora";
$lang["speed"] = "Velocità";
$lang["accuracy"] = "Precisione";
$lang["altitude"] = "Altitudine";
$lang["ttime"] = "Tempo totale";
$lang["aspeed"] = "Velocità media";
$lang["tdistance"] = "Distanza totale";
$lang["point"] = "Punto"; //Point x of y
$lang["of"] = "di";
$lang["summary"] = "Sommario";
$lang["suser"] = "scegli utente";
$lang["logout"] = "Esci";
$lang["login"] = "Entra";
$lang["username"] = "Nome Utente";
$lang["password"] = "Password";
$lang["language"] = "Lingua";
$lang["newinterval"] = "Immetti nuovo intervallo (secondi)";
$lang["api"] = "API Mappe";
$lang["units"] = "Unità";
$lang["metric"] = "Metriche";
$lang["imperial"] = "Imperiali";
$lang["adminmenu"] = "Amministazione";
$lang["passwordrepeat"] = "Ripeti password";
$lang["passwordenter"] = "Immetti password";
$lang["usernameenter"] = "Immetti nome utente";
$lang["adduser"] = "Aggiungi utente";
$lang["userexists"] = "L'utente esiste già";
$lang["cancel"] ="Annulla";
$lang["submit"] = "Invia";
?>