diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-30 14:18:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-30 14:18:08 +0000 |
commit | f075c22c7279a1602be110ac6d8b199e4f7816c7 (patch) | |
tree | d9e153a9e24bfce6031abe0037de1ab0d6cf2f69 /apps/files/l10n/it.js | |
parent | a730fafe2b6bbee8c1624d8150fbead260c0f558 (diff) | |
download | nextcloud-server-f075c22c7279a1602be110ac6d8b199e4f7816c7.tar.gz nextcloud-server-f075c22c7279a1602be110ac6d8b199e4f7816c7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index dcd93fed2c9..40f7bb76b6a 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -82,6 +82,25 @@ OC.L10N.register( "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 {user}" : "Creata da {user}", + "Changed by {user}" : "Modificata da {user}", + "Deleted by {user}" : "Eliminata da {user}", + "Restored by {user}" : "Ripristinata da {user}", + "Renamed by {user}" : "Rinominata da {user}", + "Moved by {user}" : "Spostata da {user}", + "You created {file}" : "Hai creato {file}", + "{user} created {file}" : "{user} ha creato {file}", + "{file} was created in a public folder" : "{file} è stato creato in una cartella pubblica", + "You changed {file}" : "Hai modificato {file}", + "{user} changed {file}" : "{user} ha modificato {file}", + "You deleted {file}" : "Hai eliminato {file}", + "{user} deleted {file}" : "{user} ha eliminato {file}", + "You restored {file}" : "Hai ripristinato {file}", + "{user} restored {file}" : "{user1} ha ripristinato {file}", + "You renamed {oldfile} to {newfile}" : "Hai rinominato {oldfile} in {newfile}", + "{user} renamed {oldfile} to {newfile}" : "{user} ha rinominato {oldfile} in {newfile}", + "You moved {oldfile} to {newfile}" : "Hai spostato {oldfile} in {newfile}", + "{user} moved {oldfile} to {newfile}" : "{user} ha spostato {oldfile} in {newfile}", "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>", |