summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/it.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/it.php')
-rw-r--r--apps/files_sharing/l10n/it.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php
index b35ecd28420..06a00e24d18 100644
--- a/apps/files_sharing/l10n/it.php
+++ b/apps/files_sharing/l10n/it.php
@@ -1,11 +1,16 @@
<?php
$TRANSLATIONS = array(
+"Server to server sharing is not enabled on this server" => "La condivisione da server a server non è abilitata su questo server",
+"Couldn't add remote share" => "Aggiunta della condivisione remota non riuscita",
"Shared with you" => "Condiviso con te",
"Shared with others" => "Condiviso con altri",
"Shared by link" => "Condiviso tramite collegamento",
"No files have been shared with you yet." => "Non è stato ancora condiviso alcun file con te.",
"You haven't shared any files yet." => "Non hai ancora condiviso alcun file.",
"You haven't shared any files by link yet." => "Non hai ancora condiviso alcun file tramite collegamento.",
+"Add {name} from {owner}@{remote}" => "Aggiungi {name} da {owner}@{remote}",
+"No ownCloud installation found at {remote}" => "Nessuna installazione di ownCloud trovata su {remote}",
+"Invalid ownCloud url" => "URL di ownCloud non valido",
"Shared by {owner}" => "Condiviso da {owner}",
"Shared by" => "Condiviso da",
"This share is password-protected" => "Questa condivione è protetta da password",
@@ -19,9 +24,14 @@ $TRANSLATIONS = array(
"the link expired" => "il collegamento è scaduto",
"sharing is disabled" => "la condivisione è disabilitata",
"For more info, please ask the person who sent this link." => "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.",
+"Save to ownCloud" => "Salva su ownCloud",
+"example.com/owncloud" => "example.com/owncloud",
"Save" => "Salva",
"Download" => "Scarica",
"Download %s" => "Scarica %s",
-"Direct link" => "Collegamento diretto"
+"Direct link" => "Collegamento diretto",
+"File Sharing" => "Condivisione di File",
+"Allow other instances to mount public links shared from this server" => "Permetti ad altre istanze di montare link pubblici condivisi da questo server",
+"Allow users to mount public link shares" => "Permetti agli utenti di montare condivisioni con link pubblico"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";