1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<?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 ingresso",
"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",
"web services under your control" => "Servizi web nelle tue mani",
"Log out" => "Log out",
"Settings" => "Impostazioni",
"Lost your password?" => "Password persa?",
"remember" => "ricorda",
"Log in" => "Entra",
"You are logged out." => "Sei uscito.",
"prev" => "precedente",
"next" => "successivo"
);
|