diff options
Diffstat (limited to 'apps/files/l10n/it.json')
-rw-r--r-- | apps/files/l10n/it.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json index 67a3a97481c..f3e56721050 100644 --- a/apps/files/l10n/it.json +++ b/apps/files/l10n/it.json @@ -261,7 +261,6 @@ "A file or folder with that name already exists in this folder" : "Esiste già un file o una cartella con quel nome in questa cartella", "The files is locked" : "Il file è bloccato", "The file does not exist anymore" : "Il file non esiste più", - "Chose destination" : "Scegli destinazione", "Copy to {target}" : "Copia in {target}", "Move to {target}" : "Sposta in {target}", "Cancelled move or copy operation" : "Operazione di spostamento o copia annullata", @@ -312,6 +311,7 @@ "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Questa lista non è stata mostrata completamente per ragioni di performances. I file verranno mostrati durante la navigazione della lista.", "Search for an account" : "Cerca un account", "Choose" : "Scegli", - "No files or folders have been deleted yet" : "Nessun file o cartella è stato ancora eliminato" + "No files or folders have been deleted yet" : "Nessun file o cartella è stato ancora eliminato", + "Chose destination" : "Scegli destinazione" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |