diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-20 01:55:01 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-20 01:55:01 -0500 |
commit | 79ef5eda9688c998a51bfbb3f24f5274cc83bcc2 (patch) | |
tree | 7c6cbc7f75b73fdbbb3c3e0fd8fe5261febecb33 /apps/files/l10n/it.js | |
parent | 602e563d99f3e82562862503d8bd82ae3252b2f3 (diff) | |
download | nextcloud-server-79ef5eda9688c998a51bfbb3f24f5274cc83bcc2.tar.gz nextcloud-server-79ef5eda9688c998a51bfbb3f24f5274cc83bcc2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index d0a186ad2e9..70e7795bf86 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -80,6 +80,19 @@ OC.L10N.register( "Favorited" : "Preferiti", "Favorite" : "Preferito", "An error occurred while trying to update the tags" : "Si è verificato un errore durante il tentativo di aggiornare le etichette", + "A new file or folder has been <strong>created</strong>" : "Un nuovo file o cartella è stato <strong>creato</strong>", + "A file or folder has been <strong>changed</strong>" : "Un file o una cartella è stato <strong>modificato</strong>", + "A file or folder has been <strong>deleted</strong>" : "Un file o una cartella è stato <strong>eliminato</strong>", + "A file or folder has been <strong>restored</strong>" : "Un file o una cartella è stato <strong>ripristinato</strong>", + "You created %1$s" : "Hai creato %1$s", + "%2$s created %1$s" : "%2$s ha creato %1$s", + "%1$s was created in a public folder" : "%1$s è stato creato in una cartella pubblica", + "You changed %1$s" : "Hai modificato %1$s", + "%2$s changed %1$s" : "%2$s ha modificato %1$s", + "You deleted %1$s" : "Hai eliminato %1$s", + "%2$s deleted %1$s" : "%2$s ha eliminato %1$s", + "You restored %1$s" : "Hai ripristinato %1$s", + "%2$s restored %1$s" : "%2$s ha ripristinato %1$s", "%s could not be renamed as it has been deleted" : "%s non può essere rinominato poiché è stato eliminato", "%s could not be renamed" : "%s non può essere rinominato", "Upload (max. %s)" : "Carica (massimo %s)", |