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

et_EE.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3067589bd9bc2045a455eb49d8379dd88acdf671 (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" : "%s jäädavalt kustutamine ebaõnnestus",
    "Couldn't restore %s" : "%s ei saa taastada",
    "Deleted files" : "Kustutatud failid",
    "Restore" : "Taasta",
    "Error" : "Viga",
    "restored" : "taastatud",
    "Nothing in here. Your trash bin is empty!" : "Siin pole midagi. Sinu prügikast on tühi!",
    "Name" : "Nimi",
    "Deleted" : "Kustutatud",
    "Delete" : "Kustuta"
},
"nplurals=2; plural=(n != 1);");