summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/eu.js
blob: e6442ad4d6d9cf7b2c41acff1fce0010c8fd6603 (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" : "Ezin izan da %s betirako ezabatu",
    "Couldn't restore %s" : "Ezin izan da %s berreskuratu",
    "Deleted files" : "Ezabatutako fitxategiak",
    "Restore" : "Berrezarri",
    "Delete permanently" : "Ezabatu betirako",
    "Error" : "Errorea",
    "restored" : "Berrezarrita",
    "Nothing in here. Your trash bin is empty!" : "Ez dago ezer ez. Zure zakarrontzia hutsik dago!",
    "Name" : "Izena",
    "Deleted" : "Ezabatuta",
    "Delete" : "Ezabatu"
},
"nplurals=2; plural=(n != 1);");