summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/et_EE.js
blob: f5ebbdc4a62ce44ad796b149a55176171414b2da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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",
    "Delete permanently" : "Kustuta jäädavalt",
    "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);");