Welcome to mirror list, hosted at ThFree Co, Russian Federation.

it.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86a68d63a26ebc5a6673a77c6b41e5faa54f86c9 (plain)
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
<?php $TRANSLATIONS = array(
"Authentication error" => "Errore nell'autenticazione",
"OpenID Changed" => "OpenID Modificato",
"Invalid request" => "Richiesta non valida",
"Language changed" => "Lingua modificata",
"Ask a question" => "Fai una domanda",
"Problems connecting to help database." => "Problemi di connessione al database di aiutare.",
"Go there manually." => "Vai lì manualmente.",
"Answer" => "Risposta",
"Select an App" => "Seleziona un applicazione",
"-licensed" => "-licensed",
"by" => "da",
"You use" => "Si utilizza",
"of the available" => "su un totale di",
"Your password got changed" => "La tua password è stata cambiata",
"Current password" => "Password attuale",
"New password" => "Nuova password",
"show" => "mostra",
"Change password" => "Modifica password",
"Language" => "Lingua",
"Help translating" => "Aiuta nella traduzione",
"use this address to connect to your ownCloud in your file manager" => "usa questo indirizzo per connettersi al proprio ownCloud nel tuo file manager",
"Name" => "Nome",
"Password" => "Password",
"Groups" => "Gruppi",
"Create" => "Crea",
"Delete" => "Cancella"
);