Welcome to mirror list, hosted at ThFree Co, Russian Federation.

it.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7461164ba7fcc2486a924c3c3938cf7f2c2f27c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "Impossibile eliminare %s definitivamente",
    "Couldn't restore %s" : "Impossibile ripristinare %s",
    "Deleted files" : "File eliminati",
    "Restore" : "Ripristina",
    "Delete" : "Elimina",
    "Delete permanently" : "Elimina definitivamente",
    "Error" : "Errore",
    "This operation is forbidden" : "Questa operazione è vietata",
    "This directory is unavailable, please check the logs or contact the administrator" : "Questa cartella non è disponibile, controlla i log o contatta l'amministratore",
    "restored" : "ripristinati",
    "This application enables users to restore files that were deleted from the system." : "Questa applicazione permette agli utenti di ripristinare i file che sono stati eliminati dal sistema.",
    "No deleted files" : "Nessun file eliminato",
    "You will be able to recover deleted files from here" : "Potrai ripristinare i file eliminati da qui",
    "No entries found in this folder" : "Nessuna voce trovata in questa cartella",
    "Select all" : "Seleziona tutto",
    "Name" : "Nome",
    "Deleted" : "Eliminati"
},
"nplurals=2; plural=(n != 1);");