nextcloud/core/l10n/it.php

40 lines
1.6 KiB
PHP

<?php $TRANSLATIONS = array(
"Owncloud password reset" => "Azzera la password di Owncloud",
"Use the following link to reset your password: {link}" => "Usa il link seguente per azzerare la password: {link}",
"You will receive a link to reset your password via Email." => "Riceverai un link per resettare la tua password via Email",
"Requested" => "Richiesto",
"Login failed!" => "Login fallito!",
"Username" => "Nome utente",
"Request reset" => "Richiesta di ripristino",
"Your password was reset" => "La password è stata reimpostata",
"To login page" => "Alla pagina di login",
"New password" => "Nuova password",
"Reset password" => "Reimposta password",
"Personal" => "Personale",
"Users" => "Utenti",
"Apps" => "Applicazioni",
"Admin" => "Admin",
"Help" => "Aiuto",
"Cloud not found" => "Cloud non trovata",
"Create an <strong>admin account</strong>" => "Crea un <strong>account amministratore</strong>",
"Password" => "Password",
"Advanced" => "Opzioni avanzate",
"Data folder" => "Cartella dati",
"Configure the database" => "Configura il database",
"will be used" => "sarà usato",
"Database user" => "Utente database",
"Database password" => "Password database",
"Database name" => "Nome database",
"Database host" => "Host del database",
"Finish setup" => "Termina Configurazione",
"web services under your control" => "servizi web nelle tue mani",
"Log out" => "Esci",
"Settings" => "Impostazioni",
"Lost your password?" => "Hai perso la password?",
"remember" => "ricorda",
"Log in" => "Entra",
"You are logged out." => "Sei uscito.",
"prev" => "precedente",
"next" => "successivo"
);