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: 5e57848c4794bd69797653c7838c8134f26e0e3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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",
    "Error" : "Errore",
    "restored" : "ripristinati",
    "Nothing in here. Your trash bin is empty!" : "Qui non c'è niente. Il tuo cestino è vuoto.",
    "Name" : "Nome",
    "Deleted" : "Eliminati",
    "Delete" : "Elimina"
},
"nplurals=2; plural=(n != 1);");