diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-03-10 02:18:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-03-10 02:18:13 +0000 |
commit | acbe08cd406412183f5d5a55627404d5f1a3a862 (patch) | |
tree | 93af6782e8772db5c857bc9d583eb8de5a2e6965 /apps/files/l10n/it.js | |
parent | 0d613cd2f03e7d683a782fbb161026db6e4cb3d1 (diff) | |
download | nextcloud-server-acbe08cd406412183f5d5a55627404d5f1a3a862.tar.gz nextcloud-server-acbe08cd406412183f5d5a55627404d5f1a3a862.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 388a868cfad..7816aabf18e 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -158,7 +158,6 @@ OC.L10N.register( "Transfer {path} to {userid}" : "Trasferisci {path} a {userid}", "Invalid path selected" : "Percorso selezionato non valido", "Ownership transfer request sent" : "Richiesta di trasferimento della proprietà inviata", - "Cannot transfter ownership of a file or folder you don't own" : " Impossibile trasferire la proprietà di un file o di una cartella di altri", "Tags" : "Etichette", "Error while loading the file data" : "Errore durante il caricamento del file di dati", "Unable to change the favourite state of the file" : "Impossibile cambiare lo stato di preferito del file", @@ -188,6 +187,7 @@ OC.L10N.register( "Text file" : "File di testo", "New text file.txt" : "Nuovo file di testo.txt", "%s of %s used" : "%s di %s utilizzati", - "%1$s%% of %2$s used" : "%1$s%% di %2$s utilizzati" + "%1$s%% of %2$s used" : "%1$s%% di %2$s utilizzati", + "Cannot transfter ownership of a file or folder you don't own" : " Impossibile trasferire la proprietà di un file o di una cartella di altri" }, "nplurals=2; plural=(n != 1);"); |