diff options
Diffstat (limited to 'apps/files_sharing/l10n/it.js')
-rw-r--r-- | apps/files_sharing/l10n/it.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index e8c87b65d32..e8775f3fcb0 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -25,6 +25,7 @@ OC.L10N.register( "Invalid ownCloud url" : "URL di ownCloud non valido", "Share" : "Condividi", "Shared by" : "Condiviso da", + "A file or folder has been <strong>shared</strong>" : "Un file o una cartella è stato <strong>condiviso</strong>", "A file or folder was shared from <strong>another server</strong>" : "Un file o una cartella è stato condiviso da <strong>un altro server</strong>", "A public shared file or folder was <strong>downloaded</strong>" : "Un file condiviso pubblicamente o una cartella è stato <strong>scaricato</strong>", "You received a new remote share from %s" : "Hai ricevuto una nuova condivisione remota da %s", @@ -33,6 +34,11 @@ OC.L10N.register( "%1$s unshared %2$s from you" : "%1$s ha rimosso la condivisione %2$s con te", "Public shared folder %1$s was downloaded" : "La cartella condivisa pubblicamente %1$s è stata scaricata", "Public shared file %1$s was downloaded" : "Il file condiviso pubblicamente %1$s è stato scaricato", + "You shared %1$s with %2$s" : "Hai condiviso %1$s con %2$s", + "You shared %1$s with group %2$s" : "Hai condiviso %1$s con il gruppo %2$s", + "%2$s shared %1$s with you" : "%2$s ha condiviso %1$s con te", + "You shared %1$s via link" : "Hai condiviso %1$s tramite collegamento", + "Shares" : "Condivisioni", "This share is password-protected" : "Questa condivione è protetta da password", "The password is wrong. Try again." : "La password è errata. Prova ancora.", "Password" : "Password", |