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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/it.json')
-rw-r--r--lib/l10n/it.json13
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/l10n/it.json b/lib/l10n/it.json
index 48863900350..db33c08a1ad 100644
--- a/lib/l10n/it.json
+++ b/lib/l10n/it.json
@@ -104,7 +104,6 @@
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Rimuovi l'impostazione di open_basedir nel tuo php.ini o passa alla versione a 64 bit di PHP.",
"Set an admin username." : "Imposta un nome utente di amministrazione.",
"Set an admin password." : "Imposta una password di amministrazione.",
- "Can't create or write into the data directory %s" : "Impossibile creare o scrivere nella cartella dei dati %s",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Il motore di condivisione %s deve implementare l'interfaccia OCP\\Share_Backend",
"Sharing backend %s not found" : "Motore di condivisione %s non trovato",
"Sharing backend for %s not found" : "Motore di condivisione di %s non trovato",
@@ -114,11 +113,7 @@
"Open »%s«" : "Apri «%s»",
"%1$s via %2$s" : "%1$s tramite %2$s",
"You are not allowed to share %s" : "Non ti è consentito condividere %s",
- "Can’t increase permissions of %s" : "Impossibile aumentare i permessi di %s",
- "Files can’t be shared with delete permissions" : "I file non possono essere condivisi con permessi di eliminazione",
- "Files can’t be shared with create permissions" : "I file non possono essere condivisi con permessi di creazione",
"Expiration date is in the past" : "La data di scadenza è nel passato",
- "_Can’t set expiration date more than %n day in the future_::_Can’t set expiration date more than %n days in the future_" : ["Impossibile impostare la data di scadenza a più di %n giorno nel futuro","Impossibile impostare la data di scadenza a più di %n giorni nel futuro"],
"Sharing is only allowed with group members" : "La condivisione è consentita solo con i membri del gruppo",
"Sharing %s failed, because this item is already shared with user %s" : "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con l'utente %s",
"%1$s shared »%2$s« with you" : "%1$s ha condiviso «%2$s» con te",
@@ -185,7 +180,6 @@
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "L'applicazione \"%1$s\" non può essere installata poiché le seguenti dipendenze non sono soddisfatte: %2$s",
"a safe home for all your data" : "un posto sicuro per tutti i tuoi dati",
"File is currently busy, please try again later" : "Il file è attualmente occupato, riprova più tardi",
- "Can't read file" : "Impossibile leggere il file",
"Application is not enabled" : "L'applicazione non è abilitata",
"Authentication error" : "Errore di autenticazione",
"Token expired. Please reload page." : "Token scaduto. Ricarica la pagina.",
@@ -232,7 +226,12 @@
"Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s",
"Following databases are supported: %s" : "I seguenti database sono supportati: %s",
"Following platforms are supported: %s" : "Sono supportate le seguenti piattaforme: %s",
+ "Can't create or write into the data directory %s" : "Impossibile creare o scrivere nella cartella dei dati %s",
"Invalid Federated Cloud ID" : "ID di cloud federata non valido",
- "Can’t set expiration date more than %s days in the future" : "Impossibile impostare la data di scadenza a più di %s giorni nel futuro"
+ "Can’t increase permissions of %s" : "Impossibile aumentare i permessi di %s",
+ "Files can’t be shared with delete permissions" : "I file non possono essere condivisi con permessi di eliminazione",
+ "Files can’t be shared with create permissions" : "I file non possono essere condivisi con permessi di creazione",
+ "Can’t set expiration date more than %s days in the future" : "Impossibile impostare la data di scadenza a più di %s giorni nel futuro",
+ "Can't read file" : "Impossibile leggere il file"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file