diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-02 01:10:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-02 01:10:15 +0000 |
commit | 17a2dbb7de7de8eede7a6e62815c8f4aeb867e37 (patch) | |
tree | 138b2bc832941fa466e1d7359e079b959b55636e /apps/files/l10n/it.js | |
parent | b78da27d0a3254c8ca443f95dfe929eaf51853b3 (diff) | |
download | nextcloud-server-17a2dbb7de7de8eede7a6e62815c8f4aeb867e37.tar.gz nextcloud-server-17a2dbb7de7de8eede7a6e62815c8f4aeb867e37.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 8ab1c8bb54d..8f35ad79cee 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -146,6 +146,10 @@ OC.L10N.register( "Tags" : "Etichette", "Deleted files" : "File eliminati", "Text file" : "File di testo", - "New text file.txt" : "Nuovo file di testo.txt" + "New text file.txt" : "Nuovo file di testo.txt", + "Move" : "Sposta", + "A new file or folder has been <strong>deleted</strong>" : "Un nuovo file o cartella è stato <strong>eliminato</strong>", + "A new file or folder has been <strong>restored</strong>" : "Un nuovo file o una cartella è stato <strong>ripristinato</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilizza questo indirizzo per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">accedere ai tuoi file con WebDAV</a>" }, "nplurals=2; plural=(n != 1);"); |