29 lines
1016 B
PHP
29 lines
1016 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Personal" => "Personale",
|
|
"Users" => "Utenti",
|
|
"Apps" => "Applicazioni",
|
|
"Help" => "Aiuto",
|
|
"Login failed!" => "Login fallito!",
|
|
"remember" => "ricorda",
|
|
"Create an <strong>admin account</strong>" => "Crea un <strong>account amministratore</strong>",
|
|
"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",
|
|
"Cloud not found" => "Cloud non trovata",
|
|
"gives you the freedom to control your own data on the internet" => "da la libertà di controllare i tuoi dati su internet",
|
|
"prev" => "precedente",
|
|
"next" => "successivo",
|
|
"You are logged out." => "Sei uscito.",
|
|
"Log out" => "Log out",
|
|
"Settings" => "Impostazioni"
|
|
);
|