diff options
Diffstat (limited to 'apps/files_sharing/l10n/it.php')
-rw-r--r-- | apps/files_sharing/l10n/it.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php index aa00f1b9bd2..784eabea9ba 100644 --- a/apps/files_sharing/l10n/it.php +++ b/apps/files_sharing/l10n/it.php @@ -9,13 +9,13 @@ $TRANSLATIONS = array( "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}", +"Password" => "Password", "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", "The password is wrong. Try again." => "La password è errata. Prova ancora.", -"Password" => "Password", "Name" => "Nome", "Share time" => "Tempo di condivisione", "Sorry, this link doesn’t seem to work anymore." => "Spiacenti, questo collegamento sembra non essere più attivo.", @@ -30,7 +30,7 @@ $TRANSLATIONS = array( "Download" => "Scarica", "Download %s" => "Scarica %s", "Direct link" => "Collegamento diretto", -"Remote Shares" => "Condivisioni Remote", +"Remote Shares" => "Condivisioni remote", "Allow other instances to mount public links shared from this server" => "Permetti ad altre istanze di montare collegamenti pubblici condivisi da questo server", "Allow users to mount public link shares" => "Permetti agli utenti di montare condivisioni con collegamento pubblico" ); |