diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-21 01:06:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-21 01:06:58 +0000 |
commit | ba9b17c9069c5d9fe8595ffd306647f33067c927 (patch) | |
tree | ee94fcb35b457703a6abab346cb5fb99384dfd5a /apps/files/l10n/it.js | |
parent | 97af4f762d44ddd97d9db2566cb2841ca37d9fff (diff) | |
download | nextcloud-server-ba9b17c9069c5d9fe8595ffd306647f33067c927.tar.gz nextcloud-server-ba9b17c9069c5d9fe8595ffd306647f33067c927.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index d3293d6d1ce..ab5dccb41eb 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -76,32 +76,55 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n byte","%n byte"], "Favorited" : "Preferiti", "Favorite" : "Preferito", + "Copy local link" : "Copia collegamento locale", "Folder" : "Cartella", "New folder" : "Nuova cartella", "Upload" : "Carica", "An error occurred while trying to update the tags" : "Si è verificato un errore durante il tentativo di aggiornare le etichette", "File changes" : "Modiche dei file", + "Created by %s" : "Creata da %s", + "Created by {user1}" : "Creata da {user1}", "Changed by %2$s" : "Modificata da %2$s", + "Changed by {user1}" : "Modificata da {user1}", "Deleted by %2$s" : "Eliminata da %2$s", + "Deleted by {user1}" : "Eliminata da {user1}", "Restored by %2$s" : "Ripristinata da %2$s", + "Restored by {user1}" : "Ripristinata da {user1}", "Renamed by %2$s" : "Rinominata da %2$s", + "Renamed by {user1}" : "Rinominata da {user1}", "Moved by %2$s" : "Spostata da %2$s", + "Moved by {user1}" : "Spostata da {user1}", "You created %1$s" : "Hai creato %1$s", + "You created {file1}" : "Hai creato {file1}", "%2$s created %1$s" : "%2$s ha creato %1$s", + "{user1} created {file1}" : "{user1} ha creato {file1}", "%1$s was created in a public folder" : "%1$s è stato creato in una cartella pubblica", + "{file1} was created in a public folder" : "{file1} è stato creato in una cartella pubblica", "You changed %1$s" : "Hai modificato %1$s", + "You changed {file1}" : "Hai modificato {file1}", "%2$s changed %1$s" : "%2$s ha modificato %1$s", + "{user1} changed {file1}" : "{user1} ha modificato {file1}", "You deleted %1$s" : "Hai eliminato %1$s", + "You deleted {file1}" : "Hai eliminato {file1}", "%2$s deleted %1$s" : "%2$s ha eliminato %1$s", + "{user1} deleted {file1}" : "{user1} ha eliminato {file1}", "You restored %1$s" : "Hai ripristinato %1$s", + "You restored {file1}" : "Hai ripristinato {file1}", "%2$s restored %1$s" : "%2$s ha ripristinato %1$s", + "{user1} restored {file1}" : "{user1} ha ripristinato {file1}", "You renamed %2$s to %1$s" : "Hai rinominato %2$s in %1$s", + "You renamed {file2} to {file1}" : "Hai rinominato {file2} in {file1}", "%2$s renamed %3$s to %1$s" : "%2$s ha rinominato %3$s in %1$s", + "{user1} renamed {file2} to {file1}" : "{user1} ha rinominato {file2} in {file1}", "You moved %2$s to %1$s" : "Hai spostato %1$s in %2$s", + "You moved {file2} to {file1}" : "Hai spostato {file2} in {file1}", "%2$s moved %3$s to %1$s" : "%2$s ha spostato %3$s in %1$s", + "{user1} moved {file2} to {file1}" : "{user1} ha spostato {file2} in {file1}", "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un file o una cartella sono stati <strong>modificato</strong> o<strong>rinominati</strong> ", "A new file or folder has been <strong>created</strong>" : "Un nuovo file o cartella è stato <strong>creato</strong>", + "A new file or folder has been <strong>deleted</strong>" : "Un nuovo file o cartella è stato <strong>eliminato</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita le notifiche relative alla creazione e alla modifica dei tuoi <strong>file preferiti</strong> <em>(Solo flusso)</em>", + "A new file or folder has been <strong>restored</strong>" : "Un nuovo file o una cartella è stato <strong>ripristinato</strong>", "Upload (max. %s)" : "Carica (massimo %s)", "File handling" : "Gestione file", "Maximum upload size" : "Dimensione massima caricamento", |