You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/core/l10n/it.php

22 lines
732 B
PHP

<?php $TRANSLATIONS = array(
"Login failed!" => "Login fallito!",
"remember" => "ricorda",
"Create an <strong>admin account</strong>" => "Crea un &lt;strong&gt;account amministratore&lt;/strong&gt;",
"Username" => "Nome utente",
"Password" => "Password",
"Configure the database" => "Configura il database",
"will be used" => "sarà usato",
"Database user" => "Utente database",
"Database password" => "Password database",
"Database name" => "Nome database",
"Advanced" => "Opzioni avanzate",
"Host" => "Host",
"Table prefix" => "Prefisso tabella",
"Data folder" => "Cartella dati",
"Finish setup" => "Termina",
"prev" => "precedente",
"next" => "successivo",
"You are logged out." => "Sei uscito.",
"Settings" => "Impostazioni"
);